@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: Fraunces;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --forest: #183b33;
  --forest-deep: #102d27;
  --forest-mid: #2e5549;
  --sage: #dce5d8;
  --sage-light: #edf0e8;
  --cream: #f6f4ed;
  --paper: #fffdf8;
  --ink: #202d28;
  --muted: #64716a;
  --gold: #f2c65d;
  --gold-light: #f8e6b1;
  --coral: #c65e47;
  --line: rgba(24, 59, 51, .14);
  --serif: Fraunces, Georgia, "Times New Roman", serif;
  --sans: "DM Sans", "Aptos", "Segoe UI", sans-serif;
  --wrap: 1240px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, a { font-synthesis: none; }
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--forest-deep); background: var(--gold-light); }

.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 11px 16px; border-radius: 999px; background: var(--gold); color: var(--forest-deep); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #bf593f; outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 5px 20px; background: var(--forest); color: rgba(255,255,255,.85); font-size: 11px; font-weight: 500; letter-spacing: .045em; text-align: center; }
.announcement a { color: var(--gold); margin-left: 10px; font-weight: 700; }
.announcement a span { display: inline-block; transition: transform .2s var(--ease); }
.announcement a:hover span { transform: translate(2px,-2px); }
.announcement-mark { color: var(--gold); font-size: 14px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(246,244,237,.95); border-bottom: 1px solid rgba(24,59,51,.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(16,45,39,.08); }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--coral); content: ''; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left; pointer-events: none; }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); flex: 0 0 auto; }
.brand-mark { width: 43px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-type { display: grid; line-height: 1; }
.brand-type > span { font-size: 18px; font-weight: 700; letter-spacing: .13em; }
.brand-type small { margin-top: 5px; color: #68776f; font-size: 8px; font-weight: 700; letter-spacing: .21em; }
.primary-nav { display: flex; align-items: center; gap: clamp(19px, 3vw, 39px); color: #384a42; font-size: 12px; font-weight: 600; }
.primary-nav > a:not(.nav-contact) { position: relative; padding-block: 10px; transition: color .2s; }
.primary-nav > a:not(.nav-contact)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav > a:not(.nav-contact):hover, .primary-nav > a.is-current { color: var(--forest); }
.primary-nav > a:not(.nav-contact):hover::after, .primary-nav > a.is-current::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 17px; border: 1px solid rgba(24,59,51,.24); border-radius: 99px; color: var(--forest); transition: background .2s, color .2s, border .2s; }
.nav-contact:hover { border-color: var(--forest); background: var(--forest); color: white; }
.nav-contact span { color: var(--coral); font-size: 16px; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 16px; color: var(--forest-mid); font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.45; text-transform: uppercase; }
.eyebrow-light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest); }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.05em; }
h1 em, h2 em, .rates-intro em, .closing-inner em { color: var(--coral); font-weight: 400; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; font-size: 12px; font-weight: 700; letter-spacing: .015em; line-height: 1; transition: transform .2s var(--ease), background .2s, box-shadow .2s, color .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(18,45,38,.15); }
.button-arrow { font-size: 17px; font-weight: 400; }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--forest-deep); }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: var(--gold-light); }
.button-yellow { background: var(--gold); color: var(--forest-deep); }
.button-yellow:hover { background: #f8d883; }
.button-outline { border-color: rgba(255,255,255,.55); background: transparent; color: white; }
.button-outline:hover { background: rgba(255,255,255,.12); }
.text-link { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 12px; font-weight: 700; }
.text-link > span { color: var(--coral); font-size: 16px; transition: transform .2s var(--ease); }
.text-link:hover > span { transform: translate(3px,-2px); }
.text-link-light { color: white; }
.text-link-light > span { color: var(--gold); }

.hero { min-height: 630px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(36px, 6vw, 76px); padding-top: 62px; padding-bottom: 83px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot, .caption-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--coral); }
.hero h1 { margin: 0 0 26px; color: var(--forest); font-size: clamp(60px, 5.3vw, 76px); line-height: .91; }
.hero h1 em { display: inline-block; margin-top: 8px; }
.hero-lede { max-width: 435px; margin-bottom: 27px; color: #5d6a63; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.phone-icon { width: 25px; height: 25px; display: inline-grid; place-items: center; border: 1px solid rgba(24,59,51,.2); border-radius: 50%; color: var(--coral); font-size: 13px; transform: rotate(45deg); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 38px; color: #6b756e; font-size: 10px; line-height: 1.55; }
.hero-note strong { color: var(--forest); font-size: 11px; }
.note-spark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--coral); font-size: 17px; }
.hero-art { position: relative; min-width: 0; padding: 12px 15px 12px 3px; }
.hero-sun { position: absolute; z-index: -1; top: -23px; right: 6%; width: min(35vw, 365px); aspect-ratio: 1; border-radius: 50%; background: var(--gold); }
.hero-photo-wrap { position: relative; overflow: hidden; aspect-ratio: 1.15; border-radius: 48% 48% 8px 8px / 38% 38% 8px 8px; box-shadow: 0 28px 70px rgba(29,54,44,.16); background: #d5e0d3; }
.hero-photo-wrap picture, .hero-photo { width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: 51% 43%; }
.photo-caption { position: absolute; right: 15px; bottom: 15px; left: 15px; width: fit-content; max-width: calc(100% - 30px); display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 3px; background: rgba(255,253,248,.94); color: var(--forest); font-size: 9px; font-weight: 700; box-shadow: 0 5px 18px rgba(16,45,39,.1); }
.caption-dot { width: 6px; height: 6px; background: var(--coral); flex: 0 0 auto; }
.hero-sticker { position: absolute; top: 18%; right: -25px; width: 94px; height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(24,59,51,.15); border-radius: 50%; background: var(--paper); color: var(--forest); font-family: var(--serif); font-size: 14px; line-height: 1.1; text-align: center; box-shadow: 0 10px 28px rgba(18,45,38,.09); transform: rotate(8deg); }
.sticker-star { color: var(--coral); font-family: var(--sans); font-size: 15px; }
.hero-doodle { position: absolute; bottom: 3px; left: -30px; width: 105px; overflow: visible; fill: none; stroke: var(--coral); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-11deg); }

.signal-bar { background: var(--forest); color: white; }
.signal-inner { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 600; letter-spacing: .02em; }
.signal-inner > i { color: var(--gold); font-size: 14px; font-style: normal; }
.signal-inner a { color: var(--gold); font-size: 10px; }
.signal-inner a span { margin-left: 5px; font-size: 14px; }

.section { padding-top: 116px; padding-bottom: 120px; }
.section-heading { margin-bottom: 42px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.section-heading h2, .day-copy h2, .trust-copy h2, .faq-heading h2 { margin-bottom: 0; font-size: clamp(48px, 5.4vw, 68px); line-height: .97; }
.section-heading h2 em, .day-copy h2 em, .trust-copy h2 em, .faq-heading h2 em, .living-copy h2 em, .detail-copy h2 em, .mission-section h2 em, .fit-section h2 em { display: inline-block; margin-top: 6px; }
.heading-aside { max-width: 355px; padding-bottom: 5px; }
.heading-aside p { margin-bottom: 17px; color: #68756e; font-size: 13px; line-height: 1.75; }
.program-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.program-card { overflow: hidden; border: 1px solid rgba(24,59,51,.09); background: var(--paper); transition: transform .25s var(--ease), box-shadow .25s; }
.program-card:hover { transform: translateY(-5px); box-shadow: 0 16px 35px rgba(24,59,51,.11); }
.program-photo { position: relative; overflow: hidden; display: block; aspect-ratio: 1.18; background: var(--sage); }
.program-photo picture, .program-photo img { width: 100%; height: 100%; }
.program-photo img { object-fit: cover; transition: transform .6s var(--ease); }
.program-card:hover .program-photo img { transform: scale(1.035); }
.program-number { position: absolute; top: 13px; left: 13px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--forest); font-size: 9px; font-weight: 700; }
.photo-arrow { position: absolute; right: 13px; bottom: 13px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest); font-size: 18px; transition: transform .2s; }
.program-card:hover .photo-arrow { transform: rotate(45deg); }
.program-card-copy { padding: 21px 20px 22px; }
.card-kicker { margin: 0 0 7px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.program-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.program-card-copy > p:not(.card-kicker) { min-height: 63px; margin-bottom: 18px; color: #6a756e; font-size: 11px; line-height: 1.65; }
.card-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 10px; font-weight: 700; }
.card-link span { color: var(--coral); font-size: 15px; transition: transform .2s; }
.card-link:hover span { transform: translateX(4px); }

.story-band { position: relative; overflow: hidden; background: var(--forest); color: rgba(255,255,255,.76); }
.story-inner { min-height: 590px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 9%; padding-top: 90px; padding-bottom: 90px; }
.story-photo-stack { position: relative; width: min(100%, 480px); }
.story-photo-stack > picture { overflow: hidden; aspect-ratio: .92; border-radius: 240px 240px 4px 4px; background: #354a3f; }
.story-photo-stack img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.story-stamp { position: absolute; right: -38px; bottom: 20px; width: 115px; height: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--gold); color: var(--forest); text-align: center; transform: rotate(7deg); }
.story-stamp > span { color: var(--coral); font-size: 17px; }
.story-stamp small { font-family: var(--serif); font-size: 14px; line-height: 1.15; }
.story-copy { max-width: 470px; padding-block: 25px; }
.story-copy h2, .rate-inner h2, .closing-inner h2, .center-skills h2, .serve-copy h2, .admissions-copy h2, .team-copy h2 { margin-bottom: 24px; color: white; font-size: clamp(52px, 5.5vw, 72px); line-height: .98; }
.story-copy h2 em, .rate-inner h2 em, .closing-inner h2 em, .center-skills h2 em, .serve-copy h2 em, .admissions-copy h2 em, .team-copy h2 em { color: var(--gold); }
.story-copy > p:not(.eyebrow) { max-width: 442px; margin-bottom: 15px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.82; }
.story-copy .button { margin-top: 12px; }
.story-orbit { position: absolute; right: -68px; bottom: 33px; color: rgba(255,255,255,.19); font-size: 9px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: top right; }

.ways-section { padding-top: 115px; }
.ways-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 270px 270px; gap: 16px; }
.way-card { position: relative; overflow: hidden; min-height: 0; background: var(--forest); color: white; }
.way-card > picture, .way-card img { width: 100%; height: 100%; }
.way-card img { object-fit: cover; transition: transform .7s var(--ease); }
.way-card:hover img { transform: scale(1.045); }
.way-card::after { position: absolute; inset: 25% 0 0; background: linear-gradient(0deg,rgba(13,35,29,.84),transparent); content: ""; }
.way-large { grid-row: span 2; }
.way-large img { object-position: center 40%; }
.way-climb img { object-position: center 40%; }
.way-overlay { position: absolute; z-index: 1; right: 26px; bottom: 25px; left: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.way-overlay small { margin-bottom: 8px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.way-overlay strong { max-width: 440px; font-family: var(--serif); font-size: clamp(28px,3.3vw,42px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.way-small .way-overlay { right: 18px; bottom: 17px; left: 18px; }
.way-small .way-overlay strong { font-size: 26px; }
.way-arrow { position: absolute; right: 0; bottom: 3px; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 17px; transition: background .2s, color .2s; }
.way-card:hover .way-arrow { background: var(--gold); color: var(--forest); }

.day-section { background: var(--sage-light); }
.day-inner { min-height: 685px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 9%; padding-block: 110px; }
.day-copy h2 { margin-bottom: 22px; }
.day-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 27px; color: #69756e; font-size: 13px; }
.day-list { display: grid; gap: 0; max-width: 540px; margin: 0 0 28px; padding: 0; list-style: none; }
.day-list li { display: flex; align-items: center; gap: 16px; padding: 13px 0; border-top: 1px solid rgba(24,59,51,.14); }
.day-index { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--forest); font-size: 9px; font-weight: 700; flex: 0 0 auto; }
.day-list li > span:last-child { display: grid; gap: 2px; }
.day-list strong { color: var(--forest); font-size: 11px; }
.day-list small { color: #69756e; font-size: 10px; }
.day-photo { position: relative; padding: 0 20px 18px 0; }
.day-photo > picture { overflow: hidden; aspect-ratio: .88; background: #b9c9b7; }
.day-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.day-photo::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: 53%; height: 53%; border-right: 1px solid var(--coral); border-bottom: 1px solid var(--coral); content: ""; pointer-events: none; }
.image-note { position: absolute; z-index: 1; right: -20px; bottom: 49px; padding: 14px 18px; background: var(--gold); color: var(--forest); font-family: var(--serif); font-size: 16px; line-height: 1.15; transform: rotate(2deg); }
.day-photo-spark { position: absolute; top: 16px; left: -25px; color: var(--coral); font-size: 29px; }

.trust-section { padding-top: 105px; padding-bottom: 110px; }
.trust-card { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 9%; padding: 54px 7%; background: #e8eadf; }
.trust-logo { display: flex; align-items: center; justify-content: center; min-height: 270px; padding: 20px; }
.trust-logo img { width: min(100%, 445px); height: auto; }
.trust-copy { max-width: 440px; }
.trust-copy h2 { margin-bottom: 19px; }
.trust-copy > p:not(.eyebrow) { color: #66726b; font-size: 12px; line-height: 1.75; }
.trust-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }

.rate-teaser { background: var(--forest); color: rgba(255,255,255,.73); }
.rate-inner { position: relative; min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding-block: 77px; }
.rate-inner > div:first-child { max-width: 615px; }
.rate-inner h2 { margin-bottom: 16px; }
.rate-inner > div:first-child > p:not(.eyebrow) { max-width: 520px; margin-bottom: 0; font-size: 12px; line-height: 1.8; }
.rate-inner h2 em { color: var(--gold); }
.rate-actions { z-index: 1; display: grid; justify-items: start; gap: 17px; margin-right: 55px; }
.rate-sun { position: absolute; right: 2px; bottom: -44px; color: rgba(255,255,255,.05); font-size: 220px; line-height: 1; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.faq-heading > p:not(.eyebrow) { max-width: 315px; margin: 20px 0; color: #6c7770; font-size: 12px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--forest); font-size: 12px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--coral); font-size: 21px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -1px 35px 20px 0; color: #69756e; font-size: 11px; line-height: 1.8; }

.closing-cta { position: relative; overflow: hidden; background: var(--forest-deep); color: white; text-align: center; }
.closing-inner { position: relative; min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 75px; }
.closing-inner h2 { margin-bottom: 26px; }
.closing-spark { position: absolute; top: 55px; right: 18%; color: var(--coral); font-size: 36px; }
.closing-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.closing-email { margin-top: 18px; color: rgba(255,255,255,.68); font-size: 11px; }
.closing-inner .eyebrow { margin-bottom: 12px; }

.site-footer { background: #102d27; color: rgba(255,255,255,.7); }
.footer-main { display: grid; grid-template-columns: 1.45fr 1fr 1.25fr 1fr; gap: 46px; padding-top: 62px; padding-bottom: 50px; }
.brand-footer { color: var(--gold); }
.brand-footer .brand-type small { color: rgba(255,255,255,.55); }
.footer-brand > p { margin: 20px 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.8; }
.footer-social { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-social a { color: var(--gold); font-size: 9px; font-weight: 600; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-col h2 { margin: 7px 0 5px; color: white; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-col > a { color: rgba(255,255,255,.61); font-size: 10px; transition: color .2s; }
.footer-col > a:hover, .footer-social a:hover { color: var(--gold); }
.footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.49); font-size: 9px; }
.footer-bottom a { color: var(--gold); }
.prototype-note { margin: 0 auto; padding-bottom: 15px; color: rgba(255,255,255,.36); font-size: 8px; text-align: center; }

/* Inner pages */
.subhero { min-height: 525px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8%; padding-top: 56px; padding-bottom: 68px; }
.subhero-copy { max-width: 550px; }
.subhero h1 { margin: 0 0 23px; font-size: clamp(60px, 6.6vw, 82px); line-height: .92; }
.subhero h1 em { display: inline-block; margin-top: 5px; }
.subhero-lede { max-width: 480px; margin-bottom: 25px; color: #66726b; font-size: 14px; line-height: 1.78; }
.subhero-image { position: relative; min-width: 0; padding: 0 14px 16px 0; }
.subhero-image::after { position: absolute; z-index: -1; right: 0; bottom: 0; width: 54%; height: 42%; border-right: 1px solid var(--coral); border-bottom: 1px solid var(--coral); content: ""; }
.subhero-image > picture { overflow: hidden; aspect-ratio: 1.18; background: #d7e1d4; }
.subhero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.subhero-label { position: absolute; bottom: 31px; left: -14px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; background: var(--paper); color: var(--forest); font-size: 9px; font-weight: 700; box-shadow: 0 6px 20px rgba(16,45,39,.12); }
.subhero-label .caption-dot { background: var(--coral); }

.program-jump { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-block: 1px solid var(--line); }
.program-jump a { display: inline-flex; align-items: center; gap: 10px; padding-block: 18px; color: var(--forest); font-size: 11px; font-weight: 700; }
.program-jump a span { color: var(--coral); font-size: 9px; }
.program-jump a:hover { color: var(--coral); }
.program-detail-section { padding-top: 65px; padding-bottom: 100px; }
.program-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; padding-block: 52px; scroll-margin-top: 125px; }
.program-detail + .program-detail { border-top: 1px solid var(--line); }
.program-detail-reverse > .detail-photo { order: 2; }
.detail-photo { position: relative; overflow: hidden; min-height: 420px; background: #d3dfd2; }
.detail-photo-tall { min-height: 540px; }
.detail-photo > picture, .detail-photo img { width: 100%; height: 100%; min-height: inherit; }
.detail-photo img { position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .55s var(--ease); }
.detail-photo:hover img { transform: scale(1.025); }
.photo-label { position: absolute; right: 13px; bottom: 13px; max-width: calc(100% - 26px); padding: 9px 12px; background: rgba(255,253,248,.95); color: var(--forest); font-size: 9px; font-weight: 700; }
.detail-copy { max-width: 510px; padding-block: 25px; }
.detail-copy .eyebrow { display: flex; align-items: center; gap: 10px; }
.detail-index { width: 26px; height: 26px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--forest); font-size: 9px; }
.detail-copy h2 { margin: 0 0 18px; font-size: clamp(53px,5.5vw,70px); line-height: .92; }
.detail-lede { color: var(--forest-mid); font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.detail-copy > p:not(.eyebrow):not(.detail-lede):not(.detail-small) { color: #68756d; font-size: 11px; line-height: 1.85; }
.check-list { display: grid; gap: 8px; margin: 21px 0 25px; padding: 0; list-style: none; color: #53645b; font-size: 10px; }
.check-list li { position: relative; padding-left: 21px; }
.check-list li::before { position: absolute; top: 0; left: 0; color: var(--coral); font-weight: 700; content: "✓"; }
.detail-small { margin: -10px 0 20px; color: #727c75; font-size: 9px; line-height: 1.7; }
.detail-apply { display: block; width: fit-content; margin-top: 15px; color: var(--forest); font-size: 10px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(198,94,71,.55); text-underline-offset: 4px; }

.rates-section { background: var(--forest); color: rgba(255,255,255,.78); }
.rates-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; padding-top: 100px; padding-bottom: 105px; }
.rates-intro { align-self: start; }
.rates-intro h2 { margin: 0 0 19px; color: white; font-size: clamp(55px,5.7vw,75px); line-height: .94; }
.rates-intro h2 em { color: var(--gold); }
.rates-intro > p:not(.eyebrow) { max-width: 350px; margin-bottom: 23px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.8; }
.rate-table-wrap { min-width: 0; }
.rate-table { width: 100%; border-collapse: collapse; color: white; font-size: 10px; }
.rate-table caption { margin-bottom: 12px; color: rgba(255,255,255,.65); font-size: 9px; text-align: left; }
.rate-table th, .rate-table td { padding: 14px 12px; border-top: 1px solid rgba(255,255,255,.17); text-align: left; vertical-align: top; }
.rate-table thead th { color: var(--gold); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.rate-table tbody th { width: 24%; color: white; font-weight: 700; }
.rate-table tbody td:nth-child(2) { color: rgba(255,255,255,.68); }
.rate-table tbody td:last-child { width: 34%; color: var(--gold); font-weight: 700; white-space: normal; }
.rate-footnote { margin: 16px 0 15px; color: rgba(255,255,255,.57); font-size: 8px; line-height: 1.8; }
.rate-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.rate-links a { color: var(--gold); font-size: 9px; font-weight: 600; }
.rate-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.program-cta { padding-top: 70px; padding-bottom: 90px; }
.program-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 50px 7%; background: var(--sage-light); }
.program-cta-card h2 { margin: 0 0 14px; font-size: 48px; line-height: .98; }
.program-cta-card > div:first-child > p:not(.eyebrow) { max-width: 460px; margin: 0; color: #65726b; font-size: 11px; }
.program-cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.program-cta-actions .button-outline { border-color: rgba(24,59,51,.45); color: var(--forest); }
.program-cta-actions .button-outline:hover { background: rgba(24,59,51,.08); }

.rhythm-section { padding-top: 105px; padding-bottom: 105px; }
.rhythm-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.rhythm-card { position: relative; min-height: 230px; padding: 25px 22px; border: 1px solid var(--line); background: rgba(255,253,248,.64); }
.rhythm-card:nth-child(even) { transform: translateY(13px); }
.rhythm-feature { background: var(--gold-light); }
.rhythm-number { position: absolute; top: 20px; right: 20px; color: rgba(24,59,51,.44); font-size: 9px; font-weight: 700; }
.rhythm-icon { height: 42px; display: block; margin-bottom: 27px; color: var(--coral); font-size: 27px; line-height: 1; }
.rhythm-sun { color: #bb8030; }
.rhythm-rest { color: var(--forest-mid); }
.rhythm-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -.03em; }
.rhythm-card p { margin: 0; color: #6c7871; font-size: 10px; line-height: 1.7; }
.activity-section { background: var(--forest); color: rgba(255,255,255,.72); }
.activity-inner { padding-block: 105px 115px; }
.activity-inner .section-heading { margin-bottom: 41px; }
.activity-inner .section-heading h2 { color: white; }
.activity-inner .heading-aside p { color: rgba(255,255,255,.64); }
.activity-inner .text-link { color: white; }
.activity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.18); }
.activity-tile { position: relative; min-height: 198px; padding: 26px 27px; background: var(--forest); transition: background .2s; }
.activity-tile:hover { background: #21483e; }
.activity-count { position: absolute; top: 23px; right: 25px; color: rgba(255,255,255,.38); font-size: 9px; }
.activity-symbol { display: block; margin-bottom: 22px; color: var(--gold); font-size: 24px; line-height: 1; }
.activity-tile h3 { margin: 0 0 5px; color: white; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.activity-tile p { max-width: 250px; margin: 0; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.65; }
.activity-tile-highlight { background: #23483e; }
.living-section { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 10%; padding-top: 115px; padding-bottom: 120px; }
.living-photo { position: relative; padding: 18px 0 0 18px; }
.living-photo::before { position: absolute; top: 0; left: 0; width: 56%; height: 54%; border-top: 1px solid var(--coral); border-left: 1px solid var(--coral); content: ""; }
.living-photo > picture { overflow: hidden; aspect-ratio: 1.2; background: var(--sage); }
.living-photo img { width: 100%; height: 100%; object-fit: cover; }
.living-copy h2 { margin: 0 0 18px; font-size: clamp(49px,5vw,65px); line-height: .96; }
.living-copy > p:not(.eyebrow) { color: #66736b; font-size: 11px; line-height: 1.8; }
.living-copy .text-link { margin-top: 8px; }
.center-skills { overflow: hidden; background: var(--forest-deep); color: rgba(255,255,255,.69); }
.center-skills-inner { position: relative; min-height: 420px; display: grid; grid-template-columns: 1fr .9fr .7fr; align-items: center; gap: 5%; padding-block: 80px; }
.center-skills-copy { position: relative; z-index: 1; }
.center-skills h2 { font-size: clamp(46px,4.6vw,60px); }
.center-skills-copy > p:not(.eyebrow) { max-width: 360px; margin-bottom: 24px; font-size: 11px; line-height: 1.8; }
.skills-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.skills-list > div { display: flex; align-items: center; gap: 14px; min-height: 47px; border-bottom: 1px solid rgba(255,255,255,.2); color: white; font-size: 10px; }
.skills-list span { color: var(--gold); font-size: 8px; }
.skills-photo { position: relative; z-index: 1; overflow: hidden; width: 100%; aspect-ratio: .8; align-self: stretch; background: var(--forest-mid); }
.skills-photo img { width: 100%; height: 100%; object-fit: cover; }
.gallery-section { padding-top: 112px; padding-bottom: 120px; }
.memory-grid { columns: 4 220px; column-gap: 14px; }
.memory-grid figure { display: block; break-inside: avoid; overflow: hidden; margin: 0 0 14px; background: var(--sage); }
.memory-grid picture { display: block; }
.memory-grid img { width: 100%; height: auto; transition: transform .5s var(--ease), filter .35s; }
.memory-grid figure:hover img { filter: saturate(1.04); transform: scale(1.025); }
.gallery-note { margin: 23px 0 0; color: #7a837c; font-size: 9px; }
.gallery-note code { color: var(--forest); font-family: var(--sans); }

/* Dining facts from the original site, kept scannable on every screen. */
.meal-details { padding-bottom: 115px; }
.meal-details-heading { max-width: 680px; margin-bottom: 27px; }
.meal-details-heading h2 { margin: 7px 0 11px; font-size: clamp(39px, 4.2vw, 54px); line-height: 1.05; }
.meal-details-heading p:last-child { color: var(--muted); font-size: 14px; }
.meal-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.meal-detail-card { padding: clamp(25px, 3vw, 40px); border: 1px solid var(--line); background: var(--paper); }
.meal-detail-card h3 { margin: 0 0 15px; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 500; }
.meal-detail-card ul { display: grid; gap: 10px; margin: 0; padding-left: 19px; color: #53645a; font-size: 13px; line-height: 1.7; }
.meal-detail-card strong { color: var(--forest); }
.meal-detail-card p { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.site-addresses { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0 auto 26px; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: 11px; }
.site-addresses strong { color: white; }
.site-addresses a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.camp-film-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--gold); font-size: 12px; font-weight: 700; }
.camp-film-link:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  @keyframes summit-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes summit-photo { from { opacity: .25; clip-path: inset(0 0 100% 0 round 44% 44% 5px 5px); transform: scale(1.055); } to { opacity: 1; clip-path: inset(0 0 0 0 round 44% 44% 5px 5px); transform: scale(1); } }
  @keyframes summit-orbit { from { opacity: 0; transform: translateY(25px) rotate(-18deg) scale(.8); } to { opacity: 1; transform: translateY(0) rotate(8deg) scale(1); } }
  .hero-copy > *, .subhero-copy > * { animation: summit-rise .8s var(--ease) both; }
  .hero-copy > :nth-child(2), .subhero-copy > :nth-child(2) { animation-delay: .1s; }
  .hero-copy > :nth-child(3), .subhero-copy > :nth-child(3) { animation-delay: .2s; }
  .hero-copy > :nth-child(n+4), .subhero-copy > :nth-child(n+4) { animation-delay: .3s; }
  .hero-photo-wrap, .subhero-image > picture { animation: summit-photo 1.1s cubic-bezier(.17,.77,.18,1) both; }
  .hero-photo, .subhero-image img { transform: translate3d(0, var(--photo-shift, 0px), 0) scale(1.09); transition: transform .12s linear; }
  .hero-sticker { animation: summit-orbit .9s .55s var(--ease) both; }
  .motion-ready [data-reveal] { opacity: 0; transform: translateY(37px); transition: opacity .7s var(--ease), transform .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
  .motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
  .page-wipe { position: fixed; z-index: 1000; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: var(--forest-deep); color: var(--gold); pointer-events: none; transform: translateY(105%); transition: transform .55s cubic-bezier(.77,0,.18,1); }
  .page-wipe::before { position: absolute; top: -120px; right: -50px; width: 340px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ''; }
  .page-wipe.is-active { transform: translateY(0); pointer-events: auto; }
  .page-wipe-mark { font-size: 63px; line-height: 1; }
  .page-wipe-label { font-size: 10px; font-weight: 700; letter-spacing: .26em; }
}

@media (max-width: 720px) {
  .meal-details { padding-bottom: 70px; }
  .meal-details-grid { grid-template-columns: 1fr; }
  .meal-detail-card { padding: 25px; }
  .meal-detail-card ul { font-size: 13px; }
  .site-addresses { display: grid; gap: 9px; }
}

.mission-section { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 8%; padding-top: 120px; padding-bottom: 125px; }
.mission-section > .eyebrow { grid-column: 1; grid-row: 1; align-self: end; margin-bottom: 0; }
.mission-section h2 { grid-column: 1; grid-row: 2; margin: 9px 0 0; font-size: clamp(49px,5.5vw,69px); line-height: .94; }
.mission-copy { grid-column: 2; grid-row: 1 / span 2; max-width: 550px; padding-top: 19px; }
.mission-copy p { margin-bottom: 17px; color: #66736b; font-size: 12px; line-height: 1.9; }
.mission-mark { position: absolute; top: 40px; right: 7%; color: var(--gold); font-family: var(--serif); font-size: 100px; line-height: 1; }
.serve-section { background: var(--forest); color: rgba(255,255,255,.72); }
.serve-inner { min-height: 550px; display: grid; grid-template-columns: 1.1fr .8fr; align-items: center; gap: 12%; padding-block: 94px; }
.serve-copy { max-width: 570px; }
.serve-copy h2, .admissions-copy h2, .team-copy h2 { font-size: clamp(48px,5.2vw,67px); }
.serve-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.85; }
.serve-copy .button { margin-top: 13px; }
.serve-card { position: relative; padding: 38px 37px 35px; background: var(--gold-light); color: var(--forest); transform: rotate(1.2deg); }
.serve-card-icon { color: var(--coral); font-size: 25px; }
.serve-card .eyebrow { margin: 12px 0; color: var(--forest-mid); }
.serve-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.serve-card > p:not(.eyebrow) { margin-bottom: 19px; color: #53685d; font-size: 10px; line-height: 1.8; }
.fit-section { padding-top: 110px; padding-bottom: 105px; }
.fit-section .section-heading { margin-bottom: 42px; }
.fit-section h2 { font-size: clamp(47px,5.2vw,65px); line-height: .98; }
.fit-points { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-points article { min-height: 190px; padding: 23px 26px 24px 0; }
.fit-points article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.fit-points article > span { color: var(--coral); font-size: 9px; font-weight: 700; }
.fit-points h3 { margin: 14px 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.fit-points p { margin: 0; color: #69756e; font-size: 10px; line-height: 1.8; }
.eligibility-note { margin: 18px 0 0; padding: 14px 17px; border-left: 3px solid var(--gold); background: rgba(255,253,248,.62); color: #657168; font-size: 10px; line-height: 1.7; }
.eligibility-note strong { color: var(--forest); }
.admissions-section { background: var(--forest); color: rgba(255,255,255,.68); }
.admissions-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; padding-block: 105px; }
.admissions-copy { align-self: start; }
.admissions-copy > p:not(.eyebrow) { max-width: 340px; margin-bottom: 25px; font-size: 11px; line-height: 1.8; }
.admissions-phone { display: block; width: fit-content; margin-top: 13px; color: var(--gold); font-size: 10px; }
.admissions-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.admissions-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step-number { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--forest); font-size: 9px; font-weight: 700; }
.admissions-steps h3 { margin: 0 0 5px; color: white; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.admissions-steps p { max-width: 580px; margin: 0; color: rgba(255,255,255,.64); font-size: 10px; line-height: 1.8; }
.accreditation-section { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 11%; padding-top: 112px; padding-bottom: 112px; }
.accreditation-art { position: relative; padding: 34px 26px; background: #e9ebdf; }
.accreditation-art > picture { display: block; }
.accreditation-art img { width: 100%; height: auto; }
.aca-seal { position: absolute; right: -25px; bottom: -26px; width: 102px; height: 102px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(24,59,51,.18); border-radius: 50%; background: var(--gold-light); color: var(--forest); text-align: center; transform: rotate(-8deg); }
.aca-seal span { font-family: var(--serif); font-size: 11px; line-height: 1; }
.aca-seal b { margin-top: 3px; font-size: 17px; letter-spacing: .1em; }
.aca-seal small { font-size: 6px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.accreditation-copy h2 { margin: 0 0 20px; font-size: clamp(47px,5vw,65px); line-height: .96; }
.accreditation-copy > p:not(.eyebrow) { color: #68756d; font-size: 11px; line-height: 1.85; }
.team-section { background: var(--forest-deep); color: rgba(255,255,255,.72); }
.team-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 10%; padding-block: 94px; }
.team-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.85; }
.team-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 19px; }
.team-links a { color: var(--gold); font-size: 10px; font-weight: 600; }
.team-photo { position: relative; overflow: hidden; }
.team-photo > picture { overflow: hidden; aspect-ratio: 1.24; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo .photo-label { right: 16px; bottom: 16px; }
.more-links { padding-top: 92px; padding-bottom: 105px; }
.more-link-grid { border-top: 1px solid var(--line); }
.more-link-grid a { display: grid; grid-template-columns: 45px 1fr 25px; align-items: center; gap: 10px; min-height: 62px; border-bottom: 1px solid var(--line); color: var(--forest); }
.more-link-grid a > span { color: var(--coral); font-size: 9px; }
.more-link-grid a strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.more-link-grid a b { color: var(--coral); font-size: 16px; font-weight: 400; transition: transform .2s; }
.more-link-grid a:hover b { transform: translate(2px,-2px); }

@media (max-width: 1080px) {
  .program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .program-photo { aspect-ratio: 1.55; }
  .program-card-copy > p:not(.card-kicker) { min-height: 42px; }
  .hero { grid-template-columns: .95fr 1.05fr; gap: 35px; }
  .hero h1 { font-size: clamp(56px,6.8vw,78px); }
  .story-inner { gap: 7%; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1.2fr 1fr; gap: 28px; }
  .center-skills-inner { grid-template-columns: 1fr 1fr; }
  .skills-photo { display: none; }
  .rates-inner { grid-template-columns: .65fr 1.35fr; gap: 5%; }
}

@media (max-width: 820px) {
  .wrap { width: min(var(--wrap), calc(100% - 42px)); }
  .announcement { min-height: 35px; font-size: 9px; }
  .header-inner { min-height: 76px; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; }
  .menu-toggle span { width: 16px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 22px 19px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 20px rgba(16,45,39,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.nav-contact) { padding: 13px 0; border-bottom: 1px solid rgba(24,59,51,.09); }
  .primary-nav > a:not(.nav-contact)::after { content: none; }
  .nav-contact { margin-top: 13px; }
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 57px; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(50px,7vw,62px); }
  .hero-lede { font-size: 13px; }
  .hero-note { margin-top: 25px; }
  .hero-sticker { right: -15px; width: 79px; height: 79px; font-size: 12px; }
  .hero-sun { width: 280px; }
  .signal-inner { flex-wrap: wrap; justify-content: center; gap: 8px 15px; padding-block: 14px; text-align: center; }
  .signal-inner > i { font-size: 11px; }
  .signal-inner a { width: 100%; }
  .section { padding-top: 90px; padding-bottom: 95px; }
  .heading-row { gap: 30px; }
  .section-heading h2, .day-copy h2, .trust-copy h2, .faq-heading h2 { font-size: clamp(43px,6vw,58px); }
  .heading-aside { max-width: 300px; }
  .program-grid { gap: 13px; }
  .program-card-copy { padding: 18px 16px; }
  .program-card-copy > p:not(.card-kicker) { font-size: 10px; }
  .story-inner { min-height: auto; grid-template-columns: .85fr 1.15fr; gap: 8%; padding-block: 75px; }
  .story-copy h2, .rate-inner h2, .closing-inner h2 { font-size: 56px; }
  .story-stamp { right: -25px; width: 92px; height: 92px; }
  .story-stamp small { font-size: 12px; }
  .ways-grid { grid-template-rows: 220px 220px; gap: 12px; }
  .way-overlay { right: 18px; bottom: 17px; left: 18px; }
  .way-overlay strong { font-size: 32px; }
  .way-small .way-overlay strong { font-size: 21px; }
  .day-inner { min-height: auto; grid-template-columns: 1fr .82fr; gap: 7%; padding-block: 88px; }
  .day-photo { padding-right: 12px; }
  .image-note { right: -8px; bottom: 36px; padding: 10px 13px; font-size: 13px; }
  .trust-card { gap: 5%; padding: 38px 5%; }
  .trust-logo { min-height: 210px; }
  .rate-inner { min-height: auto; padding-block: 66px; }
  .rate-actions { margin-right: 20px; }
  .faq-section { gap: 7%; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1.15fr; }
  .footer-contact { grid-column: 2 / 4; }
  .footer-contact > a { display: inline-block; margin-right: 17px; }
  .subhero { min-height: 465px; grid-template-columns: .95fr 1.05fr; gap: 6%; }
  .subhero h1 { font-size: clamp(55px,7vw,68px); }
  .program-detail { gap: 6%; }
  .detail-photo { min-height: 355px; }
  .detail-photo-tall { min-height: 455px; }
  .detail-copy h2 { font-size: 58px; }
  .rates-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 78px; }
  .rates-intro { max-width: 650px; }
  .rates-intro > p:not(.eyebrow) { max-width: 560px; }
  .rhythm-grid { grid-template-columns: repeat(2,1fr); gap: 11px; }
  .rhythm-card:nth-child(even) { transform: none; }
  .activity-grid { grid-template-columns: repeat(2,1fr); }
  .living-section { gap: 7%; }
  .memory-grid { columns: 3 180px; }
  .mission-section { gap: 6%; }
  .mission-section h2 { font-size: 54px; }
  .serve-inner { gap: 8%; }
  .admissions-inner { gap: 7%; }
  .accreditation-section { gap: 8%; }
  .team-inner { gap: 7%; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 85px; }
  body { font-size: 15px; }
  .wrap { width: calc(100% - 38px); }
  .announcement { min-height: 34px; gap: 6px; padding-inline: 10px; font-size: 8px; letter-spacing: 0; }
  .announcement a { margin-left: 4px; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 32px; }
  .brand-type > span { font-size: 16px; }
  .brand-type small { font-size: 7px; }
  .hero { grid-template-columns: 1fr; gap: 39px; padding-top: 51px; padding-bottom: 46px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 13px; font-size: 8px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(54px,14vw,76px); }
  .hero-lede { max-width: 380px; margin-bottom: 21px; font-size: 13px; }
  .hero-actions { gap: 14px 18px; }
  .button { min-height: 49px; padding-inline: 17px; font-size: 10px; }
  .hero-note { margin-top: 20px; }
  .hero-art { width: 100%; max-width: 460px; justify-self: center; padding: 0 8px 10px 0; }
  .hero-photo-wrap { aspect-ratio: 1.12; border-radius: 45% 45% 6px 6px / 37% 37% 6px 6px; }
  .hero-sun { top: -14px; right: 2%; width: 230px; }
  .hero-sticker { top: 15%; right: -8px; width: 73px; height: 73px; font-size: 11px; }
  .hero-doodle { bottom: 0; left: -11px; width: 82px; }
  .photo-caption { right: 8px; bottom: 8px; left: 8px; padding: 8px 10px; font-size: 8px; }
  .signal-inner { justify-content: flex-start; gap: 5px 9px; min-height: 63px; font-size: 8px; }
  .signal-inner > i { font-size: 9px; }
  .signal-inner a { font-size: 8px; }
  .section { padding-top: 73px; padding-bottom: 76px; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 17px; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2, .day-copy h2, .trust-copy h2, .faq-heading h2 { font-size: clamp(42px,11vw,55px); }
  .eyebrow { margin-bottom: 11px; font-size: 8px; }
  .heading-aside { max-width: 420px; }
  .heading-aside p { margin-bottom: 12px; font-size: 11px; }
  .text-link { font-size: 10px; }
  .program-grid { grid-template-columns: 1fr; gap: 14px; }
  .program-photo { aspect-ratio: 1.55; }
  .program-card-copy { padding: 17px 17px 19px; }
  .program-card h3 { font-size: 27px; }
  .program-card-copy > p:not(.card-kicker) { min-height: 0; margin-bottom: 13px; font-size: 10px; }
  .story-inner { grid-template-columns: 1fr; gap: 39px; padding-block: 66px 70px; }
  .story-photo-stack { width: calc(100% - 21px); max-width: 420px; }
  .story-photo-stack > picture { aspect-ratio: 1.18; border-radius: 48% 48% 4px 4px / 42% 42% 4px 4px; }
  .story-photo-stack img { object-position: center 46%; }
  .story-stamp { right: -20px; bottom: -12px; width: 82px; height: 82px; }
  .story-stamp small { font-size: 10px; }
  .story-copy { padding: 0; }
  .story-copy h2, .rate-inner h2, .closing-inner h2 { font-size: 53px; }
  .story-copy > p:not(.eyebrow) { font-size: 11px; }
  .story-orbit { right: -47px; bottom: -33px; font-size: 7px; }
  .ways-section { padding-top: 73px; }
  .ways-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 255px 200px; gap: 9px; }
  .way-large { grid-column: 1 / 3; grid-row: auto; }
  .way-overlay { right: 13px; bottom: 13px; left: 13px; }
  .way-overlay small { margin-bottom: 6px; font-size: 7px; }
  .way-overlay strong { font-size: 26px; }
  .way-small .way-overlay strong { font-size: 17px; }
  .way-arrow { width: 29px; height: 29px; font-size: 14px; }
  .day-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 70px 74px; }
  .day-copy > p:not(.eyebrow) { font-size: 11px; }
  .day-list li { gap: 11px; padding: 12px 0; }
  .day-list small { font-size: 9px; }
  .day-photo { width: calc(100% - 15px); max-width: 430px; justify-self: center; padding-right: 10px; }
  .day-photo > picture { aspect-ratio: 1.05; }
  .day-photo-spark { left: -14px; }
  .image-note { right: -6px; bottom: 23px; font-size: 12px; }
  .trust-section { padding-block: 70px; }
  .trust-card { grid-template-columns: 1fr; gap: 12px; padding: 22px 23px 29px; }
  .trust-logo { min-height: 0; padding: 0 10px; }
  .trust-logo img { max-width: 290px; }
  .trust-copy h2 { margin-bottom: 14px; }
  .trust-copy > p:not(.eyebrow) { font-size: 10px; }
  .rate-inner { align-items: flex-start; flex-direction: column; gap: 25px; padding-block: 65px; }
  .rate-inner h2 { margin-bottom: 13px; }
  .rate-inner > div:first-child > p:not(.eyebrow) { font-size: 10px; }
  .rate-actions { justify-items: start; gap: 14px; margin: 0; }
  .rate-sun { right: -29px; bottom: -12px; font-size: 140px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; padding-block: 74px; }
  .faq-heading > p:not(.eyebrow) { margin: 15px 0; font-size: 11px; }
  .faq-list summary { min-height: 60px; font-size: 10px; }
  .faq-list details p { font-size: 10px; }
  .closing-inner { min-height: 380px; padding-block: 68px; }
  .closing-inner h2 { margin-bottom: 22px; }
  .closing-spark { top: 42px; right: 8%; font-size: 28px; }
  .closing-actions { flex-direction: column; width: 100%; }
  .closing-actions .button { width: min(100%, 290px); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 21px; padding-top: 47px; padding-bottom: 35px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-col { gap: 9px; }
  .footer-col h2 { font-size: 8px; }
  .footer-col > a { font-size: 9px; }
  .footer-contact { grid-column: auto; }
  .footer-contact > a { display: block; margin: 0; }
  .footer-bottom { min-height: 68px; flex-wrap: wrap; justify-content: flex-start; gap: 5px 16px; padding-block: 12px; font-size: 8px; }
  .footer-bottom a { margin-left: auto; }
  .prototype-note { padding-bottom: 12px; text-align: left; }

  .subhero { min-height: 0; grid-template-columns: 1fr; gap: 32px; padding-top: 52px; padding-bottom: 49px; }
  .subhero h1 { margin-bottom: 17px; font-size: clamp(56px,14vw,72px); }
  .subhero-lede { margin-bottom: 19px; font-size: 12px; }
  .subhero-image { width: calc(100% - 8px); max-width: 460px; justify-self: center; padding-right: 9px; padding-bottom: 10px; }
  .subhero-image > picture { aspect-ratio: 1.18; }
  .subhero-label { bottom: 19px; left: -8px; padding: 9px 11px; font-size: 8px; }
  .program-jump { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; gap: 0 14px; padding-block: 8px; }
  .program-jump a { gap: 7px; padding-block: 9px; font-size: 9px; }
  .program-detail-section { padding-top: 31px; padding-bottom: 53px; }
  .program-detail { grid-template-columns: 1fr; gap: 21px; padding-block: 30px; }
  .program-detail-reverse > .detail-photo { order: 0; }
  .detail-photo, .detail-photo-tall { min-height: 0; aspect-ratio: 1.18; }
  .detail-copy { padding: 0 1px; }
  .detail-copy h2 { margin-bottom: 13px; font-size: 54px; }
  .detail-lede { margin-bottom: 14px; font-size: 17px; }
  .detail-copy > p:not(.eyebrow):not(.detail-lede):not(.detail-small) { font-size: 10px; }
  .check-list { gap: 7px; font-size: 9px; }
  .rates-inner { padding-block: 65px 70px; }
  .rates-intro h2 { font-size: 57px; }
  .rate-table-wrap { overflow-x: auto; margin-inline: -2px; padding-inline: 2px; }
  .rate-table { min-width: 530px; }
  .rate-table th, .rate-table td { padding: 12px 9px; }
  .rate-table tbody th { width: 24%; }
  .rate-table tbody td:last-child { width: 35%; }
  .rate-links { gap: 9px 13px; }
  .program-cta { padding-top: 45px; padding-bottom: 58px; }
  .program-cta-card { align-items: flex-start; flex-direction: column; gap: 23px; padding: 29px 23px; }
  .program-cta-card h2 { font-size: 43px; }
  .program-cta-actions { flex-direction: row; flex-wrap: wrap; }
  .program-cta-actions .button { min-height: 45px; }
  .rhythm-section { padding-block: 70px; }
  .rhythm-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .rhythm-card { min-height: 206px; padding: 18px 15px; }
  .rhythm-number { top: 15px; right: 15px; }
  .rhythm-icon { margin-bottom: 23px; font-size: 22px; }
  .rhythm-card h3 { font-size: 19px; }
  .rhythm-card p { font-size: 9px; }
  .activity-inner { padding-block: 70px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-tile { min-height: 180px; padding: 19px 15px; }
  .activity-count { top: 17px; right: 15px; }
  .activity-symbol { margin-bottom: 19px; font-size: 20px; }
  .activity-tile h3 { font-size: 20px; }
  .activity-tile p { font-size: 9px; }
  .living-section { grid-template-columns: 1fr; gap: 31px; padding-block: 70px; }
  .living-photo { width: calc(100% - 10px); max-width: 440px; }
  .living-copy h2 { font-size: 51px; }
  .living-copy > p:not(.eyebrow) { font-size: 10px; }
  .center-skills-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }
  .center-skills h2 { font-size: 48px; }
  .skills-list > div { min-height: 41px; font-size: 9px; }
  .skills-photo { display: block; max-height: 300px; aspect-ratio: 1.35; }
  .gallery-section { padding-block: 72px; }
  .memory-grid { columns: 2 140px; column-gap: 9px; }
  .memory-grid figure { margin-bottom: 9px; }
  .gallery-note { font-size: 8px; }
  .mission-section { grid-template-columns: 1fr; gap: 16px; padding-block: 80px; }
  .mission-section > .eyebrow { grid-column: auto; grid-row: auto; }
  .mission-section h2 { grid-column: auto; grid-row: auto; margin: 0; font-size: 52px; }
  .mission-copy { grid-column: auto; grid-row: auto; padding: 0; }
  .mission-copy p { font-size: 10px; }
  .mission-mark { top: 20px; right: 9%; font-size: 70px; }
  .serve-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }
  .serve-copy h2, .admissions-copy h2, .team-copy h2 { font-size: 51px; }
  .serve-copy > p:not(.eyebrow) { font-size: 10px; }
  .serve-card { width: min(100% - 12px, 430px); justify-self: center; padding: 27px 24px; }
  .serve-card h3 { font-size: 34px; }
  .fit-section { padding-block: 73px; }
  .fit-section .section-heading { margin-bottom: 26px; }
  .fit-section h2 { font-size: 48px; }
  .fit-points { grid-template-columns: 1fr; }
  .fit-points article { min-height: 0; padding: 18px 0; }
  .fit-points article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .fit-points h3 { margin: 7px 0 4px; font-size: 22px; }
  .fit-points p, .eligibility-note { font-size: 9px; }
  .admissions-inner { grid-template-columns: 1fr; gap: 31px; padding-block: 70px; }
  .admissions-copy > p:not(.eyebrow) { font-size: 10px; }
  .admissions-steps li { grid-template-columns: 34px 1fr; gap: 11px; padding-block: 17px; }
  .admissions-steps h3 { font-size: 20px; }
  .admissions-steps p { font-size: 9px; }
  .accreditation-section { grid-template-columns: 1fr; gap: 34px; padding-block: 73px; }
  .accreditation-art { width: calc(100% - 12px); max-width: 430px; justify-self: center; padding: 21px; }
  .aca-seal { right: -14px; bottom: -15px; width: 79px; height: 79px; }
  .aca-seal span { font-size: 9px; }
  .aca-seal b { font-size: 14px; }
  .aca-seal small { font-size: 5px; }
  .accreditation-copy h2 { font-size: 49px; }
  .accreditation-copy > p:not(.eyebrow) { font-size: 10px; }
  .team-inner { grid-template-columns: 1fr; gap: 29px; padding-block: 69px; }
  .team-copy > p:not(.eyebrow) { font-size: 10px; }
  .team-photo > picture { aspect-ratio: 1.1; }
  .more-links { padding-block: 67px 77px; }
  .more-link-grid a { min-height: 56px; grid-template-columns: 30px 1fr 20px; }
  .more-link-grid a strong { font-size: 17px; }
}

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

/* Editorial pages and the site-wide exploration hub. */
.story-breadcrumb { display: flex; flex-wrap: wrap; gap: 11px; padding-top: 24px; color: #718078; font-size: 11px; }
.story-breadcrumb a:hover { color: var(--coral); }
.story-breadcrumb [aria-current] { color: var(--forest); font-weight: 700; }
.story-hero { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: clamp(45px, 7vw, 100px); min-height: 650px; padding-top: 42px; padding-bottom: 93px; }
.story-hero-copy { position: relative; z-index: 2; }
.story-hero h1 { position: relative; max-width: 640px; margin: 18px 0 26px; color: var(--forest); font-size: clamp(55px, 5.7vw, 90px); line-height: .96; letter-spacing: -.045em; }
.story-hero h1 em { color: var(--coral); }
.story-title-spark { display: inline-block; margin-left: 15px; color: var(--gold); font-family: var(--sans); font-size: .37em; vertical-align: .2em; }
.story-hero-lede { max-width: 505px; margin: 0 0 28px; color: #64716a; font-size: 17px; line-height: 1.7; }
.story-hero-art { position: relative; min-width: 0; padding: 18px 18px 17px 5px; }
.editorial-orbit { position: absolute; z-index: -1; top: -26px; right: 2%; width: min(26vw, 290px); aspect-ratio: 1; border-radius: 50%; background: var(--gold); }
.story-hero-picture { display: block; overflow: hidden; width: 100%; aspect-ratio: 1.03; border-radius: 43% 43% 5px 5px / 37% 37% 5px 5px; background: var(--sage); box-shadow: 0 30px 65px rgba(16,45,39,.15); }
.story-hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.story-hero-tag { position: absolute; bottom: 36px; left: -16px; padding: 13px 19px; background: var(--paper); color: var(--forest); box-shadow: 0 12px 30px rgba(16,45,39,.12); font-size: 11px; font-weight: 700; }
.story-hero-tag span { margin-left: 15px; color: var(--coral); }
.story-facts { background: var(--forest); color: white; }
.story-facts-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 31px; }
.story-facts-inner > div { display: grid; gap: 3px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.story-facts strong { color: var(--gold); font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); font-weight: 500; line-height: 1.1; }
.story-facts span { color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .025em; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1fr) 265px; gap: clamp(48px, 7vw, 110px); align-items: start; padding-top: 94px; padding-bottom: 100px; }
.story-article { min-width: 0; }
.story-block { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 24px; padding: 45px 0 59px; border-bottom: 1px solid var(--line); }
.story-block:first-child { padding-top: 0; }
.story-block-number { padding-top: 13px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.story-block h2 { max-width: 680px; margin: 0 0 22px; color: var(--forest); font-size: clamp(36px, 3.1vw, 47px); line-height: 1.1; }
.story-block p { max-width: 730px; margin: 0 0 16px; color: #526158; font-size: 15px; line-height: 1.82; }
.story-list { display: grid; gap: 11px; max-width: 750px; margin: 19px 0 0; padding: 0; list-style: none; }
.story-list li { position: relative; padding-left: 23px; color: #485b50; font-size: 14px; line-height: 1.6; }
.story-list li::before { position: absolute; top: 8px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); content: ''; }
.story-table-wrap { overflow-x: auto; margin-top: 25px; }
.story-table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 12px; }
.story-table thead { background: var(--forest); color: white; }
.story-table th, .story-table td { padding: 14px 13px; text-align: left; vertical-align: top; }
.story-table tbody tr { border-bottom: 1px solid var(--line); }
.story-table tbody tr:nth-child(even) { background: var(--sage-light); }
.story-table tbody th { color: var(--forest); font-weight: 700; }
.story-table tbody td:last-child { color: var(--forest); font-weight: 700; white-space: nowrap; }
.story-sidebar { position: sticky; top: 135px; }
.story-sidebar-inner { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.story-sidebar .eyebrow { margin-bottom: 19px; }
.story-sidebar nav { display: grid; border-top: 1px solid var(--line); }
.story-sidebar nav a { display: flex; align-items: baseline; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-size: 12px; line-height: 1.5; transition: color .2s, padding-left .25s var(--ease); }
.story-sidebar nav a:hover { padding-left: 4px; color: var(--coral); }
.story-sidebar nav span { color: var(--coral); font-size: 9px; font-weight: 700; }
.story-sidebar-cta { margin-top: 28px; padding: 22px; background: var(--sage-light); }
.story-sidebar-cta > span { color: var(--coral); font-size: 28px; }
.story-sidebar-cta strong { display: block; margin: 9px 0 3px; color: var(--forest); font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.15; }
.story-sidebar-cta p { margin: 0 0 14px; color: var(--muted); font-size: 11px; }
.story-sidebar-cta a { color: var(--forest); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.story-related { padding-top: 12px; padding-bottom: 110px; }
.story-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.story-related-heading h2 { margin: 0; font-size: clamp(40px, 4vw, 56px); line-height: 1; }
.story-related-heading > a { color: var(--forest); font-size: 12px; font-weight: 700; }
.story-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.story-related-card { position: relative; display: block; min-height: 190px; padding: 26px; border: 1px solid var(--line); background: var(--paper); transition: transform .35s var(--ease), background .3s, box-shadow .35s; }
.story-related-card:hover { transform: translateY(-7px); background: white; box-shadow: 0 16px 32px rgba(16,45,39,.08); }
.story-related-card > span { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-related-card h3 { max-width: 270px; margin: 19px 0; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.15; }
.story-related-card b { position: absolute; right: 25px; bottom: 23px; color: var(--coral); font-size: 17px; font-weight: 400; }

.guide-hero { padding-top: 70px; }
.guide-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 12px; padding-bottom: 44px; }
.guide-nav a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); font-size: 12px; font-weight: 700; transition: background .25s, transform .25s; }
.guide-nav a:hover { transform: translateY(-3px); background: var(--sage); }
.guide-nav span { color: var(--coral); }
.guide-group { padding-top: 53px; padding-bottom: 68px; border-top: 1px solid var(--line); }
.guide-group-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 27px; }
.guide-group-heading h2 { margin: 6px 0 7px; font-size: clamp(40px, 4.4vw, 60px); line-height: 1; }
.guide-group-heading p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.guide-group-heading > span { color: var(--coral); font-size: 43px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.guide-card { position: relative; display: block; min-height: 213px; padding: 27px; border: 1px solid var(--line); background: var(--paper); transition: background .3s, transform .35s var(--ease), box-shadow .35s; }
.guide-card:hover { transform: translateY(-6px); background: white; box-shadow: 0 17px 35px rgba(16,45,39,.08); }
.guide-card > span { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.guide-card h3 { max-width: 330px; margin: 15px 0 10px; color: var(--forest); font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.1; }
.guide-card p { max-width: 300px; margin: 0; color: #64716a; font-size: 12px; line-height: 1.6; }
.guide-card b { position: absolute; right: 23px; top: 22px; color: var(--coral); font-size: 19px; font-weight: 400; }

/* Contact layout: the form is a visual prototype; submission is never implied. */
.contact-hero { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 7%; min-height: 560px; padding-top: 65px; padding-bottom: 85px; }
.contact-hero h1 { margin: 14px 0 25px; color: var(--forest); font-size: clamp(55px, 5.7vw, 87px); line-height: .96; }
.contact-hero h1 em { color: var(--coral); }
.contact-hero-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-hero-image { overflow: hidden; aspect-ratio: 1.15; border-radius: 48% 48% 6px 6px / 38% 38% 6px 6px; box-shadow: 0 28px 65px rgba(16,45,39,.14); }
.contact-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-direct { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 35px; }
.contact-direct a { display: grid; gap: 1px; padding-bottom: 8px; border-bottom: 1px solid var(--coral); }
.contact-direct span { color: var(--muted); font-size: 11px; }
.contact-direct strong { color: var(--forest); font-size: 14px; }
.contact-section { background: var(--forest-deep); color: white; }
.contact-section-inner { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 10%; padding-top: 105px; padding-bottom: 115px; }
.contact-aside { position: sticky; top: 135px; padding-top: 16px; }
.contact-aside .eyebrow { color: var(--gold); }
.contact-aside h2 { max-width: 470px; margin: 12px 0 22px; color: white; font-size: clamp(48px, 4.7vw, 72px); line-height: .97; }
.contact-aside h2 em { color: var(--gold); }
.contact-aside > p:not(.eyebrow) { max-width: 410px; color: rgba(255,255,255,.69); font-size: 14px; line-height: 1.8; }
.contact-aside-note { display: flex; gap: 14px; max-width: 410px; margin-top: 49px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-aside-note > span { color: var(--gold); font-size: 26px; line-height: 1; }
.contact-aside-note p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }
.contact-form { padding: clamp(29px, 4vw, 55px); background: var(--paper); color: var(--forest); box-shadow: 0 28px 60px rgba(0,0,0,.13); }
.contact-form-head { margin-bottom: 25px; }
.contact-form-head .eyebrow { color: var(--coral); }
.contact-form-head h3 { margin: 9px 0 10px; font-family: var(--serif); font-size: clamp(33px, 3vw, 43px); font-weight: 500; line-height: 1.06; }
.contact-form-head > p:last-child { max-width: 450px; margin: 0; color: var(--muted); font-size: 12px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 17px; }
.contact-field { display: grid; gap: 7px; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { color: var(--forest); font-size: 12px; font-weight: 700; }
.contact-field label span { color: var(--coral); }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid #c9d3ca; border-radius: 3px; background: #fff; color: var(--ink); font: 14px var(--sans); outline: 0; transition: border-color .2s, box-shadow .2s; }
.contact-field textarea { min-height: 132px; resize: vertical; }
.contact-field input:focus-visible, .contact-field select:focus-visible, .contact-field textarea:focus-visible { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(198,94,71,.16); }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #99a59c; }
.contact-privacy { margin: 15px 0 20px; color: var(--muted); font-size: 11px; }
.contact-submit { cursor: pointer; border: 0; }
.contact-status { margin: 19px 0 0; padding: 15px; border-left: 3px solid var(--coral); background: var(--sage-light); color: var(--forest); font-size: 12px; line-height: 1.6; }
.contact-status[hidden] { display: none; }
.contact-status a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.home-contact { background: var(--sage-light); color: var(--forest); }
.home-contact .contact-aside .eyebrow { color: var(--coral); }
.home-contact .contact-aside h2 { color: var(--forest); }
.home-contact .contact-aside h2 em { color: var(--coral); }
.home-contact .contact-aside > p:not(.eyebrow), .home-contact .contact-aside-note p { color: var(--muted); }
.home-contact .contact-aside-note { border-color: var(--line); }
.home-contact .contact-aside-note > span { color: var(--coral); }
.home-contact .contact-form { box-shadow: 0 20px 50px rgba(16,45,39,.08); }
.contact-locations { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding-top: 95px; padding-bottom: 100px; }
.contact-locations h2 { margin: 8px 0 0; font-size: clamp(40px, 4vw, 56px); line-height: 1; }
.contact-locations article { padding-left: 23px; border-left: 1px solid var(--coral); }
.contact-locations article > span { color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.contact-locations h3 { margin: 15px 0 7px; color: var(--forest); font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.15; }
.contact-locations p { margin: 0; color: var(--muted); font-size: 13px; }

@media (prefers-reduced-motion: no-preference) {
  .story-hero-copy > *, .contact-hero-copy > * { animation: summit-rise .8s var(--ease) both; }
  .story-hero-copy > :nth-child(2), .contact-hero-copy > :nth-child(2) { animation-delay: .1s; }
  .story-hero-copy > :nth-child(3), .contact-hero-copy > :nth-child(3) { animation-delay: .2s; }
  .story-hero-copy > :nth-child(n+4), .contact-hero-copy > :nth-child(n+4) { animation-delay: .3s; }
  .story-hero-picture, .contact-hero-image { animation: summit-photo 1.1s cubic-bezier(.17,.77,.18,1) both; }
}

@media (max-width: 980px) {
  .story-hero { gap: 5%; }
  .story-hero h1 { font-size: clamp(53px, 6.4vw, 75px); }
  .story-layout { grid-template-columns: minmax(0, 1fr) 235px; gap: 35px; }
  .contact-section-inner { gap: 5%; }
  .contact-locations { gap: 27px; }
}

@media (max-width: 720px) {
  .story-breadcrumb { padding-top: 17px; }
  .story-hero { grid-template-columns: 1fr; min-height: 0; gap: 38px; padding-top: 36px; padding-bottom: 67px; }
  .story-hero h1 { max-width: 580px; font-size: clamp(49px, 10vw, 68px); }
  .story-hero-lede { font-size: 15px; }
  .story-hero-art { width: min(100% - 10px, 490px); justify-self: center; }
  .editorial-orbit { width: 60%; }
  .story-facts-inner { grid-template-columns: 1fr; gap: 17px; padding-block: 26px; }
  .story-facts-inner > div { padding-left: 16px; }
  .story-facts strong { font-size: 24px; }
  .story-layout { display: block; padding-top: 60px; padding-bottom: 70px; }
  .story-block { grid-template-columns: 35px 1fr; gap: 11px; padding: 37px 0 42px; }
  .story-block h2 { font-size: clamp(32px, 8vw, 43px); }
  .story-block p { font-size: 14px; }
  .story-sidebar { position: static; margin-top: 50px; }
  .story-related { padding-bottom: 70px; }
  .story-related-grid, .guide-grid { grid-template-columns: 1fr; }
  .story-related-heading { align-items: start; flex-direction: column; gap: 14px; }
  .story-related-card, .guide-card { min-height: 150px; }
  .guide-nav { gap: 7px; }
  .guide-nav a { font-size: 10px; }
  .guide-group { padding-top: 42px; padding-bottom: 52px; }
  .guide-group-heading h2 { font-size: 42px; }
  .contact-hero { grid-template-columns: 1fr; min-height: 0; gap: 35px; padding-top: 52px; padding-bottom: 67px; }
  .contact-hero h1 { font-size: clamp(50px, 10vw, 70px); }
  .contact-hero-image { max-width: 480px; }
  .contact-section-inner { grid-template-columns: 1fr; gap: 30px; padding-top: 69px; padding-bottom: 77px; }
  .contact-aside { position: static; }
  .contact-aside h2 { font-size: 52px; }
  .contact-aside-note { margin-top: 25px; }
  .contact-form { padding: 28px 22px; }
  .contact-fields { grid-template-columns: 1fr; gap: 16px; }
  .contact-field-wide { grid-column: auto; }
  .contact-locations { grid-template-columns: 1fr; gap: 25px; padding-top: 70px; padding-bottom: 70px; }
  .contact-locations h2 { font-size: 45px; }
}
