:root{--navy-950:#05264a;--navy-900:#07376b;--ocean-700:#047c93;--ocean-500:#19b7c9;--sky-100:#dff5f8;--sun-400:#ffdf22;--sun-500:#f6ca00;--coral-500:#ee6f58;--foam:#f7fbfb;--white:#fff;--ink:#102236;--muted:#5b6b7d;--line:#c8dce2;--success:#117a58;--warning:#8b5700;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Georgia, "Times New Roman", serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--radius-sm:4px;--radius-md:8px;--shadow:0 16px 48px #05264a24;--container:1180px;--reading:760px;--page-bg:var(--foam);--surface:var(--white);--surface-ink:var(--ink);--heading:var(--navy-950);--breadcrumb-bg:var(--sky-100);--hero-overlay:linear-gradient(180deg, #05264a14, #05264ae0);--h1-size:clamp(2.5rem, 7vw, 5.6rem);--h2-size:clamp(1.9rem, 4vw, 3.3rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--surface-ink);background:var(--page-bg);font-family:var(--font-body);margin:0;line-height:1.6}img,video{max-width:100%;display:block}a{color:var(--ocean-700);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--navy-900)}:focus-visible{outline:3px solid var(--coral-500);outline-offset:3px}h1,h2,h3{margin:0 0 var(--space-4);color:var(--heading);font-family:var(--font-display);letter-spacing:0;line-height:1.08}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:1.35rem}p{margin:0 0 var(--space-4)}.container{width:min(var(--container), calc(100% - 2rem));margin-inline:auto}.reading{width:min(var(--reading), 100%)}.section{padding-block:var(--space-8)}.section--white{background:var(--surface)}.link-list{flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.25rem;display:flex}.link-list a{font-weight:700}.section--navy{color:var(--white);background:var(--navy-950)}.section--navy h2,.section--navy h3{color:var(--white)}.section--navy .eyebrow{color:var(--sun-400)}.section--navy .card{color:var(--ink)}.section--navy .card h3{color:var(--heading)}.eyebrow{margin-bottom:var(--space-3);color:var(--ocean-700);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:700}.lede{max-width:760px;font-size:clamp(1.1rem,2vw,1.35rem)}.grid{gap:var(--space-5);display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.stack>*+*{margin-top:var(--space-5)}.button-row{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.button{border-radius:var(--radius-sm);background:var(--sun-400);min-height:46px;color:var(--navy-950);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--sun-500);color:var(--navy-950)}.button--secondary{border-color:var(--navy-900);color:var(--navy-900);background:0 0}.button--secondary:hover{background:var(--navy-900);color:var(--white)}.button--light{border-color:var(--white);color:var(--white)}.card{padding:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--surface-ink)}.card--accent{border-top:5px solid var(--sun-400)}.card__meta{color:var(--muted);font-size:.9rem}.badge{background:var(--sky-100);color:var(--navy-900);border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.notice{padding:var(--space-4);border-left:4px solid var(--sun-500);color:#5a4700;background:#fff9d8}.hero{background:var(--navy-950);align-items:end;min-height:min(760px,82vh);display:grid;position:relative;overflow:hidden}.hero__media,.hero__media img,.hero__media video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:var(--hero-overlay);position:absolute;inset:0}.hero__content{z-index:1;padding-block:var(--space-8);color:var(--white);position:relative}.hero__copy{max-width:900px}.hero h1{max-width:900px;color:var(--white)}.hero .eyebrow{color:var(--sun-400)}.hero .lede{max-width:660px}.split{gap:var(--space-7);grid-template-columns:1.05fr .95fr;align-items:center;display:grid}.media-frame{border-radius:var(--radius-md);background:var(--navy-900);box-shadow:var(--shadow);aspect-ratio:4/3;overflow:hidden}.media-frame img,.media-frame video{object-fit:cover;width:100%;height:100%}.lesson-strip{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.lesson-strip .card{border:0;border-radius:0}.facts{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));padding:0;list-style:none;display:grid}.fact{padding:var(--space-4);border-left:3px solid var(--ocean-500);background:var(--surface);color:var(--surface-ink)}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;padding:var(--space-4) 0;color:var(--heading);font-weight:700}.faq details p{padding-bottom:var(--space-4)}.video-facade{aspect-ratio:16/9;background:var(--navy-950);width:100%;color:var(--white);cursor:pointer;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.video-facade img{object-fit:cover;opacity:.72;width:100%;height:100%;position:absolute;inset:0}.video-facade span{z-index:1;border-radius:var(--radius-sm);background:var(--sun-400);color:var(--navy-950);align-items:center;gap:.6rem;padding:.8rem 1rem;font-weight:700;display:inline-flex;position:relative}.booking-module{padding:var(--space-6);border:2px solid var(--ocean-500);border-radius:var(--radius-md);background:var(--surface);color:var(--surface-ink)}.section__closing{margin-top:var(--space-6)}.pricing-note{margin:var(--space-5) 0;font-weight:700}.final-cta{justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}.text-link{align-items:center;min-height:46px;font-weight:700;display:inline-flex}.site-header{z-index:80;color:var(--white);background:#05264af7;transition:box-shadow .18s,background-color .18s;position:sticky;top:0}.site-header[data-scrolled]{background:#05264afb;box-shadow:0 8px 24px #05264a38}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-5);min-height:72px;display:flex}.brand{color:var(--white);font-family:var(--font-display);align-items:center;gap:.65rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.brand__mark{background:var(--sun-400);width:38px;height:38px;color:var(--navy-950);font-family:var(--font-body);border-radius:50%;place-items:center;font-size:.8rem;display:grid}.nav{align-items:center;gap:1.25rem;display:flex}.nav a{color:var(--white);font-weight:600;text-decoration:none}.nav a:hover{color:var(--sun-400)}.nav a[aria-current=page]:not(.button){color:var(--sun-400);text-underline-offset:.35rem;text-decoration:underline}.nav a.button{color:var(--navy-950)}.nav__book{min-height:42px;padding:.55rem .9rem}.nav-toggle{color:var(--white);background:0 0;border:1px solid #ffffff8c;padding:.55rem;display:none}.breadcrumb{z-index:30;border-bottom:1px solid var(--line);background:var(--breadcrumb-bg);font-size:.875rem;position:relative}.breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.35rem;min-height:44px;margin:0 auto;padding-block:.55rem;list-style:none;display:flex}.breadcrumb li{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.breadcrumb a{color:var(--navy-900)}.breadcrumb [aria-current=page],.breadcrumb__separator{color:var(--muted)}.site-footer{z-index:2;padding-block:var(--space-7);background:var(--navy-950);color:var(--white);position:relative;overflow:hidden}.site-footer .container{z-index:1;position:relative}.ocean-seafloor{display:none}.site-footer a,.site-footer h2,.site-footer h3{color:var(--white)}.site-footer .card__meta{color:var(--sky-100)}.footer-grid{gap:var(--space-6);grid-template-columns:1.4fr 1fr 1fr;display:grid}.skip-link{z-index:100;background:var(--white);padding:.75rem;position:absolute;top:0;left:-9999px}.skip-link:focus{top:.75rem;left:.75rem}.ocean-decor{display:none}@media (width<=800px){.grid--2,.grid--3,.split,.lesson-strip,.facts,.footer-grid{grid-template-columns:1fr}.section{padding-block:var(--space-7)}.hero{min-height:680px}.nav-toggle{display:inline-flex}.nav{padding:var(--space-5);background:var(--navy-950);flex-direction:column;align-items:stretch;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 14px 26px #05264a3d}.nav[data-open=true]{display:flex}.nav .button{width:100%}.final-cta{flex-direction:column;align-items:flex-start}.breadcrumb ol{align-items:flex-start;padding-block:.65rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root,[data-theme=classic]{--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--page-bg:#f5f9fa;--h1-size:clamp(2.25rem, 5.5vw, 4.25rem);--h2-size:clamp(1.75rem, 3.4vw, 2.85rem);--shadow:0 18px 46px #05264a29;--hero-overlay:linear-gradient(178deg, #05264a1a 0%, #05264a4d 42%, #05264adb 100%)}[data-theme=classic] .card{box-shadow:0 8px 24px #05264a0f}[data-theme=editorial]{--foam:#f4efe6;--white:#fffdf8;--page-bg:#f4efe6;--surface:#fffdf8;--surface-ink:#1f1d1a;--ink:#1f1d1a;--muted:#625d54;--heading:#1c1a17;--line:#e4dccf;--breadcrumb-bg:#ece4d6;--sky-100:#ece4d6;--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--h1-size:clamp(2.4rem, 5vw, 4.6rem);--h2-size:clamp(1.7rem, 3.2vw, 2.7rem);--space-8:6rem;--shadow:0 22px 60px #1f1d1a1f;--hero-overlay:linear-gradient(176deg, #18161338 0%, #18161366 45%, #12100ddb 100%)}[data-theme=editorial] h1,[data-theme=editorial] h2{letter-spacing:-.01em}[data-theme=editorial] .eyebrow{color:var(--navy-900)}[data-theme=editorial] .section--navy .eyebrow,[data-theme=editorial] .hero .eyebrow{color:var(--sun-400)}[data-theme=editorial] main a:not(.button){color:var(--navy-900)}[data-theme=editorial] main a:not(.button):hover{color:var(--navy-950)}[data-theme=editorial] .lede{color:#3a352e}[data-theme=editorial] .hero .lede,[data-theme=editorial] .section--navy .lede{color:#fff}[data-theme=editorial] .card{box-shadow:0 10px 30px #1f1d1a12}[data-theme=editorial] .card--accent{border-top-color:var(--sun-400)}[data-theme=editorial] .section--navy{background:var(--navy-950)}[data-theme=dark]{--navy-950:#0a1524;--navy-900:#10233c;--page-bg:#0b1626;--surface:#16273f;--surface-ink:#e9eef4;--ink:#e9eef4;--muted:#a7b4c3;--heading:#f3f7fb;--line:#26384f;--breadcrumb-bg:#10233c;--font-display:"Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--h1-size:clamp(2.3rem, 5.4vw, 4.4rem);--h2-size:clamp(1.7rem, 3.3vw, 2.75rem);--shadow:0 24px 64px #00000080;--hero-overlay:linear-gradient(178deg, #060e184d 0%, #060e188c 45%, #060e18eb 100%)}[data-theme=dark] h1,[data-theme=dark] h2{letter-spacing:-.015em;font-weight:600}[data-theme=dark] .eyebrow,[data-theme=dark] a{color:var(--ocean-500)}[data-theme=dark] a:hover{color:var(--sun-400)}[data-theme=dark] a.button{color:var(--navy-950)}[data-theme=dark] a.button--secondary{color:var(--sun-400)}[data-theme=dark] a.button--light{color:var(--white)}[data-theme=dark] .card{box-shadow:0 16px 40px #00000059}[data-theme=dark] .button--secondary{border-color:var(--sun-400);color:var(--sun-400)}[data-theme=dark] .button--secondary:hover{background:var(--sun-400);color:var(--navy-950)}[data-theme=dark] .badge{color:var(--ocean-500);background:#19b7c929}[data-theme=dark] .breadcrumb a{color:var(--ocean-500)}[data-theme=dark] .fact{border-left-color:var(--ocean-500)}[data-theme=dark] .notice{border-left-color:var(--sun-400);color:#ffe9a3;background:#f6ca001f}[data-theme=ocean]{--page-bg:#f3faf7;--surface:#fff;--surface-ink:#10233a;--heading:#06294a;--muted:#4a6274;--line:#cfe4e6;--breadcrumb-bg:#eff8f6f5;--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--h1-size:clamp(2.3rem, 5.4vw, 4.5rem);--h2-size:clamp(1.7rem, 3.3vw, 2.75rem);--shadow:0 20px 54px #043c5a33;--hero-overlay:linear-gradient(90deg, #05264adb 0%, #05264a9e 42%, #05264a29 74%, #05264a14 100%)}[data-theme=ocean] body{background:#f3faf7;position:relative}[data-theme=ocean] main{z-index:1;background-color:#f3faf7;background-image:linear-gradient(#f3faf7 0%,#e5f4f2 22%,#d2eceb 52%,#b0dce1 100%);background-repeat:no-repeat;position:relative}[data-theme=ocean] body:is([data-template=home],[data-template=lesson],[data-template=lessonHub],[data-template=experience],[data-template=experienceHub]) main{background-position:0 100%;background-size:100% calc(100% - min(760px,82vh))}[data-theme=ocean] .section{background:0 0}[data-theme=ocean] .section:not(.section--navy)>.container{backdrop-filter:blur(3px);background:#ffffffd1;border:1px solid #ffffffb3;border-radius:8px;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 18px 48px #043c5a1c}[data-theme=ocean] .card,[data-theme=ocean] .fact,[data-theme=ocean] .booking-module{background:#fffffff0}[data-theme=ocean] .section--navy{color:var(--ink);background:0 0}[data-theme=ocean] .section--navy h2,[data-theme=ocean] .section--navy h3{color:var(--heading)}[data-theme=ocean] .section--navy .eyebrow{color:var(--ocean-700)}[data-theme=ocean] .hero__copy{border-left:4px solid var(--sun-400);backdrop-filter:blur(2px);background:#05264a80;max-width:760px;padding:clamp(1.25rem,3vw,2.25rem);box-shadow:0 20px 60px #05264a40}[data-theme=ocean] .hero:before{content:"";z-index:1;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 34' preserveAspectRatio='none'%3E%3Cpath d='M0 23 C 150 5 300 5 450 17 S 750 34 900 23 1050 8 1200 18 V34 H0 Z' fill='%23f3faf7' opacity='0.94'/%3E%3C/svg%3E") bottom/100% 34px no-repeat;height:34px;position:absolute;bottom:-1px;left:0;right:0}[data-theme=ocean] .ocean-decor{z-index:0;color:#0d5f86;opacity:.11;pointer-events:none;display:block;position:absolute;inset:72px 0 0;overflow:hidden}[data-theme=ocean] .ocean-decor svg{width:100%;height:100%}[data-theme=ocean] body[data-template=education] .ocean-decor__fish,[data-theme=ocean] body[data-template=education] .ocean-decor__wildlife,[data-theme=ocean] body[data-template=article] .ocean-decor__fish,[data-theme=ocean] body[data-template=article] .ocean-decor__wildlife,[data-theme=ocean] body[data-template=utility] .ocean-decor__fish,[data-theme=ocean] body[data-template=utility] .ocean-decor__wildlife,[data-theme=ocean] body[data-template=lesson] .ocean-decor__wildlife,[data-theme=ocean] body[data-template=lessonHub] .ocean-decor__wildlife{display:none}[data-theme=ocean] .site-footer{color:#18354a;background:linear-gradient(#c6e4e5 0%,#eadfc6 22%,#d8c49b 100%)}[data-theme=ocean] .site-footer a,[data-theme=ocean] .site-footer h3,[data-theme=ocean] .site-footer .brand{color:#18354a}[data-theme=ocean] .site-footer .card__meta{color:#365465}[data-theme=ocean] .ocean-seafloor{color:#506b4c;pointer-events:none;width:100%;height:140px;display:block;position:absolute;inset:auto 0 0}[data-theme=ocean] .theme-switcher{border-radius:12px;flex-direction:column;top:84px;bottom:auto;right:8px}[data-theme=ocean] .theme-switcher button{padding:.3rem .5rem;font-size:.68rem}@media (width<=800px){[data-theme=ocean] body:is([data-template=home],[data-template=lesson],[data-template=lessonHub],[data-template=experience],[data-template=experienceHub]) main{background-size:100% calc(100% - 680px)}[data-theme=ocean] .hero__copy{padding:1rem}[data-theme=ocean] .ocean-decor{display:none}[data-theme=ocean] .section:not(.section--navy)>.container{border-radius:0}[data-theme=ocean] .theme-switcher{flex-direction:row;width:max-content;margin:.75rem auto;position:relative;top:auto;bottom:auto;right:auto}}.theme-switcher{z-index:90;font-family:var(--font-body);background:#0a1423eb;border:1px solid #ffffff29;border-radius:999px;gap:4px;padding:6px;display:flex;position:fixed;bottom:12px;right:12px;box-shadow:0 10px 30px #00000059}.theme-switcher button{cursor:pointer;color:#fff;background:0 0;border:0;border-radius:999px;padding:.4rem .7rem;font-size:.74rem;font-weight:700}.theme-switcher button[aria-pressed=true]{background:var(--sun-400);color:#05264a}.theme-switcher button:focus-visible{outline:3px solid var(--sun-400);outline-offset:2px}@media (width<=640px){.theme-switcher{bottom:8px;right:8px}.theme-switcher button{padding:.35rem .55rem}}
