/* Studio 76 — section layout + responsive. Loaded after styles.css */

/* ---------------- NAV — couture, over the campaign ---------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 0; transition: padding .35s, background .35s, box-shadow .35s; }
.nav-scrolled { background: rgba(16,10,5,.74); backdrop-filter: blur(16px); padding: 12px 0; box-shadow: 0 1px 0 rgba(232,201,122,.16); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.nav-pill { display: flex; gap: clamp(14px, 2.4vw, 34px); align-items: center; }
.nav-pill a {
  text-decoration: none; color: rgba(243,236,223,.82); font-weight: 600;
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  padding: 6px 0 4px; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s;
}
.nav-pill a:hover { color: var(--gold-light); border-bottom-color: rgba(232,201,122,.6); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta { padding: 12px 20px; font-size: 14.5px; }
.nav-burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: rgba(232,201,122,.1); border: 1px solid rgba(232,201,122,.35); border-radius: 12px; cursor: pointer; }
.nav-burger span { width: 18px; height: 1.5px; background: var(--gold-light); display: block; transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .25s; }
.nav-burger.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-burger.open span:last-child  { transform: translateY(-3.5px) rotate(-45deg); }
.nav-mobile { display: none; }
.nav-open { background: rgba(16,10,5,.92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(232,201,122,.16); }

/* ---------------- HERO — cinematic campaign (full-bleed noir) ---------------- */
.hero-cine {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  background: #140d07; color: var(--on-ink);
}
.hero-cine-bg { position: absolute; inset: 0; }
.hero-cine-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 74% center; animation: cine-drift 26s ease-in-out infinite alternate; }
@keyframes cine-drift { from { transform: scale(1.0); } to { transform: scale(1.06); } }
/* espresso shade — carves the typography zone out of the photograph */
.hero-cine-shade { position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16,10,5,.92) 0%, rgba(16,10,5,.72) 30%, rgba(16,10,5,.18) 58%, rgba(16,10,5,.05) 78%, rgba(16,10,5,.3) 100%),
    linear-gradient(0deg, rgba(16,10,5,.88) 0%, transparent 26%),
    linear-gradient(180deg, rgba(16,10,5,.55) 0%, transparent 22%);
}
.hero-cine .twinkle.tw1 { top: 24%; right: 12%; font-size: 22px; }
.hero-cine .twinkle.tw2 { top: 58%; right: 30%; }
.hero-cine .twinkle.tw3 { top: 38%; right: 44%; }
.hero-cine-inner { position: relative; z-index: 3; width: 100%; padding-top: 84px; }
.hero-cine-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px;
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase; font-weight: 600; color: var(--gold-light); }
.hero-cine-eyebrow::after { content: ""; width: 44px; height: 1px; background: rgba(232,201,122,.5); }
.hero-cine-head {
  font-family: var(--font-serif); font-weight: 400; margin: 0;
  font-size: clamp(52px, 8.6vw, 124px); line-height: .98; letter-spacing: -.02em;
  color: var(--on-ink); max-width: 12ch; text-wrap: balance;
}
.hero-cine-sub { font-size: clamp(18px, 1.8vw, 24px); line-height: 1.45; color: rgba(243,236,223,.78); max-width: 42ch; margin: 26px 0 34px; }
.hero-cine-sub .serif-italic { color: var(--gold-light); }
.hero-cine-link { color: rgba(243,236,223,.85); border-bottom-color: rgba(232,201,122,.5); }
.hero-cine-link:hover { color: var(--gold-light); }
.hero-cine-foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding-bottom: 26px; margin-bottom: 0;
}
.hero-cine-credit { font-size: 13px; letter-spacing: .08em; color: rgba(243,236,223,.6); }
.hero-cine-credit .serif-italic { color: rgba(232,201,122,.85); font-size: 14.5px; }
.hero-cine-scroll {
  color: rgba(243,236,223,.6); text-decoration: none; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-cine-scroll::after { content: ""; width: 1px; height: 34px; background: linear-gradient(180deg, rgba(232,201,122,.8), transparent); animation: scroll-drip 2.2s ease-in-out infinite; }
@keyframes scroll-drip { 0% { transform: scaleY(.2); transform-origin: top; opacity: 0; } 45% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); transform-origin: top; opacity: 0; } }
.hero-cine-scroll:hover { color: var(--gold-light); }

/* ---------- hero-cine LIGHT (ivory daylight) variant ---------- */
.hero-cine.light { background: #F1ECE2; color: var(--ink); }
.hero-cine.light .hero-cine-shade { background:
    linear-gradient(90deg, rgba(241,236,226,.94) 0%, rgba(241,236,226,.72) 30%, rgba(241,236,226,.14) 58%, transparent 78%, rgba(241,236,226,.22) 100%),
    linear-gradient(0deg, rgba(241,236,226,.9) 0%, transparent 26%),
    linear-gradient(180deg, rgba(241,236,226,.5) 0%, transparent 22%); }
.hero-cine.light .hero-cine-head { color: var(--ink); }
.hero-cine.light .gold-text {
  background: linear-gradient(105deg, #6e5114 0%, #B98A2E 30%, #E0BC6B 48%, #A87F2C 64%, #8a6620 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-cine.light .hero-cine-sub { color: rgba(58,42,29,.78); }
.hero-cine.light .hero-cine-sub .serif-italic { color: #A87F2C; }
.hero-cine.light .hero-cine-eyebrow { color: #A87F2C; }
.hero-cine.light .hero-cine-eyebrow::after { background: rgba(168,127,44,.55); }
.hero-cine.light .hero-cine-link { color: rgba(27,19,13,.82); border-bottom-color: rgba(168,127,44,.55); }
.hero-cine.light .hero-cine-link:hover { color: #A87F2C; }
.hero-cine.light .hero-cine-credit { color: rgba(27,19,13,.55); }
.hero-cine.light .hero-cine-credit .serif-italic { color: #A87F2C; }
.hero-cine.light .hero-cine-scroll { color: rgba(27,19,13,.55); }
.hero-cine.light .hero-cine-scroll::after { background: linear-gradient(180deg, rgba(168,127,44,.8), transparent); }
.hero-cine.light .twinkle { color: var(--gold); text-shadow: 0 0 12px rgba(201,154,63,.55); }

/* nav over the light hero — ink links until scrolled */
.nav-onlight .nav-pill a { color: rgba(27,19,13,.75); }
.nav-onlight .nav-pill a:hover { color: #A87F2C; border-bottom-color: rgba(168,127,44,.6); }
.nav-onlight .nav-burger { background: rgba(27,19,13,.05); border-color: rgba(27,19,13,.28); }
.nav-onlight .nav-burger span { background: var(--ink); }

/* ---------------- HERO (legacy split — kept for reference) ---------------- */
.hero { padding-top: 92px; padding-bottom: 44px; position: relative; overflow: hidden; }

/* warm gold glow for glamour */
.hero-glow {
  position: absolute; top: -6%; left: 50%; transform: translateX(-50%);
  width: min(900px, 130%); height: 70%; pointer-events: none; z-index: 0;
  background: radial-gradient(58% 52% at 50% 30%, rgba(201,154,63,.22), rgba(201,154,63,.06) 46%, transparent 72%);
  filter: blur(8px);
}
.hero.dark .hero-glow { background: radial-gradient(58% 52% at 50% 30%, rgba(232,201,122,.24), rgba(194,85,43,.12) 48%, transparent 74%); }

.hero-grid { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 26px; }

.hero-text { display: flex; flex-direction: column; }
.hero-eyebrow {
  font-family: var(--font-body); text-transform: uppercase; letter-spacing: .3em;
  font-size: 11.5px; font-weight: 600; color: var(--on-paper-soft); white-space: nowrap;
  display: flex; gap: 12px; align-items: center; margin: 0 0 14px;
}
.hero-eyebrow .spark { color: var(--gold); font-size: 11px; }
.hero.dark .hero-eyebrow { color: var(--on-ink-soft); }
.hero.dark .hero-eyebrow .spark { color: var(--gold-light); }

.hero-head { display: flex; flex-direction: column; align-items: flex-start; margin: 0; color: var(--ink); }
.hero.dark .hero-head { color: var(--on-ink); }
.hero-make { font-size: clamp(38px, 13vw, 62px); line-height: .98; letter-spacing: -.01em; }
.hero-real { font-size: clamp(52px, 18vw, 92px); line-height: .8; margin-top: -.04em; }

.hero-prop { font-family: var(--font-serif); font-size: 18px; line-height: 1.3; margin: 16px 0 22px; max-width: 30ch; }
.hero-ctas { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-ctas .btn-primary { flex: 1 1 auto; justify-content: center; min-width: 200px; }

.hero-media { position: relative; }
.hero-img { width: 100%; aspect-ratio: 4/4.7; box-shadow: 0 40px 80px -42px rgba(27,19,13,.6); }
/* gold hairline inset — couture frame */
.hero-img::after { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(232,201,122,.5); border-radius: 50vw 50vw 8px 8px; pointer-events: none; }

/* featured card — overlaps the image base */
.hero-feature {
  position: relative; z-index: 4; width: 88%; margin: -64px auto 0;
  background: var(--paper-card); border: 1px solid rgba(27,19,13,.08);
  border-radius: 16px; padding: 16px;
  box-shadow: 0 28px 56px -30px rgba(27,19,13,.55);
}
.hero.dark .hero-feature { color: var(--ink); }

/* ---------------- HERO (desktop enhance) ---------------- */
@media (min-width: 900px) {
  .hero { padding-top: 132px; padding-bottom: clamp(56px, 6vw, 96px); }
  .hero-grid { display: grid; grid-template-columns: 1fr 0.86fr; gap: clamp(36px, 4.5vw, 72px); align-items: center; }
  .hero-imgleft .hero-text { order: 2; }
  .hero-imgleft .hero-media { order: 1; }
  .hero-make { font-size: clamp(46px, 4.6vw, 82px); }
  .hero-real { font-size: clamp(62px, 6.6vw, 118px); }
  .hero-prop { font-size: clamp(19px, 1.5vw, 23px); margin: 20px 0 28px; }
  .hero-ctas .btn-primary { flex: 0 0 auto; min-width: 0; }
  .hero-img { aspect-ratio: 4/4.9; }
  .hero-feature {
    position: absolute; bottom: 34px; left: -46px; width: 290px; margin: 0;
  }
  .hero-imgleft .hero-feature { left: auto; right: -46px; }
}

/* ---------------- INSPIRATION ---------------- */
.insp-head { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 4vw, 64px); align-items: center; margin-bottom: clamp(40px, 5vw, 72px); }
.insp-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--on-ink-soft); max-width: 600px; margin: 18px 0 0; line-height: 1.55; }
.insp-lead .serif-italic { color: var(--on-ink); }
.film-frame { position: relative; background: #0d0a07; border: 1px solid rgba(232,201,122,.18); border-radius: 12px; padding: 20px 14px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
.film-frame::before, .film-frame::after { content: ""; position: absolute; left: 14px; right: 14px; height: 8px; background: radial-gradient(circle, rgba(232,201,122,.32) 0 2.3px, transparent 2.8px) repeat-x; background-size: 15px 8px; }
.film-frame::before { top: 7px; }
.film-frame::after { bottom: 7px; }
.film-cap { text-align: center; font-family: var(--font-serif); font-style: italic; font-size: 14px; color: var(--on-ink-soft); margin: 12px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; }

.insp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
.insp-card { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: clamp(20px, 2.2vw, 28px); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s, border-color .3s; }
.insp-card:hover { transform: translateY(-6px); border-color: rgba(232,201,122,.3); box-shadow: 0 28px 50px -34px rgba(0,0,0,.6); }
.insp-n { font-family: var(--font-serif); font-style: italic; font-size: 30px; color: var(--gold-light); line-height: 1; }

.insp-ai { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: clamp(32px, 4vw, 52px); padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 34px); border: 1px solid rgba(232,201,122,.2); border-radius: 18px; background: rgba(232,201,122,.05); }
.insp-ai-txt { font-family: var(--font-serif); font-size: clamp(16px, 1.5vw, 19px); color: var(--on-ink); display: flex; align-items: flex-start; gap: 10px; max-width: 760px; line-height: 1.4; }
.insp-ai .btn { flex: 0 0 auto; }

/* ---------------- IMAGINARIUM (light · editorial) ---------------- */
.imag-head { max-width: 760px; margin: 0 auto clamp(30px,4vw,52px); text-align: center; }
.imag-sub { color: var(--on-paper-soft); font-size: clamp(16px,1.5vw,19px); margin: 16px auto 0; max-width: 600px; line-height: 1.6; }

.imag-console { max-width: 720px; margin: 0 auto; }

/* voice CTA — refined concierge bar */
.imag-voicecta { width: 100%; display: flex; align-items: center; gap: 16px; text-align: left; background: var(--paper-card); border: 1px solid rgba(27,19,13,.1); border-radius: 999px; padding: 11px 12px; cursor: pointer; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .3s; box-shadow: 0 10px 30px -22px rgba(27,19,13,.4); }
.imag-voicecta:hover { transform: translateY(-2px); border-color: rgba(201,154,63,.5); box-shadow: 0 22px 46px -26px rgba(201,154,63,.4); }
.imag-voicecta-t { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.imag-voicecta-t b { font-family: var(--font-serif); font-weight: 500; font-size: clamp(18px,2vw,22px); color: var(--ink); }
.imag-voicecta-t span { font-size: 13.5px; color: var(--on-paper-soft); }
.imag-voicecta-go { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: var(--on-ink); transition: transform .3s; }
.imag-voicecta:hover .imag-voicecta-go { transform: translateX(3px); }

/* mic orb (gold) */
.imag-orb { position: relative; width: 84px; height: 84px; border-radius: 999px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; cursor: default; border: none; background: radial-gradient(circle at 38% 30%, #f6e2ad, #C99A3F 62%, #9c7726); color: #1B130D; box-shadow: 0 0 0 1px rgba(201,154,63,.35), 0 16px 34px -16px rgba(201,154,63,.55); }
.imag-orb.sm { width: 56px; height: 56px; }
.imag-orb-ring { position: absolute; inset: -6px; border-radius: 999px; border: 1.5px solid rgba(201,154,63,.55); opacity: 0; }
.imag-orb-ring.r2 { inset: -14px; }
.imag-orb.listening .imag-orb-ring, .imag-orb.speaking .imag-orb-ring, .imag-voicecta .imag-orb .imag-orb-ring { animation: imag-pulse 2.5s ease-out infinite; opacity: 1; }
.imag-orb.listening .imag-orb-ring.r2, .imag-orb.speaking .imag-orb-ring.r2 { animation-delay: .8s; }
.imag-orb.speaking { animation: imag-bob .7s ease-in-out infinite; }
.imag-orb.connecting { opacity: .7; }
.imag-orb-core { width: 30px; height: 30px; border-radius: 999px; background: rgba(27,19,13,.16); }
.imag-orb.speaking .imag-orb-core { animation: imag-core .5s ease-in-out infinite; }
.imag-mic { display: inline-flex; color: #1B130D; }
@keyframes imag-pulse { 0% { transform: scale(.92); opacity: .55; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes imag-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes imag-core { 0%,100% { transform: scale(.8); } 50% { transform: scale(1.25); } }

.imag-or { display: flex; align-items: center; gap: 16px; color: var(--on-paper-soft); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin: 20px 6px; }
.imag-or::before, .imag-or::after { content: ""; height: 1px; flex: 1; background: rgba(27,19,13,.12); }

/* describe input */
.imag-form { width: 100%; background: var(--paper-card); border: 1px solid rgba(27,19,13,.12); border-radius: 20px; padding: clamp(14px,1.8vw,18px); box-shadow: 0 14px 40px -30px rgba(27,19,13,.5); }
.imag-textarea { width: 100%; resize: vertical; min-height: 70px; background: transparent; border: none; outline: none; color: var(--ink); font-family: var(--font-serif); font-size: clamp(18px,2vw,23px); line-height: 1.4; padding: 4px; }
.imag-textarea::placeholder { color: var(--on-paper-soft); font-style: italic; }
.imag-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 10px; flex-wrap: wrap; }
.imag-examples { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; min-width: 220px; }
.imag-ex { font-family: var(--font-body); font-size: 12.5px; color: var(--on-paper-soft); background: transparent; border: 1px solid rgba(27,19,13,.14); border-radius: 999px; padding: 7px 13px; cursor: pointer; transition: .25s; max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imag-ex:hover { color: var(--ink); border-color: var(--gold); background: rgba(201,154,63,.08); }
.imag-go { flex: 0 0 auto; }
.imag-go[disabled] { opacity: .6; cursor: progress; }
.imag-err { color: var(--garnet); font-size: 14.5px; margin: 12px 4px 0; text-align: center; }
.imag-link { background: none; border: none; color: var(--accent); border-bottom: 1px solid currentColor; cursor: pointer; font: inherit; padding: 0 0 1px; }

/* showcase group */
.imag-rail { margin-top: clamp(40px,5vw,68px); }
.imag-rail-k { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--on-paper-soft); margin-bottom: 18px; }
.imag-rail-k .spark { color: var(--gold); }
.imag-group { display: flex; border-radius: 18px; overflow: hidden; border: 1px solid rgba(27,19,13,.1); box-shadow: 0 30px 60px -36px rgba(27,19,13,.5); }
.imag-group-img { flex: 1; aspect-ratio: 3/4; border-radius: 0; background: var(--ink-2); }
.imag-group-img + .imag-group-img { border-left: 2px solid var(--paper); }

/* voice bar (active) */
.imag-voicebar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px,2.5vw,30px); max-width: 980px; margin: 0 auto; background: var(--paper-card); border: 1px solid rgba(27,19,13,.1); border-radius: 22px; padding: clamp(16px,2vw,22px) clamp(18px,2.4vw,26px); box-shadow: 0 20px 50px -34px rgba(27,19,13,.5); }
.imag-voice-left { display: flex; align-items: center; gap: 16px; }
.imag-voice-status { display: flex; flex-direction: column; gap: 3px; }
.imag-voice-name { font-family: var(--font-serif); font-size: 18px; color: var(--ink); }
.imag-voice-state { font-size: 13px; color: var(--gold); letter-spacing: .02em; }
.imag-transcript { max-height: 132px; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; padding: 4px 2px; min-width: 200px; }
.imag-tc { margin: 0; font-size: 15px; line-height: 1.45; color: var(--on-paper-soft); }
.imag-tc.eve { color: var(--ink); }
.imag-tc-who { display: inline-block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-right: 8px; }
.imag-tc-hint { margin: 0; font-family: var(--font-serif); font-style: italic; color: var(--on-paper-soft); font-size: 15px; }
.imag-voice-ctrls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.imag-ic { background: transparent; border: 1px solid rgba(27,19,13,.18); color: var(--ink); border-radius: 999px; padding: 9px 16px; font: 600 14px var(--font-body); cursor: pointer; transition: .25s; }
.imag-ic:hover { background: rgba(27,19,13,.06); }

/* result stage */
.imag-stage { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(24px,3.5vw,56px); align-items: start; margin-top: clamp(40px,5vw,68px); }
.imag-viewer { position: sticky; top: 90px; }
.imag-frame { aspect-ratio: 1/1; background: var(--paper-card); border: 1px solid rgba(27,19,13,.1); }
.imag-frame img { width: 100%; height: 100%; object-fit: cover; }
.imag-badge { position: absolute; top: 14px; left: 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink); background: var(--gold-light); padding: 6px 11px; border-radius: 999px; }
.imag-skel { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.imag-skel-txt { color: var(--on-paper-soft); font-family: var(--font-serif); font-style: italic; font-size: 16px; }
.imag-spin { width: 38px; height: 38px; border-radius: 999px; border: 2.5px solid rgba(201,154,63,.25); border-top-color: var(--gold); animation: imag-spin .9s linear infinite; display: inline-block; }
.imag-spin.sm { width: 20px; height: 20px; border-width: 2px; }
@keyframes imag-spin { to { transform: rotate(360deg); } }

.imag-controls { margin-top: 18px; }
.imag-toggle { display: inline-flex; background: rgba(27,19,13,.05); border: 1px solid rgba(27,19,13,.1); border-radius: 999px; padding: 4px; gap: 4px; }
.imag-toggle button { font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--on-paper-soft); background: transparent; border: none; border-radius: 999px; padding: 8px 18px; cursor: pointer; transition: .25s; }
.imag-toggle button.on { background: var(--ink); color: var(--on-ink); }
.imag-toggle button[disabled] { opacity: .4; cursor: not-allowed; }

.imag-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 16px; }
.imag-thumb { position: relative; aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; border: 1.5px solid rgba(27,19,13,.12); background: var(--paper-2); cursor: pointer; padding: 0; transition: border-color .25s, transform .25s; display: flex; align-items: center; justify-content: center; }
.imag-thumb:hover:not([disabled]) { transform: translateY(-3px); }
.imag-thumb.on { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,154,63,.4); }
.imag-thumb[disabled] { cursor: default; }
.imag-thumb img { width: 100%; height: 100%; object-fit: cover; }
.imag-thumb-x { color: var(--on-paper-soft); font-size: 20px; opacity: .4; }
.imag-thumb-l { position: absolute; bottom: 0; left: 0; right: 0; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.6), transparent); padding: 12px 4px 4px; text-align: center; }
.imag-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; flex-wrap: wrap; }

.imag-side { display: flex; flex-direction: column; gap: clamp(18px,2.4vw,28px); }
.imag-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--accent); }
.imag-concept { background: var(--paper-card); border: 1px solid rgba(27,19,13,.1); border-radius: 18px; padding: clamp(22px,2.6vw,32px); }
.imag-concept-skel { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.imag-name { font-size: clamp(28px,3.4vw,42px); line-height: 1.05; margin: 12px 0 12px; color: var(--ink); }
.imag-desc { font-family: var(--font-serif); font-size: clamp(17px,1.7vw,21px); line-height: 1.45; color: var(--ink); margin: 0 0 16px; }
.imag-why { font-size: 15.5px; color: var(--on-paper-soft); margin: 0; line-height: 1.5; }
.imag-why-k { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-bottom: 5px; }
.imag-price { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.imag-range { font-family: var(--font-serif); font-style: italic; font-size: 18px; color: var(--accent); }

.imag-spec { background: var(--paper-2); border: 1px solid rgba(27,19,13,.08); border-radius: 18px; padding: clamp(20px,2.4vw,28px); }
.spec-row { display: flex; align-items: baseline; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(27,19,13,.08); }
.imag-spec .imag-kicker { margin-bottom: 6px; display: flex; }
.spec-k { flex: 0 0 96px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--on-paper-soft); }
.spec-v { flex: 1; font-family: var(--font-serif); font-size: 17px; color: var(--ink); text-transform: capitalize; }

/* ---------------- STUDIO BENCH PROMO ---------------- */
.bench-promo { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.bench-promo-img { position: relative; aspect-ratio: 4/3; display: block; }
.bench-promo-tag { position: absolute; top: 14px; left: 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink); background: var(--gold-light); padding: 6px 12px; border-radius: 999px; }
@media (max-width: 880px) { .bench-promo { grid-template-columns: 1fr; } }

/* ---------------- LATEST SETS ---------------- */
.latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.latest-card { text-decoration: none; color: inherit; display: block; }
.latest-img { aspect-ratio: 1/1; }
.latest-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 10px; }
.latest-name { font-family: var(--font-serif); font-size: 18px; color: var(--ink); text-transform: capitalize; }
.latest-n { font-size: 12px; color: var(--on-paper-soft); white-space: nowrap; }
@media (max-width: 880px) { .latest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .latest-grid { grid-template-columns: 1fr; } }

/* ---------------- HOW IT WORKS ---------------- */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px); }
.how-item { border-top: 1.5px solid rgba(27,19,13,.16); padding-top: 22px; }
.how-n { font-size: 60px; color: var(--accent); line-height: 1; display: block; }

/* ---------------- GALLERY ---------------- */
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(30px, 4vw, 52px); flex-wrap: wrap; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }

/* ---------------- COMPARE ---------------- */
.cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
.cmp-side { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; overflow: hidden; }
.cmp-img { aspect-ratio: 16/11; border-radius: 0; }
.cmp-body { padding: clamp(22px, 3vw, 36px); }
.cmp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.cmp-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--on-ink); }
.cmp-list .spark { color: var(--gold); margin-top: 2px; }

/* ---------------- STORY ---------------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: start; }
.story-mark { font-size: clamp(64px, 9vw, 150px); line-height: .9; margin: 12px 0 0; text-transform: none; letter-spacing: -.03em; }
.story-text { font-size: 18px; color: var(--on-paper-soft); display: flex; flex-direction: column; gap: 16px; padding-top: 8px; }
.story-text b { color: var(--ink); }

/* ---------------- PROCESS ---------------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.5vw, 38px); }
.process-n { font-family: var(--font-display); font-weight: 900; font-size: 30px; color: var(--accent); }

/* ---------------- STUDIO ---------------- */
.studio-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(22px, 3vw, 44px); align-items: start; }
.studio-panel { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: clamp(20px, 2.6vw, 32px); }
.studio-quotes { position: sticky; top: 96px; }

/* ---------------- JEWELLERS — THE PRIVATE STUDIO ---------------- */
.jw { background:
    radial-gradient(110% 80% at 85% -8%, rgba(201,154,63,.13), transparent 52%),
    radial-gradient(120% 100% at 8% 110%, rgba(194,85,43,.10), transparent 50%),
    linear-gradient(160deg, #18100a 0%, #120c07 55%, #1a1009 100%); }
.jw-head { max-width: 760px; margin-bottom: clamp(38px, 5vw, 66px); }
.jw-lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--on-ink-soft); max-width: 640px; margin: 18px 0 0; line-height: 1.6; }

.jw-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(30px, 5vw, 80px); align-items: center; }

.jw-rows { display: flex; flex-direction: column; }
.jw-row { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: clamp(18px, 2.2vw, 26px) 0; border-top: 1px solid rgba(232,201,122,.16); transition: padding-left .45s cubic-bezier(.2,.8,.2,1); }
.jw-row:last-child { border-bottom: 1px solid rgba(232,201,122,.16); }
.jw-row:hover { padding-left: 10px; }
.jw-n { font-size: 27px; color: var(--gold-light); line-height: 1.1; }
.jw-row h3 { font-size: clamp(19px, 1.9vw, 24px); font-weight: 400; margin: 0 0 6px; }
.jw-row p { margin: 0; color: var(--on-ink-soft); font-size: 15.5px; line-height: 1.55; max-width: 480px; }

/* brass membership card */
.jw-card-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; perspective: 1100px; }
.jw-card {
  width: min(400px, 100%); aspect-ratio: 8/5; border-radius: 20px; padding: clamp(22px, 2.4vw, 30px);
  display: flex; flex-direction: column; color: #241708;
  background:
    linear-gradient(112deg, rgba(255,255,255,.34) 0%, transparent 28%, rgba(110,75,20,.22) 58%, transparent 82%),
    linear-gradient(160deg, #EFD79A 0%, #C99A3F 48%, #A87F2C 78%, #E2BF6E 100%);
  box-shadow: 0 1.5px 0 rgba(255,246,220,.65) inset, 0 -1.5px 0 rgba(90,60,10,.4) inset, 0 44px 80px -38px rgba(0,0,0,.85);
  transform: rotateX(6deg) rotateZ(-1.2deg);
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.jw-card:hover { transform: rotateX(0deg) rotateZ(0deg) translateY(-6px); }
.jw-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.jw-card-tag { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; font-weight: 700; border: 1px solid rgba(36,23,8,.45); border-radius: 999px; padding: 6px 12px; }
.jw-card-name { font-size: clamp(28px, 3vw, 36px); margin: auto 0 0; line-height: 1; letter-spacing: -.01em; }
.jw-card-sub { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin: 8px 0 0; color: rgba(36,23,8,.72); }
.jw-card-rule { height: 1px; border: 0; background: rgba(36,23,8,.3); margin: 16px 0 12px; }
.jw-card-foot { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: rgba(36,23,8,.78); }
.jw-card-cap { font-family: var(--font-serif); font-style: italic; font-size: 14.5px; color: var(--on-ink-soft); margin: 0; display: flex; align-items: center; gap: 8px; }

.jw-apply { margin-top: clamp(36px, 5vw, 60px); padding: clamp(22px, 2.6vw, 30px) clamp(22px, 3vw, 38px);
  border: 1px solid rgba(232,201,122,.22); border-radius: 20px; background: rgba(232,201,122,.05);
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.jw-apply-txt { font-size: clamp(17px, 1.7vw, 21px); }
.jw-form { margin: 0; max-width: 520px; flex: 1 1 360px; }
.jw-apply-err { width: 100%; color: #e8a489; font-size: 14px; }
.jw-apply-done { font-size: 21px; color: var(--gold-light); margin: 6px auto; text-align: center; width: 100%; }

/* ---------------- CTA ---------------- */
.cta { overflow: hidden; }
/* ghost wordmark — outlined, breathing behind the close */
.cta::after {
  content: "76"; position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%);
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(170px, 26vw, 430px); line-height: 1; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(232,201,122,.1);
  pointer-events: none; z-index: 0;
}
.cta .wrap { position: relative; z-index: 1; }
.cta-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto; flex-wrap: wrap; }
.cta-form input { flex: 1; min-width: 220px; padding: 16px 20px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); color: var(--on-ink); font-size: 16px; font-family: var(--font-body); }
.cta-form input::placeholder { color: var(--on-ink-soft); }

/* ---------------- FOOTER ---------------- */
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(24px, 3vw, 48px); }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { color: var(--on-ink-soft); text-decoration: none; font-size: 15.5px; transition: color .25s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-base { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; color: var(--on-ink-soft); font-size: 14px; }
.footer-base a { color: var(--on-ink-soft); text-decoration: none; }
.footer-base a:hover { color: var(--gold-light); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .nav-pill { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-quotes { position: static; }
}
@media (max-width: 880px) {
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .nav-mobile { display: flex; flex-direction: column; gap: 6px; padding: 14px var(--gutter) 20px; background: rgba(16,10,5,.96); border-top: 1px solid rgba(232,201,122,.16); }
  .nav-mobile a { text-decoration: none; color: rgba(243,236,223,.88); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; padding: 13px 4px; border-bottom: 1px solid rgba(232,201,122,.1); }
  .nav-mobile .btn { margin-top: 10px; justify-content: center; }

  /* mobile: model rides the top half, type owns the darkened bottom */
  .hero-cine { justify-content: flex-end; }
  .hero-cine-bg img { object-position: 72% 18%; }
  .hero-cine-shade { background:
    linear-gradient(0deg, rgba(16,10,5,.96) 0%, rgba(16,10,5,.82) 30%, rgba(16,10,5,.28) 56%, rgba(16,10,5,.06) 78%),
    linear-gradient(180deg, rgba(16,10,5,.6) 0%, transparent 24%); }
  .hero-cine.light .hero-cine-shade { background:
    linear-gradient(0deg, rgba(241,236,226,.97) 0%, rgba(241,236,226,.85) 30%, rgba(241,236,226,.3) 56%, rgba(241,236,226,.06) 78%),
    linear-gradient(180deg, rgba(241,236,226,.6) 0%, transparent 24%); }
  .hero-cine-inner { padding-top: 0; padding-bottom: 88px; }
  .hero-cine-sub { max-width: 34ch; margin: 18px 0 24px; }
  .hero-cine-foot { padding-bottom: 16px; }
  .hero-cine-credit { font-size: 11.5px; }
  .hero-cine-scroll { display: none; }
  .hero-cine .twinkle.tw2, .hero-cine .twinkle.tw3 { display: none; }

  .hero { padding-top: 116px; }
  .hero-head { font-size: clamp(58px, 19vw, 120px); }
  .hero-split .hero-stage { grid-template-columns: 1fr; margin-top: 8px; gap: 26px; }
  .hero-img-split { aspect-ratio: 4/4.5; margin-top: 0; max-width: 460px; margin-inline: auto; }
  .hero-left, .hero-right { justify-content: flex-start; }
  .hero-right { display: block; }
  .hero-feature { max-width: 100%; }
  .hero-portal .hero-stage { grid-template-columns: 1fr; }
  .hero-portal .hero-img-portal { grid-column: 1; grid-row: auto; }
  .hero-portal .hero-feature-wrap { max-width: 100%; }

  .insp-head { grid-template-columns: 1fr; }
  .insp-grid { grid-template-columns: 1fr 1fr; }
  .imag-stage { grid-template-columns: 1fr; }
  .imag-viewer { position: static; }
  .imag-voicebar { grid-template-columns: 1fr; }
  .imag-transcript { max-height: 160px; }
  .imag-voicecta-t b { font-size: 18px; }
  .how-grid { grid-template-columns: 1fr; gap: 26px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .cmp-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .jw-grid { grid-template-columns: 1fr; gap: 38px; }
  .jw-card { transform: none; }
  .jw-apply { flex-direction: column; align-items: flex-start; }
  .jw-form { width: 100%; max-width: none; }
}
@media (max-width: 540px) {
  .insp-grid { grid-template-columns: 1fr; }
  .insp-ai { flex-direction: column; align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .quote-row { flex-direction: column; }
  .hero-ctas { gap: 14px; }
}

/* ============================================================
   MOBILE-FIRST ENHANCEMENTS
   ============================================================ */
/* Honour the iOS/Android safe areas (notch, home indicator) */
.wrap { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }
.nav { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }

/* Drop the dropdown menu cleanly below the bar, fill the row */
.nav-mobile { gap: 2px; }
.nav-mobile a:last-of-type { border-bottom: none; }

/* Comfortable tap targets + no tap-flash on touch */
@media (hover: none) {
  .card:hover { transform: none; }
  .btn:hover, .btn-primary:hover, .btn-ink:hover, .btn-light:hover, .btn-ghost:hover { transform: none; }
  a, button { -webkit-tap-highlight-color: rgba(194,85,43,.18); }
}

/* Persistent conversion bar — phones only.
   Slides up once you're past the hero; tucks away inside the Studio
   and the closing CTA so it never fights the on-page actions. */
.mobile-bar { display: none; }
@media (max-width: 719px) {
  .mobile-bar {
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 95;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 11px 11px 11px 18px;
    padding-bottom: calc(11px + env(safe-area-inset-bottom));
    background: color-mix(in oklab, var(--ink), transparent 3%);
    color: var(--on-ink);
    border: 1px solid rgba(232,201,122,.26); border-radius: 18px;
    box-shadow: 0 20px 44px -18px rgba(0,0,0,.7);
    transform: translateY(160%); opacity: 0;
    transition: transform .5s cubic-bezier(.2,.85,.2,1), opacity .35s;
    will-change: transform;
  }
  .mobile-bar.show { transform: none; opacity: 1; }
  .mobile-bar .btn { flex: 0 0 auto; padding: 13px 22px; font-size: 15px; }
  .mb-title { font-family: var(--font-serif); font-style: italic; font-size: 19px; line-height: 1.05; display: block; }
  .mb-sub { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--on-ink-soft); }
}
