:root {
  --forest: #103b2d;
  --forest-deep: #09281f;
  --forest-soft: #1e5240;
  --sand: #f3e7d6;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --gold: #ba8426;
  --gold-light: #e0b963;
  --terracotta: #b96c4f;
  --ink: #1f2a25;
  --muted: #6e756f;
  --line: rgba(16, 59, 45, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --script: "Mr De Haviland", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; overflow-x: clip; }
body.locked { overflow: hidden; }
img { width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--paper); padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.script { margin: 0; color: var(--gold-light); font-family: var(--script); font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: .85; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; }
h2 { margin-bottom: 24px; color: var(--forest); font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.035em; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 14px 24px; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { border-color: var(--gold); color: #fff; background: var(--gold); }
.button-gold:hover { background: #9d6c1c; }
.button-ghost { border-color: rgba(255, 255, 255, .65); color: #fff; background: rgba(9, 40, 31, .16); backdrop-filter: blur(6px); }
.button-ghost:hover { color: var(--forest-deep); background: #fff; }
.button-dark { color: #fff; background: var(--forest); }
.button-dark:hover { background: var(--forest-deep); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }

.announcement { height: 36px; display: flex; align-items: center; justify-content: center; gap: 28px; padding-inline: 24px; color: #d9d2c5; background: var(--forest-deep); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement-rating { color: var(--gold-light); }
.language { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.language i { width: 1px; height: 12px; background: rgba(255,255,255,.24); }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: rgba(251, 247, 239, .94); border-bottom: 1px solid rgba(16,59,45,.08); backdrop-filter: blur(12px); }
.brand { width: 232px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.desktop-nav a { position: relative; color: var(--forest); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-book { min-width: 96px; height: 44px; border: 0; color: #fff; background: var(--forest); cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-button { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-button span { grid-area: 1 / 1; width: 19px; height: 1px; background: var(--forest); transform: translateY(-4px); }
.menu-button span + span { transform: translateY(4px); }

.mobile-menu, .menu-scrim { display: none; }

.hero { position: relative; min-height: min(820px, calc(100svh - 118px)); display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--forest-deep); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("assets/225f57b67b640e861530452461434596.webp") center 53% / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(5, 27, 20, .96) 0%, rgba(7, 31, 23, .78) 34%, rgba(7, 31, 23, .19) 68%, rgba(7, 31, 23, .08) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0 118px; }
.hero-content h1 { max-width: 720px; margin: 16px 0 24px; color: #fff; font-size: clamp(4.8rem, 8.5vw, 8.5rem); letter-spacing: -.055em; }
.hero-content h1 em { color: var(--sand); font-weight: 500; }
.hero-lead { max-width: 570px; margin-bottom: 34px; color: #ece4d7; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { position: absolute; right: 22px; bottom: 18px; z-index: 2; color: rgba(255,255,255,.62); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; bottom: 18px; left: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 42px; height: 1px; background: var(--gold-light); }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--sand); border-bottom: 1px solid rgba(16,59,45,.08); }
.trust-item { min-height: 112px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; padding: 18px; text-align: center; border-right: 1px solid rgba(16,59,45,.12); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--forest); font-family: var(--serif); font-size: 2.4rem; font-weight: 600; line-height: .8; }
.trust-item span { color: #667269; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.paths { background: var(--cream); }
.section-intro { max-width: 720px; margin-bottom: 52px; }
.section-intro > p:last-child { max-width: 570px; color: var(--muted); font-size: 1rem; }
.path-grid { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: repeat(2, 340px); gap: 18px; }
.path-card { position: relative; min-width: 0; overflow: hidden; color: #fff; background: var(--forest); }
.path-card:first-child { grid-row: 1 / 3; }
.path-card img, .path-card-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.path-card-shade { background: linear-gradient(0deg, rgba(6,28,21,.94), rgba(6,28,21,.12) 68%); }
.path-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 36px; }
.path-card-content > span { color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.path-card h3 { margin: 10px 0 10px; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); }
.path-card p { max-width: 510px; margin-bottom: 20px; color: rgba(255,255,255,.8); font-size: .9rem; }
.text-link { display: inline-block; padding: 0; border: 0; color: #fff; background: none; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.path-card:hover img { transform: scale(1.035); }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(64px, 8vw, 120px); align-items: center; }
.story-collage { position: relative; min-height: 680px; }
.story-main { width: 82%; height: 590px; margin: 0; overflow: hidden; }
.story-main img, .story-small img { height: 100%; object-fit: cover; }
.story-small { position: absolute; right: 0; bottom: 0; width: 44%; height: 310px; margin: 0; border: 10px solid var(--paper); overflow: hidden; }
.story-stamp { position: absolute; left: 68%; top: 42px; width: 98px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(186,132,38,.6); border-radius: 50%; color: var(--gold); background: var(--paper); font-family: var(--serif); font-size: 1.1rem; font-style: italic; line-height: 1; text-align: center; transform: rotate(8deg); }
.story-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.story-lead { color: var(--muted); font-family: var(--serif); font-size: 1.22rem; line-height: 1.55; }
.story-points { margin: 34px 0; padding: 0; list-style: none; }
.story-points li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.story-points li:last-child { border-bottom: 1px solid var(--line); }
.story-points li > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.story-points strong, .story-points small { display: block; }
.story-points strong { color: var(--forest); font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.story-points small { color: var(--muted); font-size: .82rem; }

.courses { background: var(--sand); }
.section-intro-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-intro-row h2 { margin-bottom: 0; }
.section-intro-row > p { max-width: 420px; margin-bottom: 8px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.course-card { position: relative; min-height: 405px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 32px; border: 1px solid rgba(16,59,45,.13); background: rgba(255,255,255,.72); }
.course-number { color: var(--gold); font-family: var(--serif); font-size: 2.2rem; }
.course-meta { margin-bottom: 10px; color: var(--gold); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.course-card h3 { margin-bottom: 16px; color: var(--forest); font-size: 2rem; line-height: 1.05; }
.course-card > div > p:last-child { color: var(--muted); font-size: .86rem; }
.course-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.course-bottom strong { color: var(--forest); font-size: .84rem; }
.course-bottom a { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured-course { color: #fff; background: var(--forest); }
.featured-course h3, .featured-course .course-bottom strong { color: #fff; }
.featured-course > div > p:last-child { color: rgba(255,255,255,.72); }
.featured-course .course-bottom { border-color: rgba(255,255,255,.18); }
.course-badge { position: absolute; right: 20px; top: 22px; color: var(--gold-light); font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.courses-more { margin-top: 30px; text-align: center; }
.courses-more a { padding-bottom: 8px; border-bottom: 1px solid var(--forest); color: var(--forest); font-family: var(--serif); font-size: 1.2rem; }
.courses-more span { color: var(--gold); }

.locations { color: #fff; background: var(--forest-deep); }
.light-intro h2 { color: #fff; }
.light-intro > p:last-child { color: rgba(255,255,255,.64); }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.location-card { position: relative; min-height: 640px; overflow: hidden; }
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,28,21,.96), transparent 65%); }
.location-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s; }
.location-card:hover img { transform: scale(1.035); }
.location-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 38px; }
.location-copy > span { color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.location-copy h3 { margin: 8px 0; color: #fff; font-size: 3.1rem; }
.location-copy p { color: rgba(255,255,255,.7); font-size: .8rem; }
.location-copy a { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.reviews { background: var(--paper); }
.review-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 46px; }
.review-heading .script { grid-column: 1 / -1; color: var(--gold); }
.review-heading h2 { margin: 8px 0 0; }
.review-score { display: flex; align-items: center; gap: 12px; color: var(--gold); }
.review-score > strong { color: var(--forest); font-family: var(--serif); font-size: 4rem; line-height: .8; }
.review-score span { letter-spacing: .08em; }
.review-score small { display: block; color: var(--muted); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid blockquote { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 32px; border: 1px solid var(--line); background: var(--cream); }
.review-grid blockquote > div { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.review-grid blockquote > p { color: var(--forest); font-family: var(--serif); font-size: 1.42rem; line-height: 1.35; }
.review-grid footer strong, .review-grid footer span { display: block; }
.review-grid footer strong { color: var(--forest); font-size: .75rem; }
.review-grid footer span { color: var(--muted); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.review-links { display: flex; justify-content: center; gap: 22px; margin-top: 30px; }
.review-links a { border-bottom: 1px solid var(--forest); color: var(--forest); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.voucher { background: var(--forest); }
.voucher-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.voucher-copy h2 { color: #fff; font-size: clamp(3rem, 5vw, 5.1rem); }
.voucher-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: rgba(255,255,255,.66); }
.voucher figure { margin: 0; padding: 16px; border: 1px solid rgba(224,185,99,.4); }

.closing { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.closing-photo, .closing-shade { position: absolute; inset: 0; }
.closing-photo { background: url("assets/9d7d7be21cf5906adb629e092bc7d796.webp") center / cover; }
.closing-shade { background: rgba(7,31,23,.72); }
.closing-content { position: relative; z-index: 2; text-align: center; }
.closing-content h2 { margin: 12px 0 32px; color: #fff; }
.closing-content > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.68); background: #061f18; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 60px; padding-bottom: 56px; }
.footer-brand img { width: 220px; margin-bottom: 22px; }
.footer-brand p { max-width: 360px; font-size: .82rem; }
.site-footer h3 { margin-bottom: 18px; color: var(--gold-light); font-family: var(--sans); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer a { display: block; margin-bottom: 9px; font-size: .79rem; }
.site-footer a:hover { color: #fff; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; }
.footer-legal a { display: inline; }

.mobile-actions { display: none; }
.cookie-button { position: fixed; left: 14px; bottom: 14px; z-index: 80; padding: 8px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: rgba(255,255,255,.8); background: rgba(9,40,31,.88); font-size: .6rem; cursor: pointer; backdrop-filter: blur(6px); }

.book-modal { position: fixed; inset: 0; z-index: 500; display: none; }
.book-modal.open { display: block; }
.book-modal-scrim { position: absolute; inset: 0; background: rgba(5,22,16,.72); backdrop-filter: blur(4px); }
.book-sheet { position: absolute; right: 0; top: 0; bottom: 0; width: min(560px, 100%); padding: 72px 46px 40px; overflow-y: auto; background: var(--cream); box-shadow: -30px 0 80px rgba(0,0,0,.24); animation: sheetIn .28s ease both; }
@keyframes sheetIn { from { transform: translateX(100%); } }
.book-sheet h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
.book-close { position: absolute; right: 24px; top: 18px; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 1.8rem; font-weight: 300; }
.book-options { display: grid; gap: 12px; margin-top: 32px; }
.book-options a { display: grid; grid-template-columns: 1fr auto; gap: 5px 16px; padding: 22px; border: 1px solid var(--line); background: var(--paper); transition: .2s; }
.book-options a:hover { border-color: var(--gold); transform: translateY(-2px); }
.book-options span { color: var(--forest); font-family: var(--serif); font-size: 1.6rem; }
.book-options small { grid-column: 1; color: var(--muted); }
.book-options b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.book-help { margin-top: 20px; color: var(--muted); font-size: .78rem; text-align: center; }
.book-help a { color: var(--forest); text-decoration: underline; }

@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .header-book { justify-self: end; }
  .menu-button { display: grid; }
  .mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 420; width: min(430px, 90vw); display: flex; flex-direction: column; padding: 28px; color: #fff; background: var(--forest-deep); transform: translateX(105%); transition: transform .3s ease; }
  .mobile-menu.open { transform: none; }
  .menu-scrim { position: fixed; inset: 0; z-index: 410; display: block; visibility: hidden; opacity: 0; background: rgba(0,0,0,.55); transition: opacity .3s, visibility .3s; }
  .menu-scrim.open { visibility: visible; opacity: 1; }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; }
  .menu-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); color: #fff; background: transparent; cursor: pointer; font-size: 1.7rem; }
  .mobile-menu nav { margin-top: 20px; }
  .mobile-menu nav a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--serif); font-size: 1.55rem; }
  .mobile-menu nav a span { align-self: center; color: var(--gold-light); font-family: var(--sans); font-size: .58rem; }
  .mobile-menu-book { width: 100%; margin-top: 24px; }
  .mobile-menu-meta { display: flex; gap: 24px; margin-top: auto; padding-top: 24px; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
  .path-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 340px; }
  .path-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .story-grid { gap: 52px; }
  .story-collage { min-height: 560px; }
  .story-main { height: 500px; }
  .story-small { height: 240px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 290px; }
  .location-card { min-height: 520px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 40px, 1180px); }
  .section { padding: 78px 0; }
  .announcement { height: 32px; justify-content: space-between; gap: 10px; padding-inline: 12px; font-size: .55rem; }
  .announcement-rating { display: none; }
  .language { margin-left: 0; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; gap: 10px; padding-inline: 16px; }
  .brand { width: 196px; }
  .header-book { display: none; }
  .menu-button { grid-column: 2; }
  .hero { min-height: calc(100svh - 100px); align-items: flex-end; }
  .hero-photo { background-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,27,20,.98) 0%, rgba(5,27,20,.77) 47%, rgba(5,27,20,.12) 100%); }
  .hero-content { padding: 158px 0 82px; }
  .hero-content .script { font-size: 2.55rem; }
  .hero-content h1 { margin: 12px 0 18px; font-size: clamp(4.3rem, 22vw, 6.2rem); line-height: .82; }
  .hero-lead { max-width: 350px; margin-bottom: 24px; font-size: 1.12rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note, .scroll-cue { display: none; }
  .trust { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 98px; border-bottom: 1px solid rgba(16,59,45,.12); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item strong { font-size: 2rem; }
  .section-intro { margin-bottom: 34px; }
  h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .path-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 460px); }
  .path-card:first-child { grid-column: auto; }
  .path-card-content { padding: 26px; }
  .path-card h3 { font-size: 3rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-collage { min-height: 500px; order: 2; }
  .story-main { width: 88%; height: 430px; }
  .story-small { width: 44%; height: 210px; border-width: 6px; }
  .story-stamp { left: auto; right: 6%; top: -30px; }
  .section-intro-row { display: block; }
  .section-intro-row > p { margin-top: 20px; }
  .course-card { min-height: 345px; padding: 26px; }
  .course-bottom { align-items: flex-start; flex-direction: column; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 560px; }
  .location-copy { padding: 28px; }
  .review-heading { display: block; }
  .review-score { margin-top: 26px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 260px; }
  .review-links { align-items: center; flex-direction: column; }
  .voucher-grid { grid-template-columns: 1fr; }
  .voucher figure { order: -1; padding: 8px; }
  .closing { min-height: 610px; }
  .closing-content > div { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-legal { flex-direction: column; }
  .mobile-actions { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 180; height: 54px; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: rgba(251,247,239,.95); box-shadow: 0 12px 40px rgba(0,0,0,.26); backdrop-filter: blur(10px); }
  .mobile-actions button, .mobile-actions a { display: grid; place-items: center; border: 0; cursor: pointer; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-actions button { color: #fff; background: var(--forest); }
  .mobile-actions a { color: var(--forest); }
  .cookie-button { bottom: 74px; }
  .site-footer { padding-bottom: 100px; }
  .book-sheet { top: auto; width: 100%; max-height: 88svh; padding: 60px 20px 28px; animation-name: sheetUp; }
  @keyframes sheetUp { from { transform: translateY(100%); } }
  .book-options a { grid-template-columns: 1fr; }
  .book-options b { grid-column: 1; grid-row: auto; }
}

@media (max-width: 380px) {
  .brand { width: 178px; }
  .hero-content h1 { font-size: 4.1rem; }
  .path-grid { grid-template-rows: repeat(3, 420px); }
}

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

/* === Partners (hire our graduates) === */
.partners { background: var(--cream); }
.partner-panel { position: relative; overflow: hidden; padding: clamp(36px, 6vw, 72px); background: var(--forest); color: #fff; }
.partner-panel::after { content: ""; position: absolute; right: -90px; top: -90px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(224,185,99,.16), transparent 70%); pointer-events: none; }
.partner-copy { position: relative; z-index: 1; max-width: 780px; }
.partner-copy h2 { color: #fff; font-size: clamp(2.4rem, 4vw, 4.1rem); margin-bottom: 20px; }
.partner-lead { max-width: 640px; margin-bottom: 30px; color: rgba(255,255,255,.8); font-size: 1.02rem; }
.partner-steps { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 14px; max-width: 660px; }
.partner-steps li { display: flex; gap: 14px; align-items: flex-start; }
.partner-steps li span { flex: none; color: var(--gold-light); font-weight: 700; font-size: .8rem; letter-spacing: .12em; padding-top: 3px; }
.partner-steps li p { margin: 0; color: #ece4d7; font-size: .96rem; }
.partner-actions { margin-bottom: 24px; }
.partner-legal { max-width: 660px; margin: 0; color: rgba(255,255,255,.52); font-size: .76rem; line-height: 1.65; }

/* === Location directions + maps === */
.location-copy .loc-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 12px; }
.location-copy .loc-links a { color: var(--gold-light); }
.location-maps { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.map-embed { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: var(--forest-soft); }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 860px) { .location-maps { grid-template-columns: 1fr; } }
