:root {
  --navy: #11223b;
  --navy-deep: #08172c;
  --gold: #b48e49;
  --gold-light: #ead9b8;
  --ink: #152338;
  --muted: #5c646f;
  --line: #d7dde5;
  --sand: #f8f6ef;
  --cream: #faf4e5;
  --blue: #ecf3fb;
  --white: #ffffff;
  --error: #a12c24;
  --success: #17633a;
  --shadow: 0 18px 55px rgba(17, 34, 59, 0.12);
  --radius: 16px;
  --shell: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: #7d5a1f; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #1b71c9; outline-offset: 3px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-weight: 400; letter-spacing: -0.025em; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: 0.98; }
h2 { max-width: 820px; margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; }
h3 { margin-bottom: 8px; color: var(--navy); font-size: 1.12rem; line-height: 1.3; }
sup { display: inline-block; vertical-align: super; line-height: 0; white-space: nowrap; }
sup a { color: var(--navy); font-size: 0.72em; font-weight: 700; text-decoration: underline; }
.disclosure-ref { white-space: nowrap; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; transform: translateY(-160%); border-radius: 8px; color: var(--white); background: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px max(24px, calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid rgba(17, 34, 59, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.wordmark { display: inline-flex; flex-direction: column; color: var(--navy); line-height: 1; text-decoration: none; }
.wordmark:hover { color: var(--navy); }
.wordmark-kicker { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.19em; }
.wordmark-main { margin-top: 5px; font-family: Georgia, serif; font-size: 1.47rem; letter-spacing: 0.08em; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 0.9rem; font-weight: 600; }
.site-nav > a { text-decoration: none; }
.site-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.menu-button { display: none; border: 1px solid var(--navy); border-radius: 7px; padding: 8px 12px; color: var(--navy); background: var(--white); font: inherit; font-weight: 700; text-transform: uppercase; }

.hero { overflow: hidden; padding: clamp(72px, 10vw, 130px) 0; background: var(--sand); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.7fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-copy { max-width: 790px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.eyebrow, .section-label { color: #87621f; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow { display: inline-block; margin-bottom: 28px; padding: 8px 13px; border: 1px solid var(--gold-light); border-radius: 999px; background: var(--cream); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid var(--gold); border-radius: 9px; color: var(--navy); background: var(--gold); font: inherit; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); color: var(--navy); background: #c4a25f; box-shadow: 0 8px 24px rgba(17, 34, 59, 0.16); }
.button-secondary { border-color: var(--navy); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--navy); }
.button-small { min-height: 44px; padding: 10px 17px; }

.hero-panel { position: relative; padding: 30px; border-radius: 20px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.hero-panel::before { position: absolute; inset: 12px; border: 1px solid rgba(234, 217, 184, 0.35); border-radius: 13px; content: ""; pointer-events: none; }
.hero-panel > * { position: relative; }
.panel-kicker { margin-bottom: 20px; color: var(--gold-light); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-panel ol, .blueprint-outcomes, .check-list { margin: 0; padding: 0; list-style: none; }
.hero-panel ol li, .blueprint-outcomes li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.hero-panel ol span { color: var(--gold-light); font-family: Georgia, serif; }
.blueprint-outcomes .gold-chevron { color: var(--gold); font-family: inherit; font-size: 1.75rem; font-weight: 700; line-height: 1; }
.check-list li { position: relative; padding: 12px 0 12px 31px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.check-list li::before { position: absolute; left: 0; color: var(--gold-light); content: "✓"; font-weight: 700; }
.hero-panel sup a { color: var(--gold-light); }

.section { padding-block: clamp(72px, 9vw, 112px); }
.section-blue { background: var(--blue); }
.section-sand { background: var(--sand); }
.section-intro { max-width: 850px; margin-bottom: 42px; color: var(--muted); font-size: 1.12rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid-four { grid-template-columns: repeat(4, 1fr); }
.card-grid-five { grid-template-columns: repeat(6, 1fr); }
.card-grid-five .card { grid-column: span 2; }
.card-grid-five .card:nth-last-child(-n + 2) { grid-column: span 3; }
.card { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 26px rgba(17, 34, 59, 0.05); }
.card p { margin-bottom: 0; color: var(--muted); font-size: 0.95rem; }
.card-number { display: block; margin-bottom: 24px; color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.results-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 38px; }
.result-card { padding: 24px 18px; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
.result-card strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; line-height: 1; }
.result-card span { display: block; margin-top: 10px; color: var(--muted); font-size: 0.84rem; }
.method-note, .results-disclosure { max-width: 1000px; font-size: 0.88rem; }
.method-note { margin: 28px 0 8px; color: var(--ink); }
.results-disclosure { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; }
.role { color: #87621f; font-weight: 700; }
.text-link { color: var(--navy); font-weight: 700; }
.cta-section { color: var(--white); background: var(--navy-deep); }
.cta-section h2, .cta-section .section-label { color: var(--white); }
.cta-section p:not(.section-label) { color: #d4dce7; }
.cta-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }

.workshop-hero h1 { max-width: 730px; }
.event-facts { display: grid; max-width: 760px; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; margin: 30px 0 34px; }
.event-facts div { padding-top: 12px; border-top: 1px solid var(--line); }
.event-facts dt { color: var(--muted); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.event-facts dd { margin: 3px 0 0; color: var(--navy); font-weight: 600; }
.registration-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: start; gap: clamp(50px, 8vw, 100px); }
.availability { display: inline-flex; padding: 8px 12px; border-radius: 8px; color: var(--navy); background: var(--cream); font-size: 0.9rem; font-weight: 700; }
.registration-form { position: relative; padding: clamp(24px, 5vw, 42px); border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 20px; }
.field > label, fieldset legend { display: block; margin-bottom: 7px; color: var(--navy); font-size: 0.9rem; font-weight: 700; }
.field input { width: 100%; min-height: 52px; padding: 11px 13px; border: 1px solid #9aa6b5; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; }
.field input[aria-invalid="true"] { border: 2px solid var(--error); }
.field-note, .terms-note { margin: 8px 0 0; color: var(--muted); font-size: 0.79rem; line-height: 1.5; }
fieldset { margin: 26px 0; padding: 0; border: 0; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin-top: 18px; color: #364253; font-size: 0.79rem; line-height: 1.48; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy); }
.recording-notice { margin: 24px 0; padding: 16px; border-left: 4px solid var(--gold); color: #3f4855; background: var(--sand); font-size: 0.83rem; }
.submit-button { width: 100%; margin-top: 22px; }
.submit-button[disabled] { cursor: not-allowed; opacity: 0.65; }
.form-status { margin-top: 16px; font-size: 0.92rem; font-weight: 700; }
.form-status.error { color: var(--error); }
.form-status.success { color: var(--success); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

.legal-page { max-width: 880px; padding-block: 80px 110px; }
.legal-page h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-page h2 { margin-top: 52px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.45rem; font-weight: 700; letter-spacing: 0; }
.legal-review-note { margin: 32px 0; padding: 18px; border: 2px solid #a12c24; border-radius: 10px; color: #6e1b16; background: #fff4f2; }
.confirmation-page { max-width: 760px; min-height: 58vh; }

.site-footer { padding: 58px max(24px, calc((100vw - var(--shell)) / 2)) 34px; color: #ccd6e5; background: var(--navy); font-size: 0.9rem; }
.site-footer a { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; }
.footer-brand { color: var(--white); font-family: Georgia, serif; font-size: 1.35rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, auto); align-content: start; gap: 10px 30px; }
.advisory-disclosure { margin: 34px 0 0; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #e6ebf2; font-size: 14px; line-height: 1.6; }
.copyright { margin: 24px 0 0; color: #aeb9c8; font-size: 0.76rem; }

@media (max-width: 920px) {
  .site-header { min-height: 76px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .button { margin-top: 8px; }
  .hero-grid, .registration-grid { grid-template-columns: 1fr; }
  .card-grid, .card-grid-four, .card-grid-five { grid-template-columns: repeat(2, 1fr); }
  .card-grid-five .card, .card-grid-five .card:nth-last-child(-n + 2) { grid-column: auto; }
  .card-grid-five .card:last-child { grid-column: 1 / -1; }
  .results-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .cta-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 36px, var(--shell)); }
  .wordmark-kicker { font-size: 0.53rem; }
  .wordmark-main { font-size: 1.16rem; }
  .hero { padding-block: 58px; }
  .hero-grid { gap: 40px; }
  .hero-panel { padding: 26px; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .card-grid, .card-grid-four, .results-grid, .event-facts, .field-row, .footer-grid, .footer-nav { grid-template-columns: 1fr; }
  .card-grid-five { grid-template-columns: 1fr; }
  .card-grid-five .card:last-child { grid-column: auto; }
  .card { min-height: auto; }
  .event-facts { gap: 4px; }
  .registration-form { margin-inline: -2px; }
  .site-footer { padding-top: 44px; }
}

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