:root {
  --teal: #007b7a;
  --deep: #00405a;
  --orange: #fea033;
  --burnt: #e16600;
  --mint: #90d6bf;
  --paper: #f8f5ef;
  --ink: #093b4b;
  --muted: #4c6870;
  --line: rgba(0, 64, 90, .16);
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(0, 64, 90, .11);
  --radius: 26px;
  --max: 1180px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 500; left: 18px; top: -80px; padding: 11px 15px; color: var(--deep); background: var(--white); border-radius: 8px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.progress { position: fixed; z-index: 150; inset: 0 0 auto; height: 3px; background: rgba(255,255,255,.16); }
.progress span { display: block; width: 0; height: 100%; background: var(--orange); }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; color: var(--white); transition: background .28s ease, padding .28s ease, box-shadow .28s ease; }
.site-header.scrolled { padding: 11px 0; color: var(--ink); background: rgba(248,245,239,.96); box-shadow: 0 5px 24px rgba(0,64,90,.10); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 180px; }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand-text, .footer-brand span { display: grid; line-height: 1.05; }
.brand-text strong, .footer-brand strong { font-size: .95rem; letter-spacing: -.03em; }
.brand-text small, .footer-brand small { margin-top: 4px; font-size: .6rem; font-weight: 650; opacity: .84; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: .83rem; font-weight: 760; }
.site-nav > a:not(.nav-cta) { position: relative; opacity: .94; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 16px; color: var(--deep); background: var(--white); border-radius: 999px; }
.site-header.scrolled .nav-cta { color: var(--white); background: var(--teal); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }
.hero { position: relative; overflow: hidden; min-height: 760px; padding: 155px 0 90px; color: var(--white); background: var(--teal); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 600px; height: 600px; left: -230px; bottom: -390px; background: radial-gradient(circle, rgba(254,160,51,.95), rgba(254,160,51,0) 69%); filter: blur(5px); opacity: .9; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 560px; height: 560px; right: -220px; top: -230px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255,255,255,.045), 0 0 0 130px rgba(255,255,255,.03); }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .23; background-image: radial-gradient(rgba(255,255,255,.18) .65px, transparent .65px); background-size: 8px 8px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 70%, transparent); }
.hero-gridline { position: absolute; z-index: -1; width: 1px; height: 130%; top: -15%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.13), transparent); transform: rotate(24deg); }
.gridline-one { right: 16%; }.gridline-two { right: 31%; transform: rotate(24deg) translateY(-90px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(440px, .84fr); gap: 65px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; font-size: .73rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(254,160,51,.18); }
.eyebrow.teal { color: var(--teal); }.eyebrow.light { color: var(--white); }
.hero h1, h2 { margin: 0; font-weight: 850; letter-spacing: -.06em; line-height: .95; }
.hero h1 { max-width: 680px; font-size: clamp(3.7rem, 6.2vw, 6.25rem); }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-lead { max-width: 620px; margin: 25px 0 0; font-size: 1.14rem; color: rgba(255,255,255,.86); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 26px; font-size: .78rem; color: rgba(255,255,255,.83); }
.hero-meta span { padding-right: 17px; border-right: 1px solid rgba(255,255,255,.32); }.hero-meta span:last-child { border-right: 0; }
.hero-meta b { display: block; color: var(--white); font-size: .88rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .87rem; font-weight: 850; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.button-orange { color: var(--deep); background: var(--orange); }.button-ghost { border-color: rgba(255,255,255,.54); color: var(--white); }.button-teal { color: var(--white); background: var(--teal); }
.hero-note { margin: 17px 0 0; font-size: .76rem; color: rgba(255,255,255,.71); }
.hero-visual { position: relative; min-height: 550px; }
.hero-photo { position: absolute; inset: 21px 20px 15px 15px; overflow: hidden; border-radius: 45% 45% 25% 25%; box-shadow: 0 30px 70px rgba(0,52,55,.35); }
.hero-photo::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,64,90,.04), rgba(0,64,90,.20)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 50%; }
.hero-sticker { position: absolute; z-index: 3; color: var(--deep); background: var(--paper); box-shadow: var(--shadow); font-weight: 850; }
.sticker-one { display: flex; align-items: center; gap: 7px; top: 39px; right: -16px; padding: 12px 16px; border-radius: 13px; font-size: .75rem; transform: rotate(5deg); }.sticker-one i { color: var(--burnt); font-style: normal; font-size: 1.2rem; }.sticker-two { right: -13px; bottom: 47px; max-width: 160px; padding: 12px 14px; border-left: 5px solid var(--orange); border-radius: 8px; font-size: .72rem; transform: rotate(-5deg); }
.spiral-orbit { position: absolute; z-index: 2; left: -74px; bottom: -54px; width: 188px; opacity: .98; filter: drop-shadow(0 18px 20px rgba(0,0,0,.2)); }
.spiral-orbit svg { width: 100%; height: auto; }.spiral-rays { transform-box: fill-box; transform-origin: center; animation: slow-spin 26s linear infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
.trust-strip { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; gap: 15px; padding: 24px 28px; border-right: 1px solid var(--line); }.trust-grid > div:first-child { padding-left: 0; }.trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-icon { flex: 0 0 auto; width: 35px; height: 35px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: .67rem; font-weight: 900; }.trust-grid p { margin: 0; font-size: .75rem; line-height: 1.45; color: var(--muted); }.trust-grid strong { color: var(--ink); }
.section { padding: 118px 0; }.intro { background: var(--paper); }.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; align-items: start; }.intro h2, .section-head h2, .tools-grid h2, .mentor-copy h2, .why-grid h2, .faq-grid h2, .testimonial-head h2 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
.intro-copy { max-width: 620px; }.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.28rem; line-height: 1.45; }.intro-copy > p:not(.lead) { color: var(--muted); }.text-link { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 850; }.teal-link { color: var(--teal); }
.ability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 72px; }.ability-card { min-height: 268px; padding: 27px 25px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 32px rgba(0,64,90,.035); }.ability-card:nth-child(2) { background: #edf9f4; }.ability-card:nth-child(3) { background: #fff6e8; }.ability-card:nth-child(4) { color: var(--white); background: var(--deep); border-color: var(--deep); }.ability-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 44px; color: var(--white); background: var(--teal); border-radius: 50%; font-size: .72rem; font-weight: 900; }.ability-card:nth-child(3) .ability-number { background: var(--burnt); }.ability-card:nth-child(4) .ability-number { color: var(--deep); background: var(--orange); }.ability-card h3 { margin: 0 0 10px; font-size: 1.12rem; letter-spacing: -.04em; line-height: 1.05; }.ability-card p { margin: 0; font-size: .88rem; line-height: 1.58; opacity: .8; }
.dark-section { position: relative; overflow: hidden; color: var(--white); background: var(--deep); }.dark-section::before { content:""; position:absolute; top:-230px; left:-200px; width:590px; height:590px; border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 115px rgba(255,255,255,.02); }.program-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }.program-copy h2 { font-size: clamp(3rem, 4.7vw, 5rem); }.program-copy > p:not(.eyebrow) { max-width: 510px; margin: 23px 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }.program-note { margin-top: 31px; padding: 20px 22px; border-left: 4px solid var(--orange); color: rgba(255,255,255,.8); background: rgba(255,255,255,.06); font-size: .86rem; }.program-note b { display: block; margin-bottom: 6px; color: var(--white); }.program-timeline ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.program-timeline li { position: relative; display: grid; grid-template-columns: 50px 1fr; column-gap: 17px; padding: 0 0 24px; }.program-timeline li::before { content: ""; position:absolute; left: 21px; top: 36px; bottom: 0; width: 1px; background: rgba(255,255,255,.2); }.program-timeline li:last-child::before { display: none; }.program-timeline span { position: relative; z-index: 1; display: grid; place-items: center; width: 43px; height: 43px; color: var(--deep); background: var(--orange); border-radius: 50%; font-size: .72rem; font-weight: 950; }.program-timeline li:nth-child(even) span { background: var(--mint); }.program-timeline strong { align-self: center; font-size: 1.12rem; letter-spacing: -.03em; }.program-timeline p { grid-column: 2; margin: 3px 0 0; color: rgba(255,255,255,.66); font-size: .82rem; }
.tools-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }.tools-photo { position: relative; min-height: 435px; overflow: hidden; border-radius: 190px 190px 22px 22px; box-shadow: var(--shadow); }.tools-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(150deg, rgba(0,123,122,.24), transparent 55%); }.tools-photo img { width:100%; height:100%; object-fit:cover; }.tools-grid p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }.tool-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.tool-tags span { padding: 8px 11px; border: 1px solid rgba(0,123,122,.32); border-radius: 999px; color: var(--teal); font-size: .74rem; font-weight: 850; }
.schedule-section { background: var(--white); }
.schedule-head { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.schedule-head > div { max-width:640px; }
.schedule-head h2 { font-size:clamp(2.6rem,4vw,4.2rem); }
.schedule-head > p { max-width:430px; margin:0; color:var(--muted); }
.schedule-frame { padding:16px; overflow:hidden; background:var(--paper); border:1px solid var(--line); border-radius:24px; box-shadow:0 16px 40px rgba(0,64,90,.07); }
.schedule-scroll { overflow-x:auto; overscroll-behavior-inline:contain; border-radius:14px; background:#0a0a0a; scrollbar-color:var(--teal) rgba(0,64,90,.12); scrollbar-width:thin; }
.schedule-image-link { display:block; min-width:1120px; }
.schedule-image-link img { width:100%; height:auto; }
.schedule-hint { margin:13px 4px 0; color:var(--muted); font-size:.76rem; text-align:center; }
.pricing-section { background: #f1f6f3; }.section-head { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:48px; }.section-head > div { max-width: 630px; }.section-head > p { max-width: 400px; margin: 0; color: var(--muted); }.section-head.centered { display:block; max-width: 760px; margin: 0 auto 45px; text-align: center; }.section-head.centered .eyebrow { justify-content:center; }.section-head.centered p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); }.pricing-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.price-card { position:relative; display:flex; flex-direction:column; min-height: 304px; padding: 27px; border:1px solid var(--line); border-radius: 20px; background:var(--white); }.price-card.featured { color:var(--white); background:var(--teal); border-color:var(--teal); transform: translateY(-10px); box-shadow: 0 18px 40px rgba(0,123,122,.22); }.price-card.course-complete { color: var(--white); background: var(--deep); border-color: var(--deep); }.price-label { margin:0; color:var(--teal); font-size:.7rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }.featured .price-label, .course-complete .price-label { color: var(--mint); }.price-card h3 { margin: 10px 0 7px; font-size: 1.32rem; letter-spacing:-.04em; }.price { margin:0; font-size: 2.7rem; font-weight:900; letter-spacing:-.08em; line-height:1; }.price span { font-size: 1.15rem; letter-spacing:-.03em; }.price-card > p:not(.price):not(.price-label):not(.ribbon) { margin:16px 0 26px; color:var(--muted); font-size:.84rem; }.featured > p:not(.price):not(.price-label):not(.ribbon), .course-complete > p:not(.price):not(.price-label):not(.ribbon) { color:rgba(255,255,255,.77); }.price-card a { margin-top:auto; padding-bottom:4px; width:max-content; max-width:100%; border-bottom:1px solid currentColor; font-size:.78rem; font-weight:900; }.ribbon { position:absolute; top:14px; right:14px; margin:0; padding:5px 8px; color:var(--deep); background:var(--orange); border-radius:999px; font-size:.62rem; font-weight:900; }.pricing-disclaimer { margin-top:24px; text-align:center; color:var(--muted); font-size:.76rem; }
.mentor-section { background: var(--white); }.mentor-grid { display:grid; grid-template-columns:minmax(320px, 440px) minmax(0, 1fr); gap:54px; align-items:start; }.mentor-photo { position:relative; height:420px; overflow:hidden; border-radius:42px; box-shadow:var(--shadow); background:linear-gradient(180deg, rgba(0,123,122,.08), rgba(0,64,90,.03)); }.mentor-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:50% 22%; }.mentor-copy { padding-top:8px; }.mentor-role { margin: 15px 0 18px; font-weight:850; }.mentor-copy > p:not(.eyebrow):not(.mentor-role) { max-width:660px; color:var(--muted); }.mentor-credentials { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }.mentor-credentials span { padding:8px 10px; color:var(--teal); border:1px solid rgba(0,123,122,.26); border-radius:999px; font-size:.7rem; font-weight:850; }
.space-section { background: var(--paper); }.gallery-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:13px; }.gallery-grid figure { position:relative; min-height:270px; overflow:hidden; margin:0; border-radius:20px; }.gallery-grid .gallery-large { grid-row:span 2; min-height:553px; }.gallery-grid img { width:100%; height:100%; object-fit:cover; }.gallery-grid figure::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(0,64,90,.7)); }.gallery-grid figcaption { position:absolute; z-index:1; left:17px; bottom:16px; color:var(--white); font-size:.78rem; font-weight:850; }.location-card { display:flex; align-items:center; justify-content:space-between; gap:36px; margin-top:18px; padding:28px 33px; color:var(--white); background:var(--teal); border-radius:20px; }.location-card h3 { margin:0; font-size:1.05rem; letter-spacing:-.03em; line-height:1.4; }.location-card .eyebrow { margin-bottom:10px; }.location-card .eyebrow { color:rgba(255,255,255,.83); }.location-card .eyebrow span { background:var(--orange); }
.why-section { background: var(--white); }.why-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:85px; align-items:start; }.why-grid ul { display:grid; grid-template-columns:1fr 1fr; gap:12px 26px; margin:0; padding:0; list-style:none; }.why-grid li { display:flex; gap:11px; align-items:flex-start; padding:14px 0; border-bottom:1px solid var(--line); font-size:.93rem; }.why-grid li span { flex:0 0 auto; width:23px; height:23px; display:grid; place-items:center; color:var(--white); background:var(--teal); border-radius:50%; font-size:.72rem; font-weight:900; }
.testimonials-section { background: #eaf7f2; }.testimonial-head { max-width:760px; margin-bottom:45px; }.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.testimonials-grid blockquote { min-height:278px; display:flex; flex-direction:column; margin:0; padding:28px; color:var(--ink); background:var(--white); border:1px solid var(--line); border-radius:20px; }.testimonials-grid blockquote.accent { color:var(--white); background:var(--deep); border-color:var(--deep); }.testimonials-grid blockquote > span { display:block; margin-bottom:9px; color:var(--orange); font-size:3.9rem; line-height:.5; font-weight:900; }.testimonials-grid p { margin:0; font-size:.95rem; line-height:1.55; }.testimonials-grid footer { margin-top:auto; padding-top:17px; border-top:1px solid var(--line); font-size:.75rem; }.testimonials-grid .accent footer { border-color:rgba(255,255,255,.26); }.testimonials-grid footer strong, .testimonials-grid footer small { display:block; }.testimonials-grid footer small { margin-top:2px; opacity:.66; }
.faq-section { background:var(--paper); }.faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:85px; align-items:start; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { position:relative; padding:22px 35px 22px 0; list-style:none; font-size:.98rem; font-weight:850; cursor:pointer; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { content:"+"; position:absolute; right:4px; top:17px; color:var(--teal); font-size:1.6rem; font-weight:400; transition:transform .2s ease; }.faq-list details[open] summary::after { transform:rotate(45deg); }.faq-list p { max-width:620px; margin:-3px 0 21px; color:var(--muted); font-size:.88rem; }
.final-cta { position:relative; overflow:hidden; padding:105px 0; color:var(--white); background:var(--teal); }.final-cta::before { content:""; position:absolute; width:550px; height:550px; right:-220px; bottom:-300px; border:1px solid rgba(255,255,255,.2); border-radius:50%; box-shadow:0 0 0 62px rgba(255,255,255,.05),0 0 0 125px rgba(255,255,255,.025); }.final-grid { position:relative; display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }.final-grid h2 { max-width:700px; font-size:clamp(3rem,4.8vw,5.2rem); }.final-grid > div > p:not(.eyebrow) { max-width:640px; margin:23px 0 0; color:rgba(255,255,255,.82); font-size:1.05rem; }.final-action { display:flex; flex-direction:column; align-items:flex-start; gap:15px; }.final-action .button { width:100%; }.final-action p { margin:0!important; font-size:.76rem!important; }
.site-footer { padding:35px 0; color:rgba(255,255,255,.82); background:#00384c; }.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:28px; }.footer-brand { color:var(--white); }.footer-brand img { width:49px; height:49px; border-radius:50%; }.site-footer address { justify-self:center; font-style:normal; font-size:.78rem; line-height:1.65; }.footer-links { justify-self:end; display:flex; align-items:flex-end; flex-direction:column; gap:6px; font-size:.76rem; font-weight:750; }.footer-links a:hover { color:var(--orange); }
.mobile-cta { display:none; }
[data-reveal] { opacity:0; transform:translateY(24px); transition:opacity .62s ease, transform .62s cubic-bezier(.2,.65,.2,1); }.is-visible { opacity:1; transform:none; }
@media (max-width: 1020px) { .hero-grid { grid-template-columns:1fr 1fr; gap:35px; }.hero h1 { font-size:clamp(3.3rem,6vw,5.2rem); }.ability-grid { grid-template-columns:repeat(2,1fr); }.program-grid, .tools-grid, .mentor-grid, .why-grid, .faq-grid { gap:55px; }.schedule-head { gap:32px; }.pricing-grid { grid-template-columns:repeat(2,1fr); }.price-card.featured { transform:none; }.gallery-grid { grid-template-columns:1.25fr 1fr; }.gallery-grid .gallery-large { grid-row:span 2; }.gallery-grid figure:last-child { display:none; } }
@media (max-width: 760px) { body { padding-bottom:70px; }.container { width:min(var(--max), calc(100% - 34px)); }.site-header { padding:13px 0; }.site-header.scrolled { padding:9px 0; }.brand { min-width:auto; }.brand img { width:40px; height:40px; }.brand-text strong { font-size:.83rem; }.brand-text small { font-size:.52rem; }.menu-toggle { display:block; }.site-nav { position:fixed; inset:0; z-index:-1; display:flex; align-items:flex-start; justify-content:center; flex-direction:column; padding:108px 32px 40px; background:var(--deep); color:var(--white); opacity:0; pointer-events:none; transform:translateY(-12px); transition:opacity .22s ease, transform .22s ease; font-size:1.2rem; }.site-nav.open { opacity:1; pointer-events:auto; transform:translateY(0); }.site-nav .nav-cta { margin-top:7px; color:var(--deep); background:var(--orange); font-size:.9rem; }.hero { min-height:auto; padding:124px 0 76px; }.hero-grid, .intro-grid, .program-grid, .tools-grid, .mentor-grid, .why-grid, .faq-grid, .final-grid { grid-template-columns:1fr; }.hero-grid { gap:35px; }.hero h1 { font-size:clamp(3.15rem,15.2vw,4.8rem); }.hero-lead { font-size:1rem; }.hero-meta { gap:9px; display:grid; grid-template-columns:1fr 1fr; }.hero-meta span { padding:0; border:0; }.hero-meta span:last-child { grid-column:span 2; }.hero-actions { flex-direction:column; }.button { width:100%; }.hero-visual { min-height:365px; }.hero-photo { inset:15px 14px 12px 10px; }.sticker-one { top:20px; right:-4px; }.sticker-two { right:-2px; bottom:27px; }.spiral-orbit { left:-25px; bottom:-48px; width:132px; }.trust-grid { grid-template-columns:1fr; }.trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:last-child { padding:17px 0; border-right:0; border-bottom:1px solid var(--line); }.trust-grid > div:last-child { border-bottom:0; }.section { padding:82px 0; }.intro-grid, .program-grid, .tools-grid, .mentor-grid, .why-grid, .faq-grid, .final-grid { gap:34px; } .mentor-photo { height:360px; max-width:540px; }.intro h2, .section-head h2, .tools-grid h2, .mentor-copy h2, .why-grid h2, .faq-grid h2, .testimonial-head h2 { font-size:clamp(2.35rem,11vw,3.5rem); }.intro-copy .lead { font-size:1.1rem; }.ability-grid { grid-template-columns:1fr; margin-top:44px; }.ability-card { min-height:auto; }.ability-number { margin-bottom:28px; }.program-copy h2 { font-size:clamp(2.65rem,11vw,3.65rem); }.program-timeline li { grid-template-columns:43px 1fr; }.program-timeline li::before { left:18px; }.tools-photo { min-height:360px; }.pricing-grid { grid-template-columns:1fr; }.price-card { min-height:270px; }.section-head { display:block; margin-bottom:35px; }.section-head > p { margin-top:20px; }.schedule-head { display:block; margin-bottom:35px; }.schedule-head > p { margin-top:20px; }.schedule-frame { padding:10px; border-radius:18px; }.schedule-image-link { min-width:1120px; }.schedule-hint { text-align:left; padding:0 3px; }.gallery-grid { grid-template-columns:1fr 1fr; gap:10px; }.gallery-grid .gallery-large { grid-row:span 2; min-height:412px; }.gallery-grid figure { min-height:201px; border-radius:15px; }.gallery-grid figure:last-child { display:block; }.location-card { flex-direction:column; align-items:flex-start; padding:24px; }.location-card .button { width:100%; }.why-grid ul { grid-template-columns:1fr; }.testimonials-grid { grid-template-columns:1fr; }.testimonials-grid blockquote { min-height:230px; }.final-cta { padding:82px 0; }.final-grid { gap:26px; }.final-action { align-items:stretch; }.footer-grid { grid-template-columns:1fr; gap:23px; }.site-footer address, .footer-links { justify-self:start; align-items:flex-start; }.mobile-cta { position:fixed; z-index:120; right:0; bottom:0; left:0; display:flex; align-items:center; justify-content:space-between; min-height:64px; padding:0 17px; color:var(--deep); background:var(--orange); box-shadow:0 -10px 30px rgba(0,0,0,.13); font-size:.74rem; font-weight:850; }.mobile-cta strong { font-size:.86rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; } [data-reveal] { opacity:1; transform:none; } }
