:root {
  --ink: #102b3b;
  --paper: #f6f7f4;
  --line: #d9dfdf;
  --gold: #c69a42;
  --muted: #5f7079;
  --white: #fff;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: rgba(246,247,244,.95); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; }
.brand img { width: 280px; max-width: 32vw; height: 60px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.site-header nav > a:not(.nav-cta):hover { color: #8e6922; }
.nav-cta { padding: 13px 19px; border-radius: 3px; background: var(--ink); color: white; }
.nav-cta span, .button span { color: #e2bd67; }

.hero { min-height: 710px; padding: 86px 5vw 76px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 7vw; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 44%, #fff 0, #f5f7f3 36%, transparent 68%); }
.eyebrow { margin: 0; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 1.55px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; color: #758289; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: var(--gold); }
h1 { font-size: clamp(48px, 4.65vw, 68px); line-height: .99; letter-spacing: -3.8px; margin: 24px 0 27px; font-weight: 620; }
h1 em { color: #a47725; font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 590px; color: #52636c; font-family: var(--serif); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 35px 0 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 16px 20px; border-radius: 2px; font-weight: 700; font-size: 14px; }
.button.primary { color: white; background: var(--ink); box-shadow: 0 10px 30px #18374724; }
.button.quiet { padding-left: 0; color: var(--ink); }
.button.primary:hover, .nav-cta:hover { background: #173b4f; }
.stats { max-width: 590px; display: flex; align-items: center; gap: 16px; padding-top: 25px; border-top: 1px solid var(--line); }
.stats > p { margin-left: 4px; font-size: 12px; line-height: 1.55; color: #77838a; }
.stats > p strong { color: var(--ink); }
.metric-dial { width: 82px; height: 82px; flex: 0 0 82px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle, var(--paper) 0 59%, transparent 60%), repeating-conic-gradient(from -120deg, #ba8934 0deg 2deg, transparent 2deg 9deg); }
.metric-dial.events-metric { background: radial-gradient(circle, var(--paper) 0 59%, transparent 60%), repeating-conic-gradient(from -120deg, #478da6 0deg 2deg, transparent 2deg 9deg); }
.metric-dial strong { font-family: var(--mono); font-size: 16px; line-height: 1; letter-spacing: -1px; }
.metric-dial small { margin-top: 5px; color: #6f7d83; font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.timeline-preview { margin: 0; min-height: 0; overflow: hidden; background: white; border: 1px solid #d7dddd; border-radius: 4px; box-shadow: 0 25px 70px #173a4a17; transform: rotate(-.4deg); }
.timeline-preview img { display: block; width: 100%; height: auto; }

.how-it-works { padding: 125px 5vw; display: grid; grid-template-columns: .8fr 1.4fr; gap: 8vw; background: white; border-top: 1px solid var(--line); }
h2 { font-size: clamp(38px, 4.2vw, 61px); line-height: 1.05; letter-spacing: -3px; margin: 20px 0 24px; font-weight: 600; }
.section-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-family: var(--serif); font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.steps article { padding: 28px 24px 35px; min-height: 365px; border-right: 1px solid var(--line); position: relative; }
.steps article:last-child { border-right: 0; }
.step-number { font-family: var(--mono); font-size: 10px; color: #8b979b; }
.step-icon { height: 130px; display: grid; place-items: center; font-size: 50px; color: #ad7c28; }
.steps h3 { font-size: 18px; margin: 25px 0 14px; }
.steps p { margin: 0; font-family: var(--serif); font-size: 14px; line-height: 1.7; color: var(--muted); }

.features { padding: 115px 5vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--ink); color: white; }
.features-heading > p:last-child { max-width: 500px; color: #c5d0d4; font-family: var(--serif); font-size: 16px; line-height: 1.75; }
.features .eyebrow { color: #a9b8be; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #ffffff26; border-left: 1px solid #ffffff26; }
.feature-grid article { min-height: 220px; padding: 28px 30px; border-right: 1px solid #ffffff26; border-bottom: 1px solid #ffffff26; }
.feature-grid i { display: block; height: 35px; color: #e0b65a; font-family: var(--mono); font-size: 20px; font-style: normal; }
.feature-grid h3 { margin: 26px 0 12px; font-size: 18px; }
.feature-grid p { margin: 0; color: #c5d0d4; font-family: var(--serif); font-size: 14px; line-height: 1.7; }

.discover { padding: 115px 5vw 105px; background: #f0f2ef; }
.discover-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 50px; }
.discover-head h2 { max-width: 850px; margin-bottom: 14px; }
.discover-head > div > p:last-child { max-width: 720px; color: var(--muted); font-family: var(--serif); line-height: 1.65; }
.discover-head .button { flex: none; margin-bottom: 8px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.topic-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid #d9dedd; transition: transform .25s, box-shadow .25s; }
.topic-card.available:hover { transform: translateY(-5px); box-shadow: 0 18px 42px #16364518; }
.card-image { height: 220px; position: relative; overflow: hidden; display: block; background: linear-gradient(135deg, #b8cfc9, #d8c59b); }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, #102b3b35 100%); pointer-events: none; }
.card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.16) contrast(1.04) brightness(1.07); transition: transform .55s, filter .55s; }
.topic-card.available:hover .card-image img { transform: scale(1.045); filter: saturate(1.24) contrast(1.05) brightness(1.08); }
.coming-soon .card-image img { filter: saturate(1.08) contrast(1.03) brightness(1.08); }
.era-tag { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 7px 10px; background: rgba(255,255,255,.94); font-family: var(--mono); font-size: 9px; letter-spacing: .65px; text-transform: uppercase; border-left: 3px solid var(--gold); }
.era-tag.coral { border-color: #ed765b; }
.era-tag.violet { border-color: #8565c3; }
.era-tag.teal { border-color: #36a797; }
.era-tag.blue { border-color: #3f8ed1; }
.era-tag.orange { border-color: #ef8a38; }
.era-tag.yellow { border-color: #e0b12b; }
.era-tag.red { border-color: #db574d; }
.era-tag.cyan { border-color: #36a9bb; }
.status-tag { position: absolute; z-index: 1; left: 15px; bottom: 15px; padding: 7px 10px; background: rgba(255,255,255,.92); color: #43545d; font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.status-tag::before { content: "○"; margin-right: 6px; color: #c08b2d; }
.status-tag.live { background: var(--ink); color: white; }
.status-tag.live::before { content: "●"; color: #6bd19e; }
.card-arrow { position: absolute; z-index: 2; right: 15px; top: 15px; width: 34px; height: 34px; display: grid; place-items: center; background: white; font-weight: 700; }
.card-content { padding: 25px 25px 22px; flex: 1; }
.date { margin: 0; color: #946b24; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .45px; line-height: 1.5; }
.card-content h3 { font-size: 21px; line-height: 1.2; margin: 10px 0 12px; letter-spacing: -.65px; }
.card-content > p:last-child { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.65; }
.card-meta { min-height: 58px; padding: 12px 18px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #e1e5e4; color: #7b868b; font-size: 9px; }
.lc-badge { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; background: #f1c967; color: var(--ink); font-weight: 800; }
.card-meta a, .card-meta strong { margin-left: auto; color: var(--ink); font-family: var(--mono); font-size: 9px; font-weight: 700; }
.card-meta a:hover { color: #8e6922; }
.coming-soon .card-meta strong { color: #8a969b; }

.cta-band { padding: 90px 8vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: center; background: linear-gradient(118deg, #102b3b 0%, #143b4c 68%, #176073 130%); color: white; }
.cta-band h2 { margin-bottom: 0; }
.cta-band > div:last-child p { color: #ced6d9; font-family: var(--serif); line-height: 1.7; margin-bottom: 25px; }
.button.light { background: white; color: var(--ink); }

footer { padding: 48px 5vw 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 25px 60px; align-items: center; background: #fbfbf9; }
.footer-brand img { width: 210px; height: 50px; }
footer > p { color: var(--muted); font-family: var(--serif); font-size: 13px; }
footer nav { display: flex; gap: 25px; font-size: 11px; font-weight: 650; }
footer nav a:hover { color: #8e6922; }
footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: #849095; font-family: var(--mono); font-size: 9px; }

@media (max-width: 1120px) {
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .timeline-preview { max-width: 760px; width: 100%; margin: 0 auto 30px; }
  .how-it-works, .features { grid-template-columns: 1fr; }
  .discover-head { align-items: flex-start; }
  .cta-band { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header nav { gap: 0; }
  .nav-cta { font-size: 11px; }
  .brand img { width: 190px; max-width: 46vw; height: 48px; }
  .hero { padding: 56px 6vw 70px; gap: 65px; }
  h1 { letter-spacing: -3px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 5px; }
  .stats { align-items: flex-start; flex-wrap: wrap; }
  .stats > p { width: 100%; margin: 4px 0 0; }
  .how-it-works, .features, .discover { padding: 90px 6vw; }
  .steps, .feature-grid, .topic-grid { grid-template-columns: 1fr; }
  .steps article { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .step-icon { height: 70px; }
  .feature-grid article { min-height: 190px; }
  .discover-head { flex-direction: column; gap: 22px; }
  .card-image { height: 235px; }
  .cta-band { grid-template-columns: 1fr; padding: 75px 6vw; }
  .cta-band h2 br { display: none; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
  footer small { grid-column: auto; }
}

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