/* ==========================================================================
   Zoom Presence Pro — Executive Navy & Gold
   Premium, light, focused consulting site
   ========================================================================== */

/* ---- Tokens ------------------------------------------------------------- */
:root {
  --ivory:     #F8F6F1;   /* page background */
  --ivory-2:   #F1ECE2;   /* alternate section */
  --white:     #FFFFFF;
  --navy:      #0E2A47;   /* deep navy */
  --navy-2:    #16385C;   /* raised navy */
  --navy-3:    #0A2038;   /* deepest */
  --gold:      #C08A3E;   /* brass accent */
  --gold-2:    #A9752E;   /* gold on light for text/contrast */
  --gold-soft: #E3CCA0;
  --ink:       #1E2430;   /* charcoal body text */
  --ink-dim:   #55606F;   /* muted text on light */
  --line:      rgba(14,42,71,.14);
  --line-2:    rgba(14,42,71,.22);
  --line-dk:   rgba(255,255,255,.14);
  --dim-dk:    rgba(255,255,255,.72);
  --dim-dk-2:  rgba(255,255,255,.52);

  --r:    12px;
  --r-sm: 7px;
  --r-lg: 20px;
  --maxw: 1180px;
  --pad:  clamp(20px, 5vw, 60px);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.7,.24,1);
  --shadow:    0 2px 4px rgba(14,42,71,.04), 0 12px 30px -14px rgba(14,42,71,.18);
  --shadow-lg: 0 30px 70px -30px rgba(14,42,71,.34);
}

/* ---- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.62;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ---- Type --------------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -.012em; color: var(--navy); }
.display {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.7rem, 6vw, 4.7rem);
  line-height: 1.02; letter-spacing: -.02em;
}
.h2 { font-size: clamp(1.95rem, 3.8vw, 3rem); line-height: 1.06; letter-spacing: -.016em; }
.h3 { font-size: clamp(1.2rem, 1.9vw, 1.5rem); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.26rem); color: var(--ink-dim); line-height: 1.6; }
em.gold { font-style: italic; color: var(--gold-2); }

.eyebrow {
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-2);
  display: inline-flex; align-items: center; gap: .7em;
}
.eyebrow::before { content:""; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow--plain::before { display: none; }
.eyebrow--dk { color: var(--gold-soft); }

/* ---- Layout ------------------------------------------------------------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(74px, 11vw, 132px); position: relative; }
.section--alt   { background: var(--ivory-2); }
.section--white { background: var(--white); }
.section--navy  { background: var(--navy); color: var(--dim-dk); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }
.section--tight { padding-block: clamp(56px, 8vw, 92px); }

.section-head { max-width: 660px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .h2 { margin: .8rem 0 .9rem; }

/* ---- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem; letter-spacing: -.01em;
  padding: .92em 1.55em; border-radius: 100px;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), color .2s, border-color .2s;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: #241505; box-shadow: 0 10px 26px -12px rgba(192,138,62,.8); }
.btn--gold:hover { background: #cd9646; transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(192,138,62,.9); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--navy); }
.btn--ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn--ghost-dk { border: 1px solid var(--line-dk); color: #fff; }
.btn--ghost-dk:hover { border-color: #fff; background: rgba(255,255,255,.06); transform: translateY(-2px); }
.btn--wide { width: 100%; justify-content: center; }
.textlink { font-weight: 600; color: var(--navy); border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; transition: color .2s; }
.textlink:hover { color: var(--gold-2); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,246,241,.82);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 1.5rem; height: 72px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: 1.14rem; letter-spacing: -.01em; }
.brand img { width: 36px; height: 36px; }
.brand span { color: var(--gold-2); }
.nav-links { display: flex; align-items: center; gap: .3rem; margin-left: auto; }
.nav-links a {
  font-size: .96rem; font-weight: 500; color: var(--ink); padding: .5rem .8rem; border-radius: 8px;
  transition: color .2s, background .2s; position: relative;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a[aria-current="page"] { color: var(--navy); }
.nav-links a[aria-current="page"]::after { content:""; position: absolute; left: .8rem; right: .8rem; bottom: .18rem; height: 1.5px; background: var(--gold); }
.nav .btn { padding: .62em 1.15em; font-size: .92rem; margin-left: .5rem; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-2); align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content:""; display: block; width: 19px; height: 2px; background: var(--navy); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s;
}
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after  { transform: translateY(4px); }

@media (max-width: 880px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ivory); padding: .6rem var(--pad) 1.6rem; border-bottom: 1px solid var(--line);
    transform: translateY(-120%); transition: transform .38s var(--ease); margin: 0; box-shadow: var(--shadow);
  }
  .nav-links a { padding: .95rem .3rem; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-links .btn { margin: 1rem 0 0; }
  body.nav-open .nav-links { transform: translateY(0); }
  body.nav-open .nav-toggle span { background: transparent; }
  body.nav-open .nav-toggle span::before { transform: rotate(45deg); }
  body.nav-open .nav-toggle span::after  { transform: rotate(-45deg); }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { padding-top: clamp(46px, 6vw, 84px); padding-bottom: clamp(60px, 8vw, 110px); position: relative; overflow: hidden; }
.hero::before { /* faint gold arc top-right */
  content:""; position: absolute; top: -30%; right: -14%; width: 46vw; height: 46vw; max-width: 620px; max-height: 620px;
  background: radial-gradient(circle, rgba(192,138,62,.12), transparent 62%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; position: relative; }
.hero-copy { max-width: 600px; }
.hero h1 { margin: 1rem 0 1.3rem; }
.hero .lead { max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; align-items: center; }
.hero-authority {
  margin-top: 2.1rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
  display: flex; gap: 2.2rem; flex-wrap: wrap;
}
.hero-authority .stat b { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; color: var(--navy); display: block; line-height: 1; }
.hero-authority .stat span { font-size: .82rem; color: var(--ink-dim); letter-spacing: .01em; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .hero-copy { max-width: none; }
  .hero .lead { max-width: 48ch; }
}

/* ---- Before/after comparison (refined, gallery style) ------------------- */
.compare {
  position: relative; border-radius: var(--r); overflow: hidden;
  background: #0b1b2e; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(14,42,71,.2);
  aspect-ratio: 16 / 11; touch-action: pan-y; isolation: isolate;
}
.compare::after { content:""; position: absolute; inset: 0; z-index: 6; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.ba-after { z-index: 1; }
.ba-before-wrap { position: absolute; inset: 0; z-index: 2; overflow: hidden; clip-path: inset(0 calc(100% - var(--pos, 55%)) 0 0); }
.ba-before-wrap .ba-img { width: 100%; }

.ba-handle { position: absolute; top: 0; bottom: 0; z-index: 5; left: var(--pos, 55%); width: 42px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; cursor: ew-resize; touch-action: none; }
.ba-handle::before { content:""; position: absolute; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.92); }
.ba-knob {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center; gap: 3px;
  box-shadow: 0 6px 18px rgba(14,42,71,.4);
}
.ba-knob::before, .ba-knob::after { content:""; border-block: 5px solid transparent; }
.ba-knob::before { border-right: 7px solid #241505; }
.ba-knob::after  { border-left: 7px solid #241505; }

.ba-tag {
  position: absolute; z-index: 4; bottom: 15px;
  font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: .34em .8em; border-radius: 100px; backdrop-filter: blur(6px);
}
.ba-tag--before { left: 15px; background: rgba(11,27,46,.66); color: #fff; }
.ba-tag--after  { right: 15px; background: rgba(192,138,62,.92); color: #241505; }

/* ==========================================================================
   Authority band (navy) — the differentiator
   ========================================================================== */
.authority-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.authority-portrait { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.1); aspect-ratio: 4/5; }
.authority-portrait img { width: 100%; height: 100%; object-fit: cover; }
.authority-copy .h2 { margin: 1rem 0 1.2rem; }
.authority-copy p { color: var(--dim-dk); margin-bottom: 1rem; max-width: 52ch; }
.creds { display: flex; gap: 2.4rem; margin-top: 1.8rem; flex-wrap: wrap; }
.creds .c b { font-family: var(--font-display); font-size: 1.9rem; color: var(--gold-soft); display: block; line-height: 1; }
.creds .c span { font-size: .84rem; color: var(--dim-dk-2); }
@media (max-width: 820px) { .authority-grid { grid-template-columns: 1fr; } .authority-portrait { max-width: 380px; } }

/* ==========================================================================
   Services / pillars
   ========================================================================== */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 3rem; }
.pillar {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: 2rem 1.9rem; display: flex; gap: 1.3rem; align-items: flex-start;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.pillar .ico { flex: none; width: 48px; height: 48px; border-radius: 11px; background: var(--navy); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.pillar .ico svg { width: 24px; height: 24px; }
.pillar h3 { font-size: 1.24rem; margin-bottom: .4rem; }
.pillar p { color: var(--ink-dim); font-size: .98rem; }
@media (max-width: 620px) { .pillars { grid-template-columns: 1fr; } .pillar { padding: 1.6rem; } }

/* ==========================================================================
   Process — 01 / 02 / 03
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem; }
.steps.steps-3 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 2.6rem; border-top: 2px solid var(--line-2); }
.step .num { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--gold-2); position: absolute; top: 1rem; letter-spacing: .02em; }
.step h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step p { color: var(--ink-dim); }
.step.is-active { border-top-color: var(--gold); }
@media (max-width: 940px) { .steps, .steps.steps-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps, .steps.steps-3 { grid-template-columns: 1fr; gap: 0; } .step { padding: 3rem 0 1.6rem; } .step .num { top: 1.5rem; } }

/* ---- Photo upload (Share your workspace) -------------------------------- */
.share-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: clamp(1.6rem, 3vw, 2.6rem); margin-top: 3rem; display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: center; }
.share-card .share-intro .eyebrow { margin-bottom: .8rem; }
.share-card .share-intro h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .7rem; }
.share-card .share-intro p { color: var(--ink-dim); }
.upload-form .field.row { margin-bottom: 1rem; }
.dropzone {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  gap: .5rem; padding: 1.6rem 1.2rem; min-height: 150px;
  border: 1.5px dashed var(--line-2); border-radius: var(--r); background: var(--ivory);
  cursor: pointer; transition: border-color .2s, background .2s;
}
.dropzone:hover, .dropzone.is-drag { border-color: var(--gold); background: #fbf7ef; }
.dropzone.has-file { border-style: solid; border-color: var(--gold); background: #fbf7ef; }
.dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.dropzone .dz-ico { width: 34px; height: 34px; color: var(--gold-2); }
.dropzone .dz-text { font-weight: 600; color: var(--navy); }
.dropzone .dz-text b { color: var(--gold-2); text-decoration: underline; }
.dropzone .dz-hint { font-size: .82rem; color: var(--ink-dim); }
.dropzone .dz-file { display: none; font-size: .92rem; color: var(--navy); font-weight: 600; word-break: break-all; }
.dropzone.has-file .dz-file { display: block; }
.dropzone.has-file .dz-text, .dropzone.has-file .dz-hint { display: none; }
.dropzone .dz-preview { display: none; max-height: 90px; border-radius: var(--r-sm); margin-bottom: .3rem; }
.dropzone.has-file .dz-preview { display: block; }
.upload-form .btn { margin-top: 1.1rem; }
@media (max-width: 760px) { .share-card { grid-template-columns: 1fr; } }

/* ==========================================================================
   Proof / transformations
   ========================================================================== */
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 3rem; }
.proof { border-radius: var(--r); overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.proof .compare { border-radius: 0; box-shadow: none; border: 0; aspect-ratio: 16/10; }
.proof .compare::after { box-shadow: none; }
.proof figcaption { padding: 1.1rem 1.3rem; font-size: .96rem; color: var(--ink-dim); }
.proof figcaption b { color: var(--navy); font-weight: 600; }
@media (max-width: 720px) { .proof-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Testimonial
   ========================================================================== */
.quote { max-width: 880px; margin-inline: auto; text-align: center; }
.quote .mark { font-family: var(--font-display); font-size: 3.4rem; line-height: 0; color: var(--gold); }
.quote blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.45rem, 3vw, 2.1rem); line-height: 1.32; letter-spacing: -.01em; color: var(--navy); margin: 1.6rem 0 1.9rem; }
.section--navy .quote blockquote { color: #fff; }
.quote .who { display: inline-flex; align-items: center; gap: .85rem; }
.quote .who img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-soft); }
.quote .who div { text-align: left; }
.quote .who b { display: block; color: var(--navy); font-family: var(--font-display); }
.section--navy .quote .who b { color: #fff; }
.quote .who span { color: var(--ink-dim); font-size: .9rem; }
.section--navy .quote .who span { color: var(--dim-dk-2); }

/* ==========================================================================
   Pricing
   ========================================================================== */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; align-items: start; }
.tier { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem 1.8rem; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.tier.is-feature { border: 1px solid var(--gold); box-shadow: 0 30px 60px -30px rgba(192,138,62,.5); position: relative; }
.tier.is-feature::before { content:"Most popular"; position: absolute; top: -.75rem; left: 50%; transform: translateX(-50%); background: var(--gold); color: #241505; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .34em .9em; border-radius: 100px; }
.tier .tname { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); }
.tier .price { font-family: var(--font-display); font-weight: 600; font-size: 3rem; color: var(--navy); letter-spacing: -.02em; margin: .5rem 0 .1rem; }
.tier .price span { font-size: .88rem; font-family: var(--font-body); font-weight: 500; color: var(--ink-dim); letter-spacing: 0; }
.tier .sub { color: var(--ink-dim); font-size: .93rem; margin-bottom: 1.3rem; }
.tier ul { list-style: none; padding: 0; display: grid; gap: .7rem; margin-bottom: 1.6rem; }
.tier li { position: relative; padding-left: 1.7rem; font-size: .95rem; color: var(--ink); }
.tier li::before { content:""; position: absolute; left: 0; top: .12em; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--gold-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230E2A47' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.tier .btn { margin-top: auto; }
@media (max-width: 820px) { .tiers { grid-template-columns: 1fr; } .tier.is-feature { order: -1; } }

/* ==========================================================================
   Final CTA (navy)
   ========================================================================== */
.cta-band { text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content:""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(192,138,62,.22), transparent 60%); pointer-events: none; }
.cta-band .wrap { position: relative; }
.cta-band .display { color: #fff; max-width: 18ch; margin: 1rem auto 1.3rem; }
.cta-band .lead { color: var(--dim-dk); max-width: 52ch; margin: 0 auto 2.2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy-3); color: var(--dim-dk); padding-block: clamp(52px, 7vw, 82px) 2.2rem; }
.site-footer .brand { color: #fff; }
.site-footer .brand span { color: var(--gold-soft); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.4rem; }
.foot-brand p { color: var(--dim-dk-2); font-size: .95rem; max-width: 36ch; margin-top: 1rem; }
.foot-col h4 { font-family: var(--font-body); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.1rem; font-weight: 600; }
.foot-col a, .foot-col p.fi { display: block; color: var(--dim-dk); font-size: .96rem; padding: .3rem 0; transition: color .2s; }
.foot-col a:hover { color: #fff; }
.foot-col a.btn { display: inline-flex; color: #241505; margin-top: .7rem; }
.foot-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dk); color: var(--dim-dk-2); font-size: .82rem; }
.foot-bottom a { color: var(--dim-dk-2); }
.foot-bottom a:hover { color: #fff; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .09s; }
.reveal[data-d="2"] { transition-delay: .18s; }
.reveal[data-d="3"] { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ==========================================================================
   Interior pages
   ========================================================================== */
/* page hero (compact) */
.page-hero { padding-top: clamp(48px, 6vw, 82px); padding-bottom: clamp(40px, 5vw, 64px); position: relative; overflow: hidden; }
.page-hero::before { content:""; position: absolute; top: -34%; right: -12%; width: 44vw; height: 44vw; max-width: 560px; max-height: 560px; background: radial-gradient(circle, rgba(192,138,62,.12), transparent 62%); pointer-events: none; }
.page-hero .wrap { position: relative; max-width: 820px; }
.page-hero h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.03; letter-spacing: -.02em; margin: 1rem 0 1.2rem; }
.page-hero .lead { max-width: 60ch; }
.crumb { font-size: .82rem; color: var(--ink-dim); }
.crumb a { color: var(--gold-2); }
.crumb a:hover { text-decoration: underline; }

/* split content: text + image */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split + .split { margin-top: clamp(3rem, 6vw, 5.5rem); }
.split--rev .split-media { order: 2; }
.split-media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); aspect-ratio: 4/3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy .h2, .split-copy h2 { margin: .8rem 0 1rem; }
.split-copy p { color: var(--ink-dim); margin-bottom: 1rem; }
.section--navy .split-copy p { color: var(--dim-dk); }
@media (max-width: 800px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split--rev .split-media { order: 0; }
  .split-media { max-width: 520px; }
}

/* feature list with gold checks */
.feature-list { list-style: none; padding: 0; display: grid; gap: .85rem; margin-top: 1.4rem; }
.feature-list li { position: relative; padding-left: 2rem; color: var(--ink); }
.section--navy .feature-list li { color: var(--dim-dk); }
.feature-list li::before { content:""; position: absolute; left: 0; top: .05em; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--gold-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230E2A47' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat; }

/* numbered service list (detailed) */
.svc-list { display: grid; gap: 1.2rem; margin-top: 3rem; counter-reset: svc; }
.svc { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 2rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.svc .svc-n { counter-increment: svc; font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; color: var(--gold-2); line-height: 1; min-width: 2.4rem; }
.svc .svc-n::before { content: counter(svc, decimal-leading-zero); }
.svc h3 { font-size: 1.28rem; margin-bottom: .4rem; }
.svc p { color: var(--ink-dim); font-size: .98rem; margin: 0; }
@media (max-width: 560px) { .svc { padding: 1.5rem 1.4rem; gap: 1rem; } }

/* audience chips */
.audience { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.audience span { border: 1px solid var(--line-2); border-radius: 100px; padding: .5em 1.1em; font-size: .92rem; font-weight: 500; color: var(--navy); background: var(--white); }
.section--navy .audience span { border-color: var(--line-dk); color: #fff; background: rgba(255,255,255,.05); }

/* FAQ */
.faq { max-width: 780px; margin: 3rem auto 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
.faq summary { font-family: var(--font-display); font-weight: 600; font-size: 1.16rem; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold-2); transition: transform .3s var(--ease); line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--ink-dim); margin-top: .9rem; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-info .ci { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-info .ci:last-child { border-bottom: 0; }
.contact-info .ci .ico { flex: none; width: 42px; height: 42px; border-radius: 10px; background: var(--navy); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.contact-info .ci .ico svg { width: 20px; height: 20px; }
.contact-info .ci h4 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; margin-bottom: .2rem; }
.contact-info .ci a, .contact-info .ci p { color: var(--ink); font-size: 1.05rem; }
.contact-info .ci a:hover { color: var(--gold-2); }

.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.2rem; }
.field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 0; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: .4rem; }
.field label .req { color: var(--gold-2); }
.field input, .field textarea {
  width: 100%; font: inherit; color: var(--ink); background: var(--ivory);
  border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: .8em .9em;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(192,138,62,.16); }
.field textarea { min-height: 130px; resize: vertical; }
.form .btn { margin-top: .4rem; }
.form-note { font-size: .84rem; color: var(--ink-dim); margin-top: 1rem; }
@media (max-width: 780px) { .contact-grid { grid-template-columns: 1fr; } }

/* generic two-up cta row */
.cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; align-items: center; }

/* utilities */
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.muted { color: var(--ink-dim); }
.mt-0 { margin-top: 0; }
