:root {
  --navy: #062d42;
  --deep: #031f2f;
  --teal: #005775;
  --sky: #9fd8e6;
  --sand: #f2eadb;
  --paper: #fbf8f1;
  --orange: #e66f3d;
  --ink: #15303c;
  --muted: #61727a;
  --line: rgba(6, 45, 66, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; transform: translateY(-150%); background: white; padding: .6rem 1rem; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, blockquote { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 1.06; }
h1 { max-width: 12ch; margin-bottom: 1.5rem; color: var(--deep); font-size: clamp(3.25rem, 6vw, 6.8rem); letter-spacing: -.045em; }
h1 em { color: var(--teal); font-weight: 400; }
h2 { color: var(--deep); font-size: clamp(2.5rem, 4vw, 4.6rem); letter-spacing: -.035em; }
h3 { color: var(--deep); font-size: 2rem; }
.section { max-width: 1240px; margin: 0 auto; padding: 8rem 2rem; }

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; padding: .7rem 3vw; border-bottom: 1px solid var(--line); background: rgba(251, 248, 241, .94); }
.brand { width: 140px; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: var(--teal); }
.header-call { justify-self: end; text-align: right; text-decoration: none; }
.header-call span, .header-call strong { display: block; }
.header-call span { color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.header-call strong { color: var(--teal); font-size: 1.05rem; }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); min-height: calc(100vh - 82px); overflow: hidden; }
.hero-copy { align-self: center; padding: 7vw 4vw 7vw max(4vw, calc((100vw - 1400px) / 2)); }
.hero-lede { max-width: 630px; margin-bottom: 2.2rem; color: #415b66; font-size: clamp(1.15rem, 1.6vw, 1.42rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: .85rem 1.4rem; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--orange); color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(178, 66, 24, .2); }
.button-primary:hover { background: #c9582d; }
.button-light { color: var(--deep); background: white; }
.button-outline { border-color: var(--teal); color: var(--teal); background: transparent; }
.text-link { color: var(--teal); font-weight: 700; text-decoration: none; }
.text-link span { color: var(--orange); }
.trust-row { display: flex; gap: 2.2rem; margin: 3.5rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.trust-row strong { display: block; color: var(--teal); font: 2rem/1 var(--serif); }
.hero-visual { position: relative; min-height: 650px; background: var(--navy); clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(20deg, rgba(3,31,47,.55), transparent 55%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.course-ticket { position: absolute; z-index: 2; right: 3vw; bottom: 4vw; width: min(300px, 70%); padding: 1.4rem; border-top: 4px solid var(--orange); color: white; background: rgba(3,31,47,.9); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.course-ticket span, .course-ticket small { display: block; }
.course-ticket span { color: var(--sky); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.course-ticket strong { display: block; margin: .35rem 0; font: 1.8rem var(--serif); }
.course-ticket small { color: #d5e5e9; }

.promise { padding: 6rem max(2rem, calc((100vw - 1050px) / 2)); text-align: center; color: white; background: var(--teal); }
.promise .eyebrow { color: var(--sky); }
.promise h2 { margin-bottom: 1.3rem; color: white; }
.promise > p:last-child { max-width: 780px; margin: 0 auto; color: #dceef2; font-size: 1.12rem; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -2rem; }
.section-heading h2, .section-heading > p:last-child { margin-bottom: 0; }
.section-heading > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.1rem; }
.section-heading.compact { display: block; max-width: 820px; }

.course-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; align-items: stretch; gap: 1.2rem; }
.course-card { position: relative; display: flex; flex-direction: column; min-height: 620px; overflow: hidden; padding: 2.4rem; border: 1px solid var(--line); background: white; }
.course-card-featured { color: white; border-color: var(--navy); background: var(--navy); box-shadow: 0 24px 65px rgba(6,45,66,.18); transform: translateY(-1rem); }
.course-card-featured h3, .course-card-featured .course-number { color: white; }
.course-card-featured .card-summary, .course-card-featured .check-list { color: #d5e5e9; }
.course-card-private { background: var(--sand); }
.course-number { position: absolute; top: 1.2rem; right: 1.5rem; color: #ccd8da; font: 4.5rem/1 var(--serif); opacity: .55; }
.card-kicker { margin: 0 0 2.5rem; color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.course-card h3 { max-width: 9ch; margin-bottom: 1rem; }
.card-summary { color: var(--muted); }
.check-list { margin: 1.3rem 0 2.2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .55rem 0 .55rem 1.4rem; border-bottom: 1px solid rgba(128,150,157,.2); font-size: .9rem; }
.check-list li::before { position: absolute; left: 0; color: var(--orange); content: "✓"; font-weight: 900; }
.price-line { display: flex; gap: 1.5rem; margin-top: auto; margin-bottom: 1.4rem; }
.price-line span, .price-line small, .price-line strong { display: block; }
.price-line small { color: inherit; font-size: .67rem; opacity: .7; text-transform: uppercase; }
.price-line strong { font: 1.65rem var(--serif); }
.course-card .button { width: 100%; }
.price-note { color: var(--muted); font-size: .8rem; }

.course-story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; background: var(--sand); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { align-self: center; max-width: 620px; padding: 6rem; }
.story-copy > p:not(.eyebrow) { font-size: 1.15rem; }
blockquote { margin: 2.5rem 0 0; padding-left: 1.5rem; border-left: 3px solid var(--orange); color: var(--teal); font-size: 1.7rem; font-style: italic; }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; }
.step-list li > span { color: var(--orange); font: 2.7rem/1 var(--serif); }
.step-list h3 { margin-bottom: .6rem; font-size: 1.55rem; }
.step-list p { margin: 0; color: var(--muted); }

.harbors { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; padding: 8rem max(2rem, calc((100vw - 1240px) / 2)); color: white; background: var(--deep); }
.harbors h2 { color: white; }
.harbor-intro > p:last-child { color: #b9ced6; }
.harbor-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.harbor-list li { display: grid; grid-template-columns: 3rem 1fr; padding: 1.25rem .5rem; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 1.2rem; }
.harbor-list span { color: var(--sky); font: .72rem var(--sans); letter-spacing: .08em; }
.harbor-list small { grid-column: 2; color: #9db7c0; font: .72rem var(--sans); }

.inquiry-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 8rem max(2rem, calc((100vw - 1180px) / 2)); background: var(--sand); }
.inquiry-intro { align-self: start; position: sticky; top: 2rem; }
.inquiry-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.contact-card { display: inline-flex; flex-direction: column; margin-top: 1.5rem; padding: 1.3rem 1.5rem; border-left: 4px solid var(--orange); background: white; }
.contact-card small, .contact-card span { color: var(--muted); }
.contact-card a { color: var(--teal); font: 1.7rem var(--serif); text-decoration: none; }
form { padding: 2.6rem; background: white; box-shadow: 0 20px 70px rgba(38,53,56,.1); }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend, form > label:not(.consent, .honeypot), .field-pair label { display: block; width: 100%; margin-bottom: .6rem; color: var(--deep); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
legend { margin-bottom: .8rem; }
label small { color: var(--muted); font-weight: 400; }
.course-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.course-options label { position: relative; margin: 0; }
.course-options input { position: absolute; opacity: 0; }
.course-options span { display: block; min-height: 84px; padding: .9rem; border: 1px solid var(--line); background: var(--paper); }
.course-options strong, .course-options small { display: block; }
.course-options input:checked + span { border-color: var(--teal); outline: 2px solid var(--teal); background: #e8f4f6; }
.course-options input:focus-visible + span { outline: 3px solid var(--orange); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, select, textarea { width: 100%; margin-top: .35rem; border: 1px solid #a9b7ba; border-radius: 0; padding: .8rem .9rem; color: var(--ink); background: white; }
input, select { min-height: 48px; }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; margin: 1rem 0; color: var(--muted); font-size: .82rem; }
.consent input { width: 18px; min-height: 18px; margin: .2rem 0 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; }
.submit-button[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-note { text-align: center; color: var(--muted); font-size: .76rem; }
.form-status { display: none; margin-top: 1rem; padding: 1rem; border-left: 4px solid var(--teal); background: #e8f4f6; }
.form-status.is-visible { display: block; }
.form-status.is-error { border-color: #a23424; background: #fff0ed; }

.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; color: var(--deep); font: 1.25rem var(--serif); list-style: none; }
summary::after { position: absolute; right: .5rem; content: "+"; color: var(--orange); font: 1.5rem var(--sans); }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; margin: -.5rem 0 1.5rem; color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 4rem 5vw; color: #c7d8dd; background: #021722; }
footer p { margin: 0; font: 1.5rem var(--serif); }
footer nav { display: flex; gap: 1.5rem; }
footer small { grid-column: 1 / -1; color: #819ba5; }
.mobile-call { display: none; }
.not-found { display: grid; min-height: 100vh; place-items: center; text-align: center; }
.not-found main { padding: 2rem; }
.not-found img { margin: 0 auto 3rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 6rem 2rem; }
  .hero-visual { min-height: 550px; clip-path: none; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 0; }
  .course-card-featured { transform: none; }
  .course-story, .harbors, .inquiry-section { grid-template-columns: 1fr; }
  .story-photo { max-height: 520px; }
  .inquiry-intro { position: static; }
}

@media (max-width: 650px) {
  body { padding-bottom: 58px; }
  h1 { font-size: 3.5rem; }
  .site-header { min-height: 70px; padding: .5rem 1rem; }
  .brand { width: 115px; }
  .header-call { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 4.5rem 1.2rem; }
  .hero-visual { min-height: 430px; }
  .trust-row { gap: 1rem; justify-content: space-between; }
  .trust-row li { max-width: 30%; }
  .promise, .section, .harbors, .inquiry-section { padding: 5rem 1.2rem; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 1rem; }
  .course-card { padding: 1.5rem; }
  .story-copy { padding: 4rem 1.2rem; }
  .step-list { grid-template-columns: 1fr; }
  .harbor-list, .field-pair { grid-template-columns: 1fr; }
  form { padding: 1.3rem; }
  .course-options { grid-template-columns: 1fr; }
  .course-options span { min-height: auto; }
  footer { display: block; padding: 3rem 1.2rem; }
  footer > * { margin-bottom: 1.2rem; }
  footer nav { flex-direction: column; gap: .5rem; }
  .mobile-call { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: .6rem 1rem; color: white; background: var(--orange); text-decoration: none; box-shadow: 0 -5px 20px rgba(0,0,0,.18); }
  .mobile-call span { font-size: .72rem; text-transform: uppercase; }
}

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