:root {
  --ink: #17343a;
  --petrol: #123a42;
  --petrol-deep: #0a292f;
  --cream: #f5f0e7;
  --paper: #fbfaf7;
  --sand: #d9aa63;
  --mist: #dce7e6;
  --muted: #5f6e70;
  --line: rgba(18, 58, 66, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav-shell { width: min(100% - 3rem, 1320px); margin: 0 auto; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.brand small { display: block; margin-top: .25rem; font-size: .72rem; font-weight: 400; letter-spacing: .05em; opacity: .74; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--serif); font-size: 1.05rem; }
.primary-nav { display: flex; align-items: center; gap: 2rem; font-size: .92rem; }
.primary-nav a { text-decoration: none; opacity: .86; transition: opacity .2s ease; }
.primary-nav a:hover { opacity: 1; }
.primary-nav .nav-cta { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; opacity: 1; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; background: var(--petrol); color: white; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; bottom: -320px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.hero-copy { position: relative; z-index: 2; padding: 180px clamp(2rem, 4.5vw, 5rem) 110px max(1.5rem, calc((100vw - 1320px)/2)); align-self: center; }
.eyebrow { margin: 0 0 1.2rem; color: #8a652e; font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #e4b873; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(3.15rem, 4.8vw, 5.6rem); }
.hero-lead { max-width: 650px; margin: 1.7rem 0 0; color: rgba(255,255,255,.79); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 54px; padding: .85rem 1.35rem; border-radius: 999px; text-decoration: none; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sand); color: var(--petrol-deep); }
.button-primary:hover { background: #e7bd7a; }
.text-link { color: white; text-underline-offset: .35rem; }
.availability { display: flex; align-items: center; gap: .65rem; margin-top: 2rem; color: rgba(255,255,255,.68); font-size: .9rem; }
.availability > span { width: 8px; height: 8px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 5px rgba(217,170,99,.12); }
.hero-visual { position: relative; margin: 0; min-height: 100%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--petrol) 0%, rgba(18,58,66,.72) 15%, transparent 55%), linear-gradient(0deg, rgba(6,27,31,.38), transparent 55%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual figcaption { position: absolute; z-index: 2; right: clamp(1.5rem, 4vw, 4rem); bottom: 2rem; width: min(360px, 65%); color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 1.08rem; line-height: 1.45; text-align: right; }
.hero-stamp { position: absolute; z-index: 3; left: calc(50% - 82px); bottom: 42px; width: 164px; height: 164px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(12,47,54,.74); backdrop-filter: blur(8px); font-size: .71rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.hero-stamp span { display: block; font-family: var(--serif); font-size: 2.3rem; letter-spacing: -.03em; }

.trust-strip { width: min(100% - 3rem, 1320px); margin: -1px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip > div { padding: 2rem 2.5rem; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 500; }
.trust-strip span { color: var(--muted); font-size: .85rem; }

.section-pad { padding: 9rem max(1.5rem, calc((100vw - 1320px)/2)); }
.section-intro { max-width: 850px; margin-bottom: 5rem; }
.section-intro h2, .approach h2, .about h2, .final-cta h2 { margin: 0; font-size: clamp(2.6rem, 4.3vw, 5rem); }
.recognition-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); align-items: start; }
.recognition-copy { position: sticky; top: 3rem; font-size: 1.08rem; color: var(--muted); }
.recognition-copy p:first-child { margin-top: 0; }
blockquote { margin: 3rem 0 0; padding: 0 0 0 1.5rem; border-left: 2px solid var(--sand); color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.moments { border-top: 1px solid var(--line); }
.moments article { display: grid; grid-template-columns: 56px .45fr 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.moments article > span { color: #9a7a49; font-size: .78rem; letter-spacing: .12em; }
.moments h3 { margin: 0; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.moments p { margin: 0; color: var(--muted); }

.approach { background: var(--petrol-deep); color: white; }
.approach-heading { display: grid; grid-template-columns: .8fr 1.1fr; column-gap: 8rem; align-items: end; margin-bottom: 5rem; }
.approach-heading .eyebrow { grid-column: 1 / -1; }
.approach-heading p:last-child { margin: 0 0 .6rem; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.steps { border-top: 1px solid rgba(255,255,255,.18); }
.step { display: grid; grid-template-columns: 1fr 2.3fr; padding: 3rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: var(--sand); font-size: .8rem; letter-spacing: .15em; }
.step > div:last-child { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; }
.step h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.step p { max-width: 550px; margin: 0; color: rgba(255,255,255,.66); }

.about { display: grid; grid-template-columns: minmax(300px, .44fr) 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; background: var(--cream); }
.about-label { position: sticky; top: 2rem; display: grid; gap: 1.6rem; }
.about-portrait { position: relative; margin: 0; overflow: hidden; border-radius: 180px 180px 24px 24px; background: var(--mist); box-shadow: 0 28px 70px rgba(18,58,66,.16); }
.about-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); border-radius: inherit; }
.about-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; }
.about-portrait figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .15rem; padding: 3.8rem 1.5rem 1.4rem; background: linear-gradient(transparent, rgba(7,30,35,.9)); color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.45; }
.about-portrait figcaption strong { color: white; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.about-copy h2 { max-width: 980px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 3.5rem 0; color: var(--muted); }
.about-columns p { margin: 0; }
.credentials { display: flex; flex-wrap: wrap; gap: .7rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.credentials span { padding: .55rem .85rem; border: 1px solid rgba(18,58,66,.22); border-radius: 999px; font-size: .82rem; }
.profile-link { display: inline-block; margin-top: 2.2rem; color: var(--petrol); font-weight: 600; text-underline-offset: .35rem; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); }
.section-intro.compact { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.8rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.45rem; line-height: 1.3; }
summary::-webkit-details-marker { display: none; }
summary span { transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; margin: -.5rem 0 2rem; color: var(--muted); }

.final-cta { padding: 8rem max(1.5rem, calc((100vw - 1080px)/2)); background: var(--petrol); color: white; text-align: center; }
.final-cta h2 { max-width: 1050px; margin: 0 auto 2.4rem; }
.button-cream { background: var(--cream); color: var(--petrol-deep); }
.button-cream:hover { background: white; }

footer { padding: 2.2rem max(1.5rem, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 2rem; align-items: center; background: #071e23; color: rgba(255,255,255,.6); font-size: .78rem; }
footer strong, footer div span { display: block; }
footer strong { color: white; font-size: .95rem; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-shell { width: min(100% - 2rem, 1320px); min-height: 82px; }
  .menu-toggle { display: grid; gap: 6px; padding: .65rem; border: 0; background: transparent; color: inherit; }
  .menu-toggle i { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 82px; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .6rem; background: var(--paper); color: var(--petrol); border-radius: .8rem; box-shadow: 0 20px 60px rgba(4,25,29,.22); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .85rem 1rem; }
  .primary-nav .nav-cta { border-color: var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; padding: 180px 1.5rem 150px; background: linear-gradient(180deg, rgba(18,58,66,.15), var(--petrol)); }
  .hero-visual { min-height: 520px; order: -1; position: absolute; inset: 0 0 auto; height: 720px; opacity: .5; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(10,41,47,.1), var(--petrol) 92%); }
  .hero-visual figcaption { display: none; }
  .hero-stamp { left: auto; right: 1.5rem; bottom: 2rem; width: 130px; height: 130px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div, .trust-strip > div:first-child { padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-pad { padding-top: 6rem; padding-bottom: 6rem; }
  .recognition-grid, .approach-heading, .about, .faq { grid-template-columns: 1fr; }
  .recognition-copy { position: static; }
  .approach-heading { gap: 2rem; }
  .about-label { position: static; grid-template-columns: .28fr .72fr; align-items: start; gap: 2rem; }
  .about-label .eyebrow { margin-top: .6rem; }
  .about-portrait { border-radius: 150px 150px 22px 22px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .brand { font-size: .9rem; }
  .brand-mark { width: 36px; height: 36px; }
  .brand small { font-size: .62rem; }
  .hero-copy { min-height: 760px; padding-top: 150px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-stamp { display: none; }
  .section-intro { margin-bottom: 3rem; }
  .section-intro h2, .approach h2, .about h2, .final-cta h2 { font-size: 2.65rem; }
  .moments article { grid-template-columns: 42px 1fr; gap: 1rem; }
  .moments article p { grid-column: 2; }
  .step { grid-template-columns: 42px 1fr; }
  .step > div:last-child { grid-template-columns: 1fr; gap: .7rem; }
  .about-columns { grid-template-columns: 1fr; gap: 1rem; }
  .about-label { grid-template-columns: 1fr; }
  .about-label .eyebrow { margin-top: 0; }
  .about-portrait { width: min(100%, 420px); margin: 0 auto; }
  summary { font-size: 1.25rem; }
}

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