@font-face { font-family:'Manrope'; font-style:normal; font-weight:500; font-display:swap; src:url('assets/manrope-500.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:700; font-display:swap; src:url('assets/manrope-700.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:800; font-display:swap; src:url('assets/manrope-800.woff2') format('woff2'); }
@font-face { font-family:'Cinzel'; font-style:normal; font-weight:700; font-display:swap; src:url('assets/cinzel-700.woff') format('woff'); }
@font-face { font-family:'Cinzel'; font-style:normal; font-weight:500; font-display:swap; src:url('assets/cinzel-500.woff') format('woff'); }
@font-face { font-family:'Cinzel'; font-style:normal; font-weight:400; font-display:swap; src:url('assets/cinzel-400.woff') format('woff'); }
@font-face { font-family:'Cormorant Garamond'; font-style:normal; font-weight:400; font-display:swap; src:url('assets/cormorant-400.woff') format('woff'); }
@font-face { font-family:'Cormorant Garamond'; font-style:italic; font-weight:400; font-display:swap; src:url('assets/cormorant-400i.woff') format('woff'); }
@font-face { font-family:'Cormorant Garamond'; font-style:normal; font-weight:500; font-display:swap; src:url('assets/cormorant-500.woff') format('woff'); }
@font-face { font-family:'Cormorant Garamond'; font-style:normal; font-weight:600; font-display:swap; src:url('assets/cormorant-600.woff') format('woff'); }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* native cross-fade between pages, progressively enhanced, no-op where unsupported */
@view-transition { navigation: auto; }

:root {
  /* the actual brand palette: gold, silver, cream — no black grounds */
  --paper: #f7f0df;
  --paper-2: #efe3c4;
  --paper-3: #e4d3a8;
  --ink: #2b2318;
  --gold: #9c7527;
  --gold-bright: #c2933a;
  --gold-dim: rgba(156,117,39,0.38);
  --gold-dim-soft: rgba(156,117,39,0.22);
  --silver: #7d818a;
  --silver-bright: #c7cad1;
  --silver-dim: rgba(124,128,138,0.35);
  --silver-soft: rgba(124,128,138,0.14);
  --stone: #5c5240;
  --stone-dim: #8a7d63;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --draw-ease: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Pentelic-marble veining — real quarried stone, not a flat color field. Thin, irregular, diagonal — the actual material Greek temples were cut from. */
body {
  background:
    linear-gradient(106deg, transparent 31%, rgba(124,128,138,0.08) 31.4%, rgba(124,128,138,0.13) 31.7%, rgba(124,128,138,0.03) 32.2%, transparent 33%),
    linear-gradient(71deg, transparent 57%, rgba(124,128,138,0.06) 58.5%, transparent 60%),
    linear-gradient(123deg, transparent 17%, rgba(124,128,138,0.09) 17.5%, rgba(124,128,138,0.03) 18.4%, transparent 19%),
    linear-gradient(96deg, transparent 76%, rgba(124,128,138,0.05) 77.6%, rgba(124,128,138,0.08) 78.3%, transparent 79.5%),
    linear-gradient(65deg, transparent 8%, rgba(124,128,138,0.06) 8.6%, transparent 9.4%),
    var(--paper);
  background-attachment: fixed;
  color: var(--stone);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  position: relative;
}
@media (max-width: 700px) { body { background-attachment: scroll; } }

/* a slow patch of light drifting across the marble — the way sun moves across a stone floor over hours, compressed and barely perceptible */
body::before {
  content: "";
  position: fixed; inset: -15%; z-index: 299; pointer-events: none;
  background: radial-gradient(ellipse 45% 32% at 30% 25%, rgba(255,255,255,0.55), transparent 62%);
  opacity: 0.35; mix-blend-mode: soft-light;
  animation: marbleLight 46s ease-in-out infinite alternate;
}
@keyframes marbleLight { from { transform: translate(-8%, -5%); } to { transform: translate(16%, 12%); } }
@media (prefers-reduced-motion: reduce) { body::before { animation: none; } }

/* subtle paper grain, sits over everything, never blocks interaction */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 300; pointer-events: none;
  opacity: 0.045; mix-blend-mode: multiply;
  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.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.serif-i { font-family: 'Cormorant Garamond', serif; font-style: italic; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 1px; }

::selection { background: var(--gold); color: var(--paper); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border: 2px solid var(--paper); }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 6vw; }

.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--gold); }

h1, h2, h3 { font-family: 'Manrope', sans-serif; font-weight: 700; color: var(--ink); text-wrap: balance; }
h2 { font-size: clamp(30px, 3.6vw, 42px); }
h3 { font-size: clamp(19px, 2vw, 23px); font-weight: 500; letter-spacing: 0.02em; }

/* ---------- greek key divider, real meander motif — traced from an authentic single-line-spiral meander, not a generic zigzag ---------- */
.key-divider { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--gold); opacity: 0.85; }
.key-divider .ln { width: clamp(40px, 8vw, 90px); height: 1px; background: var(--gold-dim); }
.key-divider svg { width: 95px; height: 20px; flex-shrink: 0; }
.section-divider { padding: 46px 6vw; }

/* ---------- buttons ---------- */
.btn-line {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--ink); border-bottom: 1px solid var(--gold-dim);
  padding: 4px 0 6px; transition: border-color 200ms ease, color 200ms ease, letter-spacing 200ms ease;
}
.btn-line:hover { border-color: var(--gold); color: var(--gold); letter-spacing: 0.07em; }
@media (prefers-reduced-motion: reduce) { .btn-line:hover { letter-spacing: 0.04em; } }

.btn-solid {
  position: relative; overflow: hidden;
  display: inline-block; background-color: var(--gold); color: var(--paper);
  font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.01em;
  padding: 16px 34px; border-radius: 7px; border: 2px solid var(--gold);
  box-shadow: 0 8px 20px -8px rgba(156,117,39,0.5);
  transition: background-color 260ms var(--ease), color 260ms var(--ease), box-shadow 260ms var(--ease), transform 380ms var(--ease);
  transform: translate(var(--mx, 0px), var(--my, 0px)) scale(1);
}
/* gold-leaf sheen — a fixed diagonal highlight, not a flat fill; real gilding catches light unevenly */
.btn-solid::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.32) 42%, rgba(255,255,255,0) 62%);
}
.btn-solid:hover { background-color: var(--ink); border-color: var(--ink); box-shadow: 0 10px 26px -8px rgba(16,16,18,0.4); transform: translate(var(--mx, 0px), var(--my, 0px)) scale(1.02); }

.btn-frame {
  display: inline-block; border: 2px solid var(--ink); color: var(--ink);
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  padding: 14px 26px; border-radius: 7px;
  transition: background-color 260ms var(--ease), color 260ms var(--ease), border-color 260ms var(--ease), transform 380ms var(--ease);
  transform: translate(var(--mx, 0px), var(--my, 0px)) scale(1);
}
.btn-frame:hover { background: var(--ink); color: var(--paper); transform: translate(var(--mx, 0px), var(--my, 0px)) scale(1.02); }
@media (prefers-reduced-motion: reduce) { .btn-solid, .btn-frame { transform: none !important; } }

/* ---------- header ---------- */
header {
  position: sticky; top: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 6vw;
  background:
    linear-gradient(106deg, transparent 29%, rgba(124,128,138,0.26) 31.2%, rgba(124,128,138,0.36) 31.7%, rgba(124,128,138,0.1) 32.4%, transparent 35%),
    linear-gradient(71deg, transparent 55%, rgba(124,128,138,0.18) 58.2%, rgba(124,128,138,0.06) 59.5%, transparent 62%),
    linear-gradient(123deg, transparent 14%, rgba(124,128,138,0.28) 17.2%, rgba(124,128,138,0.1) 18.6%, transparent 21%),
    linear-gradient(96deg, transparent 74%, rgba(124,128,138,0.14) 77.4%, rgba(124,128,138,0.22) 78.5%, transparent 81%),
    linear-gradient(65deg, transparent 5%, rgba(124,128,138,0.2) 8.4%, transparent 11%),
    linear-gradient(140deg, transparent 46%, rgba(124,128,138,0.16) 48.6%, transparent 51%),
    var(--paper);
  background-attachment: fixed;
  border-bottom: 1px solid var(--gold-dim-soft);
  transition: padding 300ms ease, box-shadow 300ms ease;
  view-transition-name: site-header;
}
header.is-scrolled { padding-top: 15px; padding-bottom: 15px; box-shadow: 0 30px 60px -34px rgba(43,35,24,0.14); }
/* subtle gold sheen: sweeps across the header once, then pauses, then repeats — same restrained mechanic as the hero wordmark shimmer */
header::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 40%, rgba(194,147,58,0.22) 49%, rgba(194,147,58,0.34) 50%, rgba(194,147,58,0.22) 51%, transparent 60%);
  background-size: 250% 100%;
  animation: headerSheen 7s ease-in-out infinite;
}
@keyframes headerSheen { 0% { background-position: 160% 0; } 45%, 100% { background-position: -60% 0; } }
@media (prefers-reduced-motion: reduce) { header::before { animation: none; } }
.brand { display: flex; align-items: center; gap: 14px; position: relative; }
.brand-word { display: flex; flex-direction: column; line-height: 1.1; }
.brand-word b { font-family: 'Cinzel', serif; font-weight: 700; font-size: 19px; letter-spacing: 0.04em; color: var(--ink); }
.brand-word span { font-family: 'Cinzel', serif; font-weight: 500; font-size: 8.5px; letter-spacing: 0.4em; color: var(--gold); text-transform: uppercase; margin-top: 3px; }
.brand:hover .mark { border-color: var(--gold-bright); }

/* ---------- monogram mark: simplified temple silhouette, matching the hero medallion ---------- */
.brand { padding: 6px 0; }
.mark {
  --mark-size: 44px;
  width: var(--mark-size); height: calc(var(--mark-size) * 0.83);
  display: inline-flex; flex-shrink: 0; position: relative;
  font-size: 0; color: transparent;
  background: linear-gradient(115deg, #6b4e18 0%, #9c7527 22%, #f0c464 42%, #c2933a 58%, #7a5a1d 78%, #9c7527 100%);
  background-size: 240% 240%;
  animation: markShimmer 6s ease-in-out infinite;
  filter: drop-shadow(0 2px 3px rgba(43,35,24,0.35)) drop-shadow(0 0 14px rgba(194,147,58,0.4));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cpath d='M8,38 L60,8 L112,38 Z'/%3E%3Crect x='10' y='38' width='100' height='7'/%3E%3Crect x='18' y='45' width='14' height='35'/%3E%3Crect x='53' y='45' width='14' height='35'/%3E%3Crect x='88' y='45' width='14' height='35'/%3E%3Crect x='6' y='80' width='108' height='10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cpath d='M8,38 L60,8 L112,38 Z'/%3E%3Crect x='10' y='38' width='100' height='7'/%3E%3Crect x='18' y='45' width='14' height='35'/%3E%3Crect x='53' y='45' width='14' height='35'/%3E%3Crect x='88' y='45' width='14' height='35'/%3E%3Crect x='6' y='80' width='108' height='10'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  transition: filter 260ms ease, transform 260ms ease;
}
.mark::before {
  content: ""; position: absolute; left: 50%; top: 50%; z-index: -1;
  width: 180%; height: 180%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(194,147,58,0.28), transparent 68%);
  border-radius: 50%; pointer-events: none;
}
@keyframes markShimmer { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { .mark { animation: none; } }
.brand:hover .mark { filter: drop-shadow(0 2px 3px rgba(43,35,24,0.4)) drop-shadow(0 0 18px rgba(194,147,58,0.6)) brightness(1.15); transform: scale(1.06); }
.mark-lg { --mark-size: 46px; margin-bottom: 14px; }

/* ---------- meander band: structural framing, a real register border like on the pot itself — unit traced from an authentic filled meander (interlocking key/spiral), not a zigzag ---------- */
.meander-strip {
  height: 16px;
  background-color: var(--paper-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='32' viewBox='0 0 38 32'%3E%3Cpath d='M0,32 L0,0 32,0 32,19 19,19 19,25 38,25 38,32 13,32 13,13 25,13 25,6 6,6 6,32 Z' fill='%239c7527'/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-position: center; background-size: auto 16px;
}

/* ---------- triglyph / metope band: doric frieze rhythm, orders section top edge ---------- */
.triglyph-band {
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3E%3Cg stroke='%239c7527' stroke-width='1.4'%3E%3Cline x1='3' y1='2' x2='3' y2='14'/%3E%3Cline x1='6' y1='2' x2='6' y2='14'/%3E%3Cline x1='9' y1='2' x2='9' y2='14'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: round; background-position: center; background-size: auto 26px;
  opacity: 0.75;
}

/* ---------- unbroken zigzag chain: process section divider, "built the same way every time" ---------- */
.chain-divider {
  height: 20px; max-width: 260px; margin: 40px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16'%3E%3Cpath d='M0,13 L6,3 L12,13 L18,3 L24,13' fill='none' stroke='%239c7527' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: round; background-position: center; background-size: auto 20px;
  opacity: 0.8;
}

/* ---------- bold greek key: cta-band top edge, the closing statement gets the heaviest weight ---------- */
.key-band-bold {
  height: 22px;
  background-color: var(--paper-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='32' viewBox='0 0 38 32'%3E%3Cpath d='M0,32 L0,0 32,0 32,19 19,19 19,25 38,25 38,32 13,32 13,13 25,13 25,6 6,6 6,32 Z' fill='%239c7527'/%3E%3C/svg%3E");
  background-repeat: round; background-position: center; background-size: auto 22px;
}

nav { display: flex; align-items: center; gap: 20px; }
.nav-links { display: flex; align-items: center; gap: 38px; }
.nav-link { display: inline-block; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.01em; color: var(--ink); position: relative; padding-bottom: 4px; transition: color 300ms var(--ease), transform 300ms var(--ease); }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold-bright); transition: right 360ms var(--ease); }
.nav-link:hover, .nav-link.is-active { color: var(--gold-bright); transform: translateY(-1px); }
.nav-link:hover::after, .nav-link.is-active::after { right: 0; }
@media (prefers-reduced-motion: reduce) { .nav-link:hover { transform: none; } }
.nav-cta-mobile { display: none; }
.nav-phone-mobile { display: none; }
.nav-toggle { display: none; }

/* ---------- services nav dropdown (desktop: hover; mobile: tap-to-expand accordion) ---------- */
.nav-dropdown { position: relative; }
.nav-dropdown-caret { display: inline-block; margin-left: 4px; width: 8px; height: 8px; vertical-align: 1px; transition: transform 220ms ease; }
.nav-dropdown:hover .nav-dropdown-caret, .nav-dropdown:focus-within .nav-dropdown-caret { transform: rotate(180deg); }
.nav-dropdown-toggle-mobile { display: none; }
/* wrapper's padding-top forms an unbroken hover bridge from the trigger to the menu — no dead zone to lose :hover in */
.nav-dropdown-menu-wrap {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(-6px);
  padding-top: 14px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  z-index: 70;
}
.nav-dropdown:hover .nav-dropdown-menu-wrap, .nav-dropdown:focus-within .nav-dropdown-menu-wrap {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu {
  width: 460px; padding: 16px; border-radius: 12px;
  background: var(--paper); border: 1px solid var(--gold-dim-soft);
  box-shadow: 0 30px 60px -20px rgba(43,35,24,0.3);
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
}
.nav-dropdown-menu a {
  display: block; padding: 10px 14px; border-radius: 7px;
  font-family: 'Manrope', sans-serif; font-size: 13.5px; font-weight: 600;
  color: var(--ink); white-space: nowrap; transition: background-color 180ms ease, color 180ms ease;
}
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: rgba(156,117,39,0.1); color: var(--gold-bright); }
.nav-dropdown-menu .nav-dropdown-all {
  grid-column: 1 / -1; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--gold-dim-soft);
  color: var(--gold-bright); text-align: center;
}
@media (prefers-reduced-motion: reduce) { .nav-dropdown-menu-wrap, .nav-dropdown-caret { transition: none; } }
@media (max-width: 900px) {
  .nav-dropdown-caret { display: none; }
  .nav-dropdown { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
  .nav-dropdown > a.nav-link { flex: 1; }
  .nav-dropdown-toggle-mobile {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; margin-left: 4px; padding: 0;
    background: none; border: 1px solid var(--gold-dim-soft); border-radius: 8px;
    color: var(--ink); cursor: pointer;
  }
  .nav-dropdown-toggle-mobile svg { width: 11px; height: 11px; transition: transform 220ms ease; }
  .nav-dropdown.is-expanded .nav-dropdown-toggle-mobile svg { transform: rotate(180deg); }
  .nav-dropdown-menu-wrap {
    position: static; transform: none; padding-top: 0;
    opacity: 1; visibility: visible; pointer-events: auto;
    max-height: 0; overflow: hidden;
    flex: 1 0 100%;
    transition: max-height 280ms ease;
  }
  .nav-dropdown.is-expanded .nav-dropdown-menu-wrap { max-height: 640px; }
  /* the desktop hover/focus-within rule (higher specificity, no media query) re-applies its centering
     transform the instant the mobile toggle button gets tap-focus — cancel it here to match its specificity */
  .nav-dropdown:hover .nav-dropdown-menu-wrap, .nav-dropdown:focus-within .nav-dropdown-menu-wrap { transform: none; }
  .nav-dropdown-menu {
    width: 100%; display: block; padding: 6px 0 10px 14px;
    background: none; border: none; box-shadow: none; border-radius: 0;
  }
  .nav-dropdown-menu a { padding: 12px 8px; font-size: 14px; white-space: normal; }
  .nav-dropdown-menu .nav-dropdown-all { grid-column: auto; width: 100%; text-align: left; padding-left: 8px; }
  @media (prefers-reduced-motion: reduce) { .nav-dropdown-menu-wrap { transition: none; } .nav-dropdown-toggle-mobile svg { transition: none; } }
}
header .btn-frame, .nav-links .btn-frame { border-color: var(--gold); color: var(--ink); }
header .btn-frame:hover, .nav-links .btn-frame:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ---------- hero: asymmetric two-register split, flat silhouette instead of a soft gradient glow ---------- */
.hero { position: relative; border-bottom: none; overflow: hidden; }
.hero-split { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: stretch; min-height: 620px; }

/* layered overlap: a physical card straddling the seam between the two panels — real asymmetric depth, not just a 2-column split */
.hero-badge {
  position: absolute; z-index: 3; left: calc(53% - 26px); bottom: 64px;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid rgba(16,16,18,0.1); border-radius: 8px;
  padding: 15px 20px; box-shadow: 0 26px 50px -18px rgba(16,16,18,0.28);
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 13px; color: var(--ink);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}
.hero-badge:hover { transform: translateY(-2px) scale(1.015); border-color: var(--gold-bright); box-shadow: 0 32px 60px -18px rgba(16,16,18,0.32); }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .hero-badge:hover { transform: none; } }
@media (max-width: 860px) { .hero-badge { display: none; } }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 5vw 70px 6vw; text-align: left; }
.hero-copy .eyebrow { justify-content: flex-start; }
.hero .mark { margin-bottom: 22px; animation: markFloat 5s ease-in-out infinite; }
@keyframes markFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .hero .mark { animation: none; } }
.hero h1 { font-size: clamp(38px, 5.6vw, 72px); font-weight: 800; line-height: 1.02; letter-spacing: -0.025em; margin-top: 16px; }
.hero .tagline { margin-top: 20px; font-size: clamp(17px, 1.6vw, 19px); color: var(--stone); max-width: 46ch; }
.hero-ctas { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink);
}
.hero-phone svg { color: var(--gold); }
.hero-phone:hover { color: var(--gold); }

/* the figure block: a gallery wall — black marble ground, one spotlit piece of gold line art, not a busy gradient */
.hero-figure {
  position: relative; overflow: hidden;
  background:
    linear-gradient(112deg, transparent 22%, rgba(255,255,255,0.05) 22.5%, rgba(255,255,255,0.015) 23.4%, transparent 24%),
    linear-gradient(78deg, transparent 60%, rgba(194,147,58,0.06) 60.6%, transparent 61.8%),
    linear-gradient(132deg, transparent 82%, rgba(255,255,255,0.04) 82.6%, transparent 83.6%),
    var(--ink);
}
.hero-figure::before {
  content: ""; position: absolute; inset: -25%;
  background:
    radial-gradient(circle at 55% 34%, rgba(194,147,58,0.34) 0%, transparent 50%),
    radial-gradient(circle at 26% 82%, rgba(154,157,165,0.12) 0%, transparent 44%);
  filter: blur(60px);
  animation: meshDrift 16s ease-in-out infinite alternate;
}
.hero-figure::after {
  content: ""; position: absolute; inset: -8%;
  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.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05; mix-blend-mode: overlay; pointer-events: none;
  transform: translate(var(--px, 0px), var(--py, 0px));
  transition: transform 250ms ease-out;
}
@keyframes meshDrift { from { transform: translate(0, 0) scale(1); } to { transform: translate(-3%, 2%) scale(1.05); } }
@media (prefers-reduced-motion: reduce) { .hero-figure::before { animation: none; } }

/* the featured piece: large-scale custom line-art column, cropped and bled off top/bottom like a hung print */
.hero-column-art {
  position: absolute; z-index: 1; left: 60%; top: -12%; height: 132%; width: auto;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-column-art svg { height: 100%; width: auto; display: block; }
@media (max-width: 860px) {
  .hero-column-art { left: 50%; top: -5%; height: 114%; }
}

/* a real band of light sweeping across the gold/silver surface, on a visible loop — not ambient, an actual moving element */
.hero-sweep {
  position: absolute; top: -20%; bottom: -20%; left: -30%; width: 22%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.4) 45%, rgba(255,255,255,0.08) 55%, transparent);
  transform: skewX(-16deg);
  animation: heroSweep 6s cubic-bezier(.3,.1,.2,1) infinite;
  pointer-events: none;
}
@keyframes heroSweep { 0% { left: -30%; } 32% { left: 115%; } 100% { left: 115%; } }
@media (prefers-reduced-motion: reduce) { .hero-sweep { display: none; } }
@media (max-width: 860px) {
  .hero-split { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 64px 6vw 48px; text-align: center; align-items: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero .tagline { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-figure { min-height: 260px; }
}

/* ---------- section shell ---------- */
section.block { padding: 110px 6vw; border-bottom: 1px solid var(--gold-dim-soft); position: relative; }
section.block:last-of-type { border-bottom: none; }
.block-head { max-width: 680px; margin: 0 auto 60px; text-align: center; }
.block-head .eyebrow { justify-content: center; }
.block-head h2 { margin-top: 16px; }
.block-head p { margin-top: 16px; font-style: italic; font-size: 19px; color: var(--stone); }

/* ---------- asymmetric header variant: left-aligned, matches the content column below it instead of defaulting to center ---------- */
.block-head-left { max-width: 860px; margin: 0 auto 50px; text-align: left; }
.block-head-left .eyebrow { justify-content: flex-start; }
.block-head-left h2 { margin-top: 16px; }
.block-head-left p { margin-top: 16px; font-style: italic; font-size: 19px; color: var(--stone); max-width: 60ch; }


/* ---------- before/after ---------- */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1080px; margin: 0 auto; }
.ba-card { max-width: 480px; margin: 0 auto; }
.ba-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 860px) { .ba-grid { grid-template-columns: 1fr; gap: 56px; } }
.ba-photo {
  position: relative; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(16,16,18,0.1); box-shadow: 0 2px 8px rgba(16,16,18,0.04);
  transition: box-shadow 320ms var(--ease), transform 320ms var(--ease);
}
.ba-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-photo:hover { box-shadow: 0 16px 32px -12px rgba(16,16,18,0.28); transform: translateY(-3px) scale(1.01); }
@media (prefers-reduced-motion: reduce) { .ba-photo { transition: none; transform: none !important; } }
.ba-tag {
  position: absolute; top: 14px; left: 14px; padding: 6px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(16,16,18,0.72); color: var(--paper); backdrop-filter: blur(4px);
}
.ba-tag-after { background: var(--gold); color: var(--ink); }
.ba-slider .ba-tag-after { left: auto; right: 14px; }
.ba-caption { text-align: center; margin-top: 20px; font-size: 15px; color: var(--stone); letter-spacing: 0.01em; }
@media (max-width: 640px) { .ba-photos { grid-template-columns: 1fr; } }

/* ---------- before/after: drag-to-reveal slider ---------- */
.ba-grid.ba-grid-sliders { display: flex; flex-direction: column; gap: 64px; max-width: 900px; margin: 0 auto; }
.ba-slider-card { margin: 0 auto; width: 100%; }
.ba-slider {
  --reveal: 50%;
  position: relative; aspect-ratio: 16/10; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(16,16,18,0.1); box-shadow: 0 8px 24px -12px rgba(16,16,18,0.12);
  cursor: ew-resize; touch-action: pan-y; -webkit-user-select: none; user-select: none;
  transition: box-shadow 380ms var(--ease), transform 380ms var(--ease);
}
.ba-slider:hover { box-shadow: 0 28px 56px -20px rgba(16,16,18,0.3); transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) { .ba-slider, .ba-slider:hover { transition: none; transform: none !important; } }
.ba-slider-after { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease); }
.ba-slider-before-wrap {
  position: absolute; inset: 0;
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}
.ba-slider-before { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease); }
.ba-slider:hover .ba-slider-before, .ba-slider:hover .ba-slider-after { transform: scale(1.035); }
@media (prefers-reduced-motion: reduce) { .ba-slider-before, .ba-slider-after, .ba-slider:hover .ba-slider-before, .ba-slider:hover .ba-slider-after { transition: none; transform: none !important; } }
.ba-slider.ba-slider-animated .ba-slider-before-wrap { transition: clip-path 1100ms cubic-bezier(.22,.61,.36,1); }
.ba-slider.ba-slider-animated .ba-slider-handle { transition: left 1100ms cubic-bezier(.22,.61,.36,1); }
.ba-slider-handle {
  position: absolute; top: 0; bottom: 0; left: var(--reveal); transform: translateX(-50%);
  width: 3px; background: var(--paper); box-shadow: 0 0 0 1px rgba(16,16,18,0.15);
}
.ba-slider-grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%; background: var(--paper);
  display: flex; align-items: center; justify-content: center; color: var(--ink);
  box-shadow: 0 8px 22px -6px rgba(16,16,18,0.42);
  transition: box-shadow 300ms var(--ease), transform 300ms var(--ease);
  animation: baGripPulse 2.6s ease-in-out infinite;
}
.ba-slider:hover .ba-slider-grip, .ba-slider-handle:focus-visible .ba-slider-grip {
  box-shadow: 0 8px 22px -6px rgba(16,16,18,0.42), 0 0 0 6px rgba(194,147,58,0.26);
  animation-play-state: paused; transform: translate(-50%, -50%) scale(1.06);
}
@keyframes baGripPulse { 0%, 100% { box-shadow: 0 8px 22px -6px rgba(16,16,18,0.42), 0 0 0 0 rgba(194,147,58,0.22); } 50% { box-shadow: 0 8px 22px -6px rgba(16,16,18,0.42), 0 0 0 9px rgba(194,147,58,0); } }
@media (prefers-reduced-motion: reduce) { .ba-slider-grip { animation: none; } .ba-slider.ba-slider-animated .ba-slider-after-wrap, .ba-slider.ba-slider-animated .ba-slider-handle { transition: none; } }
.ba-caption { text-align: center; margin-top: 24px; font-size: 16px; color: var(--stone); letter-spacing: 0.01em; }
@media (max-width: 760px) { .ba-grid.ba-grid-sliders { gap: 48px; } .ba-slider { border-radius: 10px; } }

/* ---------- job story: a real multi-photo project sequence (tear-off through complete) ---------- */
.job-story { max-width: 1080px; margin: 0 auto; }
.job-story-head { text-align: center; margin-bottom: 44px; }
.job-story-head h2 { margin-top: 14px; }
.job-story-head p { margin-top: 14px; font-size: 17px; color: var(--stone); }
.job-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.job-story-photo {
  position: relative; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(16,16,18,0.1); box-shadow: 0 8px 24px -12px rgba(16,16,18,0.12);
}
.job-story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.job-story-step {
  position: absolute; top: 14px; left: 14px; padding: 6px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(16,16,18,0.72); color: var(--paper); backdrop-filter: blur(4px);
}
@media (max-width: 760px) { .job-story-grid { grid-template-columns: 1fr; } }

/* ---------- thesis: the roofline IS a pediment — one silhouette, read two ways ---------- */
.thesis { padding: 90px 6vw 76px; text-align: center; background: var(--paper); border-bottom: 1px solid var(--gold-dim-soft); }
.thesis-graphic { max-width: 820px; width: 100%; height: auto; margin: 0 auto; display: block; }
.thesis-caption {
  margin: 34px auto 0; font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(18px, 2.2vw, 24px); color: var(--stone); max-width: 54ch; line-height: 1.5;
}
@media (max-width: 640px) { .thesis { padding: 64px 6vw 54px; } }

/* ---------- thesis graphic draw-in: house draws first, temple echoes it with the same timing — "the same shape" made visible ---------- */
.thesis-graphic .draw-major, .thesis-graphic .draw-mid, .thesis-graphic .draw-minor { stroke-dasharray: 1; stroke-dashoffset: 1; transition-property: stroke-dashoffset; transition-timing-function: var(--draw-ease); }
.thesis-graphic .draw-major { transition-duration: 900ms; }
.thesis-graphic .draw-mid { transition-duration: 500ms; }
.thesis-graphic .draw-minor { transition-duration: 260ms; }
.thesis-graphic .thesis-dot { opacity: 0; transition: opacity 400ms ease; }
.thesis-graphic.is-in .draw-major, .thesis-graphic.is-in .draw-mid, .thesis-graphic.is-in .draw-minor { stroke-dashoffset: 0; }
.thesis-graphic.is-in .thesis-dot { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .thesis-graphic .draw-major, .thesis-graphic .draw-mid, .thesis-graphic .draw-minor { stroke-dashoffset: 0; transition: none; }
  .thesis-graphic .thesis-dot { opacity: 1; transition: none; }
}

/* ---------- showcase: before/after, asymmetric two-up framed by a meander rail ---------- */
.showcase { padding: 130px 5vw 120px; border-bottom: 1px solid var(--gold-dim-soft); position: relative; overflow: hidden; }
.showcase::before {
  content: ""; position: absolute; left: 0; top: 70px; bottom: 70px; width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Ccircle cx='12' cy='8' r='9' fill='none' stroke='%239c7527' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='24' r='9' fill='none' stroke='%239c7527' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: round; background-position: center; background-size: 18px auto;
  opacity: 0.6;
}
.showcase-head { max-width: 520px; text-align: left; margin: 0 0 64px clamp(0px, 6vw, 72px); }
.showcase-head .eyebrow { justify-content: flex-start; }
.showcase-head h2 { margin-top: 16px; }
.showcase-head p { margin-top: 16px; font-style: italic; font-size: 19px; color: var(--stone); }
.showcase-grid {
  display: grid; grid-template-columns: 1.3fr 0.85fr; gap: 5vw; align-items: end;
  max-width: 1360px; margin: 0 auto;
}
.showcase-grid .ba-slider-card { margin: 0; }
.showcase-grid .ba-slider-card:last-child { transform: translateY(64px); }
.showcase-grid .ba-slider { aspect-ratio: 4/3; }
@media (max-width: 900px) {
  .showcase { padding: 90px 6vw 84px; }
  .showcase::before { display: none; }
  .showcase-head { margin-left: 0; max-width: none; }
  .showcase-grid { grid-template-columns: 1fr; gap: 48px; max-width: 560px; margin-left: auto; margin-right: auto; }
  .showcase-grid .ba-slider-card:last-child { transform: none; }
}

/* ---------- services, editorial list (used on /services) ---------- */
.services-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--gold-dim-soft); }
.service-row {
  display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 28px;
  padding: 36px 6px; border-bottom: 1px solid var(--gold-dim-soft);
  transition: padding-left 320ms cubic-bezier(.22,.61,.36,1);
}
.service-row:hover { padding-left: 18px; }
.service-row .n { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px; color: var(--gold); letter-spacing: 0.08em; }
.service-row .t h3 { color: var(--ink); }
.service-row .t p { margin-top: 8px; font-size: 17px; color: var(--stone); max-width: 46ch; }
.service-row .arrow { color: var(--gold); opacity: 0.55; font-size: 20px; transition: opacity 320ms ease, transform 320ms ease; }
.service-row:hover .arrow { opacity: 1; transform: translateX(6px); }
@media (max-width: 640px) {
  .service-row { grid-template-columns: 40px 1fr; }
  .service-row .arrow { display: none; }
}

/* ---------- homepage service list: adds the same hand-drawn icon language used in Orders/Process ---------- */
.services-list-home .service-row { grid-template-columns: 46px 50px 1fr auto; }
.service-icon { width: 40px; height: 40px; }
.service-icon path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1500ms var(--draw-ease); }
.stagger.is-in .services-list-home .service-row:nth-child(1) .service-icon path { transition-delay: 150ms; }
.stagger.is-in .services-list-home .service-row:nth-child(2) .service-icon path { transition-delay: 1650ms; }
.stagger.is-in .services-list-home .service-row:nth-child(3) .service-icon path { transition-delay: 3150ms; }
.stagger.is-in .service-icon path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) { .service-icon path { stroke-dashoffset: 0; transition: none; } }
@media (max-width: 640px) { .services-list-home .service-row { grid-template-columns: 34px 34px 1fr; } .service-icon { width: 30px; height: 30px; } }

/* ---------- the orders: materials trilogy, silver column-dividers between cards ---------- */
/* ---------- lead capture: compact inline quick-form, reused near the top and bottom of the homepage ---------- */
.lead-capture { padding: 90px 6vw; background: var(--paper-2); border-bottom: 1px solid var(--gold-dim-soft); text-align: center; }
.lead-capture-head { max-width: 620px; margin: 0 auto 40px; }
.lead-capture-head .eyebrow { justify-content: center; }
.lead-capture-head h2 { margin-top: 16px; }
.lead-capture-head p { margin-top: 14px; font-size: 17px; color: var(--stone); }
.lead-form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 860px; margin: 0 auto; }
.lead-form input {
  flex: 1 1 170px; background: var(--paper); border: 1px solid rgba(16,16,18,0.14); border-radius: 7px;
  padding: 14px 16px; font-family: 'Manrope', sans-serif; font-size: 15px; color: var(--ink);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.lead-form input::placeholder { color: var(--stone-dim); }
.lead-form input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim-soft); }
.lead-form button { flex: 0 0 auto; white-space: nowrap; border: none; cursor: pointer; }
.lead-form-note { margin-top: 16px; font-size: 13px; color: var(--stone-dim); }
@media (max-width: 640px) {
  .lead-form { flex-direction: column; }
  .lead-form input, .lead-form button { width: 100%; flex: none; }
}

.orders { padding: 100px 6vw; background: var(--paper-2); border-bottom: 1px solid var(--gold-dim-soft); }
.orders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1080px; margin: 56px auto 0; }
.orders-card { padding: 0 44px; text-align: center; }
.orders-card + .orders-card { border-left: 1px solid var(--silver-dim); }
.orders-icon { width: 56px; height: 56px; margin: 0 auto 20px; display: block; }
.orders-icon path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1900ms var(--draw-ease); }
.stagger.is-in .orders-card:nth-child(1) .orders-icon path { transition-delay: 150ms; }
.stagger.is-in .orders-card:nth-child(2) .orders-icon path { transition-delay: 2050ms; }
.stagger.is-in .orders-card:nth-child(3) .orders-icon path { transition-delay: 3950ms; }
.stagger.is-in .orders-icon path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) { .orders-icon path { stroke-dashoffset: 0; transition: none; } }
.orders-num { font-family: 'Cinzel', serif; font-size: 15px; font-weight: 700; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 14px; }
.orders-card h3 { font-size: clamp(22px, 2.6vw, 28px); }
.orders-card p:not(.orders-num) { margin-top: 16px; font-size: 16px; color: var(--stone); line-height: 1.65; }
@media (max-width: 760px) {
  .orders-grid { grid-template-columns: 1fr; gap: 44px; max-width: 460px; }
  .orders-card { padding: 0; }
  .orders-card + .orders-card { border-left: none; border-top: 1px solid var(--silver-dim); padding-top: 40px; }
}

/* ---------- process: a column built one course at a time, one per step ---------- */
.process { padding: 100px 6vw; background: var(--paper); border-bottom: 1px solid var(--gold-dim-soft); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 1080px; margin: 56px auto 0; align-items: end; }
.process-step { text-align: center; }
.process-col { width: 44px; height: auto; margin: 0 auto 22px; display: block; }
/* outline draws first, at an unhurried pace; the gold fill only blooms in once the line finishes — not a fade playing underneath a stroke */
.process-col rect {
  fill-opacity: 0; stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 700ms var(--draw-ease), fill-opacity 450ms ease-out;
}
.stagger.is-in .process-col rect { stroke-dashoffset: 0; fill-opacity: 1; }
/* each step waits for the previous step's piece to finish drawing — a true one-after-another build */
.stagger.is-in .process-step:nth-child(1) .process-col rect:nth-of-type(1) { transition-delay: 150ms, 800ms; }
.stagger.is-in .process-step:nth-child(2) .process-col rect:nth-of-type(1) { transition-delay: 1150ms, 1800ms; }
.stagger.is-in .process-step:nth-child(2) .process-col rect:nth-of-type(2) { transition-delay: 1270ms, 1920ms; }
.stagger.is-in .process-step:nth-child(3) .process-col rect:nth-of-type(1) { transition-delay: 2150ms, 2800ms; }
.stagger.is-in .process-step:nth-child(3) .process-col rect:nth-of-type(2) { transition-delay: 2270ms, 2920ms; }
.stagger.is-in .process-step:nth-child(4) .process-col rect:nth-of-type(1) { transition-delay: 3150ms, 3800ms; }
.stagger.is-in .process-step:nth-child(4) .process-col rect:nth-of-type(2) { transition-delay: 3270ms, 3920ms; }
.stagger.is-in .process-step:nth-child(4) .process-col rect:nth-of-type(3) { transition-delay: 3390ms, 4040ms; }
@media (prefers-reduced-motion: reduce) { .process-col rect { stroke-dashoffset: 0; fill-opacity: 1; transition: none; } }
.process-step .orders-num { margin-bottom: 10px; }
.process-step h3 { font-size: clamp(18px, 2vw, 21px); }
.process-step p { margin-top: 10px; font-size: 14.5px; color: var(--stone); line-height: 1.6; }
@media (max-width: 760px) {
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; max-width: 320px; }
}

/* ---------- FAQ: native details/summary, no JS required ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; border-top: 1px solid var(--gold-dim-soft); }
.faq-item { border-bottom: 1px solid var(--gold-dim-soft); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 4px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 22px; line-height: 1; color: var(--gold); flex-shrink: 0;
  transition: transform 240ms ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: -4px 4px 22px; color: var(--stone); font-size: 15px; max-width: 62ch; }
@media (prefers-reduced-motion: reduce) { .faq-item summary::after { transition: none; } }

/* ---------- pending-content notice (internal, remove once real copy lands) ---------- */
.tbd {
  margin-top: 22px; padding: 15px 20px;
  border: 1px dashed var(--gold-dim);
  font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--stone-dim); text-align: center;
}

/* ---------- service tags: scannable pill list for long system/type lists ---------- */
.svc-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: 0 auto; }
.svc-tag {
  padding: 10px 20px; border-radius: 999px; border: 1px solid rgba(16,16,18,0.12);
  background: var(--paper-2); font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; color: var(--ink);
  transition: background-color 260ms var(--ease), border-color 260ms var(--ease), color 260ms var(--ease), transform 260ms var(--ease);
}
.svc-tag:hover { background: var(--ink); border-color: var(--gold-bright); color: var(--paper); transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .svc-tag:hover { transform: none; } }

/* ---------- check grid: procedural/detailed service lists ---------- */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; max-width: 900px; margin: 0 auto; }
.check-item { position: relative; padding-left: 30px; font-family: 'Manrope', sans-serif; font-size: 15.5px; color: var(--stone); }
.check-item::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 17px; height: 17px;
  background-color: var(--gold);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.5' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M7.2 12.6l3 3 6.6-6.9' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.5' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M7.2 12.6l3 3 6.6-6.9' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
@media (max-width: 640px) { .check-grid { grid-template-columns: 1fr; } }

/* ---------- about / split ---------- */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 7vw; align-items: start; max-width: 1080px; margin: 0 auto; }
/* sticky: the media panel pins while copy scrolls past it — a real layered-depth scroll, not just a static side-by-side split */
.split-media {
  position: sticky; top: 110px;
  aspect-ratio: 4/5; border: 1px solid rgba(16,16,18,0.1); border-radius: 8px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper-2);
  box-shadow: 0 24px 48px -24px rgba(16,16,18,0.18);
  transition: box-shadow 300ms var(--ease), transform 400ms var(--ease);
  transform-style: preserve-3d; will-change: transform;
}
.split-media::before {
  content: ""; position: absolute; width: 220px; height: 220px; right: -80px; top: -80px; border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--silver-bright) 0%, transparent 60%),
    radial-gradient(circle at 65% 65%, var(--gold-bright) 0%, transparent 60%);
  filter: blur(30px); opacity: 0.55; pointer-events: none; z-index: 0;
}
.split-media:hover { box-shadow: 0 32px 64px -24px rgba(156,117,39,0.28); }
@media (prefers-reduced-motion: reduce) { .split-media { transform: none !important; } }
@media (max-width: 860px) { .split-media { position: static; } }
.split-copy p { margin-top: 18px; font-size: 19px; color: var(--stone); }
.split-copy p:first-of-type { margin-top: 0; }
.name-icon { width: 48px; height: 48px; margin-bottom: 8px; }
.name-icon path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1800ms var(--draw-ease) 200ms; }
.reveal.is-in .name-icon path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) { .name-icon path { stroke-dashoffset: 0; transition: none; } }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* ---------- seal (typographic mark, used inside split-media panels) ---------- */
.seal { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; padding: 12%; }
.seal-logo { position: relative; z-index: 1; width: 62%; }
.seal-word { display: flex; flex-direction: column; line-height: 1.05; }
.seal-word b { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(21px, 2.6vw, 28px); letter-spacing: 0.06em; color: var(--ink); }
.seal-word span { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 10.5px; letter-spacing: 0.5em; color: var(--gold); text-transform: uppercase; margin-top: 7px; }
.seal-rule { width: 60px; height: 1px; background: var(--gold-dim); }
.seal-tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: var(--stone); line-height: 1.5; }
.seal-lic { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone-dim); }

/* ---------- trust bar: a flat register band ---------- */
.trust-bar {
  padding: 20px 6vw;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(156,117,39,0.1), transparent 60%),
    var(--paper-3);
}
.trust-bar-row { display: flex; justify-content: center; align-items: center; gap: 34px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; }
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; color: var(--ink);
}
.trust-item svg { color: var(--gold-bright); flex-shrink: 0; }
@media (max-width: 700px) { .trust-bar-row { gap: 16px 26px; justify-content: flex-start; } }

/* ---------- classic hero: centered dark monument composition ---------- */
.hero-classic {
  position: relative; padding: 62px 6vw 54px; text-align: center; overflow: hidden;
  background: #3a2a12;
}
.hero-classic::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 50% 28%, rgba(194,147,58,0.22), transparent 68%),
    radial-gradient(ellipse 90% 70% at 50% 105%, rgba(37,26,11,0.72), transparent 60%),
    linear-gradient(180deg, rgba(42,30,13,0.8), rgba(48,34,15,0.6) 45%, rgba(38,27,12,0.92) 100%);
}
.hero-bg-rotator { position: absolute; inset: 0; z-index: 0; }
.hero-bg-slide {
  position: absolute; inset: 0; background-size: cover; background-repeat: no-repeat; opacity: 0;
  transition: opacity 900ms ease;
}
.hero-bg-slide.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-bg-slide { transition: none; } }
.hero-classic-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero-logo-block { position: relative; display: flex; flex-direction: column; align-items: center; }
.hero-medallion-wrap { width: clamp(96px, 12vw, 148px); margin-bottom: 6px; animation: markFloat 6s ease-in-out infinite; }
.hero-medallion { width: 100%; height: auto; position: relative; z-index: 1; }
.hero-col {
  position: absolute; top: 2%; bottom: 2%; width: clamp(60px, 7vw, 108px);
  opacity: 0.9; filter: drop-shadow(0 12px 30px rgba(0,0,0,0.45));
}
.hero-col svg { width: 100%; height: 100%; display: block; }
.hero-col-l { left: -150px; }
.hero-col-r { right: -150px; }
@media (prefers-reduced-motion: reduce) { .hero-medallion-wrap { animation: none; } }
@media (max-width: 980px) { .hero-col { display: none; } }
.hero-wordmark {
  font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: 0.03em; line-height: 1;
  font-size: clamp(42px, 8vw, 84px); margin: 10px 0 0; position: relative; display: inline-block; overflow: hidden;
  background:
    linear-gradient(106deg, transparent 31%, rgba(255,255,255,0.55) 31.6%, rgba(255,255,255,0.15) 32.4%, transparent 33%),
    linear-gradient(71deg, transparent 58%, rgba(0,0,0,0.35) 58.6%, transparent 59.6%),
    linear-gradient(123deg, transparent 17%, rgba(255,255,255,0.45) 17.7%, rgba(255,255,255,0.1) 18.6%, transparent 19.4%),
    linear-gradient(96deg, transparent 77%, rgba(0,0,0,0.28) 77.7%, rgba(255,255,255,0.3) 78.5%, transparent 79.4%),
    linear-gradient(180deg, #d6d8dc, #9a9da5 55%, #c7cad1);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-wordmark::after {
  content: "RAPTIS"; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 40%, rgba(255,255,255,0.9) 50%, transparent 60%);
  background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: heroShimmer 4.5s ease-in-out infinite; mix-blend-mode: overlay;
}
@keyframes heroShimmer { 0% { background-position: 150% 0; } 55%, 100% { background-position: -50% 0; } }
@media (prefers-reduced-motion: reduce) { .hero-wordmark::after { animation: none; content: none; } }
.hero-wordsub { display: flex; align-items: center; gap: 16px; justify-content: center; margin-top: 8px; }
.hero-wordsub::before, .hero-wordsub::after { content: ""; width: clamp(30px, 5vw, 60px); height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-wordsub::after { background: linear-gradient(90deg, var(--gold), transparent); }
.hero-wordsub span { font-family: 'Cinzel', serif; font-size: clamp(14px, 1.8vw, 19px); font-weight: 500; letter-spacing: 0.5em; color: var(--gold); text-transform: uppercase; padding-left: 0.5em; border-right: 1px solid var(--gold-dim); padding-right: 16px; }
.hero-greek-owned { margin-top: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-bright); }
.hero-classic-tagline { margin-top: 16px; font-size: clamp(13px, 1.4vw, 15px); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--silver-bright); max-width: 46ch; }
.hero-classic-license { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-bright); }
.hero-license-row { margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.hero-license-rule { width: 26px; height: 1px; background: var(--gold-bright); opacity: 0.55; }
@media (max-width: 480px) { .hero-license-rule { width: 16px; } }
.hero-classic .hero-ctas { margin-top: 26px; justify-content: center; }
.hero-classic .hero-phone { color: var(--paper); }
.hero-need-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 20px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--gold-bright); opacity: 0.85; transition: opacity 220ms ease, transform 220ms ease;
}
.hero-need-link span { transition: transform 220ms ease; }
.hero-need-link:hover { opacity: 1; }
.hero-need-link:hover span { transform: translateY(3px); }
@media (prefers-reduced-motion: reduce) { .hero-need-link:hover span { transform: none; } }
@media (max-width: 640px) { .hero-classic { padding: 48px 6vw 42px; } }

/* ---------- hero closing ornament: running wave / spiral scroll, alternating gold + silver ---------- */
.hero-wave-band {
  height: 20px; margin-top: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='18' viewBox='0 0 88 18'%3E%3Cpath d='M0,13 C4,13 4,5 9,5 C13,5 14,9.5 11,11 C8.5,12 6.5,10 8,8.5' fill='none' stroke='%23c2933a' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M9,5 C13.5,5 13.5,13 18,13 L22,13' fill='none' stroke='%23c2933a' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M44,13 C48,13 48,5 53,5 C57,5 58,9.5 55,11 C52.5,12 50.5,10 52,8.5' fill='none' stroke='%23c7cad1' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M53,5 C57.5,5 57.5,13 62,13 L66,13' fill='none' stroke='%23c7cad1' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: round; background-position: center; background-size: auto 20px;
  opacity: 0.9; position: relative; z-index: 2;
}
@media (max-width: 640px) { .hero-wave-band { margin-top: 30px; height: 16px; background-size: auto 16px; } }

/* ---------- hero trust line: slim real-facts strip, replaces the old 4-badge grid ---------- */
.hero-trust-line {
  position: relative; z-index: 2; max-width: 900px; margin: 28px auto 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px;
  padding-top: 22px; border-top: 1px solid var(--gold-dim-soft);
}
.hero-trust-line span { display: flex; align-items: center; gap: 8px; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; color: var(--silver-bright); }
.hero-trust-line svg { color: var(--gold-bright); flex-shrink: 0; }
@media (max-width: 640px) { .hero-trust-line { gap: 12px 20px; margin-top: 22px; padding-top: 18px; } }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  padding: 110px 6vw;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(156,117,39,0.14), transparent 68%),
    radial-gradient(ellipse 90% 70% at 50% 105%, rgba(124,128,138,0.1), transparent 60%),
    linear-gradient(96deg, transparent 77%, rgba(124,128,138,0.09) 77.6%, rgba(124,128,138,0.13) 78.3%, transparent 79%),
    linear-gradient(65deg, transparent 8%, rgba(124,128,138,0.11) 8.6%, transparent 9.4%),
    var(--paper-2);
}
.cta-band::before {
  content: ""; position: absolute; width: 480px; height: 480px; right: -160px; top: -180px; border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--silver) 0%, transparent 55%),
    radial-gradient(circle at 65% 60%, var(--gold) 0%, transparent 55%);
  filter: blur(70px); opacity: 0.5; pointer-events: none;
}
.cta-band-inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band .eyebrow { color: var(--gold-bright); }
.cta-band .eyebrow::before { background: var(--gold-bright); }
.cta-band h2 { color: var(--ink); font-size: clamp(32px, 4.4vw, 50px); }
.cta-band-copy p { color: var(--stone); }
.cta-band-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-band-actions .btn-frame { border-color: var(--gold-bright); color: var(--ink); }
.cta-band-actions .btn-frame:hover { background: var(--gold-bright); color: var(--ink); }
.cta-band-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--stone-dim); margin-top: 18px;
}
.cta-band-live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright);
  animation: livePulse 2000ms ease-in-out infinite;
}
@keyframes livePulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(194,147,58,0.5); } 50% { opacity: 0.6; box-shadow: 0 0 0 5px rgba(194,147,58,0); } }
@media (prefers-reduced-motion: reduce) { .cta-band-live::before { animation: none; } }
@media (max-width: 700px) { .cta-band-inner { text-align: center; justify-content: center; } }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; max-width: 1080px; margin: 0 auto; }
.contact-info h3 { margin-bottom: 14px; }
.contact-info p { font-size: 18px; color: var(--stone); margin-top: 10px; }
.contact-points { margin-top: 34px; display: flex; flex-direction: column; gap: 15px; }
.contact-points li { display: flex; align-items: center; gap: 11px; font-size: 15.5px; color: var(--stone); }
.contact-points svg { color: var(--gold); flex-shrink: 0; }
.contact-areas { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--gold-dim-soft); }
.contact-areas-label { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-top: 0; }
.contact-areas-list { font-size: 15px !important; color: var(--stone); line-height: 1.8; margin-top: 10px !important; }
.contact-areas-link { display: inline-block; margin-top: 16px; font-size: 14px; color: var(--ink); border-bottom: 1px solid var(--gold-dim); transition: color 200ms ease, border-color 200ms ease; }
.contact-areas-link:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: 'Manrope', sans-serif; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.field input, .field textarea, .field select {
  background: var(--paper-2); border: 1px solid rgba(16,16,18,0.14); border-radius: 7px; color: var(--ink);
  font-family: 'Manrope', sans-serif; font-size: 16px; padding: 14px 15px;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim-soft); }
.field textarea { resize: vertical; min-height: 110px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- name plaque: an inscribed cornerstone, not a decoration — the real etymology, carved not painted ---------- */
.plaque {
  position: relative; max-width: 640px; margin: 0 auto; padding: 64px 48px; text-align: center;
  border: 1px solid rgba(16,16,18,0.12); border-radius: 4px;
  background:
    linear-gradient(115deg, transparent 30%, rgba(154,157,165,0.07) 31%, rgba(154,157,165,0.02) 32%, transparent 33%),
    linear-gradient(80deg, transparent 61%, rgba(156,117,39,0.05) 61.6%, transparent 63%),
    var(--paper-2);
}
.plaque::before, .plaque::after { content: ""; position: absolute; width: 28px; height: 28px; border: 2px solid var(--gold); }
.plaque::before { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.plaque::after { bottom: -2px; right: -2px; border-left: none; border-top: none; }
.plaque-eyebrow { font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.plaque-greek { margin-top: 24px; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(32px, 4.6vw, 46px); letter-spacing: 0.13em; color: var(--ink); }
.plaque-en { margin-top: 8px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.5em; color: var(--stone-dim); text-transform: uppercase; }
.plaque-rule { width: 48px; height: 2px; background: var(--gold); margin: 28px auto; }
.plaque-body { font-size: 17px; line-height: 1.7; color: var(--stone); max-width: 46ch; margin: 0 auto; }

/* ---------- footer ---------- */
footer { padding: 64px 6vw 32px; }
.foot-top { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--gold-dim-soft); }
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-brand .mark { --mark-size: 30px; }
.foot-brand b { font-family: 'Cinzel', serif; font-weight: 700; font-size: 17px; color: var(--ink); display: block; }
.foot-brand span { font-family: 'Cinzel', serif; font-weight: 500; font-size: 8px; letter-spacing: 0.36em; color: var(--gold); }
.foot-nav { display: flex; gap: 60px; flex-wrap: wrap; }
.foot-col { display: flex; flex-direction: column; gap: 11px; }
.foot-head { font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone-dim); margin-bottom: 4px; }
.foot-col a { font-size: 15px; color: var(--stone); transition: color 180ms ease; }
.foot-col a:hover { color: var(--gold); }
.foot-bar { max-width: 1160px; margin: 26px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: var(--stone-dim); }
.foot-copy { display: inline-flex; align-items: center; gap: 8px; }
.column-glyph { color: var(--gold); opacity: 0.85; flex-shrink: 0; }
.foot-credit { max-width: 1160px; margin: 14px auto 0; font-size: 11px; color: var(--stone-dim); opacity: 0.65; text-align: left; }
.foot-credit a { color: var(--stone-dim); text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--gold-dim); transition: color 200ms ease; }
.foot-credit a:hover { color: var(--gold-bright); }

/* ---------- secondary-page hero ---------- */
.page-hero {
  position: relative; padding: 130px 6vw 76px; text-align: center; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 60% at 50% 20%, rgba(124,128,138,0.14), transparent 68%),
    radial-gradient(ellipse 90% 70% at 50% 105%, rgba(124,128,138,0.1), transparent 60%),
    linear-gradient(106deg, transparent 31%, rgba(124,128,138,0.1) 31.4%, rgba(124,128,138,0.16) 31.7%, rgba(124,128,138,0.04) 32.2%, transparent 33%),
    linear-gradient(71deg, transparent 58%, rgba(124,128,138,0.08) 58.5%, transparent 59.5%),
    linear-gradient(123deg, transparent 17%, rgba(124,128,138,0.11) 17.5%, rgba(124,128,138,0.04) 18.4%, transparent 19%),
    var(--paper);
}
.page-hero::before {
  content: ""; position: absolute; width: 420px; height: 420px; left: -160px; top: -160px; border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, var(--silver) 0%, transparent 55%),
    radial-gradient(circle at 70% 65%, var(--gold-bright) 0%, transparent 55%);
  filter: blur(70px); opacity: 0.16; pointer-events: none;
}
.page-hero .eyebrow { color: var(--gold-bright); justify-content: center; }
.page-hero h1 { margin-top: 18px; font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.01em; max-width: 850px; margin-left: auto; margin-right: auto; color: var(--ink); position: relative; z-index: 1; }
.page-hero p { margin-top: 18px; font-style: italic; color: var(--stone); max-width: 56ch; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.hero-glow { display: none; }

/* ---------- reveal: luxury fly-in — bigger lift, soft focus-pull, premium deceleration ---------- */
.reveal {
  opacity: 0; transform: translateY(46px) scale(0.965); filter: blur(6px);
  transition: opacity 1100ms var(--ease), transform 1100ms var(--ease), filter 1100ms var(--ease);
}
.reveal.is-in { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
.reveal.d1.is-in { transition-delay: 110ms; }
.reveal.d2.is-in { transition-delay: 220ms; }
.reveal.d3.is-in { transition-delay: 330ms; }
.reveal.d4.is-in { transition-delay: 440ms; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; filter: none; transition: none; } }

/* ---------- staggered groups (grids/lists whose children cascade in) ---------- */
.stagger > * {
  opacity: 0; transform: translateY(38px) scale(0.965); filter: blur(5px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease);
}
.stagger.is-in > * { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
.stagger.is-in > *:nth-child(1), .stagger.is-in > *:nth-child(1) .draw-path { transition-delay: 0ms; }
.stagger.is-in > *:nth-child(2), .stagger.is-in > *:nth-child(2) .draw-path { transition-delay: 100ms; }
.stagger.is-in > *:nth-child(3), .stagger.is-in > *:nth-child(3) .draw-path { transition-delay: 200ms; }
.stagger.is-in > *:nth-child(4), .stagger.is-in > *:nth-child(4) .draw-path { transition-delay: 300ms; }
.stagger.is-in > *:nth-child(5), .stagger.is-in > *:nth-child(5) .draw-path { transition-delay: 400ms; }
.stagger.is-in > *:nth-child(6), .stagger.is-in > *:nth-child(6) .draw-path { transition-delay: 500ms; }
@media (prefers-reduced-motion: reduce) { .stagger > * { opacity: 1; transform: none; filter: none; transition: none; } }

/* ---------- word-split heading reveal (built by script.js, degrades to plain text) ---------- */
[data-split] .word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.1em; margin-bottom: -0.1em; }
[data-split] .word-in {
  display: inline-block; transform: translateY(115%);
  transition: transform 850ms var(--ease);
}
[data-split].is-in .word-in { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { [data-split] .word-in { transform: none; transition: none; } }

/* ---------- checkmark / line draw-in, paired with .stagger or .reveal ---------- */
.draw-path { stroke-dasharray: 26; stroke-dashoffset: 26; transition: stroke-dashoffset 550ms ease; }
.stagger.is-in .draw-path, .reveal.is-in .draw-path { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) { .draw-path { stroke-dashoffset: 0; } }

/* eyebrow's leading dash draws in alongside its own reveal */
.js .eyebrow::before { width: 0; transition: width 500ms cubic-bezier(.22,.61,.36,1) 140ms; }
.js .eyebrow.is-in::before, .js .stagger.is-in .eyebrow::before { width: 18px; }
@media (prefers-reduced-motion: reduce) { .js .eyebrow::before { width: 18px; transition: none; } }

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  z-index: 250; pointer-events: none;
}

/* ---------- scroll cue (hero only) ---------- */
.scroll-cue {
  position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%);
  width: 22px; height: 34px; border: 1.5px solid var(--gold-dim); border-radius: 12px;
  opacity: 0; animation: cueFadeIn 600ms ease forwards; animation-delay: 1000ms;
  transition: opacity 400ms ease;
}
.scroll-cue::before {
  content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; margin-left: -1.5px;
  background: var(--gold); border-radius: 2px; animation: cueDrop 1900ms ease-in-out infinite;
}
.hero.is-scrolled-past .scroll-cue { opacity: 0 !important; animation-play-state: paused; }
@keyframes cueFadeIn { to { opacity: 0.8; } }
@keyframes cueDrop { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(8px); opacity: 0.3; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue { display: none; } }

/* ---------- no-js safety net: never leave content invisible if script.js fails ---------- */
html:not(.js) .reveal,
html:not(.js) .stagger > *,
html:not(.js) [data-split] .word-in,
html:not(.js) .draw-path { opacity: 1 !important; transform: none !important; stroke-dashoffset: 0 !important; }
html:not(.js) .js\:hide { display: none !important; }

/* ---------- oracle ---------- */
.oracle-stage { max-width: 640px; margin: 0 auto; text-align: center; }
.oracle-progress { display: flex; justify-content: center; gap: 10px; margin-bottom: 44px; }
.oracle-progress .dot { width: 7px; height: 7px; border: 1px solid var(--gold-dim); transform: rotate(45deg); transition: background 260ms ease, border-color 260ms ease; }
.oracle-progress .dot.is-done { background: var(--gold); border-color: var(--gold); }
.oracle-progress .dot.is-active { border-color: var(--gold); }

.oracle-card { display: none; }
.oracle-card.is-active { display: block; animation: oraclein 520ms cubic-bezier(.22,.61,.36,1); }
@keyframes oraclein { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .oracle-card.is-active { animation: none; } }
.oracle-q { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(22px, 3vw, 30px); color: var(--ink); margin-top: 18px; text-wrap: balance; }
.oracle-choices { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; max-width: 460px; margin-left: auto; margin-right: auto; }
.oracle-choice {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: var(--paper-2); border: 1px solid rgba(16,16,18,0.12); border-radius: 7px; color: var(--ink);
  font-family: 'Manrope', sans-serif; font-size: 17px; padding: 16px 22px;
  box-shadow: 0 2px 8px rgba(16,16,18,0.04);
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.oracle-choice:hover { border-color: var(--gold); background-color: var(--ink); color: var(--paper); transform: translateX(4px); }
@media (prefers-reduced-motion: reduce) { .oracle-choice:hover { transform: none; } }

.oracle-verdict-title { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(24px,3.2vw,32px); color: var(--gold); }
.oracle-verdict-body { margin-top: 20px; font-style: italic; font-size: 20px; line-height: 1.7; color: var(--stone); max-width: 52ch; margin-left: auto; margin-right: auto; }
.oracle-verdict-cta { margin-top: 38px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.oracle-restart { margin-top: 26px; }
.oracle-restart button { background: none; border: none; cursor: pointer; }

.oracle-lead { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--gold-dim-soft); max-width: 380px; margin-left: auto; margin-right: auto; }
.oracle-lead-label { font-family: 'Manrope', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--stone); text-align: center; margin-bottom: 16px; }
.oracle-lead-form { display: flex; flex-direction: column; gap: 12px; }
.oracle-lead-form input[type="text"], .oracle-lead-form input[type="tel"] {
  background: var(--paper-2); border: 1px solid rgba(16,16,18,0.14); border-radius: 7px; color: var(--ink);
  font-family: 'Manrope', sans-serif; font-size: 16px; padding: 13px 15px; width: 100%;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}
.oracle-lead-form input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim-soft); }
.oracle-lead-form button { background: none; border: none; cursor: pointer; margin-top: 2px; font: inherit; }
.oracle-lead-form button:disabled { opacity: 0.6; cursor: default; }
.oracle-lead-error { margin-top: 8px; font-size: 13px; color: var(--stone-dim); text-align: center; }
.oracle-lead-success { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 600; color: var(--gold); text-align: center; }

/* ---------- blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--gold-dim-soft); border: 1px solid var(--gold-dim-soft); max-width: 1000px; margin: 0 auto; }
.blog-card { background: var(--paper); padding: 40px; display: flex; flex-direction: column; position: relative; transition: background-color 260ms ease; overflow: hidden; }
.blog-card::before {
  content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 3px; background: var(--silver);
  transform: scaleY(0); transform-origin: top; transition: transform 360ms cubic-bezier(.22,.61,.36,1);
}
.blog-card:hover { background: var(--paper-2); }
.blog-card:hover::before { transform: scaleY(1); }
@media (prefers-reduced-motion: reduce) { .blog-card::before { transition: none; } }
.blog-card .eyebrow { font-size: 10.5px; }
.blog-card h3 { margin-top: 14px; font-size: clamp(19px,2.2vw,24px); }
.blog-card p { margin-top: 12px; font-size: 17px; color: var(--stone); flex: 1; }
.blog-card .btn-line { margin-top: 22px; align-self: flex-start; }
@media (max-width: 760px) { .blog-grid { grid-template-columns: 1fr; } }

.post-body { max-width: 680px; margin: 0 auto; text-align: left; }
.post-body p { margin-top: 20px; font-size: 19px; color: var(--stone); }
.post-body h2 { margin-top: 50px; font-size: clamp(24px,2.8vw,32px); }
.post-meta { font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone-dim); margin-top: 16px; }

/* ---------- mobile nav ---------- */
@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); height: 100vh;
    background: var(--paper); border-left: 1px solid var(--gold-dim);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px;
    padding: 40px; transform: translateX(100%); transition: transform 340ms ease; z-index: 70;
    overflow-y: auto; box-shadow: -20px 0 50px -20px rgba(43,35,24,0.25);
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav-phone-mobile {
    display: inline-flex; align-items: center; gap: 9px; margin-top: 6px;
    font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700; color: var(--ink);
  }
  .nav-phone-mobile svg { color: var(--gold); flex-shrink: 0; }
  .nav-cta-mobile { display: inline-block; margin-top: 10px; }
  nav > a.nav-link, nav > a.btn-frame { display: none; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; align-items: stretch;
    gap: 5px; width: 24px; height: 20px; z-index: 80; flex-shrink: 0;
    background: none; border: none; cursor: pointer; padding: 0;
  }
  .nav-toggle span { width: 100%; height: 1.5px; background: var(--gold); transform-origin: center; transition: transform 260ms cubic-bezier(.22,.61,.36,1), opacity 200ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  @media (prefers-reduced-motion: reduce) { .nav-toggle span { transition: opacity 200ms ease; } }
  .nav-scrim { position: fixed; inset: 0; background: rgba(16,16,18,0.45); opacity: 0; pointer-events: none; transition: opacity 260ms ease; z-index: 65; }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }
}

/* ---------- gallery grid ---------- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px;
  max-width: 1200px; margin: 0 auto;
}
.gallery-item {
  position: relative; display: block; width: 100%; aspect-ratio: 4/3; border-radius: 10px;
  overflow: hidden; border: 1px solid rgba(16,16,18,0.1); background: var(--paper-2);
  cursor: pointer; padding: 0; font: inherit; text-align: left;
  box-shadow: 0 2px 8px rgba(16,16,18,0.04);
  transition: box-shadow 320ms var(--ease), transform 320ms var(--ease);
}
.gallery-item:hover, .gallery-item:focus-visible { box-shadow: 0 20px 40px -16px rgba(16,16,18,0.3); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .gallery-item { transition: none; transform: none !important; } }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 500ms var(--ease); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .gallery-item img { transition: none; transform: none !important; } }
.gallery-item-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(16,16,18,0.82));
  color: var(--paper); font-family: 'Manrope', sans-serif; font-size: 13.5px; font-weight: 600;
}
.gallery-item-tag {
  position: absolute; top: 12px; left: 12px; padding: 5px 12px; border-radius: 999px;
  font-family: 'Manrope', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(16,16,18,0.72); color: var(--paper); backdrop-filter: blur(4px);
}
.gallery-item-tag.is-after { background: var(--gold); color: var(--ink); }

/* ---------- lightbox: click-to-enlarge photo viewer ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  padding: 60px 24px; background: rgba(10,10,11,0.94);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 280ms ease, visibility 280ms;
}
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
@media (prefers-reduced-motion: reduce) { .lightbox { transition: none; } }
.lightbox-img { max-width: min(1100px, 92vw); max-height: 74vh; object-fit: contain; border-radius: 8px; box-shadow: 0 40px 100px -20px rgba(0,0,0,0.7); }
.lightbox-caption { color: var(--silver-bright); font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600; text-align: center; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--gold-dim-soft);
  background: rgba(16,16,18,0.6); color: var(--paper); cursor: pointer; font-size: 20px; line-height: 1;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: var(--gold); color: var(--gold-bright); }
.lightbox-close { top: 22px; right: 22px; }
.lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) {
  .lightbox { padding: 80px 12px 24px; }
  .lightbox-close { top: 14px; right: 14px; width: 40px; height: 40px; }
  .lightbox-prev { left: 8px; width: 40px; height: 40px; }
  .lightbox-next { right: 8px; width: 40px; height: 40px; }
}
