/* Self-hosted fonts, inlined to remove the styles.css -> fonts.css request hop */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('fonts/dmsans-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('fonts/dmsans-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 500 700; font-display: swap; src: url('fonts/outfit-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 500 700; font-display: swap; src: url('fonts/outfit-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --navy: #092f55;
  --navy-deep: #041f38;
  --blue: #15478b;
  --teal: #38d6bd;
  --teal-deep: #19b9a2;
  --cream: #eef6d2;
  --ink: #0b2438;
  --muted: #5f7180;
  --paper: #f7faf9;
  --line: rgba(11, 36, 56, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button { border: 0; }
::selection { background: var(--teal); color: var(--navy-deep); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand img { width: min(260px, 21vw); filter: brightness(0) invert(1); }
.site-header nav { display: flex; gap: clamp(18px, 2vw, 34px); font-size: 14px; font-weight: 600; }
.site-header nav a { position: relative; opacity: .82; transition: opacity .2s, color .2s; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .3s ease; }
.site-header nav a:hover::after { right: 0; }
.site-header nav a:hover { color: var(--teal); opacity: 1; }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); cursor: pointer; }
.menu-toggle .close-icon { display: none; }
.menu-toggle.is-open .menu-icon { display: none; }
.menu-toggle.is-open .close-icon { display: block; }

.hero { position: relative; min-height: 820px; overflow: hidden; display: flex; align-items: center; color: white; background: var(--navy-deep) url('images/hero-team.webp') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,56,.98) 0%, rgba(4,31,56,.9) 47%, rgba(4,31,56,.34) 76%, rgba(4,31,56,.18) 100%); }
.hero-grid { position: absolute; inset: -115px 0 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 115px 115px; mask-image: linear-gradient(90deg, #000, transparent 75%); animation: grid-drift 22s linear infinite; }
.hero::after { content: ''; position: absolute; right: -140px; bottom: -260px; width: 680px; height: 680px; border: 1px solid rgba(56,214,189,.46); border-radius: 50%; box-shadow: 0 0 0 84px rgba(56,214,189,.05), 0 0 0 168px rgba(56,214,189,.04); }
.hero-content { position: relative; z-index: 2; width: min(760px, 62vw); margin-left: clamp(24px, 7.3vw, 112px); padding: 160px 0 108px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--cream); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 44px; height: 2px; background: var(--teal); }
h1, h2 { font-family: 'Outfit', 'DM Sans', Arial, sans-serif; }
h1 { max-width: 820px; margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .98; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
h1 em { color: var(--teal); font-style: normal; }
.hero-copy { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-copy strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 26px; background: var(--teal); color: var(--navy-deep); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; border-radius: 2px; box-shadow: 0 12px 32px rgba(56,214,189,.18); transition: transform .25s, background .25s, box-shadow .25s; }
.button::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.48) 48%, transparent 72%); translate: -145% 0; transition: translate .65s ease; }
.button:hover::before { translate: 145% 0; }
.button .icon { position: relative; transition: transform .25s ease; }
.button:hover .icon { transform: translate(3px, -2px); }
.button:hover { background: var(--cream); transform: translateY(-2px); }
.button-small { min-height: 52px; padding: 0 22px; }
.text-link { width: max-content; padding: 14px 0 8px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); }
.text-link .icon { flex: 0 0 auto; color: var(--teal); }
.hero-stats { display: flex; margin-top: 58px; }
.hero-stats > div { display: grid; min-width: 164px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-stats > div:first-child { padding-left: 0; border-left: 0; }
.hero-stats strong { font: 600 28px/1 'Outfit', sans-serif; color: white; }
.hero-stats span { margin-top: 8px; color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-card { position: absolute; z-index: 3; right: clamp(24px, 6vw, 92px); bottom: 60px; width: 290px; padding: 30px; color: var(--navy-deep); background: var(--cream); box-shadow: 0 24px 70px rgba(4,31,56,.22); transition: translate .4s ease, box-shadow .4s ease; }
.hero-card:hover { translate: 0 -8px; box-shadow: 0 34px 85px rgba(4,31,56,.3); }
.hero-card-kicker { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card p { margin: 18px 0 24px; font: 600 35px/1.04 'Outfit', sans-serif; letter-spacing: -.03em; }
.hero-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(4,31,56,.2); font-size: 13px; font-weight: 700; }

.section { padding: 120px clamp(24px, 7vw, 108px); }
.section-index { margin: 0 0 18px; color: var(--teal-deep); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .6fr); align-items: end; gap: 64px; margin-bottom: 58px; }
.section-heading .eyebrow { justify-content: flex-start; }
.section-heading h2 { margin: 0; max-width: 820px; color: var(--navy-deep); font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; font-weight: 600; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.application-wrap { position: relative; z-index: 5; width: min(1240px, calc(100% - 48px)); margin: -18px auto 0; padding: 64px; display: grid; grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr); align-items: start; gap: 58px; background: white; border-top: 5px solid var(--teal); box-shadow: 0 30px 80px rgba(5,35,59,.11); scroll-margin-top: 30px; }
.application-intro { padding-top: 4px; }
.application-intro h2 { margin: 0; color: var(--navy-deep); font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.application-intro > p:not(.section-index) { margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.privacy-note { display: flex; gap: 12px; margin-top: 34px; padding-top: 24px; color: var(--blue); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.45; }
.privacy-note .icon { flex: 0 0 auto; color: var(--teal-deep); font-size: 19px; }
.booking-embed { min-width: 0; min-height: 720px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(9,47,85,.08); }
.booking-embed iframe { display: block; width: 100%; min-height: 720px; background: white; }

.video-section { position: relative; overflow: hidden; padding: 112px clamp(24px, 7vw, 108px); color: white; background: var(--navy-deep); scroll-margin-top: 20px; }
.video-section::before { content: ''; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 12% 22%, rgba(56,214,189,.24), transparent 25%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.035) 45%, rgba(255,255,255,.035) 46%, transparent 46%); pointer-events: none; }
.video-section-inner { position: relative; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); align-items: center; gap: clamp(48px, 7vw, 104px); }
.video-section-copy h2 { max-width: 530px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; }
.video-section-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.video-text-button { margin-top: 34px; padding: 0 0 9px; display: inline-flex; align-items: center; gap: 16px; color: var(--teal); background: transparent; border-bottom: 1px solid rgba(56,214,189,.55); font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: color .25s ease, gap .25s ease; }
.video-text-button:hover { gap: 22px; color: white; }
.video-preview { position: relative; isolation: isolate; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; color: white; background: #071827; border: 1px solid rgba(255,255,255,.18); cursor: pointer; box-shadow: 0 34px 90px rgba(0,0,0,.36); transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .3s ease; }
.video-preview:hover { transform: translateY(-8px) rotate(-.35deg); border-color: rgba(56,214,189,.7); box-shadow: 0 44px 110px rgba(0,0,0,.46); }
.video-preview > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.76); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.video-preview:hover > img { transform: scale(1.055); filter: saturate(.95); }
.video-preview-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,31,56,.08), rgba(4,31,56,.78)); }
.video-play { position: absolute; top: 50%; left: 50%; width: 92px; height: 92px; display: grid; place-items: center; color: var(--navy-deep); background: var(--teal); border-radius: 50%; translate: -50% -50%; box-shadow: 0 0 0 16px rgba(56,214,189,.13), 0 18px 44px rgba(0,0,0,.3); transition: scale .3s ease, background .3s ease; }
.video-play .icon { width: 30px; height: 30px; margin-left: 5px; fill: currentColor; stroke-width: 1.5; }
.video-preview:hover .video-play { scale: 1.08; background: var(--cream); }
.video-preview-label { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; text-align: left; }
.video-preview-label strong { font: 600 22px/1 'Outfit', sans-serif; }
.video-preview-label small { color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.video-preview:focus-visible, .video-text-button:focus-visible, .video-modal-close:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }

body.modal-open { overflow: hidden; }
.video-modal[hidden] { display: none; }
.video-modal { position: fixed; z-index: 200; inset: 0; }
.video-modal-backdrop { width: 100%; height: 100%; padding: clamp(18px, 4vw, 58px); display: grid; place-items: center; background: rgba(1,13,23,.9); backdrop-filter: blur(12px); animation: modal-fade .25s ease-out both; }
.video-modal-panel { width: min(1180px, 100%); overflow: hidden; color: white; background: #02111d; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 40px 120px rgba(0,0,0,.65); animation: video-pop .38s cubic-bezier(.2,.7,.2,1) both; }
.video-modal-header { min-height: 78px; padding: 16px 20px 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.video-modal-header span { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.video-modal-header h2 { margin: 5px 0 0; font-size: 24px; line-height: 1; }
.video-modal-close { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); cursor: pointer; transition: background .2s ease, rotate .25s ease; }
.video-modal-close:hover { background: rgba(56,214,189,.22); rotate: 5deg; }
.video-modal-panel video { width: 100%; max-height: calc(100vh - 170px); display: block; aspect-ratio: 16 / 9; background: black; }

@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes video-pop { from { opacity: 0; scale: .96; translate: 0 18px; } to { opacity: 1; scale: 1; translate: 0 0; } }

.learning-section { background: var(--paper); }
.learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.learning-card { position: relative; min-height: 290px; padding: 38px 34px; display: grid; grid-template-rows: 28px 78px auto; align-content: start; background: rgba(255,255,255,.58); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s, box-shadow .3s; }
.learning-card:hover { z-index: 1; background: white; transform: translateY(-5px); box-shadow: 0 22px 54px rgba(10,45,73,.08); }
.learning-card .card-number { color: rgba(21,71,139,.24); font: 600 15px/1 'Outfit', sans-serif; letter-spacing: .12em; }
.learning-card > .icon { align-self: end; color: var(--teal-deep); font-size: 20px; }
.learning-card p { margin: 18px 0 0; color: var(--ink); font-size: 17px; line-height: 1.55; }
.dark-button { margin-top: 42px; color: white; background: var(--navy); }
.dark-button:hover { color: var(--navy-deep); background: var(--teal); }

.truth-section { display: grid; grid-template-columns: .8fr .9fr 1.15fr; color: white; background: var(--navy-deep); }
.truth-title, .not-list, .truth-copy { padding: 96px clamp(30px, 4vw, 68px); }
.truth-title { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); }
.truth-title::before { content: ''; position: absolute; width: 360px; height: 360px; left: -210px; bottom: -190px; border: 70px solid rgba(56,214,189,.08); border-radius: 50%; }
.truth-title h2 { position: relative; margin: 0; font-size: clamp(46px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; }
.truth-title h2 em { color: var(--teal); font-style: normal; }
.not-list { padding-top: 105px; padding-bottom: 105px; border-right: 1px solid rgba(255,255,255,.12); }
.not-list > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.not-list > div:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.not-list span { color: var(--teal); font-size: 11px; }
.not-list p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.4; }
.not-list .icon { color: rgba(255,255,255,.42); }
.truth-copy { background: var(--teal); color: var(--navy-deep); }
.truth-copy > span { font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.truth-copy p { margin: 26px 0 36px; font-size: 18px; line-height: 1.65; }
.truth-copy a { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--navy-deep); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: white; }
.fit-column { padding: 78px 6vw 84px; border: 1px solid var(--line); }
.fit-no { margin-left: -1px; background: #f5f8f8; }
.fit-column h2 { margin: 0; color: var(--navy-deep); font-size: clamp(40px, 4vw, 58px); line-height: 1; letter-spacing: -.04em; }
.fit-list { margin-top: 36px; }
.fit-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 23px 0; border-top: 1px solid var(--line); }
.fit-list span { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy-deep); background: var(--teal); border-radius: 50%; }
.fit-no .fit-list span { color: white; background: var(--navy); }
.fit-list p { margin: 2px 0 0; color: #415b6c; line-height: 1.6; }

.founder-section { min-height: 780px; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr); background: var(--cream); }
.founder-image { position: relative; overflow: hidden; background: white; }
.founder-image > img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: 18% center; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.founder-image:hover > img { transform: scale(1.035); filter: saturate(1.06); }
.experience-badge { position: absolute; right: 0; bottom: 0; width: 230px; min-height: 150px; padding: 30px; display: flex; align-items: center; gap: 14px; color: var(--navy-deep); background: var(--teal); }
.experience-badge strong { font: 600 62px/1 'Outfit', sans-serif; }
.experience-badge span { font-size: 12px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.founder-copy { padding: 105px clamp(42px, 7vw, 110px); }
.founder-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(46px, 5vw, 72px); line-height: 1; letter-spacing: -.04em; }
.founder-role { margin: 18px 0 34px !important; color: var(--blue) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.founder-copy > p:not(.eyebrow):not(.founder-role) { margin: 0 0 20px; color: #3d5865; font-size: 16px; line-height: 1.72; }

.results-section { background: var(--paper); }
.results-heading h2 em { color: var(--teal-deep); font-style: normal; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story-card { overflow: hidden; background: white; box-shadow: 0 16px 50px rgba(9,47,85,.08); transition: transform .35s ease, box-shadow .35s ease; }
.story-card:hover { transform: translateY(-8px); box-shadow: 0 28px 65px rgba(9,47,85,.14); }
.story-image { height: 400px; overflow: hidden; background: #c8d7db; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.28); transform-origin: 72% 46%; filter: saturate(.78); transition: transform .45s, filter .45s; }
.story-card:hover .story-image img { transform: scale(1.34); filter: saturate(1); }
.story-copy { position: relative; padding: 28px 30px 32px; border-top: 4px solid var(--teal); }
.story-copy > span { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-copy p { margin: 10px 0 22px; color: var(--navy-deep); font: 500 22px/1.2 'Outfit', sans-serif; }
.story-copy strong { color: var(--teal-deep); font-size: 38px; }
.story-copy a { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.final-cta { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; color: white; }
.final-cta-image { position: absolute; inset: 0; background: url('images/cta-team.webp') center 32%/cover no-repeat; transform: scale(1.02); }
.final-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,56,.98) 0%, rgba(4,31,56,.86) 54%, rgba(4,31,56,.36) 100%); }
.final-cta-content { position: relative; z-index: 1; width: min(790px, 70%); margin-left: clamp(24px, 8vw, 124px); padding: 90px 0; }
.final-cta-content > img { width: 260px; margin-bottom: 52px; filter: brightness(0) invert(1); }
.final-cta-content h2 { margin: 0 0 36px; font-size: clamp(46px, 5.5vw, 76px); line-height: .98; letter-spacing: -.045em; }

footer { padding: 72px clamp(24px, 7vw, 108px) 46px; color: rgba(255,255,255,.72); background: #031728; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 30px; color: white; font-size: 14px; font-weight: 600; }
.footer-top nav a:hover, .footer-legal a:hover { color: var(--teal); }
.footer-legal { display: flex; justify-content: space-between; gap: 34px; padding: 34px 0; font-size: 12px; }
.footer-legal > div { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-legal p { margin: 0; }
.disclaimer { max-width: 1080px; margin: 0; padding-top: 28px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; line-height: 1.65; }

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: var(--teal); box-shadow: 0 0 14px rgba(56,214,189,.7); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.motion-ready .reveal-item { opacity: 0; translate: 0 34px; transition: opacity .75s cubic-bezier(.2,.7,.2,1), translate .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; translate: 0 0; }
.motion-ready .site-header { animation: header-enter .75s ease-out both; }
.motion-ready .hero-content > * { animation: hero-enter .8s cubic-bezier(.2,.7,.2,1) both; }
.motion-ready .hero-content > :nth-child(1) { animation-delay: .1s; }
.motion-ready .hero-content > :nth-child(2) { animation-delay: .2s; }
.motion-ready .hero-content > :nth-child(3) { animation-delay: .32s; }
.motion-ready .hero-content > :nth-child(4) { animation-delay: .44s; }
.motion-ready .hero-content > :nth-child(5) { animation-delay: .56s; }
.motion-ready .hero-card { animation: card-enter .85s .62s cubic-bezier(.2,.7,.2,1) both; }

@keyframes header-enter { from { opacity: 0; translate: 0 -18px; } to { opacity: 1; translate: 0 0; } }
@keyframes hero-enter { from { opacity: 0; translate: 0 28px; } to { opacity: 1; translate: 0 0; } }
@keyframes card-enter { from { opacity: 0; translate: 28px 20px; } to { opacity: 1; translate: 0 0; } }
@keyframes grid-drift { to { background-position: 115px 115px; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header nav { position: absolute; top: 91px; left: 24px; right: 24px; padding: 22px; display: none; flex-direction: column; gap: 2px; color: var(--navy-deep); background: white; box-shadow: 0 25px 55px rgba(4,31,56,.22); }
  .site-header nav.nav-open { display: flex; }
  .site-header nav a { padding: 13px 10px; opacity: 1; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: inline-flex; }
  .brand img { width: 230px; }
  .hero { min-height: 900px; align-items: flex-start; }
  .hero-content { width: auto; margin-right: clamp(24px, 7vw, 72px); padding-top: 180px; }
  .hero-card { right: 32px; bottom: 34px; }
  .application-wrap { padding: 52px; grid-template-columns: 1fr; gap: 48px; }
  .booking-embed, .booking-embed iframe { min-height: 760px; }
  .section { padding-top: 94px; padding-bottom: 94px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .learning-grid { grid-template-columns: repeat(2, 1fr); }
  .truth-section { grid-template-columns: 1fr 1fr; }
  .truth-copy { grid-column: 1 / -1; }
  .not-list { border-right: 0; }
  .fit-section { grid-template-columns: 1fr; }
  .fit-no { margin: -1px 0 0; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-image { min-height: 690px; }
  .founder-image > img { object-position: 18% center; }
  .stories-grid { grid-template-columns: 1fr; }
  .story-card { display: grid; grid-template-columns: minmax(260px, .9fr) 1.1fr; }
  .story-image { height: 330px; }
  .story-copy { display: flex; flex-direction: column; justify-content: center; border-top: 0; border-left: 4px solid var(--teal); }
  .final-cta-content { width: min(760px, calc(100% - 70px)); }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand img { width: 180px; }
  .site-header nav { top: 75px; left: 14px; right: 14px; }
  .header-cta { display: none; }
  .hero { min-height: 940px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,31,56,.97) 0%, rgba(4,31,56,.88) 62%, rgba(4,31,56,.72) 100%); }
  .hero-content { margin: 0 20px; padding: 135px 0 320px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .hero-stats > div { min-width: 0; padding: 0 10px; }
  .hero-stats strong { font-size: 21px; }
  .hero-stats span { font-size: 9px; }
  .hero-card { left: 20px; right: 20px; bottom: 28px; width: auto; }
  .application-wrap { width: calc(100% - 28px); margin-top: -14px; padding: 38px 24px; gap: 40px; }
  .booking-embed { margin: 0 -10px; }
  .section { padding: 76px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading > p { font-size: 16px; }
  .learning-grid { grid-template-columns: 1fr; }
  .learning-card { min-height: 235px; padding: 30px 26px; grid-template-rows: 28px 58px auto; }
  .truth-section { grid-template-columns: 1fr; }
  .truth-title, .not-list, .truth-copy { padding: 64px 24px; }
  .truth-title, .not-list { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .truth-copy { grid-column: auto; }
  .fit-column { padding: 64px 24px; }
  .fit-list > div { grid-template-columns: 30px 1fr; gap: 12px; }
  .founder-image { min-height: 520px; }
  .founder-image > img { object-position: 16% center; }
  .experience-badge { width: 190px; min-height: 120px; padding: 22px; }
  .experience-badge strong { font-size: 50px; }
  .founder-copy { padding: 72px 24px; }
  .story-card { display: block; }
  .story-image { height: 340px; }
  .story-copy { border-top: 4px solid var(--teal); border-left: 0; }
  .final-cta { min-height: 630px; }
  .final-cta-overlay { background: linear-gradient(90deg, rgba(4,31,56,.96), rgba(4,31,56,.65)); }
  .final-cta-content { width: auto; margin: 0 20px; padding: 74px 0; }
  .final-cta-content > img { width: 220px; }
  footer { padding: 58px 20px 38px; }
  .footer-top, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-top nav { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-item { opacity: 1; translate: 0 0; }
}
