/* ════════════════════════════════════════════════════════════
   OBSIDIAN REALTORS — v3 · ivory edition
   Quiet, paper-white, image-led. After 1 Mayfair.
   ════════════════════════════════════════════════════════════ */

:root {
  --paper: #fbf9f4;
  --paper-2: #f3efe6;
  --panel: #e9e3d4;
  --ink: #16140f;
  --ink-80: rgba(22, 20, 15, 0.8);
  --ink-70: rgba(22, 20, 15, 0.7);
  --ink-55: rgba(22, 20, 15, 0.55);
  --warmgrey: #6f6858;      /* darkened for reliable contrast on paper */
  --bronze: #94722f;        /* text-safe bronze on paper */
  --bronze-fill: #c2a063;   /* fills, bars, buttons */
  --champagne: #e4cd9c;     /* only over imagery / dark bands */
  --dark: #12100c;          /* inverse band */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
  --caps: "Jost", Futura, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: var(--bronze-fill); color: var(--ink); }

.wrap { max-width: 88rem; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }

/* ─── type ─────────────────────────────────────────────────── */
.eyebrow, .eyebrow-muted {
  font-family: var(--caps); text-transform: uppercase;
  letter-spacing: 0.3em; font-size: 10.5px; font-weight: 400;
}
.eyebrow { color: var(--bronze); }
.eyebrow-muted { color: var(--warmgrey); }
.eyebrow.lined { display: inline-flex; align-items: center; gap: 16px; }
.eyebrow.lined::before { content: ""; width: 44px; height: 0.75px; background: var(--bronze); opacity: 0.6; }
.display { font-family: var(--display); font-weight: 500; line-height: 1.04; letter-spacing: -0.01em; color: var(--ink); }
.italic { font-style: italic; }

/* ─── preloader ────────────────────────────────────────────── */
.preloader {
  position: fixed; inset: 0; z-index: 200; background: var(--paper);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  transition: transform 1s var(--ease-io), visibility 1s;
}
.preloader.done { transform: translateY(-100%); visibility: hidden; }
.preloader img { height: 72px; filter: invert(1); opacity: 0; animation: pl-in 1s var(--ease) 0.1s forwards; }
.preloader .word {
  font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.5em;
  font-size: 11px; color: var(--warmgrey); padding-left: 0.5em;
  opacity: 0; animation: pl-in 1s var(--ease) 0.35s forwards;
}
.preloader .bar { width: 120px; height: 0.75px; background: rgba(157, 122, 57, 0.2); overflow: hidden; }
.preloader .bar i { display: block; height: 100%; width: 100%; background: var(--bronze); transform: translateX(-100%); animation: pl-bar 1.4s var(--ease-io) 0.2s forwards; }
@keyframes pl-in { to { opacity: 1; } }
@keyframes pl-bar { to { transform: translateX(0); } }

/* ─── custom cursor ────────────────────────────────────────── */
.cursor, .cursor-label { position: fixed; top: 0; left: 0; z-index: 150; pointer-events: none; display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); transform: translate(-50%, -50%); }
  .cursor-label {
    display: flex; align-items: center; justify-content: center;
    width: 78px; height: 78px; border-radius: 50%;
    background: rgba(22, 20, 15, 0.92); color: var(--champagne);
    font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 9.5px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.45s var(--ease);
  }
  .cursor-label.on { transform: translate(-50%, -50%) scale(1); }
}

/* ─── header ───────────────────────────────────────────────── */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: all 0.7s var(--ease); }
.header .logo-b { display: none; }
.header .logo-w { display: block; }
.header.solid { background: rgba(251, 249, 244, 0.92); backdrop-filter: blur(14px); border-bottom: 0.75px solid rgba(157, 122, 57, 0.18); }
.header.solid .logo-b { display: block; }
.header.solid .logo-w { display: none; }
.header.hidden-up { transform: translateY(-100%); }
.header-inner { max-width: 88rem; margin: 0 auto; height: 86px; padding: 0 clamp(20px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.header-logo img { height: 58px; width: auto; }
.header-nav { display: flex; gap: 42px; }
.header-nav a {
  font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px;
  color: rgba(251, 249, 244, 0.8); position: relative; padding: 6px 0; transition: color 0.5s var(--ease);
}
.header.solid .header-nav a { color: var(--ink-70); }
.header-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.75px; background: var(--bronze-fill); transform: scaleX(0); transform-origin: right; transition: transform 0.5s var(--ease); }
.header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header.solid .header-nav a:hover { color: var(--ink); }
.header-right { display: flex; align-items: center; gap: 28px; }
.currency-toggle { font-family: var(--caps); letter-spacing: 0.22em; font-size: 11px; color: rgba(251, 249, 244, 0.7); }
.header.solid .currency-toggle { color: var(--ink-55); }
.currency-toggle .active { color: var(--bronze-fill); }
.header.solid .currency-toggle .active { color: var(--bronze); }
.currency-toggle .sep { opacity: 0.35; margin: 0 4px; }
.burger { display: none; }
@media (max-width: 1080px) {
  .header-nav, .header-right { display: none; }
  .burger { display: flex; flex-direction: column; gap: 7px; align-items: flex-end; width: 42px; height: 42px; justify-content: center; }
  .burger span { display: block; height: 1px; background: #fbf9f4; transition: all 0.6s var(--ease); }
  .header.solid .burger span { background: var(--ink); }
  .burger span:nth-child(1) { width: 30px; }
  .burger span:nth-child(2) { width: 20px; }
  .burger[aria-expanded="true"] span:nth-child(1) { width: 28px; transform: translateY(4px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { width: 28px; transform: translateY(-4px) rotate(-45deg); }
}
.mobile-menu { display: none; background: rgba(251, 249, 244, 0.98); padding: 28px 24px 36px; border-top: 0.75px solid rgba(157, 122, 57, 0.2); }
.mobile-menu.open { display: flex; flex-direction: column; gap: 22px; }
.mobile-menu a { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 12px; color: var(--ink-80); }
.mobile-menu .currency-toggle { color: var(--ink-55); }
.mobile-menu .currency-toggle .active { color: var(--bronze); }

/* ─── buttons ──────────────────────────────────────────────── */
.btn {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px;
  padding: 17px 36px; transition: color 0.55s var(--ease), border-color 0.55s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; transform: scaleX(0); transform-origin: right; transition: transform 0.55s var(--ease); }
.btn span { position: relative; z-index: 1; }
.btn-bronze { background: var(--bronze-fill); color: var(--ink); }
.btn-bronze::before { background: var(--ink); }
.btn-bronze:hover { color: var(--champagne); }
.btn-bronze:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-ghost { border: 0.75px solid rgba(251, 249, 244, 0.5); color: #fbf9f4; }
.btn-ghost::before { background: #fbf9f4; }
.btn-ghost:hover { color: var(--ink); border-color: #fbf9f4; }
.btn-ghost:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-ink { border: 0.75px solid rgba(22, 20, 15, 0.4); color: var(--ink); }
.btn-ink::before { background: var(--ink); }
.btn-ink:hover { color: var(--paper); }
.btn-ink:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark::before { background: var(--bronze-fill); }
.btn-dark:hover { color: var(--ink); }
.btn-dark:hover::before { transform: scaleX(1); transform-origin: left; }
/* legacy aliases used on dark bands */
.btn-ghost-dark { border: 0.75px solid rgba(251, 249, 244, 0.4); color: var(--paper); }
.btn-ghost-dark::before { background: var(--paper); }
.btn-ghost-dark:hover { color: var(--ink); }
.btn-ghost-dark:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-block { width: 100%; }

/* ─── hero ─────────────────────────────────────────────────── */
.hero { position: relative; height: 100svh; min-height: 700px; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: -6% 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 8s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero .veil { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(18, 16, 12, 0.9) 0%, rgba(18, 16, 12, 0.42) 36%, rgba(18, 16, 12, 0.1) 62%, rgba(18, 16, 12, 0.32) 100%); }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; max-width: 88rem; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px) 150px; }
.hero h1 { font-size: clamp(52px, 8vw, 110px); color: #fbf9f4; max-width: 14ch; }
.hero .eyebrow { color: var(--champagne); }
.hero .sub { margin-top: 28px; max-width: 50ch; font-size: 16px; color: rgba(251, 249, 244, 0.78); }
.hero .ctas { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 18px; }
.hero-meta { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; border-top: 0.75px solid rgba(251, 249, 244, 0.16); background: rgba(18, 16, 12, 0.35); backdrop-filter: blur(8px); }
.hero-meta .row { max-width: 88rem; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 64px; }
.hero-meta p { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 10px; color: rgba(251, 249, 244, 0.6); }
.hero-meta p b { font-weight: 400; color: var(--champagne); }
.hero-meta .mid { display: none; }
@media (min-width: 900px) { .hero-meta .mid { display: block; } }
.scroll-cue { position: absolute; right: clamp(20px, 4vw, 56px); bottom: 94px; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-cue small { font-family: var(--caps); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(251, 249, 244, 0.45); writing-mode: vertical-rl; }
.scroll-cue i { width: 0.75px; height: 44px; background: linear-gradient(to bottom, var(--champagne), transparent); animation: cueDrop 2.4s var(--ease-io) infinite; }
@keyframes cueDrop { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 56% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

.line { display: block; overflow: hidden; }
.line > span { display: block; transform: translateY(112%); transition: transform 1.1s var(--ease); }
.lines-in .line > span { transform: translateY(0); }
.line:nth-child(2) > span { transition-delay: 0.12s; }
.line:nth-child(3) > span { transition-delay: 0.24s; }

/* ─── marquee ──────────────────────────────────────────────── */
.marquee { overflow: hidden; border-top: 0.75px solid rgba(157, 122, 57, 0.2); border-bottom: 0.75px solid rgba(157, 122, 57, 0.2); background: var(--paper-2); padding: 22px 0; }
.marquee-track { display: flex; gap: 72px; width: max-content; animation: marq 46s linear infinite; }
.marquee span { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.36em; font-size: 10.5px; color: var(--warmgrey); white-space: nowrap; display: flex; align-items: center; gap: 72px; }
.marquee b { color: var(--bronze); font-weight: 400; }
@keyframes marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ─── sections ─────────────────────────────────────────────── */
.section { padding: clamp(96px, 11vw, 176px) 0; position: relative; }
.bg-deep { background: var(--paper-2); }
.bg-charcoal { background: var(--paper-2); }
.bg-dark { background: var(--dark); color: var(--paper); }
.bg-dark .display { color: var(--paper); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(48px, 6vw, 92px); }
.sec-head h2 { font-size: clamp(38px, 4.8vw, 64px); max-width: 18ch; }
.sec-index { font-family: var(--display); font-style: italic; font-size: 15px; color: var(--bronze); }
.link-caps { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px; color: var(--warmgrey); transition: color 0.5s var(--ease); padding-bottom: 10px; white-space: nowrap; }
.link-caps:hover { color: var(--ink); }
.link-under { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px; color: var(--bronze); border-bottom: 0.75px solid rgba(157, 122, 57, 0.45); padding-bottom: 6px; transition: all 0.5s var(--ease); }
.link-under:hover { color: var(--ink); border-color: var(--ink); letter-spacing: 0.32em; }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .line > span { opacity: 1; transform: none !important; transition: none; }
  .hero-media img { animation: none; transform: none; }
}

/* image frames + parallax */
.frame { position: relative; overflow: hidden; background: var(--panel); }
.frame img { position: absolute; inset: -10% 0; width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.frame.no-plx img { inset: 0; height: 100%; }
.frame .credit { position: absolute; right: 14px; bottom: 12px; z-index: 3; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.2em; font-size: 8.5px; color: rgba(251, 249, 244, 0.55); }
.r-54 { aspect-ratio: 5/4; } .r-43 { aspect-ratio: 4/3; } .r-169 { aspect-ratio: 16/9; }
.r-32 { aspect-ratio: 3/2; } .r-45 { aspect-ratio: 4/5; } .r-pan { aspect-ratio: 4/1; }
@media (max-width: 767px) { .r-pan { aspect-ratio: 5/2; } }
.caption { margin-top: 14px; display: flex; justify-content: space-between; gap: 24px; font-size: 13px; color: var(--warmgrey); }
.caption .no { font-family: var(--display); font-style: italic; color: var(--bronze); }

/* ─── manifesto ────────────────────────────────────────────── */
.manifesto p.big { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.32; color: var(--ink-80); }
.manifesto .em { font-style: italic; color: var(--bronze); }

/* ─── featured residence ───────────────────────────────────── */
.feat { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(40px, 5vw, 84px); align-items: center; }
@media (max-width: 1023px) { .feat { grid-template-columns: 1fr; } }
.feat .no { font-family: var(--display); font-style: italic; font-size: 15px; color: var(--bronze); margin-bottom: 24px; display: block; }
.feat h2 { font-size: clamp(44px, 5.5vw, 76px); }
.feat .loc { margin-top: 14px; }
.feat .desc { margin-top: 28px; font-size: 15.5px; color: var(--ink-70); max-width: 44ch; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.feat .chips { margin-top: 32px; }
.chips li { border: 0.75px solid rgba(157, 122, 57, 0.35); padding: 7px 14px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.14em; font-size: 10px; color: var(--ink-70); }
.feat .price { margin-top: 36px; font-family: var(--caps); letter-spacing: 0.12em; font-size: 22px; color: var(--bronze); }
.feat .go { margin-top: 36px; display: inline-block; }

/* ─── collection rows ──────────────────────────────────────── */
.lst { border-top: 0.75px solid rgba(157, 122, 57, 0.3); }
.lst-row {
  display: grid; grid-template-columns: 90px 1.4fr 1fr 180px 40px; align-items: center; gap: 28px;
  padding: 46px 8px; border-bottom: 0.75px solid rgba(157, 122, 57, 0.3);
  position: relative; transition: background 0.6s var(--ease), padding 0.6s var(--ease);
}
.lst-row:hover { background: rgba(233, 227, 212, 0.45); padding-left: 24px; }
.lst-row .idx { font-family: var(--display); font-style: italic; font-size: 20px; color: var(--bronze); }
.lst-row h3 { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3vw, 42px); line-height: 1.05; color: var(--ink); transition: color 0.5s var(--ease); }
.lst-row:hover h3 { color: var(--bronze); }
.lst-row .sub { margin-top: 8px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 9.5px; color: var(--warmgrey); }
.lst-row .meta { font-size: 13px; color: var(--warmgrey); line-height: 1.9; }
.lst-row .price { font-family: var(--caps); letter-spacing: 0.1em; font-size: 15px; color: var(--bronze); text-align: right; }
.lst-row .arr { font-size: 20px; color: var(--warmgrey); transition: transform 0.5s var(--ease), color 0.5s var(--ease); text-align: right; }
.lst-row:hover .arr { transform: translateX(6px); color: var(--bronze); }
@media (max-width: 900px) {
  .lst-row { grid-template-columns: 48px 1fr 100px; gap: 16px; padding: 32px 4px; }
  .lst-row .meta, .lst-row .arr { display: none; }
  .lst-row .price { font-size: 13px; }
}
.float-img {
  position: fixed; z-index: 80; width: 350px; aspect-ratio: 4/3; pointer-events: none;
  overflow: hidden; opacity: 0; transform: scale(0.92); transition: opacity 0.45s var(--ease);
  box-shadow: 0 30px 70px -20px rgba(22, 20, 15, 0.45);
}
.float-img img { width: 100%; height: 100%; object-fit: cover; }
.float-img.on { opacity: 1; }
@media (hover: none), (max-width: 900px) { .float-img { display: none; } }

/* ─── stats ────────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 56px 24px; } }
.stat { text-align: center; }
.stat .n { font-family: var(--display); font-size: clamp(44px, 5vw, 72px); font-weight: 400; color: var(--ink); line-height: 1; }
.stat .n b { font-weight: 400; color: var(--bronze); }
.stat .l { margin-top: 16px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 10px; color: var(--warmgrey); }

/* ─── pillars ──────────────────────────────────────────────── */
.pillars { display: grid; gap: clamp(36px, 4vw, 64px); grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1023px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 639px) { .pillars { grid-template-columns: 1fr; } }
.pillar { border-top: 0.75px solid rgba(157, 122, 57, 0.35); padding-top: 30px; }
.pillar .roman { font-family: var(--display); font-style: italic; font-size: 17px; color: var(--bronze); display: block; margin-bottom: 22px; }
.pillar h3 { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 11.5px; font-weight: 400; color: var(--ink); margin-bottom: 16px; }
.pillar p { font-size: 14px; color: var(--warmgrey); }

/* ─── towers carousel ──────────────────────────────────────── */
.towers { display: flex; gap: 28px; overflow-x: auto; padding: 0 clamp(20px, 4vw, 56px) 24px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.towers::-webkit-scrollbar { display: none; }
.towers.grabbing { cursor: grabbing; }
.towers > a, .towers > .towers-card { scroll-snap-align: start; flex-shrink: 0; width: min(420px, 80vw); position: relative; overflow: hidden; background: var(--panel); aspect-ratio: 4/5; }
.towers img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.towers a:hover img, .towers .towers-card:hover img { transform: scale(1.05); }
.towers .ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18, 16, 12, 0.88), rgba(18, 16, 12, 0.18) 48%, transparent 75%); }
.towers .tc { position: absolute; inset: auto 0 0 0; padding: 32px; z-index: 2; color: #fbf9f4; }
.towers .tc .no { font-family: var(--display); font-style: italic; font-size: 14px; color: var(--champagne); }
.towers h3 { font-family: var(--display); font-weight: 500; font-size: 30px; margin-top: 8px; color: #fbf9f4; }
.towers .tc p { margin-top: 10px; font-size: 13px; color: rgba(251, 249, 244, 0.68); max-width: 34ch; }
.towers .tc .cnt { margin-top: 14px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: rgba(251, 249, 244, 0.5); }

/* ─── mandates ─────────────────────────────────────────────── */
.mandates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 1023px) { .mandates { grid-template-columns: 1fr; } }
.mandate { position: relative; overflow: hidden; background: var(--dark); aspect-ratio: 4/5; display: flex; }
.mandate img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; transition: transform 0.9s var(--ease), opacity 0.9s var(--ease); }
.mandate:hover img { transform: scale(1.05); opacity: 0.68; }
.mandate .ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18, 16, 12, 0.95), rgba(18, 16, 12, 0.35) 55%, rgba(18, 16, 12, 0.25)); }
.mandate .mc { position: relative; z-index: 2; margin-top: auto; padding: 36px; width: 100%; color: #fbf9f4; }
.mandate .tag { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 9.5px; color: var(--champagne); }
.mandate h3 { font-family: var(--display); font-weight: 500; font-size: 30px; margin-top: 12px; color: #fbf9f4; }
.mandate ul { list-style: none; margin-top: 16px; }
.mandate li { font-size: 13px; color: rgba(251, 249, 244, 0.75); padding: 9px 0; border-top: 0.75px solid rgba(228, 205, 156, 0.25); display: flex; justify-content: space-between; gap: 16px; }
.mandate li b { font-weight: 400; color: var(--champagne); font-family: var(--caps); letter-spacing: 0.08em; font-size: 12px; white-space: nowrap; }
.mandate .note { margin-top: 14px; font-size: 11.5px; color: rgba(251, 249, 244, 0.5); }

/* ─── journal ──────────────────────────────────────────────── */
.journal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
@media (max-width: 1023px) { .journal { grid-template-columns: 1fr; } }
.jcard .cat { margin: 26px 0 12px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: var(--warmgrey); }
.jcard h3 { font-family: var(--display); font-weight: 500; font-size: 24px; line-height: 1.3; color: var(--ink); transition: color 0.5s var(--ease); }
.jcard:hover h3 { color: var(--bronze); }
.jcard p { margin-top: 12px; font-size: 13.5px; color: var(--warmgrey); }
.jcard .frame img { transition: transform 0.9s var(--ease); }
.jcard:hover .frame img { transform: scale(1.05) !important; }

/* ─── founder (dark band) ──────────────────────────────────── */
.founder-band { background: var(--dark); color: var(--paper); }
.founder { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
@media (max-width: 1023px) { .founder { grid-template-columns: 1fr; } }
.portrait { position: relative; aspect-ratio: 4/5; background: rgba(251, 249, 244, 0.04); border: 0.75px solid rgba(228, 205, 156, 0.25); display: grid; place-items: center; text-align: center; }
.portrait img { height: 60px; margin: 0 auto 22px; opacity: 0.8; }
.portrait small { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: rgba(251, 249, 244, 0.45); }
.founder .eyebrow { color: var(--champagne); }
.founder h2 { font-size: clamp(40px, 5vw, 64px); color: #fbf9f4; }
.founder .cred { margin-top: 18px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.22em; font-size: 10px; color: rgba(251, 249, 244, 0.55); line-height: 2.2; }
.founder .lede { margin-top: 28px; font-family: var(--display); font-style: italic; font-size: clamp(20px, 2.4vw, 27px); line-height: 1.5; color: rgba(251, 249, 244, 0.9); max-width: 32ch; }
.founder .fine { margin-top: 20px; font-size: 14px; color: rgba(251, 249, 244, 0.6); max-width: 54ch; }
.founder .ctas { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 16px; }
.founder .btn-dark { background: var(--bronze-fill); color: var(--ink); }
.founder .btn-dark::before { background: var(--champagne); }
.founder .btn-dark:hover { color: var(--ink); }

/* ─── testimonials ─────────────────────────────────────────── */
.testimonial { text-align: center; max-width: 46rem; margin: 0 auto; }
.testimonial blockquote p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.42; color: var(--ink-80); min-height: 8.5rem; }
.testimonial footer { margin-top: 28px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px; color: var(--warmgrey); }
.testimonial .dots { margin-top: 44px; display: flex; justify-content: center; gap: 14px; }
.testimonial .dots button { height: 2px; width: 36px; background: rgba(131, 124, 108, 0.3); transition: background 0.5s var(--ease); }
.testimonial .dots button.active { background: var(--bronze); }

/* ─── closing ──────────────────────────────────────────────── */
.closing { text-align: center; }
.closing h2 { font-size: clamp(40px, 6vw, 80px); font-style: italic; }
.closing .sub { margin: 26px auto 0; font-size: 14.5px; color: var(--warmgrey); max-width: 46ch; }
.closing form { max-width: 30rem; margin: 48px auto 0; text-align: left; }

/* ─── forms ────────────────────────────────────────────────── */
.field {
  width: 100%; background: transparent; color: var(--ink);
  border: none; border-bottom: 0.75px solid rgba(131, 124, 108, 0.5);
  padding: 13px 0; font-size: 15px; font-family: var(--body); border-radius: 0;
  transition: border-color 0.45s var(--ease);
}
.field::placeholder { color: rgba(131, 124, 108, 0.7); }
.field:focus { outline: none; border-bottom-color: var(--bronze); }
select.field option { background: var(--paper); }
textarea.field { resize: none; }
.form-row { display: flex; gap: 14px; }
.form-error { margin-top: 8px; font-size: 12px; color: #a4432c; }
.form-label { display: block; margin-bottom: 4px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: var(--warmgrey); }
.form-ok { font-size: 14px; color: var(--bronze); }
.hidden { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 1.5px solid var(--bronze); outline-offset: 3px; }

/* ─── footer ───────────────────────────────────────────────── */
.footer { background: var(--paper-2); border-top: 0.75px solid rgba(157, 122, 57, 0.18); overflow: hidden; }
.footer-word {
  font-family: var(--caps); font-weight: 400; text-transform: uppercase;
  font-size: clamp(64px, 12.5vw, 190px); letter-spacing: 0.14em; line-height: 1;
  text-align: center; padding: clamp(48px, 7vw, 104px) 16px 0;
  color: transparent; -webkit-text-stroke: 1px rgba(22, 20, 15, 0.18);
  user-select: none; white-space: nowrap;
}
.footer-grid { display: grid; gap: 48px; grid-template-columns: 4fr 2fr 3fr 3fr; padding: clamp(56px, 7vw, 96px) 0 64px; }
@media (max-width: 1023px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 639px) { .footer-grid { grid-template-columns: 1fr; } }
.footer img.logo { height: 64px; width: auto; }
.footer p, .footer a, .footer li { font-size: 14px; color: var(--ink-70); }
.footer .muted { color: var(--warmgrey); }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.footer a { transition: color 0.5s var(--ease); }
.footer a:hover { color: var(--bronze); }
.footer .eyebrow-muted { display: block; margin-bottom: 22px; }
.footer-legal { padding-bottom: 44px; }
.footer-legal .rule { height: 0.75px; background: linear-gradient(to right, rgba(157, 122, 57, 0.45), rgba(157, 122, 57, 0.06)); margin-bottom: 26px; }
.footer-legal .row { display: flex; flex-wrap: wrap; gap: 12px 40px; justify-content: space-between; font-size: 12px; color: var(--warmgrey); }

/* ════════════════════════════════════════════════════════════
   Property detail
   ════════════════════════════════════════════════════════════ */
.pd-hero { position: relative; height: 92svh; min-height: 560px; overflow: hidden; background: var(--ink); }
.pd-hero .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18, 16, 12, 0.95) 0%, rgba(18, 16, 12, 0.4) 42%, rgba(18, 16, 12, 0.12) 66%, rgba(18, 16, 12, 0.3) 100%); }
.pd-hero-content { position: absolute; inset: auto 0 0 0; z-index: 3; max-width: 88rem; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px) 76px; color: #fbf9f4; }
.pd-hero-content .crumb { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10px; color: rgba(251, 249, 244, 0.6); margin-bottom: 20px; }
.pd-hero-content .crumb b { color: var(--champagne); font-weight: 400; }
.pd-hero-content h1 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(52px, 8vw, 104px); line-height: 0.98; color: #fbf9f4; }
.pd-hero-content .strip { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 36px; }
.pd-hero-content .price { font-family: var(--caps); letter-spacing: 0.12em; font-size: 22px; color: var(--champagne); }
.pd-hero-content .mini { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.2em; font-size: 10px; color: rgba(251, 249, 244, 0.65); }
.gallery-open {
  position: absolute; bottom: 76px; right: clamp(20px, 4vw, 56px); z-index: 4;
  display: flex; align-items: center; gap: 12px;
  border: 0.75px solid rgba(228, 205, 156, 0.5); background: rgba(18, 16, 12, 0.5); backdrop-filter: blur(8px);
  padding: 14px 24px; font-family: var(--caps); text-transform: uppercase;
  letter-spacing: 0.26em; font-size: 10px; color: var(--champagne);
  transition: all 0.5s var(--ease);
}
.gallery-open:hover { background: var(--bronze-fill); color: var(--ink); border-color: var(--bronze-fill); }
.gallery-open .mark { font-size: 14px; }
@media (max-width: 900px) { .gallery-open { bottom: auto; top: 100px; } }

.pd-body { display: grid; gap: clamp(40px, 5vw, 72px); grid-template-columns: 7fr 5fr; padding: clamp(72px, 9vw, 132px) 0; }
@media (max-width: 1023px) { .pd-body { grid-template-columns: 1fr; } }
.pd-main > section { margin-bottom: clamp(64px, 8vw, 108px); }
.pd-main .eyebrow { display: inline-flex; margin-bottom: 28px; }
.pd-open { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(32px, 4.4vw, 48px); margin-bottom: 36px; line-height: 1.1; color: var(--ink); }
.pd-prose p { max-width: 44rem; font-size: 15.5px; line-height: 1.9; color: var(--ink-70); margin-bottom: 26px; }
.pullquote { margin: 56px 0; padding-left: 36px; border-left: 0.75px solid rgba(157, 122, 57, 0.55); }
.pullquote p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(28px, 3.4vw, 36px); line-height: 1.35; color: var(--bronze); }

/* reading progress bar (articles) */
.read-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(to right, var(--bronze-fill), var(--champagne)); z-index: 120; }

/* ═══ magazine index (JamesEdition-style editorial) ═══ */
.mag-masthead { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-bottom: 32px; border-bottom: 0.75px solid rgba(157,122,57,0.3); margin-bottom: 56px; flex-wrap: wrap; }
.mag-masthead .issue { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.3em; font-size: 10px; color: var(--bronze); }
.mag-masthead h1 { font-size: clamp(44px, 7vw, 88px); line-height: 0.95; margin-top: 14px; }
.mag-masthead .meta { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 10px; color: var(--warmgrey); text-align: right; line-height: 2; }

.mag-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.mag-filters button { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.2em; font-size: 10px; padding: 9px 16px; border: 0.75px solid rgba(157,122,57,0.3); color: var(--warmgrey); background: transparent; transition: all 0.4s var(--ease); }
.mag-filters button.active, .mag-filters button:hover { background: var(--ink); color: var(--champagne); border-color: var(--ink); }

/* featured lead */
.mag-lead { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(28px,4vw,64px); align-items: center; margin-bottom: 80px; }
@media (max-width: 900px){ .mag-lead { grid-template-columns: 1fr; } }
.mag-lead .frame { aspect-ratio: 4/3; }
.mag-lead .kicker { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 10px; color: var(--bronze); }
.mag-lead h2 { font-family: var(--display); font-weight: 500; font-size: clamp(30px,4vw,52px); line-height: 1.05; margin: 16px 0; color: var(--ink); }
.mag-lead p.dek { font-size: 15.5px; color: var(--ink-70); max-width: 44ch; }
.mag-lead .rd { margin-top: 24px; display: inline-block; }

/* editorial masonry-ish grid */
.mag-grid { columns: 3; column-gap: 40px; }
@media (max-width: 1023px){ .mag-grid { columns: 2; column-gap: 32px; } }
@media (max-width: 639px){ .mag-grid { columns: 1; } }
.mag-card { break-inside: avoid; display: block; margin-bottom: 52px; }
.mag-card .frame { margin-bottom: 18px; }
.mag-card.r-tall .frame { aspect-ratio: 3/4; }
.mag-card.r-wide .frame { aspect-ratio: 3/2; }
.mag-card.r-sq .frame { aspect-ratio: 1/1; }
.mag-card .cat { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 9.5px; color: var(--warmgrey); }
.mag-card h3 { font-family: var(--display); font-weight: 500; font-size: clamp(21px,2.2vw,27px); line-height: 1.2; margin: 8px 0 8px; color: var(--ink); transition: color 0.4s var(--ease); }
.mag-card:hover h3 { color: var(--bronze); }
.mag-card p { font-size: 13.5px; color: var(--warmgrey); }
.mag-card .frame img { transition: transform 0.9s var(--ease); }
.mag-card:hover .frame img { transform: scale(1.05); }
.mag-card.hide { display: none; }
.mag-sep { border: none; border-top: 0.75px solid rgba(157,122,57,0.25); margin: 8px 0 64px; }

/* founder's take, end-of-article callout */
.founder-take { margin: 64px 0 8px; background: var(--dark); color: var(--paper); padding: clamp(28px, 4vw, 48px); position: relative; overflow: hidden; }
.founder-take::before { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: linear-gradient(to bottom, var(--bronze-fill), var(--champagne)); }
.founder-take .ft-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.founder-take .ft-mark { width: 46px; height: 46px; border-radius: 50%; border: 0.75px solid rgba(228,205,156,0.4); display: grid; place-items: center; flex-shrink: 0; background: rgba(251,249,244,0.03); }
.founder-take .ft-mark img { width: 24px; height: 24px; opacity: 0.85; }
.founder-take .ft-who { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 10px; color: var(--champagne); line-height: 1.8; }
.founder-take .ft-who b { display: block; font-weight: 400; color: #fbf9f4; font-size: 12px; letter-spacing: 0.14em; }
.founder-take .ft-label { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10px; color: var(--champagne); margin-bottom: 16px; }
.founder-take p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(19px, 2.3vw, 25px); line-height: 1.5; color: rgba(251,249,244,0.92); max-width: 42rem; }
.founder-take p + p { margin-top: 14px; }
.highlights { list-style: none; margin-top: 44px; }
.highlights li { display: flex; gap: 18px; font-size: 14px; color: var(--ink-70); padding: 13px 0; border-top: 0.75px solid rgba(157, 122, 57, 0.22); }
.highlights .dash { color: var(--bronze); }

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
@media (max-width: 639px) { .spec-grid { grid-template-columns: 1fr; } }
.spec-row { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 0.75px solid rgba(157, 122, 57, 0.25); }
.spec-row dt { font-size: 13px; color: var(--warmgrey); flex-shrink: 0; }
.spec-row dd { font-size: 13.5px; color: var(--ink-80); text-align: right; }

.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.tabs button { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.24em; font-size: 10px; padding: 10px 20px; color: var(--warmgrey); border: 0.75px solid rgba(131, 124, 108, 0.35); transition: all 0.5s var(--ease); }
.tabs button.active { background: var(--ink); color: var(--champagne); border-color: var(--ink); }
.tabs button:not(.active):hover { color: var(--ink); border-color: rgba(157, 122, 57, 0.6); }
.plan-frame { background: #fff; border: 0.75px solid rgba(157, 122, 57, 0.25); }
.plan-frame img { width: 100%; }
.plan-note { margin-top: 14px; font-size: 13px; color: var(--warmgrey); }

.value-case { background: var(--dark); color: var(--paper); padding: clamp(28px, 4vw, 56px); }
.value-case .eyebrow { color: var(--champagne); }
.value-case h3 { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3.4vw, 38px); margin: 12px 0 44px; max-width: 26ch; line-height: 1.2; color: #fbf9f4; }
.value-case h3 b { font-weight: 500; color: var(--champagne); font-style: italic; }
.comp { margin-bottom: 24px; }
.comp .row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 9px; }
.comp .label { font-size: 13px; color: rgba(251, 249, 244, 0.8); }
.comp.offered .label { color: var(--champagne); }
.comp .val { font-family: var(--caps); letter-spacing: 0.08em; font-size: 13px; color: rgba(251, 249, 244, 0.55); flex-shrink: 0; }
.comp.offered .val { color: var(--champagne); }
.comp .track { height: 5px; background: rgba(251, 249, 244, 0.08); }
.comp .bar { height: 100%; background: rgba(251, 249, 244, 0.35); width: 0; transition: width 1.2s var(--ease); }
.comp.offered .bar { background: linear-gradient(to right, var(--bronze-fill), var(--champagne)); }
.comp .note { margin-top: 7px; font-size: 11px; color: rgba(251, 249, 244, 0.45); }
.comps-note { margin-top: 36px; font-size: 13px; color: rgba(251, 249, 244, 0.55); max-width: 42rem; }

.badges { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; }
.badges li { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border: 0.75px solid rgba(157, 122, 57, 0.4); font-size: 12px; color: var(--ink-80); }
.badges .tick { color: var(--bronze); font-size: 13px; }
.fine { margin-top: 22px; font-size: 12px; color: var(--warmgrey); max-width: 42rem; }

.two-ways { display: grid; gap: 44px; grid-template-columns: 1fr 1fr; }
@media (max-width: 767px) { .two-ways { grid-template-columns: 1fr; } }
.two-ways h3 { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 11.5px; font-weight: 400; color: var(--ink); margin-bottom: 22px; }
.two-ways > div > p { font-size: 14px; color: var(--warmgrey); }
.rent-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 0.75px solid rgba(157, 122, 57, 0.25); font-size: 13.5px; }
.rent-row .unit { color: var(--warmgrey); }
.rent-row .rent { color: var(--ink-80); }

.map-frame { aspect-ratio: 16/9; background: var(--panel); margin-bottom: 36px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(0.15) contrast(0.95); opacity: 0.95; }
.conn-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; list-style: none; }
@media (max-width: 639px) { .conn-grid { grid-template-columns: 1fr; } }
.conn-row { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 0.75px solid rgba(157, 122, 57, 0.25); font-size: 13.5px; }
.conn-row .place { color: var(--ink-80); }
.conn-row .dist { color: var(--warmgrey); flex-shrink: 0; }

.rail { position: sticky; top: 112px; align-self: start; display: flex; flex-direction: column; gap: 34px; }
@media (max-width: 1023px) { .rail { position: static; } }
.rail .pricebox { border-bottom: 0.75px solid rgba(157, 122, 57, 0.35); padding-bottom: 26px; }
.rail .pricebox .price { font-family: var(--caps); letter-spacing: 0.1em; font-size: 28px; color: var(--bronze); }
.rail .band { margin-top: 6px; font-size: 12.5px; color: var(--warmgrey); }
.rail .tagline { font-size: 14px; color: var(--warmgrey); }
.rail .actions { display: flex; flex-direction: column; gap: 12px; }
.rail .btn-ghost { border-color: rgba(22, 20, 15, 0.4); color: var(--ink); }
.rail .btn-ghost::before { background: var(--ink); }
.rail .btn-ghost:hover { color: var(--paper); border-color: var(--ink); }
.saveshare { display: flex; gap: 28px; }
.saveshare button { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 10px; color: var(--warmgrey); display: flex; align-items: center; gap: 8px; transition: color 0.5s var(--ease); }
.saveshare button:hover { color: var(--ink); }
.saveshare .heart { font-size: 15px; }
.saveshare .saved .heart { color: var(--bronze); }
.enquire-box { background: var(--paper-2); border: 0.75px solid rgba(157, 122, 57, 0.25); padding: 32px; }
.enquire-box .eyebrow { display: inline-flex; margin-bottom: 26px; }
.enquire-box form > div { margin-bottom: 26px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 639px) { .grid-2 { grid-template-columns: 1fr; } }
.form-fine { margin-top: 16px; font-size: 12px; color: var(--warmgrey); }
.success { text-align: center; padding: 36px 0; }
.success .big { font-family: var(--display); font-style: italic; font-size: 28px; color: var(--bronze); }
.success p { margin-top: 12px; font-size: 14px; color: var(--warmgrey); }

/* cards */
.grid-3c { display: grid; gap: 32px; grid-template-columns: repeat(3, 1fr); row-gap: 64px; }
@media (max-width: 1023px) { .grid-3c { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 639px) { .grid-3c { grid-template-columns: 1fr; } }
.card { display: block; }
.card .frame img { transition: transform 0.9s var(--ease), opacity 0.7s var(--ease); }
.card:hover .frame img.first { transform: scale(1.05); }
.card .frame img.second { opacity: 0; }
.card:hover .frame img.second { opacity: 1; }
.card .frame::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(18, 16, 12, 0.75), rgba(18, 16, 12, 0.1) 50%, transparent 72%); }
.card .type { position: absolute; top: 18px; left: 22px; z-index: 2; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: var(--champagne); }
.card h3 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: 28px; margin-top: 10px; color: var(--ink); transition: color 0.5s var(--ease); }
.card:hover h3 { color: var(--bronze); }
.card .loc { margin-top: 22px; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 9.5px; color: var(--warmgrey); }
.card .meta { margin-top: 8px; font-size: 13px; color: var(--warmgrey); }
.card .price { margin-top: 14px; font-family: var(--caps); letter-spacing: 0.1em; font-size: 14px; color: var(--bronze); }

/* lightbox — stays cinematic dark */
.lightbox { position: fixed; inset: 0; z-index: 160; background: rgba(10, 9, 7, 0.98); backdrop-filter: blur(6px); display: none; flex-direction: column; }
.lightbox.open { display: flex; }
.lb-top { display: flex; align-items: center; justify-content: space-between; height: 84px; padding: 0 clamp(20px, 4vw, 56px); flex-shrink: 0; }
.lb-count { font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.28em; font-size: 10.5px; color: rgba(251, 249, 244, 0.5); }
.lb-close { font-size: 30px; font-weight: 300; color: rgba(251, 249, 244, 0.7); line-height: 1; transition: color 0.4s var(--ease), transform 0.4s var(--ease); }
.lb-close:hover { color: var(--champagne); transform: rotate(90deg); }
.lb-stage { position: relative; flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 0 88px; }
@media (max-width: 767px) { .lb-stage { padding: 0 12px; } }
.lb-stage figure { height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.lb-stage img { max-height: calc(100% - 3.5rem); max-width: 100%; object-fit: contain; }
.lb-stage img.plan { background: #fff; padding: 10px; }
.lb-stage figcaption { font-size: 13px; color: rgba(251, 249, 244, 0.55); text-align: center; }
.lb-prev, .lb-next { position: absolute; z-index: 2; height: 56px; width: 56px; display: grid; place-items: center; font-size: 26px; color: rgba(251, 249, 244, 0.55); border: 0.75px solid rgba(228, 205, 156, 0.3); border-radius: 50%; transition: all 0.5s var(--ease); }
.lb-prev:hover, .lb-next:hover { color: var(--ink); background: var(--bronze-fill); border-color: var(--bronze-fill); }
.lb-prev { left: 28px; } .lb-next { right: 28px; }
@media (max-width: 767px) { .lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-prev, .lb-next { height: 44px; width: 44px; } }
.lb-strip { flex-shrink: 0; display: flex; gap: 8px; padding: 18px clamp(20px, 4vw, 56px); overflow-x: auto; scrollbar-width: none; }
.lb-strip::-webkit-scrollbar { display: none; }
.lb-strip button { flex-shrink: 0; height: 58px; width: 84px; overflow: hidden; opacity: 0.35; transition: opacity 0.4s; }
.lb-strip button:hover { opacity: 0.7; }
.lb-strip button.active { opacity: 1; outline: 1px solid var(--bronze-fill); }
.lb-strip img { width: 100%; height: 100%; object-fit: cover; }

/* sticky mobile bar */
.sticky-bar { position: fixed; inset: auto 0 0 0; z-index: 90; display: none; grid-template-columns: 1fr 1fr 1fr; background: rgba(251, 249, 244, 0.96); backdrop-filter: blur(14px); border-top: 0.75px solid rgba(157, 122, 57, 0.3); }
@media (max-width: 767px) { .sticky-bar { display: grid; } body.pd { padding-bottom: 54px; } }
.sticky-bar a { padding: 17px 0; text-align: center; font-family: var(--caps); text-transform: uppercase; letter-spacing: 0.26em; font-size: 10px; color: var(--ink-80); }
.sticky-bar a.mid { border-left: 0.75px solid rgba(157, 122, 57, 0.25); border-right: 0.75px solid rgba(157, 122, 57, 0.25); }
.sticky-bar a.cta { background: var(--bronze-fill); color: var(--ink); }

/* misc */
.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.05; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
