:root {
  --bg: #0a0a0a;
  --bg-elev: #111111;
  --ink: #f4f1ea;
  --muted: #8a867c;
  --line: rgba(244, 241, 234, 0.12);
  --accent: #e8dcc8;
  --serif: "Newsreader", "Times New Roman", serif;
  --sans: "Geist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --max: 1120px;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; letter-spacing: -0.011em; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(100% - var(--pad) * 2, var(--max)); margin-inline: auto; }
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem var(--pad); background: linear-gradient(to bottom, rgba(10,10,10,.94) 0%, rgba(10,10,10,.55) 70%, rgba(10,10,10,0) 100%); }
.brand { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0.08em; }
.nav-links { display: flex; gap: 1.75rem; align-items: center; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.lang { display: flex; gap: 0.55rem; margin-left: 0.5rem; }
.lang button { background: none; border: 0; color: var(--muted); font: inherit; font-size: 0.72rem; letter-spacing: 0.1em; cursor: pointer; text-transform: uppercase; }
.lang button[aria-current="true"] { color: var(--ink); }
.menu-btn { display: none; background: none; border: 0; color: var(--ink); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.hero { min-height: 100svh; display: grid; place-items: end start; padding: calc(6rem + var(--pad)) var(--pad) var(--pad); position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,10,10,.72) 0%, rgba(10,10,10,.28) 55%, rgba(10,10,10,.2) 100%), linear-gradient(to top, rgba(10,10,10,.88) 0%, rgba(10,10,10,.45) 38%, rgba(10,10,10,.25) 100%), url("../images/blackwork-arm.jpg") center 42%/cover no-repeat; }
.hero-copy { position: relative; max-width: 34rem; text-shadow: 0 1px 2px rgba(0,0,0,.55), 0 8px 28px rgba(0,0,0,.45); }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: #f3ead8; margin-bottom: 0.85rem; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(3.2rem, 9vw, 6.4rem); line-height: 0.92; letter-spacing: -0.03em; }
.hero p { margin-top: 1.25rem; color: #e8e2d4; max-width: 26rem; font-size: 1.05rem; }
section { padding: 7rem 0; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 2.5rem; }
.section-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.2rem); }
.link-quiet { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 0.15rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.card { position: relative; overflow: hidden; background: var(--bg-elev); aspect-ratio: 4 / 5; border: 0; padding: 0; display: block; width: 100%; cursor: zoom-in; color: inherit; }
.card.tall { aspect-ratio: 4 / 6; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.card:hover img { transform: scale(1.04); }
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.75rem; }
.filters button { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 0.45rem 0.85rem; border-radius: 999px; font: inherit; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.filters button[aria-pressed="true"], .filters button:hover { color: var(--bg); background: var(--ink); border-color: var(--ink); }
.card[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(6,6,6,.94); padding: 1.25rem; }
.lightbox.open { display: flex; }
.lb-stage { position: relative; max-width: min(100%, 920px); max-height: min(88dvh, 920px); overflow: hidden; cursor: zoom-in; }
.lb-stage.is-zoomed { cursor: grab; }
.lb-stage.is-dragging { cursor: grabbing; }
.lightbox img { max-width: min(100vw - 2.5rem, 920px); max-height: min(88dvh, 920px); width: auto; height: auto; object-fit: contain; transform-origin: center center; transition: transform .18s ease; user-select: none; -webkit-user-drag: none; }
.lightbox button { position: absolute; background: none; border: 0; color: #f4f1ea; font: inherit; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; font-size: .75rem; padding: .7rem; }
.lightbox .lb-close { top: .8rem; right: .8rem; z-index: 2; }
.lightbox .lb-prev { left: .4rem; top: 50%; transform: translateY(-50%); z-index: 2; }
.lightbox .lb-next { right: .4rem; top: 50%; transform: translateY(-50%); z-index: 2; }
.lb-zoom { position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%); z-index: 2; display: none; align-items: center; gap: .15rem; background: rgba(10,10,10,.72); border: 1px solid rgba(244,241,234,.16); border-radius: 999px; padding: .15rem .35rem; }
.lb-zoom button { position: static; transform: none; min-width: 2.1rem; font-size: 1.05rem; letter-spacing: 0; text-transform: none; }
.lb-zoom-label { min-width: 2.6rem; text-align: center; font-size: .72rem; letter-spacing: .08em; color: #e8e2d4; }
@media (hover: hover) and (pointer: fine) { .lb-zoom { display: flex; } }
@media (hover: none), (pointer: coarse) { .lb-zoom { display: none !important; } }
html.lb-open { overflow: hidden; }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.split img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.lede { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.2; font-weight: 400; }
.body-copy { margin-top: 1.25rem; color: var(--muted); max-width: 36rem; }
.styles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.style-item { padding: 2rem 1.5rem 2rem 0; border-bottom: 1px solid var(--line); }
.style-item h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; margin-bottom: .45rem; }
.style-item p { color: var(--muted); font-size: .95rem; }
.band { margin: 0 var(--pad) 7rem; padding: 5rem var(--pad); background: var(--bg-elev); text-align: center; }
.band h2 { font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 400; }
.band p { color: var(--muted); margin: 1rem auto 2rem; max-width: 32rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .95rem 1.5rem; background: var(--ink); color: var(--bg); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); margin-left: .6rem; }
.page-hero { padding: 9rem var(--pad) 3rem; }
.page-hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 8vw, 5.5rem); line-height: .95; }
.page-hero p { color: var(--muted); margin-top: 1rem; max-width: 34rem; }
.steps { max-width: 40rem; }
.step { padding: 1.6rem 0; border-top: 1px solid var(--line); }
.step h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; margin-bottom: .35rem; }
.step p { color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 2rem var(--pad) 3rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .8rem; }
@media (max-width: 820px) {
  .nav-links { position: fixed; inset: 0; z-index: 80; background: #0a0a0a; color: #f4f1ea; flex-direction: column; justify-content: center; display: none; gap: 1.6rem; font-size: 1.05rem; }
  .nav-links.open { display: flex; }
  html.nav-open::before { content: ""; position: fixed; inset: 0; background: #0a0a0a; z-index: 70; }
  html.nav-open .nav { z-index: 80; }
  .nav-links a, .nav-links .lang button { color: #f4f1ea; }
  .menu-btn { display: block; position: relative; z-index: 90; }
  .grid { grid-template-columns: 1fr 1fr; }
  .card.tall { aspect-ratio: 4 / 5; }
  .split, .styles { grid-template-columns: 1fr; gap: 2rem; }
  footer { flex-direction: column; }
}
@media (hover: hover) and (pointer: fine) {
  html.has-ink-cursor, html.has-ink-cursor * { cursor: none !important; }
  html.has-ink-cursor .lightbox, html.has-ink-cursor .lightbox * { cursor: auto !important; }
  html.has-ink-cursor .lb-stage { cursor: zoom-in !important; }
  html.has-ink-cursor .lb-stage.is-zoomed { cursor: grab !important; }
  html.has-ink-cursor .lb-stage.is-dragging { cursor: grabbing !important; }
  .ink-cursor { position: fixed; top: 0; left: 0; width: 22px; height: 22px; pointer-events: none; z-index: 10000; color: #e8dcc8; transform: translate(-3px, -18px); }
  .ink-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; pointer-events: none; z-index: 9999; }
}
@media (prefers-reduced-motion: reduce) {
  .ink-cursor, .ink-canvas { display: none !important; }
  html.has-ink-cursor, html.has-ink-cursor * { cursor: auto !important; }
}
