/* ============================================================
   INK — private tattoo studio. Dark, photo-forward, one accent.
   ============================================================ */
:root {
  --ink: #0a0a0b;
  --ink-2: #0e0e10;
  --panel: #141417;
  --panel-2: #191920;
  --line: #26262c;
  --line-2: #34343c;
  --bone: #ece9e0; /* warm off-white text */
  --bone-2: #cfccc4;
  --muted: #8f8d88;
  --faint: #56555a;
  --accent: #ece9e0; /* mono: warm bone — no saturated color */
  --accent-ink: #0a0a0b; /* near-black text/icons sitting on the bone fill */
  --maxw: 1240px;
  --display: "Anton", Impact, sans-serif;
  --cond: "Oswald", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 1px; }
:where(a, button, input, select, textarea):focus:not(:focus-visible) { outline: none; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---- film grain + vignette (global, static) ---- */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; z-index: 9997; pointer-events: none;
  box-shadow: inset 0 0 240px 40px rgba(0,0,0,0.75);
}

/* ---- scroll progress hairline ---- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--accent); z-index: 10000; transition: width 0.1s linear;
}

/* ---- typography ---- */
h1, h2, h3 { margin: 0; font-weight: 400; letter-spacing: 0; }
.display {
  font-family: var(--display);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.eyebrow {
  font-family: var(--cond);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent);
  margin: 0;
}
.lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: var(--bone-2); }
.muted { color: var(--muted); }

/* ---- layout helpers ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }
section { position: relative; padding: clamp(64px, 10vw, 132px) 0; }
.band-bone { background: var(--bone); color: var(--ink); --accent: #0a0a0b; --accent-ink: #ece9e0; }
.band-bone .muted { color: #55534d; }
.band-panel { background: var(--ink-2); }
.divider { border-top: 1px solid var(--line); }

/* editorial section index numeral (CSS counter marginalia) */
.section-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 60px); }
.section-head .idx {
  font-family: var(--cond); font-weight: 600; font-size: 0.8rem;
  letter-spacing: 0.2em; color: var(--accent);
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.section-head .idx::before {
  content: attr(data-idx);
  font-family: var(--display); -webkit-text-stroke: 1px var(--line-2);
  color: transparent; font-size: 2.4rem; line-height: 1;
}
.band-bone .section-head .idx::before { -webkit-text-stroke-color: #c9c6bd; }
.section-head h2 { font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2rem, 5.5vw, 4rem); line-height: 0.94; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 500; font-size: 0.92rem; padding: 15px 30px; border-radius: 2px;
  border: 1px solid transparent; cursor: pointer; position: relative; overflow: hidden;
  transition: transform 0.18s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
}
.btn-primary:hover::after { transform: translateX(120%); transition: transform 0.7s var(--ease); }
.btn-primary:hover { box-shadow: 0 10px 40px -12px rgba(215,224,33,0.6); }
.btn-ghost { border-color: var(--line-2); color: var(--bone); background: transparent; }
.btn-ghost:hover { border-color: var(--bone); }
.btn-lg { padding: 18px 40px; font-size: 1rem; }
.band-bone .btn-ghost { border-color: #bdb9af; color: var(--ink); }

/* text link with arrow */
.arrow-link {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.85rem; color: var(--accent); display: inline-flex; gap: 8px; align-items: center;
}
.arrow-link span { transition: transform 0.2s var(--ease); }
.arrow-link:hover span { transform: translateX(6px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 56px);
  background: color-mix(in srgb, var(--ink) 68%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: var(--display); text-transform: uppercase; font-size: 1.35rem;
  letter-spacing: 0.06em; display: inline-flex; align-items: center; gap: 9px;
}
.brand i { color: var(--accent); font-style: normal; font-size: 0.7rem; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 36px); }
.nav-links a {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.9rem; color: var(--bone-2); transition: color 0.2s; position: relative;
}
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0;
  background: var(--accent); transition: width 0.25s var(--ease);
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active:not(.nav-cta)::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--bone); }
.nav-cta {
  border: 1px solid var(--accent); color: var(--accent) !important;
  padding: 9px 20px; border-radius: 2px;
}
.nav-cta:hover { background: var(--accent); color: var(--accent-ink) !important; }
.nav-toggle {
  display: none; background: none; border: 0; color: var(--bone);
  font-size: 1.6rem; cursor: pointer; line-height: 1;
}

/* ============================================================
   HERO (full-bleed image + scrim + overlay text) — STATIC
   ============================================================ */
.hero {
  position: relative; min-height: clamp(560px, 88vh, 900px);
  display: flex; align-items: flex-end; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: grayscale(0.25) contrast(1.05) brightness(0.82);
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,11,0.35) 0%, rgba(10,10,11,0.15) 40%, rgba(10,10,11,0.92) 100%),
    linear-gradient(90deg, rgba(10,10,11,0.7) 0%, transparent 60%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw);
  margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px) clamp(48px, 8vw, 92px); }
.hero h1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(3rem, 11vw, 9.5rem); line-height: 0.86; margin: 22px 0 0;
  letter-spacing: 0.005em;
}
.hero h1 .accent { color: var(--accent); }
.hero .lead { max-width: 560px; margin: 26px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-actions .or { color: var(--muted); font-size: 0.9rem; }
/* page hero (shorter, for interior pages) */
.hero.page { min-height: clamp(380px, 56vh, 560px); }
.hero.page h1 { font-size: clamp(2.6rem, 9vw, 7rem); }

/* ============================================================
   HOME — signpost grid, stats, feature teaser
   ============================================================ */
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.intro-grid p { font-size: clamp(1.1rem, 1.9vw, 1.5rem); line-height: 1.5; }
.intro-media { aspect-ratio: 4/5; background-size: cover; background-position: center;
  filter: grayscale(0.2) contrast(1.06) brightness(0.95); border: 1px solid var(--line); }

.signpost { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.signpost a {
  position: relative; min-height: 260px; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 26px; overflow: hidden;
  border: 1px solid var(--line); background-size: cover; background-position: center;
  isolation: isolate;
}
.signpost a::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,10,11,0.15), rgba(10,10,11,0.9));
  transition: background 0.35s;
}
.signpost a:hover::before { background: linear-gradient(180deg, rgba(10,10,11,0.05), rgba(10,10,11,0.75)); }
.signpost .sp-k { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 0.72rem; color: var(--accent); }
.signpost h3 { font-family: var(--display); text-transform: uppercase; font-size: 1.9rem; margin: 8px 0 6px; }
.signpost p { color: var(--bone-2); font-size: 0.92rem; margin: 0; }
.signpost .big { grid-column: span 2; min-height: 300px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat strong { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.6rem); display: block; line-height: 1; }
.stat span { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.78rem; color: var(--muted); }
.band-bone .stat span { color: #55534d; }

.teaser-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.teaser-row .tile { aspect-ratio: 3/4; background-size: cover; background-position: center;
  filter: grayscale(0.25) contrast(1.05); border: 1px solid var(--line); transition: filter 0.4s, transform 0.4s var(--ease); }
.teaser-row .tile:hover { filter: none; transform: scale(1.02); }

/* CTA band */
.cta-band { text-align: center; }
.cta-band h2 { font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2.4rem, 8vw, 6rem); line-height: 0.9; }
.cta-band p { color: var(--muted); max-width: 500px; margin: 20px auto 34px; }

/* ============================================================
   GALLERY
   ============================================================ */
.filterbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.chip {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.82rem;
  padding: 9px 18px; border: 1px solid var(--line-2); border-radius: 2px; color: var(--bone-2);
  background: transparent; cursor: pointer; transition: all 0.2s;
}
.chip:hover { border-color: var(--bone); }
.chip.active { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.masonry { columns: 3; column-gap: 14px; }
.masonry .art {
  break-inside: avoid; margin-bottom: 14px; position: relative; overflow: hidden;
  border: 1px solid var(--line); cursor: zoom-in;
}
.masonry .art img { filter: grayscale(0.3) contrast(1.06) brightness(0.9); transition: filter 0.45s, transform 0.6s var(--ease); }
.masonry .art:hover img { filter: none; transform: scale(1.04); }
.masonry .art figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  background: linear-gradient(transparent, rgba(10,10,11,0.9));
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem;
  color: var(--bone); opacity: 0; transform: translateY(8px); transition: all 0.3s;
}
.masonry .art:hover figcaption { opacity: 1; transform: none; }
.masonry .art figcaption b { color: var(--accent); }

/* ============================================================
   ARTISTS — alternating portrait rows
   ============================================================ */
.artist { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 5vw, 64px);
  align-items: center; padding: clamp(28px, 5vw, 56px) 0; border-bottom: 1px solid var(--line); }
.artist:nth-child(even) .artist-media { order: 2; }
.artist-media { aspect-ratio: 4/5; background-size: cover; background-position: center;
  filter: grayscale(0.35) contrast(1.08) brightness(0.9); border: 1px solid var(--line); }
.artist-body .role { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 0.78rem; color: var(--accent); }
.artist-body h3 { font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 10px 0 14px; }
.artist-body p { color: var(--bone-2); margin: 0 0 20px; }
.artist-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.artist-tags span { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 0.72rem; color: var(--muted); border: 1px solid var(--line-2); padding: 5px 12px; border-radius: 2px; }

/* ============================================================
   STUDIO — process timeline, aftercare, FAQ
   ============================================================ */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { counter-increment: step; padding-top: 26px; border-top: 2px solid var(--ink); position: relative; }
.step::before {
  content: counter(step, decimal-leading-zero); position: absolute; top: -2px; left: 0;
  font-family: var(--display); font-size: 1rem; color: var(--accent-ink);
  background: var(--accent); padding: 4px 10px; letter-spacing: 0.05em;
}
.step h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 1.15rem; font-weight: 600; margin: 0 0 8px; }
.step p { margin: 0; color: #55534d; font-size: 0.94rem; }

.care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 5vw, 60px); align-items: center; }
.care-list { list-style: none; margin: 0; padding: 0; }
.care-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; gap: 16px; }
.care-list li b { color: var(--accent); font-family: var(--cond); font-size: 1.1rem; min-width: 30px; }
.care-media { aspect-ratio: 3/4; background-size: cover; background-position: center;
  filter: grayscale(0.25) contrast(1.05) brightness(0.92); border: 1px solid var(--line); }

.faq { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 0; color: var(--bone); font-family: var(--cond); text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 1.1rem; display: flex; justify-content: space-between; gap: 20px; align-items: center;
}
.faq-q .pm { color: var(--accent); font-size: 1.4rem; transition: transform 0.3s; }
.faq-item.open .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a p { margin: 0 0 22px; color: var(--muted); }

/* ============================================================
   AI STUDIO (the feature)
   ============================================================ */
.ai-tool { max-width: 900px; margin: 0 auto; }
.ai-form { background: var(--panel); border: 1px solid var(--line); padding: clamp(20px, 3vw, 32px); }
.ai-form textarea {
  width: 100%; background: var(--ink-2); border: 1px solid var(--line-2); border-radius: 2px;
  color: var(--bone); font-family: var(--body); font-size: 1.05rem; padding: 18px; resize: vertical;
  min-height: 96px; transition: border-color 0.2s;
}
.ai-form textarea:focus { outline: none; border-color: var(--accent); }
.ai-form textarea::placeholder { color: var(--faint); }
.ai-row { display: flex; gap: 14px; align-items: flex-end; margin-top: 16px; flex-wrap: wrap; }
.ai-field { display: flex; flex-direction: column; gap: 8px; flex: 1 1 220px; }
.ai-field label { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.74rem; color: var(--muted); }
.ai-field select {
  background: var(--ink-2); border: 1px solid var(--line-2); color: var(--bone);
  border-radius: 2px; padding: 14px; font-family: var(--body); font-size: 0.98rem; cursor: pointer;
}
.ai-field select:focus { outline: none; border-color: var(--accent); }
#gen-btn { flex: 0 0 auto; min-height: 50px; }
.ai-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.ai-chips button {
  font-size: 0.8rem; color: var(--muted); background: var(--ink-2); border: 1px solid var(--line);
  padding: 7px 13px; border-radius: 999px; cursor: pointer; transition: all 0.2s; font-family: var(--body);
}
.ai-chips button:hover { color: var(--accent); border-color: var(--accent); }
.gen-hint { color: var(--faint); font-size: 0.82rem; margin: 16px 0 0; }

/* ---- guided prompt builder (wizard) ---- */
.steps-bar { display: flex; gap: 8px; margin-bottom: 22px; }
.steps-bar .dot { flex: 1; height: 4px; background: var(--line-2); border-radius: 2px; transition: background 0.3s; }
.steps-bar .dot.done { background: var(--muted); }
.steps-bar .dot.active { background: var(--bone); }
.step-panel { animation: stepIn 0.35s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step-k { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem; color: var(--muted); margin: 0 0 8px; }
.step-q { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.4rem, 3.5vw, 2.1rem); line-height: 1; margin: 0 0 18px; }
.b-input { width: 100%; background: var(--ink-2); border: 1px solid var(--line-2); border-radius: 2px;
  color: var(--bone); font-family: var(--body); font-size: 1.08rem; padding: 16px; transition: border-color 0.2s; }
.b-input:focus { outline: none; border-color: var(--bone); }
.b-input::placeholder { color: var(--faint); }
.chips-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.chips-row button { font-family: var(--body); font-size: 0.85rem; color: var(--bone-2);
  background: var(--ink-2); border: 1px solid var(--line-2); padding: 9px 15px; border-radius: 999px;
  cursor: pointer; transition: all 0.18s; }
.chips-row button:hover { border-color: var(--bone); color: var(--bone); }
.chips-row button.active { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.chips-row .chip-lead { align-self: center; font-family: var(--cond); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.68rem; color: var(--faint); margin-right: 2px; }
.b-preview { margin-top: 26px; padding: 16px 18px; background: var(--ink-2); border: 1px dashed var(--line-2); border-radius: 2px; }
.b-preview span { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.66rem; color: var(--muted); display: block; margin-bottom: 6px; }
.b-preview em { font-style: normal; color: var(--bone); font-size: 1rem; line-height: 1.5; }
.b-preview em .pv-style { color: var(--muted); }
.b-nav { display: flex; gap: 12px; margin-top: 20px; }
.b-nav .btn { min-width: 120px; }
.b-nav #b-next, .b-nav #b-generate { margin-left: auto; }
.b-cooldown { color: var(--muted); font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; margin-top: 14px; min-height: 1em; }

/* prompt-writing guide (client-facing) */
.prompt-guide { border: 1px solid var(--line); background: var(--ink-2); padding: clamp(18px, 3vw, 26px); margin-top: 18px; }
.prompt-guide h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em; font-size: 1.05rem; font-weight: 600; margin: 0; }
.prompt-guide h4 small { color: var(--muted); text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 0.82rem; }
.pg-formula { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.92rem; color: var(--bone); margin: 14px 0 0; }
.pg-formula b { color: var(--muted); font-weight: 400; }
.prompt-guide ol { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; counter-reset: pg; }
.prompt-guide li { counter-increment: pg; color: var(--bone-2); font-size: 0.92rem; padding-left: 28px; position: relative; }
.prompt-guide li::before { content: counter(pg); position: absolute; left: 0; top: 0; font-family: var(--cond); font-size: 0.72rem; color: var(--ink); background: var(--bone); width: 18px; height: 18px; display: grid; place-items: center; border-radius: 2px; }
.prompt-guide li b { color: var(--bone); }
.pg-eg { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--muted); }
.pg-eg span { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; color: var(--bone); background: var(--panel); border: 1px solid var(--line-2); padding: 3px 9px; margin-right: 10px; }
.pg-try { color: var(--bone); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.gen-status { min-height: 1.4em; margin-top: 22px; color: var(--accent); font-family: var(--cond);
  letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.9rem; }
.gen-status.error { color: #ff6b6b; }
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.result-card { position: relative; aspect-ratio: 1; border: 1px solid var(--line);
  overflow: hidden; background: var(--panel-2); }
.result-frame { position: absolute; inset: 0; background-size: cover; background-position: center; }
.result-card .badge { position: absolute; left: 10px; top: 10px; z-index: 2;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.62rem;
  color: var(--bone); background: rgba(10,10,11,0.7); padding: 4px 8px; border: 1px solid var(--line-2); }
.result-card.loading .result-frame {
  background: linear-gradient(100deg, var(--panel-2) 30%, var(--line-2) 50%, var(--panel-2) 70%);
  background-size: 200% 100%; animation: shimmer 1.3s infinite linear;
}
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.result-card.done { cursor: zoom-in; }
.result-card.done .result-frame { transition: transform 0.5s var(--ease); }
.result-card.done:hover { border-color: var(--accent); }
.result-card.done:hover .result-frame { transform: scale(1.05); }

.ai-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ai-steps .s { border-top: 2px solid var(--accent); padding-top: 20px; }
.ai-steps .s b { font-family: var(--display); font-size: 1.4rem; color: var(--accent); }
.ai-steps .s h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.06em;
  margin: 10px 0 8px; font-size: 1.1rem; font-weight: 600; }
.ai-steps .s p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* ============================================================
   BOOK — split form/info
   ============================================================ */
.book-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 64px); }
.book-form { display: grid; gap: 14px; }
.book-form label { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.74rem; color: var(--muted); margin-bottom: -6px; }
.book-form input, .book-form select, .book-form textarea {
  width: 100%; background: var(--ink-2); border: 1px solid var(--line-2); border-radius: 2px;
  color: var(--bone); padding: 14px; font-family: var(--body); font-size: 0.98rem;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus { outline: none; border-color: var(--accent); }
.book-note { color: var(--accent); font-family: var(--cond); text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.9rem; margin-top: 14px; }
.info-block { border: 1px solid var(--line); padding: 26px; margin-bottom: 14px; }
.info-block h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent); font-size: 0.82rem; margin: 0 0 12px; }
.info-block p { margin: 0; color: var(--bone-2); }
.info-block .hours { display: flex; justify-content: space-between; padding: 6px 0;
  border-bottom: 1px dashed var(--line); font-size: 0.92rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); background: var(--ink-2); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px;
  padding: clamp(48px, 7vw, 80px) 0 40px; }
.footer h5 { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.78rem; color: var(--muted); margin: 0 0 16px; }
.footer .brand { font-size: 1.6rem; margin-bottom: 14px; }
.footer p { color: var(--muted); font-size: 0.92rem; max-width: 300px; }
.footer a { color: var(--bone-2); font-size: 0.92rem; display: block; padding: 5px 0; transition: color 0.2s; }
.footer a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; border-top: 1px solid var(--line); color: var(--faint); font-size: 0.82rem; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { display: inline; }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 500; background: rgba(6,6,7,0.9);
  backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 30px;
  opacity: 0; transition: opacity 0.25s;
}
.lightbox.on { opacity: 1; }
.lightbox img { max-width: min(92vw, 780px); max-height: 88vh; border: 1px solid var(--line-2); }
.lightbox .x { position: absolute; top: 22px; right: 26px; color: var(--bone); font-size: 2rem;
  cursor: pointer; font-family: var(--cond); line-height: 1; }

/* ============================================================
   MOTION — reveal system (below-fold only; heroes static)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }
/* line-rise mask reveal for headings */
.rise { overflow: hidden; }
.rise > * { display: inline-block; transform: translateY(110%); transition: transform 0.8s var(--ease); }
.rise.in > * { transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal, .rise > * { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .intro-grid, .care-grid, .book-grid, .artist { grid-template-columns: 1fr; }
  .artist:nth-child(even) .artist-media { order: 0; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .masonry { columns: 2; }
  .signpost .big { grid-column: span 2; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 56px 0 auto 0; flex-direction: column; align-items: flex-start;
    gap: 0; background: var(--ink); border-bottom: 1px solid var(--line); padding: 10px 24px 24px;
    transform: translateY(-140%); transition: transform 0.35s var(--ease); z-index: 199;
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-cta { border: 1px solid var(--accent); margin-top: 12px; text-align: center; }
  .teaser-row { grid-template-columns: repeat(2, 1fr); }
  .ai-steps { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .signpost, .stats { grid-template-columns: 1fr; }
  .signpost .big { grid-column: span 1; }
  .results { grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .process { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .ai-row { flex-direction: column; align-items: stretch; }
  #gen-btn { width: 100%; }
}
