:root {
  --teal-950: #043f43; --teal-900: #07565a; --teal-800: #087277; --teal-700: #0d918e; --teal-600: #12aaa2;
  --teal-100: #ddf8f3; --teal-50: #f1fcf9; --coral-600: #e8504d; --coral-500: #fb665c; --coral-100: #ffe5de;
  --yellow-500: #f8bd35; --yellow-100: #fff4c7; --ink: #143a3c; --muted: #5e7474; --line: #d9e9e6;
  --paper: #fff; --cream: #fffaf0; --shadow: 0 24px 70px rgba(4,63,67,.14); --shadow-soft: 0 12px 36px rgba(4,63,67,.09);
  --radius-xl: 34px; --radius-lg: 26px; --radius-md: 18px; --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { line-height: 1.14; }
h1 { margin-bottom: 18px; font-size: clamp(3rem,7vw,6.7rem); letter-spacing: -.068em; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem,4.3vw,4.2rem); letter-spacing: -.052em; }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px),var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.lead { font-size: clamp(1.08rem,1.6vw,1.24rem); font-weight: 600; }
.lead--light { color: #d7f0ee; }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 720px; margin-inline: auto; font-size: 1.07rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--teal-700); font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 4px; background: var(--coral-500); }
.eyebrow--light { color: #c9f5ef; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg,var(--coral-500),#ee4f61); box-shadow: 0 13px 28px rgba(232,80,77,.26); font: inherit; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease,box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 32px rgba(232,80,77,.31); }
.button--small { min-height: 42px; padding: 10px 18px; font-size: .87rem; }
.button--ghost { color: var(--teal-950); border: 1px solid rgba(4,63,67,.16); background: rgba(255,255,255,.8); box-shadow: none; }
.button--white { color: var(--teal-950); background: #fff; box-shadow: none; }
.button--teal { background: linear-gradient(135deg,var(--teal-800),var(--teal-600)); box-shadow: 0 13px 28px rgba(8,114,119,.22); }
.button:focus-visible,a:focus-visible,button:focus-visible { outline: 3px solid var(--yellow-500); outline-offset: 3px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 16px; color: #fff; background: var(--teal-950); }
.skip-link:focus { top: 16px; }

.announcement { color: #fff; background: var(--teal-950); font-size: .87rem; }
.announcement__inner { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.announcement span { color: var(--yellow-500); font-size: .74rem; font-weight: 900; letter-spacing: .06em; }
.announcement p { margin: 0; color: #fff; }
.announcement a { color: var(--yellow-500); font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(4,63,67,.08); background: rgba(255,255,255,.93); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border: 1px solid var(--line); border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1.18; }
.brand strong { color: var(--teal-800); font-size: .91rem; }
.brand small { color: var(--muted); font-size: .76rem; }
.main-nav { display: flex; gap: 26px; }
.main-nav a { font-size: .9rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover { color: var(--teal-700); }

.hero { position: relative; overflow: hidden; padding: 94px 0 98px; background: linear-gradient(145deg,#ecfbf7 0%,#fffaf0 56%,#fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(13,145,142,.12) 1px,transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg,#000 0%,transparent 75%); }
.hero__shape { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__shape--one { width: 340px; height: 340px; right: 3%; top: 8%; background: rgba(18,170,162,.13); }
.hero__shape--two { width: 180px; height: 180px; left: 41%; bottom: -70px; background: rgba(251,102,92,.11); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero__level { display: inline-flex; margin-bottom: 25px; padding: 8px 14px; border-radius: 999px; color: var(--teal-800); background: var(--teal-100); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.hero__kicker { margin-bottom: 8px; color: var(--coral-600); font-size: clamp(1.15rem,2vw,1.7rem); font-weight: 900; letter-spacing: -.03em; }
.hero h1 em { display: block; color: var(--teal-800); font-style: normal; }
.hero__subtitle { max-width: 700px; margin-bottom: 20px; color: var(--ink); font-size: clamp(1.08rem,1.65vw,1.35rem); font-weight: 800; }
.hero__lead { max-width: 710px; font-size: 1.08rem; }
.hero__promise { display: flex; gap: 13px; max-width: 720px; margin: 26px 0; padding: 17px 18px; border: 1px solid rgba(13,145,142,.16); border-radius: 16px; background: rgba(255,255,255,.76); }
.hero__promise > span { display: grid; width: 27px; height: 27px; place-items: center; flex: 0 0 27px; border-radius: 50%; color: #fff; background: var(--teal-600); font-size: .8rem; font-weight: 900; }
.hero__promise p { margin: 0; font-size: .93rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.foundation-visual { position: relative; display: grid; gap: 14px; min-height: 510px; align-content: center; padding: 36px; border: 1px solid rgba(4,63,67,.08); border-radius: 42px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); transform: rotate(1deg); }
.foundation-visual__top { padding: 32px 28px; border-radius: 22px; color: #fff; background: linear-gradient(135deg,var(--coral-500),#f58b5e); text-align: center; box-shadow: var(--shadow-soft); }
.foundation-visual__top span,.foundation-visual__base small { display: block; margin-bottom: 7px; font-size: .71rem; font-weight: 900; letter-spacing: .12em; }
.foundation-visual__top strong { font-size: clamp(1.25rem,2vw,1.7rem); }
.foundation-visual__bridge { display: grid; height: 68px; place-items: center; color: var(--teal-800); background: linear-gradient(90deg,transparent 0 12%,var(--yellow-100) 12% 88%,transparent 88%); font-size: .78rem; font-weight: 800; }
.foundation-visual__base { display: grid; gap: 7px; padding: 34px; border-radius: 12px 12px 30px 30px; color: #fff; background: linear-gradient(145deg,var(--teal-900),var(--teal-700)); text-align: center; box-shadow: 0 20px 34px rgba(4,63,67,.23); }
.foundation-visual__base strong { font-size: clamp(1.15rem,2vw,1.55rem); letter-spacing: .04em; }
.foundation-visual__seal { position: absolute; right: -18px; top: -22px; display: grid; width: 96px; height: 96px; place-content: center; border: 6px solid #fff; border-radius: 50%; color: var(--teal-950); background: var(--yellow-500); box-shadow: var(--shadow-soft); font-size: 1.85rem; font-weight: 900; line-height: .85; text-align: center; transform: rotate(7deg); }
.foundation-visual__seal small { font-size: .58rem; letter-spacing: .08em; }

.quick-facts { border-block: 1px solid var(--line); }
.quick-facts__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.quick-facts article { min-height: 115px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; border-right: 1px solid var(--line); }
.quick-facts article:last-child { border: 0; }
.quick-facts strong { color: var(--coral-500); font-size: 2.15rem; letter-spacing: -.05em; }
.quick-facts span { max-width: 108px; color: var(--muted); font-size: .87rem; line-height: 1.3; }

.foundation-story { display: grid; gap: 22px; }
.foundation-story__pair { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 22px; }
.story-visual { margin: 0; }
.story-visual--wide { width: min(900px,100%); margin-inline: auto; }
.story-visual__media { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: var(--radius-xl); background: var(--teal-50); box-shadow: var(--shadow-soft); }
.story-visual__media::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg,transparent,rgba(3,47,50,.83)); pointer-events: none; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.story-visual figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; font-size: clamp(1.18rem,2.2vw,2rem); font-weight: 900; line-height: 1.25; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.story-visual--child > p { margin: 16px 8px 0; color: var(--ink); font-size: .98rem; line-height: 1.7; }
.story-visual--child > p strong { color: var(--teal-800); }
.early-reason { margin-top: 54px; padding: clamp(28px,5vw,56px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg,#fff 0%,var(--teal-50) 100%); box-shadow: var(--shadow-soft); }
.early-reason__heading { max-width: 900px; margin: 0 auto 30px; text-align: center; }
.early-reason__heading > span { color: var(--coral-600); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.early-reason__heading h2 { margin: 10px 0 0; font-size: clamp(1.8rem,3.5vw,3.15rem); line-height: 1.12; }
.early-reason__milestones { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 28px; }
.early-reason__milestones article { display: flex; align-items: center; gap: 18px; padding: 22px; border-radius: 20px; background: var(--teal-950); color: #fff; }
.early-reason__milestones article > strong { color: var(--yellow-500); font-size: clamp(3rem,6vw,5rem); line-height: .9; }
.early-reason__milestones h3 { margin: 0 0 5px; color: #fff; font-size: 1.15rem; }
.early-reason__milestones p { margin: 0; color: #cbe0de; font-size: .92rem; }
.early-reason__body { max-width: 900px; margin: 0 auto; }
.early-reason__body p { font-size: 1.03rem; }
.early-reason__emphasis { padding: 18px 20px; border-left: 5px solid var(--coral-500); border-radius: 0 14px 14px 0; background: #fff; color: var(--teal-950); font-weight: 850; }
.early-reason blockquote { display: grid; gap: 6px; max-width: 900px; margin: 28px auto 0; padding: 22px 24px; border-radius: 18px; background: var(--yellow-500); color: var(--teal-950); text-align: center; }
.early-reason blockquote strong { font-size: clamp(1.15rem,2.2vw,1.55rem); }
.early-reason blockquote span { font-weight: 700; }
.foundation-story > .note-card { width: min(920px,100%); margin: 8px auto 0; }
.note-card { display: grid; gap: 5px; margin-top: 26px; padding: 20px 22px; border-left: 5px solid var(--coral-500); border-radius: 0 16px 16px 0; background: var(--cream); }
.note-card span { color: var(--muted); font-size: .93rem; }

.problem-section { background: var(--teal-50); }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.problem-grid article { padding: 24px 21px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 24px rgba(4,63,67,.055); }
.problem-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 16px; border-radius: 14px; background: var(--coral-100); font-size: 1.35rem; }
.problem-grid h3 { font-size: 1.06rem; }
.problem-grid p { margin: 0; font-size: .88rem; }

.result-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.result-grid article { position: relative; overflow: hidden; padding: 28px 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.result-grid article b { position: absolute; right: 14px; top: 5px; color: rgba(13,145,142,.08); font-size: 4.6rem; line-height: 1; }
.result-grid article > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 18px; border-radius: 15px; background: var(--teal-100); font-size: 1.5rem; }
.result-grid h3 { font-size: 1.06rem; }
.result-grid p { margin: 0; font-size: .88rem; }
.experience-gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 210px; gap: 12px; margin-top: 42px; }
.experience-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow-soft); }
.experience-gallery__wide { grid-column: span 2; grid-row: span 2; }
.experience-videos { margin-top: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg,var(--teal-50),#fff); }
.experience-video__copy > span { color: var(--coral-600); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.experience-video__copy h3 { margin-top: 9px; font-size: clamp(1.55rem,2.5vw,2.35rem); }
.experience-video__copy p { max-width: 760px; margin-bottom: 22px; }
.video-card { overflow: hidden; margin: 0; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: contain; background: var(--teal-950); }
.video-card figcaption { padding: 13px 16px 15px; color: var(--teal-950); font-size: .95rem; font-weight: 800; }
.video-card--portrait { width: min(500px,100%); margin-inline: auto; }
.video-card--portrait video { aspect-ratio: 9/16; object-fit: cover; }

.why-section { color: #fff; background: var(--teal-950); }
.why-section h2,.why-section h3 { color: #fff; }
.why-section p { color: #bad5d3; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.why-subtitle { margin: -4px 0 20px; color: var(--yellow-500) !important; font-size: 1.15rem; font-weight: 850; }
.compare-card { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.compare-card > div:not(.compare-card__arrow) { padding: 25px; border-radius: 18px; background: rgba(255,255,255,.07); }
.compare-card small { color: var(--yellow-500); font-weight: 900; letter-spacing: .1em; }
.compare-card p { margin: 12px 0 0; font-size: .91rem; }
.compare-card__arrow { color: var(--yellow-500); font-size: 2rem; }
.surprise-note { display: flex; align-items: flex-start; gap: 16px; margin-top: 46px; padding: 23px 25px; border-radius: 18px; color: var(--teal-950); background: var(--yellow-100); }
.surprise-note span { font-size: 1.6rem; }
.surprise-note p { margin: 0; color: var(--ink); }
.pathways { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 20px; margin-top: 30px; }
.pathways > span { color: var(--yellow-500); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.pathways > b { color: #fff; }
.pathways ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pathways li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .83rem; font-weight: 700; }

.journey-section { background: linear-gradient(180deg,#fffaf0,#fff); }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.journey-card { padding: 29px 25px; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.journey-card--coral { background: var(--coral-100); }
.journey-card--yellow { background: var(--yellow-100); }
.journey-card--teal { background: var(--teal-100); }
.journey-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.journey-card__head span { color: var(--teal-800); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.journey-card__head b { font-size: .67rem; }
.journey-card__icon { margin: 25px 0 10px; font-size: 2.4rem; }
.journey-card h3 { font-size: 1.45rem; }
.journey-card ul { margin: 18px 0 0; padding-left: 19px; color: var(--muted); font-size: .91rem; }
.journey-card li + li { margin-top: 8px; }
.skills-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; margin-top: 34px; padding: 45px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(145deg,var(--teal-950),var(--teal-800)); box-shadow: var(--shadow); }
.skills-panel h3,.skills-panel h4 { color: #fff; }
.skills-panel p { color: #c1dddd; }
.skills-panel__intro > span { color: var(--yellow-500); font-size: .73rem; font-weight: 900; letter-spacing: .1em; }
.skills-panel__intro h3 { margin-top: 12px; font-size: 2.15rem; }
.skills-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.skills-list article { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.06); }
.skills-list b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--teal-950); background: var(--yellow-500); font-size: .75rem; }
.skills-list h4 { margin-bottom: 5px; font-size: .95rem; }
.skills-list p { margin: 0; font-size: .79rem; }
.video-note { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.video-note > span { font-size: 1.7rem; }
.video-note p { margin: 0; }

.gift-section { background: var(--teal-50); }
.gift-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 50px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg,var(--coral-600),#f58b5e); box-shadow: var(--shadow); }
.gift-banner span { font-size: .77rem; font-weight: 900; letter-spacing: .14em; }
.gift-banner h2 { margin: 0 0 13px; color: #fff; font-size: clamp(2.5rem,5vw,4.8rem); }
.gift-banner p { max-width: 750px; margin: 0; color: #fff6f2; }
.gift-banner .gift-banner__highlight { margin-bottom: 9px; color: var(--yellow-100); font-size: clamp(1.05rem,1.8vw,1.35rem); font-weight: 900; }
.gift-banner > strong { font-size: clamp(4rem,9vw,7rem); letter-spacing: -.08em; line-height: 1; }
.gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.gift-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.gift-card__image { width: 100%; aspect-ratio: 16/9; margin-bottom: 20px; object-fit: cover; border-radius: 16px; }
.gift-grid article > span { color: var(--teal-700); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.gift-grid h3 { margin-top: 13px; font-size: 1.5rem; }
.gift-grid p { margin: 0; }
.giving-story { margin-top: 24px; padding: 50px; border: 1px solid #f0dfaa; border-radius: var(--radius-xl); background: var(--cream); }
.giving-story__title { display: flex; gap: 18px; max-width: 920px; align-items: flex-start; }
.giving-story__title > span { font-size: 2.4rem; }
.giving-story__title small { color: var(--coral-600); font-weight: 900; letter-spacing: .1em; }
.giving-story__title h2 { margin-top: 10px; font-size: clamp(2rem,3.5vw,3.4rem); }
.giving-story__title p { margin: -2px 0 0; color: var(--coral-600); font-size: 1.08rem; font-weight: 800; }
.giving-story__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 24px; }
.giving-story__columns p { font-size: .97rem; }
.giving-story blockquote { margin: 24px 0 0; padding: 22px 25px; border-left: 5px solid var(--coral-500); border-radius: 0 16px 16px 0; color: var(--teal-950); background: #fff; font-size: 1.08rem; font-weight: 750; }

.method-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.method-subtitle { margin: -5px 0 15px; color: var(--teal-700); font-size: 1.12rem; font-weight: 850; }
.method-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.method-list article { padding: 25px; border-radius: var(--radius-md); background: var(--teal-50); }
.method-list article > span { display: block; margin-bottom: 12px; font-size: 1.6rem; }
.method-list p { margin: 0; font-size: .88rem; }

.offer-section { padding-top: 34px; }
.offer-card { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 54px; padding: 58px; border-radius: 40px; color: #fff; background: linear-gradient(140deg,var(--teal-950),var(--teal-700)); box-shadow: var(--shadow); }
.offer-card h2 { color: #fff; }
.offer-card ul { margin: 26px 0 0; padding-left: 22px; color: #d3eae8; }
.offer-card li + li { margin-top: 9px; }
.price-box { padding: 32px; border: 3px solid var(--coral-500); border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 22px 50px rgba(232,80,77,.2); text-align: center; }
.price-box > span { display: block; color: var(--coral-600); font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.price-box del { display: block; margin: 3px 0 20px; color: var(--muted); font-size: 1.45rem; }
.price-box small { display: block; color: var(--teal-700); font-weight: 900; letter-spacing: .08em; }
.price-box > strong { display: block; margin: 5px 0 8px; color: var(--coral-600); font-size: clamp(2.8rem,5vw,4.6rem); line-height: 1; letter-spacing: -.07em; }
.price-box p { margin: 0 0 22px; color: var(--muted); }
.price-box .button { width: 100%; color: #fff; background: linear-gradient(135deg,var(--coral-500),#ee4f61); }

.booking-section { background: linear-gradient(180deg,#fff,var(--teal-50)); }
.booking-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.qr-card,.bank-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.qr-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.qr-card__head > span,.booking-action > span { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 44px; border-radius: 13px; color: #fff; background: var(--teal-700); font-weight: 900; }
.qr-card__head small { color: var(--coral-600); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.qr-card__head h3 { margin: 3px 0 0; }
.qr-card > img { width: min(100%,420px); margin-inline: auto; border: 1px solid var(--line); border-radius: 18px; }
.qr-card__safe { margin: 18px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--teal-50); font-size: .81rem; text-align: center; }
.bank-card__brand { display: inline-flex; margin-bottom: 20px; padding: 7px 10px; border-radius: 8px; color: var(--teal-800); background: var(--teal-100); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.bank-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.bank-row small { grid-column: 1/-1; color: var(--muted); font-size: .69rem; font-weight: 850; letter-spacing: .08em; }
.bank-row strong { align-self: center; }
.bank-row button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--teal-800); background: #fff; font: inherit; font-size: .73rem; font-weight: 800; cursor: pointer; }
.bank-row--content strong { font-size: .9rem; }
.booking-action { display: grid; grid-template-columns: 44px 1fr; gap: 15px; margin-top: 25px; padding-top: 2px; }
.booking-action h3 { margin-bottom: 5px; }
.booking-action p { margin-bottom: 13px; font-size: .87rem; }
.booking-action .button { min-height: 46px; padding: 11px 17px; font-size: .83rem; }
.booking-action--group > span { background: var(--coral-500); }
.copy-status { min-height: 24px; margin: 12px 0 0; color: var(--teal-700); font-size: .8rem; font-weight: 800; text-align: right; }
.after-booking { margin-top: 28px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.after-booking > h3 { text-align: center; }
.after-booking ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.after-booking li { display: flex; gap: 13px; align-items: center; }
.after-booking li b { display: grid; width: 40px; height: 40px; place-items: center; flex: 0 0 40px; border-radius: 50%; color: #fff; background: var(--teal-700); }
.after-booking li span { display: grid; }
.after-booking li small { color: var(--muted); }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.event-details { display: grid; gap: 12px; margin: 28px 0; }
.event-details article { display: flex; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--teal-50); }
.event-details article > span { font-size: 1.35rem; }
.event-details small { display: block; color: var(--teal-700); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.event-details strong { display: block; margin-top: 2px; font-size: .9rem; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-wrap { overflow: hidden; height: 520px; border: 8px solid #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.final-message { padding: 105px 0; color: #fff; background: linear-gradient(145deg,var(--teal-950),#076b69); text-align: center; }
.final-message__inner { max-width: 950px; }
.final-message__inner > span { color: var(--yellow-500); font-size: .77rem; font-weight: 900; letter-spacing: .15em; }
.final-message h2 { margin-top: 18px; color: #fff; }
.final-message p { max-width: 780px; margin-inline: auto; color: #cce4e2; }
.final-message__inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.site-footer { padding: 52px 0 100px; color: #bdd4d2; background: #032f32; }
.site-footer__grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 42px; }
.site-footer strong { color: #fff; }
.site-footer p { margin: 7px 0; color: #a9c5c3; font-size: .86rem; }
.site-footer a { color: #d8efed; }
.footer-brand { display: flex; gap: 13px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; }
.site-footer__bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.mobile-cta { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: none; grid-template-columns: .75fr 1.25fr; gap: 8px; padding: 10px 13px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -8px 24px rgba(4,63,67,.1); }
.mobile-cta a { display: grid; min-height: 46px; place-items: center; border-radius: 12px; font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; }
.mobile-cta a:first-child { color: var(--teal-800); background: var(--teal-100); }
.mobile-cta a:last-child { color: #fff; background: var(--coral-500); }

/* LEVEL 1 evergreen hero and revised content flow */
.hero { min-height: 720px; display: grid; align-items: center; padding: 110px 0; background: linear-gradient(145deg,#fff9ee 0%,#effbf8 55%,#fff 100%); }
.hero::after { content: "LEVEL 1"; position: absolute; left: 50%; top: 48%; color: rgba(13,145,142,.045); font-size: clamp(10rem,27vw,28rem); font-weight: 900; letter-spacing: -.08em; line-height: .7; white-space: nowrap; transform: translate(-50%,-50%); }
.hero__shape--one { width: 440px; height: 440px; right: -100px; top: -80px; }
.hero__shape--two { width: 300px; height: 300px; left: -90px; bottom: -100px; }
.hero__content { position: relative; z-index: 2; max-width: 1160px; text-align: center; }
.hero__kicker { margin-bottom: 26px; color: var(--coral-600); font-size: clamp(1.35rem,2.7vw,2.45rem); letter-spacing: .04em; }
.hero h1 { margin: 0 auto; font-size: clamp(3.6rem,7vw,6.85rem); font-weight: 900; letter-spacing: -.035em; line-height: 1.04; word-spacing: .06em; }
.hero h1 > span,.hero h1 em { display: block; }
.hero h1 em { margin-top: 20px; color: var(--coral-600); }
.mobile-break { display: none; }
.hero__skills { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; max-width: 1080px; margin: 46px auto 0; color: var(--teal-700); font-size: clamp(1.25rem,2.4vw,2.25rem); font-weight: 900; line-height: 1.32; letter-spacing: -.01em; word-spacing: .06em; }
.hero__skills span { color: var(--yellow-500); }
.hero__tagline { max-width: 820px; margin: 42px auto 0; color: var(--ink); font-size: clamp(1.05rem,1.55vw,1.34rem); font-weight: 750; line-height: 1.72; word-spacing: .04em; }
.problem-grid article { position: relative; }
.problem-grid article > b { position: absolute; right: 14px; top: 8px; color: rgba(232,80,77,.1); font-size: 3.6rem; line-height: 1; }
.problem-card--wide { grid-column: 1/-1; display: grid; grid-template-columns: 56px 1fr; align-items: start; gap: 16px; border-color: rgba(232,80,77,.23) !important; background: linear-gradient(135deg,#fff,var(--coral-100)) !important; }
.problem-card--wide > span { margin: 0 !important; }
.problem-card--wide p:last-child { margin-bottom: 0; }
.compare-card h3 { margin: 10px 0 14px; font-size: 1.15rem; }
.compare-card ul { margin: 0; padding-left: 18px; color: #bad5d3; font-size: .89rem; }
.compare-card li + li { margin-top: 8px; }
.journey-grid { grid-template-columns: .88fr 1.3fr 1fr; align-items: stretch; }
.journey-card h3 { min-height: 3.3em; }
.gift-grid article ul { margin: 18px 0 0; padding-left: 19px; color: var(--muted); font-size: .9rem; }
.gift-grid article li + li { margin-top: 7px; }
.train-labels { display: grid; grid-template-columns: repeat(6,1fr); gap: 5px; margin: -8px 0 18px; }
.train-labels span { display: grid; min-height: 33px; place-items: center; padding: 5px 3px; border-radius: 7px; color: var(--teal-950); background: var(--yellow-100); font-size: .56rem; font-weight: 900; line-height: 1.1; text-align: center; }
.course-section { background: var(--cream); }
.course-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.course-grid article { padding: 26px 21px; border: 1px solid #f0e5c7; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-soft); }
.course-grid article > span { display: inline-flex; margin-bottom: 16px; padding: 7px 10px; border-radius: 9px; color: var(--teal-950); background: var(--yellow-100); font-size: .85rem; font-weight: 900; letter-spacing: .04em; }
.course-grid h3 { font-size: 1.04rem; }
.course-grid p { margin: 0; font-size: .84rem; }
.future-section { padding-top: 0; background: #fff; }
.future-card { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg,var(--teal-50),#fff); }
.future-card h2 { font-size: clamp(2rem,3.5vw,3.3rem); }
.future-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.future-card li { padding: 15px; border-radius: 13px; color: var(--teal-950); background: #fff; box-shadow: var(--shadow-soft); font-weight: 850; text-align: center; }

@media (max-width: 1020px) {
  .main-nav,.site-header .button--small { display: none; }
  .hero__grid,.why-grid,.skills-panel,.method-grid,.booking-grid,.location-grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 820px; }
  .foundation-visual { width: min(680px,100%); margin-inline: auto; }
  .problem-grid,.result-grid { grid-template-columns: repeat(3,1fr); }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-card:last-child { grid-column: 1/-1; }
  .experience-gallery { grid-template-columns: repeat(3,1fr); }
  .experience-gallery__wide { grid-column: span 2; }
  .method-grid { gap: 30px; }
  .offer-card { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: repeat(3,1fr); }
  .future-card { grid-template-columns: 1fr; }
  .map-wrap { height: 430px; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding: 72px 0; }
  .announcement__inner { min-height: 50px; padding: 8px 0; }
  .announcement__inner > span,.announcement a { display: none; }
  .announcement p { font-size: .78rem; }
  .site-header__inner { min-height: 67px; }
  .brand img { width: 46px; height: 46px; }
  .brand small { display: none; }
  .hero { padding: 64px 0 74px; }
  .hero { min-height: 610px; }
  .hero__kicker { line-height: 1.38; }
  .hero h1 { font-size: clamp(2.65rem,11.7vw,3.4rem); line-height: 1.13; letter-spacing: -.015em; word-spacing: .1em; }
  .hero h1 em { margin-top: 24px; }
  .mobile-break { display: block; }
  .hero__skills { display: grid; gap: 15px; margin-top: 38px; font-size: clamp(1.18rem,5.5vw,1.46rem); line-height: 1.4; letter-spacing: .01em; word-spacing: .1em; }
  .hero__skills span { display: none; }
  .hero__tagline { margin-top: 38px; line-height: 1.78; word-spacing: .07em; }
  .foundation-visual { min-height: 430px; padding: 23px; border-radius: 30px; }
  .foundation-visual__seal { right: -7px; width: 79px; height: 79px; font-size: 1.5rem; }
  .quick-facts__grid { grid-template-columns: 1fr 1fr; }
  .quick-facts article { min-height: 94px; border-bottom: 1px solid var(--line); }
  .quick-facts article:nth-child(2) { border-right: 0; }
  .foundation-story__pair { grid-template-columns: 1fr; }
  .early-reason { margin-top: 38px; padding: 27px 20px; }
  .early-reason__milestones { grid-template-columns: 1fr; }
  .early-reason__milestones article { align-items: flex-start; }
  .story-visual__media { border-radius: 22px; }
  .story-visual figcaption { left: 15px; right: 15px; bottom: 15px; font-size: 1.2rem; }
  .problem-grid,.result-grid,.journey-grid,.gift-grid,.giving-story__columns,.method-list,.skills-list { grid-template-columns: 1fr; }
  .problem-card--wide { grid-template-columns: 46px 1fr; }
  .journey-card:last-child { grid-column: auto; }
  .experience-gallery { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .experience-gallery img,.experience-gallery__wide { width: 82%; flex: 0 0 82%; height: 300px; scroll-snap-align: center; }
  .experience-videos { padding: 19px; }
  .compare-card { grid-template-columns: 1fr; }
  .compare-card__arrow { transform: rotate(90deg); text-align: center; }
  .pathways { grid-template-columns: 1fr; gap: 10px; }
  .pathways > b { display: none; }
  .skills-panel { padding: 29px 21px; }
  .gift-banner { align-items: flex-start; flex-direction: column; padding: 34px 25px; }
  .gift-banner > strong { align-self: flex-end; }
  .giving-story { padding: 33px 23px; }
  .giving-story__title { display: block; }
  .train-labels { grid-template-columns: repeat(3,1fr); }
  .offer-card { width: min(calc(100% - 18px),var(--container)); padding: 38px 22px; border-radius: 30px; }
  .course-grid { grid-template-columns: 1fr; }
  .future-card { padding: 33px 22px; }
  .qr-card,.bank-card { padding: 25px 18px; }
  .bank-row { grid-template-columns: 1fr; }
  .bank-row button { width: max-content; margin-top: 5px; }
  .after-booking ol { grid-template-columns: 1fr; }
  .map-wrap { height: 360px; }
  .location-actions { display: grid; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .mobile-cta { display: grid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
