@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --navy: #001838;
  --navy-deep: #00122b;
  --navy-light: #08264c;
  --sage: #9aa687;
  --sage-light: #c0cbae;
  --white: #f8f7f2;
  --mist: rgba(248, 247, 242, 0.72);
  --line: rgba(154, 166, 135, 0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--sage); color: var(--navy); padding: 10px 16px; font-size: .72rem; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; }
.site-nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 24, 56, .94);
}
.brand { font-family: 'Cormorant Garamond', serif; color: var(--sage-light); font-size: clamp(1.12rem, 2vw, 1.4rem); text-decoration: none; letter-spacing: .02em; }
.back-link { color: rgba(255,255,255,.66); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: color .2s; }
.back-link:hover, .back-link:focus-visible { color: var(--sage-light); }
.hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  display: grid;
  align-items: center;
  padding: clamp(76px, 11vw, 140px) clamp(24px, 8vw, 120px);
  background:
    radial-gradient(circle at 82% 30%, rgba(154,166,135,.14), transparent 27rem),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 65%);
}
.hero::before { content: ''; position: absolute; width: min(42vw, 560px); aspect-ratio: 1; right: -10%; top: 8%; border: 1px solid rgba(154,166,135,.2); border-radius: 50%; }
.hero::after { content: ''; position: absolute; width: min(30vw, 400px); aspect-ratio: 1; right: 7%; top: 24%; border: 1px solid rgba(154,166,135,.11); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; max-width: 960px; }
.eyebrow, .section-label { color: var(--sage-light); font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.eyebrow::before { content: ''; width: 52px; height: 1px; background: var(--sage); }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }
h1 { max-width: 900px; font-size: clamp(3.25rem, 7.5vw, 7rem); line-height: .94; letter-spacing: -.035em; }
.hero-lede { max-width: 760px; margin-top: 30px; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 300; line-height: 1.85; }
.hero-cta, .cta-button { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; padding: 15px 24px; background: var(--sage); color: var(--navy); font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s; }
.hero-cta:hover, .cta-button:hover { background: var(--sage-light); transform: translateY(-2px); }
.hero-cta::after, .cta-button::after { content: '→'; font-size: 1rem; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(72px, 9vw, 124px) 0; }
.intro-grid { display: grid; grid-template-columns: minmax(190px, .6fr) minmax(0, 1.65fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.section-label { padding-top: 9px; }
.content { max-width: 790px; }
.content > p { color: var(--mist); font-weight: 300; margin-bottom: 24px; }
.content > p:first-child { color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.4; }
.content-section { margin-top: clamp(64px, 9vw, 110px); }
.content-section h2 { font-size: clamp(2.45rem, 5vw, 4.2rem); line-height: 1; margin-bottom: 30px; letter-spacing: -.025em; }
.content-section h2 em { color: var(--sage-light); font-weight: 300; }
.content-section p { color: var(--mist); font-weight: 300; margin-bottom: 22px; }
.detail-list { list-style: none; border-top: 1px solid var(--line); }
.detail-list li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--mist); font-weight: 300; }
.detail-list li::before { content: '—'; color: var(--sage); }
.audience-card, .result-card, .note-card { margin-top: 52px; padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line); background: rgba(154,166,135,.055); }
.audience-card h2, .result-card h2, .note-card h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 20px; }
.audience-card p, .result-card p, .note-card p { color: var(--mist); font-weight: 300; }
.result-card { border-left: 3px solid var(--sage); }
.phase-list { counter-reset: phase; display: grid; gap: 0; border-top: 1px solid var(--line); }
.phase { counter-increment: phase; display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.phase::before { content: '0' counter(phase); color: rgba(192,203,174,.45); font-family: 'Cormorant Garamond', serif; font-size: 2.1rem; line-height: 1; }
.phase h3 { color: var(--sage-light); font-family: 'Montserrat', sans-serif; font-size: .76rem; font-weight: 600; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; margin-bottom: 12px; }
.phase p { margin: 0; }
.cta { position: relative; overflow: hidden; text-align: center; padding: clamp(76px, 11vw, 130px) 24px; background: var(--white); color: var(--navy); }
.cta::before { content: ''; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(0,24,56,.12); border-radius: 50%; left: calc(50% - 160px); top: -225px; }
.cta .section-label { position: relative; color: #657052; }
.cta h2 { position: relative; max-width: 850px; margin: 18px auto 0; font-size: clamp(3rem, 7vw, 6.3rem); line-height: .95; letter-spacing: -.035em; }
.cta-button { position: relative; margin-top: 34px; background: var(--navy); color: var(--white); }
.cta-button:hover { background: var(--navy-light); }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px clamp(24px, 5vw, 76px); border-top: 1px solid var(--line); color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: var(--sage-light); text-decoration: none; }
:focus-visible { outline: 2px solid var(--sage-light); outline-offset: 4px; }

@media (max-width: 720px) {
  .site-nav { height: auto; min-height: 70px; gap: 16px; }
  .back-link { font-size: .56rem; text-align: right; }
  .hero { min-height: 520px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .phase { grid-template-columns: 52px 1fr; gap: 16px; }
  .site-footer { flex-direction: column; text-align: center; }
}

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