:root{--abyss:#050d1a;--deep:#0a1628;--navy:#0f2847;--mid:#1a3a5c;--foam:#f4f1ea;--paper:#faf8f3;--sand:#d4c9b5;--coral:#e8695b;--glow:#7fb3d5;--cyan:#5ba3c7;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--font-accent:"Fraunces", Georgia, serif;--max:1200px;--max-narrow:900px;--gutter:1.5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--foam);background:var(--abyss);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}em{font-family:var(--font-accent);font-style:italic}.zoomable-trigger{cursor:zoom-in;width:100%;font:inherit;color:inherit;background:0 0;border:0;margin:0;padding:0;display:block;position:relative}.zoomable-hint{-webkit-backdrop-filter:blur(8px);width:32px;height:32px;color:var(--foam);pointer-events:none;opacity:.85;z-index:2;background:#050d1a8c;border:1px solid #f4f1ea40;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,transform .2s,background .2s;display:flex;position:absolute;top:.7rem;right:.7rem}.zoomable-hint svg{width:16px;height:16px}.zoomable-trigger:hover .zoomable-hint{opacity:1;background:#e8695bd9;border-color:#f4f1ea66;transform:scale(1.08)}.highlight-card-visual .zoomable-trigger,.health-card-visual .zoomable-trigger{height:100%}.zoomable-trigger>img{width:100%;display:block}.zoomable-overlay{-webkit-backdrop-filter:blur(20px);z-index:200;cursor:zoom-out;background:#050d1aeb;justify-content:center;align-items:center;padding:4rem 1rem 1rem;animation:.25s ease-out zoomFade;display:flex;position:fixed;inset:0}.zoomable-image{object-fit:contain;cursor:default;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:100%;animation:.3s cubic-bezier(.2,.8,.2,1) zoomIn;box-shadow:0 30px 80px #0009}.zoomable-close{width:44px;height:44px;color:var(--foam);cursor:pointer;z-index:1;background:#f4f1ea1a;border:1px solid #f4f1ea33;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.zoomable-close:hover{background:#e8695b33}.zoomable-close svg{width:22px;height:22px}@keyframes zoomFade{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}nav.site-nav{z-index:100;padding:1rem var(--gutter);-webkit-backdrop-filter:blur(20px);background:#050d1a99;border-bottom:1px solid #f4f1ea14;transition:background .3s;position:fixed;top:0;left:0;right:0}nav.site-nav.app-nav{background:#050d1acc}.nav-inner{max-width:var(--max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.logo{font-family:var(--font-accent);letter-spacing:.02em;font-size:1.1rem;font-style:italic;font-weight:500}.logo sup{vertical-align:super;margin-left:2px;font-size:.55em;font-style:normal}.nav-links{letter-spacing:.08em;text-transform:uppercase;gap:2rem;font-size:.82rem;font-weight:500;display:none}.nav-links a{opacity:.7;transition:opacity .2s;position:relative}.nav-links a:hover,.nav-links a.active{opacity:1}.nav-links a:after{content:"";background:var(--coral);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}@media (min-width:768px){.nav-links{display:flex}}.nav-cta{letter-spacing:.12em;text-transform:uppercase;background:var(--foam);color:var(--abyss);border-radius:100px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.72rem;font-weight:500;transition:all .3s;display:inline-flex}.nav-cta:hover{background:var(--coral);color:var(--foam)}.nav-actions{align-items:center;gap:.5rem;display:flex}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:.25rem;padding:0;display:flex}.nav-toggle span{background:var(--foam);transform-origin:50%;width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.nav-toggle.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (min-width:768px){.nav-toggle{display:none}}@media (max-width:767px){nav.site-nav .nav-cta{display:none}}.nav-mobile{-webkit-backdrop-filter:blur(30px);z-index:99;opacity:0;pointer-events:none;background:#050d1af5;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.nav-mobile.is-open{opacity:1;pointer-events:auto}.nav-mobile-inner{text-align:center;padding:5rem var(--gutter) 2rem;flex-direction:column;align-items:center;gap:1.6rem;display:flex}.nav-mobile-inner a{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foam);opacity:.85;font-size:1.7rem;font-weight:300;transition:color .2s,opacity .2s}.nav-mobile-inner a:hover,.nav-mobile-inner a.active{color:var(--coral);opacity:1}.nav-mobile-cta{text-transform:uppercase;background:var(--foam);border-radius:100px;margin-top:1rem;letter-spacing:.18em!important;font-size:.78rem!important;font-family:var(--font-body)!important;color:var(--abyss)!important;padding:.7rem 1.6rem!important;font-weight:500!important}.nav-mobile-instagram{align-items:center;gap:.6rem;display:inline-flex;font-family:var(--font-display)!important;color:var(--coral)!important;opacity:1!important;font-size:1.5rem!important;font-weight:300!important}.nav-mobile-instagram svg{flex-shrink:0;width:1.4rem;height:1.4rem}.nav-mobile-legal{letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.6rem;margin-top:1.2rem;font-size:.7rem;display:inline-flex}.nav-mobile-legal a{letter-spacing:.18em;transition:opacity .2s;font-family:var(--font-body)!important;color:var(--foam)!important;opacity:.45!important;font-size:.7rem!important;font-weight:500!important}.nav-mobile-legal a:hover{opacity:.85!important;color:var(--foam)!important}.nav-mobile-legal span{opacity:.3}.nav-instagram{width:36px;height:36px;color:var(--foam);opacity:.75;border-radius:100px;justify-content:center;align-items:center;margin-left:.4rem;transition:opacity .2s,color .2s,transform .2s;display:inline-flex}.nav-instagram:hover{opacity:1;color:var(--coral);transform:translateY(-1px)}.nav-instagram svg{width:18px;height:18px}@media (min-width:768px){.nav-mobile{display:none}}.hero{min-height:clamp(580px,82vh,860px);padding:5rem var(--gutter) 3.5rem;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center;filter:brightness(.7)saturate(1.1);width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(#050d1a4d 0%,#050d1a1a 35%,#050d1af2 100%);position:absolute;inset:0}.hero-bg:before{content:"";pointer-events:none;z-index:2;background-image:repeating-linear-gradient(0deg,#0000 0 2px,#f4f1ea04 2px 4px);position:absolute;inset:0}.hero .container{z-index:3;position:relative}.hero-meta{letter-spacing:.2em;text-transform:uppercase;opacity:.8;align-items:center;gap:.8rem;margin-bottom:2rem;font-size:.72rem;display:flex}.hero-meta:before{content:"";background:var(--coral);width:30px;height:1px}.hero h1{font-family:var(--font-display);letter-spacing:-.03em;text-shadow:0 2px 40px #050d1a80;margin-bottom:1.5rem;font-size:clamp(3rem,12vw,7.5rem);font-weight:300;line-height:.92}.hero h1 em{color:var(--glow);font-style:italic;font-weight:400}.hero-tagline{font-family:var(--font-display);opacity:.95;text-shadow:0 2px 20px #050d1a80;max-width:32ch;margin-bottom:3rem;font-size:clamp(1.1rem,3.5vw,1.5rem);font-style:italic;font-weight:300;line-height:1.4}.hero-ctas{flex-direction:column;gap:.8rem;max-width:400px;display:flex}@media (min-width:480px){.hero-ctas{flex-direction:row}}.btn{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 1.6rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--foam);color:var(--abyss)}.btn-primary:hover{background:var(--coral);color:var(--foam);transform:translateY(-2px)}.btn-coral{background:var(--coral);color:var(--foam)}.btn-coral:hover{background:var(--foam);color:var(--abyss);transform:translateY(-2px)}.btn-ghost{-webkit-backdrop-filter:blur(8px);color:var(--foam);background:#050d1a4d;border-color:#f4f1ea59}.btn-ghost:hover{border-color:var(--foam);background:#f4f1ea14}.btn svg{width:14px;height:14px}section{padding:6rem var(--gutter);position:relative}.container{max-width:var(--max);margin:0 auto}.section-label{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);align-items:center;gap:.8rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:500;display:flex}.section-label:before{content:attr(data-num);font-family:var(--font-display);color:var(--sand);opacity:.6;font-style:italic}.section-title{font-family:var(--font-display);letter-spacing:-.02em;max-width:20ch;margin-bottom:2rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:300;line-height:1.05}.section-title em{color:var(--glow);font-style:italic}.about{background:var(--deep);position:relative}.about:before{content:"";background:linear-gradient(90deg,#0000,#f4f1ea26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about-grid{gap:3rem;display:grid}@media (min-width:900px){.about-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem}}.about-text p{color:#f4f1ead9;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-text p.lead{font-family:var(--font-display);color:var(--foam);margin-bottom:2rem;font-size:1.4rem;font-style:italic;font-weight:300;line-height:1.5}.about-signature{font-family:var(--font-display);color:var(--sand);margin-top:2rem;font-size:1.2rem;font-style:italic}.about-visual{border-radius:2px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080}.about-visual img{object-fit:cover;aspect-ratio:4/5;width:100%;height:100%}.about-visual-caption{letter-spacing:.2em;text-transform:uppercase;color:var(--foam);-webkit-backdrop-filter:blur(10px);background:#050d1a8c;border-radius:1px;justify-content:space-between;padding:.6rem .8rem;font-size:.68rem;display:flex;position:absolute;bottom:1.2rem;left:1.2rem;right:1.2rem}.image-break{height:75vh;min-height:440px;max-height:720px;padding:0;position:relative;overflow:hidden}.image-break img{object-fit:cover;object-position:center;width:100%;height:100%}.image-break:after{content:"";background:linear-gradient(#050d1a40 0%,#050d1a00 30% 70%,#050d1a8c 100%);position:absolute;inset:0}.image-break-quote{z-index:2;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.image-break-quote blockquote{font-family:var(--font-display);color:var(--foam);text-align:center;text-shadow:0 4px 30px #050d1ab3;max-width:22ch;font-size:clamp(1.4rem,4vw,2.5rem);font-style:italic;font-weight:300;line-height:1.35}.image-break-quote cite{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;opacity:.85;margin-top:1.5rem;font-size:.7rem;font-style:normal;font-weight:500;display:block}.image-break-caption{z-index:2;letter-spacing:.2em;text-transform:uppercase;opacity:.75;font-size:.65rem;position:absolute;bottom:1.5rem;right:1.5rem}.app-teaser{background:linear-gradient(180deg, var(--abyss) 0%, var(--deep) 100%);text-align:center;padding:7rem var(--gutter);position:relative;overflow:hidden}.app-teaser:before{content:"";aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,#7fb3d51a,#0000 70%);width:80%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-teaser>*{z-index:2;position:relative}.app-teaser .section-label{justify-content:center}.app-teaser-icon{border-radius:22px;width:96px;height:96px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #ffffff14}.app-teaser-icon img{object-fit:cover;width:100%;height:100%}.app-teaser h2{font-family:var(--font-display);letter-spacing:-.02em;max-width:18ch;margin:0 auto 1.5rem;font-size:clamp(2.2rem,6.5vw,4rem);font-weight:300;line-height:1.05}.app-teaser h2 em{color:var(--glow);font-style:italic}.app-teaser-copy{color:#f4f1eacc;max-width:50ch;margin:0 auto 3rem;font-size:1.1rem;line-height:1.65}.app-teaser-ctas{flex-wrap:wrap;justify-content:center;gap:.8rem;display:inline-flex}.gallery-strip{background:var(--abyss);grid-template-columns:repeat(2,1fr);gap:2px;padding:0;display:grid;overflow:hidden}@media (min-width:640px){.gallery-strip{grid-template-columns:repeat(4,1fr)}}.gallery-strip figure{aspect-ratio:1;margin:0;position:relative;overflow:hidden}.gallery-strip img{object-fit:cover;filter:brightness(.88)saturate(1.08);width:100%;height:100%;transition:filter .6s,transform .8s cubic-bezier(.4,0,.2,1)}.gallery-strip figure:hover img{filter:brightness()saturate(1.2);transform:scale(1.05)}.gallery-strip figcaption{letter-spacing:.2em;text-transform:uppercase;color:var(--foam);-webkit-backdrop-filter:blur(8px);opacity:0;font-size:.6rem;font-family:var(--font-display);background:#050d1ab3;border-radius:1px;padding:.3rem .6rem;font-style:italic;transition:all .3s;position:absolute;bottom:.8rem;left:.8rem;transform:translateY(5px)}.gallery-strip figure:hover figcaption{opacity:1;transform:translateY(0)}.music{background:var(--deep);position:relative}.music:before{content:"";background:linear-gradient(90deg,#0000,#f4f1ea26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.music-content{max-width:720px;margin:0 auto}.album-art{aspect-ratio:3/4;border-radius:2px;max-width:460px;margin:2.5rem auto 3rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080}.album-art img{object-fit:cover;width:100%;height:100%;display:block}.tracklist{margin-bottom:2.5rem;list-style:none}.tracklist li{border-bottom:1px solid #f4f1ea14;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1.2rem 0;transition:padding .3s;display:grid}.tracklist li:hover{padding-left:.5rem}.track-num{font-family:var(--font-display);color:var(--sand);opacity:.6;min-width:1.5rem;font-size:1rem;font-style:italic}.track-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.25rem;font-weight:400}.track-time{opacity:.5;font-variant-numeric:tabular-nums;font-size:.85rem}.music-cta{flex-wrap:wrap;gap:.8rem;display:flex}.music-intro-text{color:#f4f1eacc;max-width:42ch;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.conservation{background:var(--abyss);text-align:center;padding:5rem var(--gutter);position:relative;overflow:hidden}.conservation:before{content:"";background:linear-gradient(90deg,#0000,#f4f1ea26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.conservation .section-label{justify-content:center}.conservation-quote{font-family:var(--font-display);color:#f4f1eae6;max-width:28ch;margin:0 auto 3rem;font-size:clamp(1.3rem,3.5vw,1.8rem);font-style:italic;font-weight:300;line-height:1.5}.partners{opacity:.75;flex-wrap:wrap;justify-content:center;gap:2rem 3rem;display:flex}.partner{font-family:var(--font-display);letter-spacing:.05em;border-bottom:1px solid #0000;padding:.5rem 0;font-size:1rem;font-weight:500;transition:all .3s}.partner:hover{border-bottom-color:var(--coral);color:var(--foam)}footer{background:var(--abyss);padding:3rem var(--gutter) 2rem;border-top:1px solid #f4f1ea14;font-size:.85rem}.footer-inner{max-width:var(--max);flex-direction:column;gap:2rem;margin:0 auto;display:flex}@media (min-width:720px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}.footer-brand{font-family:var(--font-accent);font-size:1.1rem;font-style:italic}.footer-links{opacity:.7;letter-spacing:.05em;flex-wrap:wrap;gap:1.5rem;font-size:.8rem;display:flex}.footer-links a:hover{color:var(--coral);opacity:1}.footer-meta{text-align:center;opacity:.4;letter-spacing:.05em;border-top:1px solid #f4f1ea0d;margin-top:2rem;padding-top:2rem;font-size:.75rem}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.4,0,.2,1),transform .9s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.app-hero{text-align:center;min-height:100svh;padding:clamp(6rem, 12vw, 8rem) var(--gutter) clamp(3rem, 6vw, 4rem);background:radial-gradient(ellipse at 50% 30%, #7fb3d52e, transparent 60%), radial-gradient(ellipse at 50% 80%, #5ba3c71a, transparent 50%), linear-gradient(180deg, var(--abyss) 0%, var(--deep) 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.app-hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000 0 2px,#f4f1ea03 2px 4px);position:absolute;inset:0}.app-hero>*{z-index:2;position:relative}.hero-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--coral);align-items:center;gap:.8rem;margin-bottom:2rem;font-size:.7rem;font-weight:500;display:flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--coral);opacity:.5;width:30px;height:1px}.hero-icon{border-radius:24px;width:100px;height:100px;margin:0 auto 2.5rem;animation:6s ease-in-out infinite iconFloat;overflow:hidden;box-shadow:0 30px 80px #0009,inset 0 0 0 1px #ffffff14}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-icon img{object-fit:cover;width:100%;height:100%}.app-hero h1{font-family:var(--font-display);letter-spacing:-.035em;max-width:18ch;margin-bottom:2rem;font-size:clamp(2.6rem,8.5vw,5.5rem);font-weight:200;line-height:1}.app-hero h1 em{color:var(--glow);font-style:italic;font-weight:300}.hero-identities{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem;display:flex}.hero-identity{letter-spacing:.08em;text-transform:uppercase;background:#f4f1ea08;border:1px solid #f4f1ea33;border-radius:100px;padding:.55rem 1.1rem;font-size:.78rem;font-weight:500;transition:all .3s}.hero-identity:hover{border-color:var(--glow);background:#7fb3d51a}.hero-identity em{font-style:italic;font-family:var(--font-display);color:var(--sand);text-transform:none;letter-spacing:0;margin-right:.3rem;font-size:.95rem;font-weight:400}.hero-subtitle{font-family:var(--font-display);opacity:.88;max-width:32ch;margin:0 auto 3rem;font-size:clamp(1.15rem,2.8vw,1.5rem);font-style:italic;font-weight:300;line-height:1.45}.hero-ctas-center{flex-wrap:wrap;justify-content:center;gap:.8rem;display:inline-flex}.btn.pill{border-radius:100px;padding:1rem 1.8rem}.manifesto{padding:8rem var(--gutter);background:var(--deep);text-align:center;border-top:1px solid #f4f1ea14;border-bottom:1px solid #f4f1ea14;position:relative}.manifesto-stat{font-family:var(--font-display);letter-spacing:-.04em;color:var(--glow);margin-bottom:1rem;font-size:clamp(4.5rem,18vw,11rem);font-weight:200;line-height:.9;display:block}.manifesto-stat em{font-style:italic;font-weight:300}.manifesto-stat-label{letter-spacing:.3em;text-transform:uppercase;color:var(--sand);opacity:.75;margin-bottom:3rem;font-size:.72rem;font-weight:500}.manifesto-text{max-width:32ch;font-family:var(--font-display);letter-spacing:-.01em;margin:0 auto;font-size:clamp(1.4rem,3.5vw,2rem);font-weight:300;line-height:1.4}.manifesto-text em{color:var(--glow);font-style:italic}.manifesto-byline{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-top:3rem;font-size:.7rem;font-weight:500}.hero-trio{background:#fff;width:100%;height:clamp(420px,62vh,780px);position:relative;overflow:hidden}.hero-trio img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}@media (max-width:767px){.hero-trio{height:auto;padding:.5rem 0}.hero-trio img{object-fit:contain;width:100%;max-width:100%;height:auto;margin:0 auto;display:block;position:static;inset:auto}}.highlights-section{color:var(--abyss);background:#fff;padding:clamp(4rem,8vw,6rem) 0;position:relative;overflow:hidden}.highlights-section:before,.highlights-section:after{content:"";background:linear-gradient(90deg,#0000,#050d1a1a,#0000);height:1px;position:absolute;left:0;right:0}.highlights-section:before{top:0}.highlights-section:after{bottom:0}.highlights-header{max-width:var(--max-narrow);padding:0 var(--gutter);margin:0 auto 3rem}.highlights-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--abyss);margin:0;font-size:clamp(2.4rem,7vw,4.4rem);font-weight:200;line-height:1.02}.highlights-title em{color:var(--coral);font-style:italic;font-weight:300}.highlights{position:relative}.highlights-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:0 5vw 1rem;display:flex;overflow-x:auto}.highlights-track::-webkit-scrollbar{display:none}@media (min-width:600px){.highlights-track{gap:1.2rem;padding:0 6vw 1rem}}@media (min-width:1000px){.highlights-track{gap:1.4rem;padding:0 max(6vw,50vw - 660px) 1rem}}.highlight-card{scroll-snap-align:center;aspect-ratio:9/14;isolation:isolate;border-radius:24px;flex-direction:column;flex:0 0 78%;max-width:360px;padding:clamp(1.2rem,3.5vw,1.6rem) clamp(1rem,3.5vw,1.4rem);display:flex;position:relative;overflow:hidden}@media (min-width:600px){.highlight-card{flex-basis:50%;max-width:380px}}@media (min-width:1000px){.highlight-card{flex-basis:36%;max-width:400px}}@media (min-width:1400px){.highlight-card{flex-basis:26%;max-width:420px}}.highlight-card:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(at 30% 0,#f4f1ea0f,#0000 55%);position:absolute;inset:0}.highlight-card-1{background:linear-gradient(160deg,#1a3a5c 0%,#050d1a 100%)}.highlight-card-2{background:linear-gradient(160deg,#2e5f7e 0%,#0d1f35 100%)}.highlight-card-3{background:linear-gradient(160deg,#7fb3d5 0%,#3d7b99 100%)}.highlight-card-4{background:linear-gradient(160deg,#e8695b 0%,#a83e30 100%)}.highlight-card-5{color:var(--abyss);background:linear-gradient(160deg,#d4c9b5 0%,#8a7e68 100%)}.highlight-card-6{background:linear-gradient(160deg,#5ec4e6 0%,#1a3a5c 100%)}.highlight-card-screenshot,.highlight-card-cards,.highlight-card-health,.highlight-card-dashboard,.highlight-card-map,.highlight-card-tips,.highlight-card-impact,.highlight-card-giveback,.highlight-card-erfolge{color:var(--foam);padding-bottom:0}.highlight-card-screenshot{background:#41a8b4}.highlight-card-cards{background:#78adcd}.highlight-card-health{background:#a64891}.highlight-card-dashboard{color:var(--abyss);background:#eceef2}.highlight-card-map{background:#7588b5}.highlight-card-tips{color:var(--abyss);background:#cbcbcb}.highlight-card-impact{color:var(--abyss);background:#f2f4fa}.highlight-card-giveback{color:var(--abyss);background:linear-gradient(#fafcfd 0%,#d6ecf0 100%)}.highlight-card-erfolge{color:var(--abyss);background:#fff}.highlight-card-screenshot .highlight-eyebrow,.highlight-card-cards .highlight-eyebrow,.highlight-card-health .highlight-eyebrow,.highlight-card-map .highlight-eyebrow{color:var(--foam);opacity:.95;text-shadow:0 1px 2px #00000040}.highlight-card-tips .highlight-eyebrow,.highlight-card-impact .highlight-eyebrow,.highlight-card-giveback .highlight-eyebrow,.highlight-card-dashboard .highlight-eyebrow,.highlight-card-erfolge .highlight-eyebrow{color:var(--abyss);opacity:.7}.highlight-card-screenshot .highlight-text,.highlight-card-cards .highlight-text,.highlight-card-health .highlight-text,.highlight-card-map .highlight-text{text-shadow:0 1px 2px #00000040;font-weight:400}.highlight-card-tips .highlight-text,.highlight-card-impact .highlight-text,.highlight-card-giveback .highlight-text,.highlight-card-dashboard .highlight-text,.highlight-card-erfolge .highlight-text{color:var(--abyss);font-weight:400}.highlight-card-screenshot .highlight-card-visual,.highlight-card-cards .highlight-card-visual,.highlight-card-health .highlight-card-visual,.highlight-card-dashboard .highlight-card-visual,.highlight-card-map .highlight-card-visual,.highlight-card-tips .highlight-card-visual,.highlight-card-impact .highlight-card-visual,.highlight-card-giveback .highlight-card-visual,.highlight-card-erfolge .highlight-card-visual{align-items:stretch;min-height:0;margin:1rem -1rem 0}.highlight-card-screenshot .highlight-card-visual img,.highlight-card-cards .highlight-card-visual img,.highlight-card-health .highlight-card-visual img,.highlight-card-dashboard .highlight-card-visual img,.highlight-card-map .highlight-card-visual img,.highlight-card-tips .highlight-card-visual img,.highlight-card-impact .highlight-card-visual img,.highlight-card-giveback .highlight-card-visual img,.highlight-card-erfolge .highlight-card-visual img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.feature-image-frame{border-radius:24px;max-width:720px;margin:3rem auto 0;overflow:hidden;box-shadow:0 30px 80px #00000059}.feature-image-frame img{width:100%;height:auto;display:block}.highlight-card-content{z-index:2;position:relative}.highlight-eyebrow{letter-spacing:.25em;text-transform:uppercase;opacity:.75;margin-bottom:1rem;font-size:.65rem;font-weight:500}.highlight-text{font-family:var(--font-display);letter-spacing:-.015em;max-width:22ch;margin:0;font-size:clamp(1.3rem,2.8vw,1.7rem);font-weight:300;line-height:1.2}.highlight-card-visual{z-index:1;flex:1;justify-content:center;align-items:flex-end;margin-top:1.6rem;display:flex;position:relative}.highlight-card-visual img{object-fit:contain;object-position:bottom center;width:100%;height:100%;display:block}.highlights-controls{padding:0 var(--gutter);justify-content:center;align-items:center;gap:1.2rem;margin-top:1.5rem;display:flex}.highlights-arrow{width:40px;height:40px;color:var(--abyss);cursor:pointer;background:#050d1a0a;border:1px solid #050d1a1f;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,opacity .2s;display:flex}.highlights-arrow:hover:not(:disabled){color:var(--coral);background:#e8695b14;border-color:#e8695b73}.highlights-arrow:disabled{opacity:.25;cursor:not-allowed}.highlights-arrow svg{width:16px;height:16px}.highlights-dots{gap:.45rem;display:flex}.highlights-dot{cursor:pointer;background:#050d1a2e;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .25s}.highlights-dot.is-active{background:var(--coral);border-radius:100px;width:24px}.stats-box-section{padding:clamp(4rem, 8vw, 6rem) var(--gutter);background:var(--abyss)}.stats-box{text-align:center;background:linear-gradient(135deg,#001c5d 0%,#002a7a 50%,#001740 100%);border-radius:32px;max-width:1100px;margin:0 auto;padding:clamp(3.5rem,6vw,5rem) clamp(1.8rem,4vw,3.5rem);position:relative;overflow:hidden;box-shadow:0 40px 100px #001c5d59,0 0 0 1px #7fb3d51f}.stats-box:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 0,#7fb3d52e,#0000 50%),radial-gradient(circle at 90% 100%,#e8695b1a,#0000 55%),radial-gradient(circle,#7fb3d50a,#0000 70%);position:absolute;inset:0}.stats-box:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#7fb3d559,#7fb3d50d 40%,#0000);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.stats-box>*{z-index:1;position:relative}.stats-box-headline{font-family:var(--font-display);letter-spacing:-.025em;max-width:22ch;color:var(--foam);margin:0 auto 1.2rem;font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:200;line-height:1.05}.stats-box-headline em{color:var(--glow);font-style:italic;font-weight:300}.stats-box-subline{font-family:var(--font-display);color:#f4f1ead1;max-width:56ch;margin:0 auto 4rem;font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;font-weight:300;line-height:1.55}.stats-box-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem;display:grid;position:relative}@media (min-width:800px){.stats-box-grid{grid-template-columns:repeat(4,1fr);gap:2rem .5rem}}.stats-box-tile{text-align:center;padding:0 .8rem;position:relative}@media (min-width:800px){.stats-box-tile+.stats-box-tile:before{content:"";background:linear-gradient(#0000,#7fb3d52e,#0000);width:1px;position:absolute;top:15%;bottom:15%;left:0}}.stats-box-num{font-family:var(--font-display);letter-spacing:-.025em;background:linear-gradient(#c4dcea 0%,#7fb3d5 70%);-webkit-text-fill-color:transparent;color:var(--glow);-webkit-background-clip:text;background-clip:text;margin-bottom:.9rem;font-size:clamp(2.8rem,6vw,4.2rem);font-weight:200;line-height:1}.stats-box-num em{-webkit-text-fill-color:#e8695be6;color:var(--coral);font-style:italic;font-weight:300}.stats-box-label{letter-spacing:.22em;text-transform:uppercase;color:var(--sand);opacity:.85;max-width:18ch;margin:0 auto;font-size:.7rem;font-weight:500;line-height:1.5}.ocean-data-section{background:var(--abyss);border-bottom:1px solid #f4f1ea14;padding:clamp(4rem,8vw,6rem) 0}.ocean-data-header{max-width:var(--max-narrow);padding:0 var(--gutter);margin:0 auto 3rem}.ocean-data-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1.2rem;font-size:.7rem;font-weight:500}.ocean-data-headline{font-family:var(--font-display);letter-spacing:-.025em;max-width:22ch;margin:0 0 1.4rem;font-size:clamp(2rem,5.5vw,3.4rem);font-weight:200;line-height:1.05}.ocean-data-headline em{color:var(--glow);font-style:italic;font-weight:300}.ocean-data-subhead{font-family:var(--font-display);opacity:.85;max-width:48ch;margin:0 0 1.5rem;font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;font-weight:300;line-height:1.5}.ocean-data-text{color:#f4f1eac7;max-width:56ch;margin:0;font-size:1rem;line-height:1.7}.ocean-data-stats{max-width:var(--max-narrow);padding:4rem var(--gutter) 0;border-top:1px solid #f4f1ea1f;margin:4rem auto 0}.data-lock{max-width:640px;padding:0 var(--gutter);text-align:center;margin:5rem auto 0}.data-lock-icon{width:88px;height:88px;color:var(--glow);background:#7fb3d514;border:1px solid #7fb3d540;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.data-lock-icon svg{width:44px;height:56px}.data-lock-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foam);margin:0 0 1rem;font-size:clamp(1.7rem,4.2vw,2.6rem);font-weight:200;line-height:1.1}.data-lock-title em{color:var(--glow);font-style:italic;font-weight:300}.data-lock-body{font-family:var(--font-display);color:#f4f1eac7;max-width:50ch;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);font-style:italic;font-weight:300;line-height:1.55}.ocean-slider{position:relative}.ocean-slider-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:0 5vw 1rem;display:flex;overflow-x:auto}.ocean-slider-track::-webkit-scrollbar{display:none}@media (min-width:1000px){.ocean-slider-track{gap:1.4rem;padding:0 max(6vw,50vw - 620px) 1rem}}.ocean-slide{scroll-snap-align:center;background:#f4f1ea08;border-radius:20px;flex-direction:column;flex:0 0 90%;max-width:1100px;margin:0;display:flex;overflow:hidden}@media (min-width:700px){.ocean-slide{flex-basis:80%}}@media (min-width:1100px){.ocean-slide{flex-basis:70%}}.ocean-slide img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.ocean-slide-caption{font-family:var(--font-display);color:#f4f1eac7;text-align:center;margin:0;padding:1.4rem 1.6rem;font-size:clamp(.95rem,1.8vw,1.1rem);font-style:italic;font-weight:300;line-height:1.4}.ocean-slider-controls{padding:0 var(--gutter);justify-content:center;align-items:center;gap:1.2rem;margin-top:1.5rem;display:flex}.ocean-slider-arrow{width:40px;height:40px;color:var(--foam);cursor:pointer;background:#f4f1ea0f;border:1px solid #f4f1ea29;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,opacity .2s,color .2s;display:flex}.ocean-slider-arrow:hover:not(:disabled){color:var(--coral);background:#e8695b1f;border-color:#e8695b66}.ocean-slider-arrow:disabled{opacity:.3;cursor:not-allowed}.ocean-slider-arrow svg{width:16px;height:16px}.ocean-slider-dots{gap:.45rem;display:flex}.ocean-slider-dot{cursor:pointer;background:#f4f1ea33;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .25s}.ocean-slider-dot.is-active{background:var(--coral);border-radius:100px;width:24px}.feature-section{padding:clamp(4rem, 8vw, 6rem) var(--gutter);position:relative}.feature-section.alt{background:var(--deep)}.feature-section-bleed{padding:4rem 0 0}.feature-section-bleed>.feature-container{padding-left:var(--gutter);padding-right:var(--gutter)}.feature-bleed{margin-top:1.5rem}.feature-bleed img{width:100%;max-width:1280px;height:auto;margin:0 auto;display:block}.feature-bg-statistics{background:#79b4c2}.feature-bg-statistics .feature-eyebrow{color:var(--coral)}.feature-bg-statistics .feature-eyebrow .num{color:#050d1a80}.feature-bg-statistics .feature-headline{color:var(--abyss)}.feature-bg-statistics .feature-headline em{color:var(--coral)}.feature-bg-statistics .feature-subhead{color:#050d1ac7;opacity:1}.feature-bg-statistics .feature-body{color:#050d1ab8}.feature-section.alt:before,.feature-section.alt:after{content:"";background:linear-gradient(90deg,#0000,#f4f1ea1f,#0000);height:1px;position:absolute;left:0;right:0}.feature-section.alt:before{top:0}.feature-section.alt:after{bottom:0}.feature-container{max-width:var(--max-narrow);margin:0 auto}.feature-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);align-items:center;gap:.8rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:500;display:flex}.feature-eyebrow .num{font-family:var(--font-display);color:var(--sand);opacity:.6;font-size:.95rem;font-style:italic}.feature-headline{font-family:var(--font-display);letter-spacing:-.025em;max-width:18ch;margin-bottom:1.5rem;font-size:clamp(2rem,6.5vw,4rem);font-weight:200;line-height:1.02}.feature-headline em{color:var(--glow);font-style:italic;font-weight:300}.feature-subhead{font-family:var(--font-display);opacity:.85;max-width:38ch;margin-bottom:2rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic;font-weight:300;line-height:1.45}.feature-body{color:#f4f1eac7;max-width:52ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.feature-visual{border-radius:4px;margin:3rem 0 0;position:relative;overflow:hidden}.section-image-break{height:60vh;min-height:360px;max-height:560px;position:relative;overflow:hidden}.section-image-break img{object-fit:cover;width:100%;height:100%}.section-image-break:after{content:"";background:linear-gradient(#050d1a4d 0%,#050d1a00 40% 60%,#050d1a99 100%);position:absolute;inset:0}.section-image-quote{height:clamp(560px,90vh,880px);max-height:none}.section-image-quote img{object-position:center}.section-image-quote:after{background:linear-gradient(#050d1a8c 0%,#050d1a59 35%,#050d1aa6 100%)}.image-quote-content{z-index:2;padding:3rem var(--gutter);text-align:center;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.image-quote-text{font-family:var(--font-accent);color:var(--foam);text-shadow:0 2px 24px #0000008c,0 1px 4px #0006;max-width:32ch;margin:0 auto;font-size:clamp(1.4rem,3.2vw,2.4rem);font-style:italic;font-weight:300;line-height:1.35}.image-quote-text em{color:var(--glow);font-weight:400}.image-quote-cite{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--coral);text-shadow:0 1px 4px #00000080;margin-top:2rem;font-size:.7rem;font-style:normal;font-weight:500;display:block}.mockup-phone{aspect-ratio:9/19;background:linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);border-radius:32px;max-width:340px;margin:0 auto;padding:12px;position:relative;box-shadow:0 50px 120px #0009,0 0 0 1px #f4f1ea14}.mockup-screen{background:linear-gradient(#081423 0%,#0d1f35 100%);border-radius:22px;flex-direction:column;gap:1rem;width:100%;height:100%;padding:1.5rem 1.2rem;display:flex;position:relative;overflow:hidden}.mockup-screen:before{content:"";background:var(--abyss);border-radius:12px;width:90px;height:22px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.mockup-title-row{justify-content:space-between;align-items:baseline;margin-top:2.5rem;display:flex}.mockup-title{font-family:var(--font-display);color:var(--foam);font-size:1.1rem;font-weight:400}.mockup-count{letter-spacing:.15em;text-transform:uppercase;color:var(--sand);opacity:.7;font-size:.65rem}.mockup-entry{background:#f4f1ea0a;border:1px solid #f4f1ea0f;border-radius:10px;padding:.8rem .9rem;font-size:.7rem}.mockup-entry-top{justify-content:space-between;margin-bottom:.4rem;display:flex}.mockup-site{font-family:var(--font-display);color:var(--foam);font-size:.85rem;font-style:italic}.mockup-date{letter-spacing:.1em;color:var(--glow);opacity:.8;font-size:.62rem}.mockup-stats{letter-spacing:.08em;text-transform:uppercase;color:#f4f1ea99;gap:.9rem;font-size:.62rem;display:flex}.mockup-stats strong{color:var(--foam);font-variant-numeric:tabular-nums;font-weight:500}.import-hero{max-width:720px;margin:0 auto}.import-hero img{border-radius:4px;width:100%;height:auto;display:block}.ai-import-visual{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;max-width:640px;margin:0 auto;display:grid}@media (max-width:600px){.ai-import-visual{grid-template-columns:1fr;gap:1rem}.ai-import-arrow{margin:0 auto;transform:rotate(90deg)}}.paper-logbook{aspect-ratio:3/4;background:repeating-linear-gradient(0deg,#0000 0 28px,#7fb3d526 28px 29px),linear-gradient(135deg,#e8e4d8 0%,#c9c2ab 100%);border-radius:3px;padding:2rem 1.2rem;position:relative;transform:rotate(-3deg);box-shadow:0 20px 50px #0006,inset 0 0 0 1px #0000000d}.paper-logbook:before{content:"Dive Log";font-family:var(--font-display);color:#050d1a99;letter-spacing:.05em;font-size:.85rem;font-style:italic;position:absolute;top:.8rem;left:1.2rem}.paper-logbook-content{color:#050d1a80;margin-top:1rem;font-family:Courier New,monospace;font-size:.65rem;line-height:28px}.paper-logbook-content div{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #050d1a0d;overflow:hidden}.ai-import-arrow{font-family:var(--font-display);color:var(--glow);text-align:center;flex-direction:column;align-items:center;gap:.5rem;font-size:2rem;font-style:italic;display:flex}.ai-import-arrow small{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--sand);opacity:.7;font-size:.6rem;font-style:normal;font-weight:500}.digital-logbook{aspect-ratio:3/4;background:linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);border-radius:8px;flex-direction:column;gap:.6rem;padding:1.5rem 1.2rem;display:flex;transform:rotate(3deg);box-shadow:0 20px 50px #00000080,inset 0 0 0 1px #f4f1ea0f}.digital-logbook-title{font-family:var(--font-display);color:var(--foam);margin-bottom:.4rem;font-size:.85rem;font-style:italic}.digital-entry{border-left:2px solid var(--glow);background:#f4f1ea0d;border-radius:6px;padding:.5rem .6rem;font-size:.6rem}.digital-entry strong{font-family:var(--font-display);color:var(--foam);margin-bottom:.2rem;font-size:.72rem;font-style:italic;font-weight:400;display:block}.digital-entry span{letter-spacing:.05em;color:#f4f1ea8c;text-transform:uppercase;font-size:.55rem}.cert-showcase{max-width:1100px;padding:0 var(--gutter);grid-template-columns:1fr;gap:1.5rem;margin:3.5rem auto 0;display:grid}@media (min-width:800px){.cert-showcase{grid-template-columns:1fr 1fr;gap:2rem}}.cert-showcase .zoomable-trigger{border-radius:20px;transition:transform .4s;overflow:hidden;box-shadow:0 30px 70px #00000073}.cert-showcase .zoomable-trigger:hover{transform:translateY(-4px)}.cert-showcase img{width:100%;height:auto;display:block}.cert-customize{max-width:var(--max);padding:0 var(--gutter);margin:5rem auto 0}.cert-customize-header{text-align:center;max-width:38rem;margin-bottom:3rem;margin-left:auto;margin-right:auto}.cert-customize-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1rem;font-size:.7rem;font-weight:500}.cert-customize-headline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foam);margin:0 0 .8rem;font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:200;line-height:1.1}.cert-customize-headline em{color:var(--glow);font-style:italic;font-weight:300}.cert-customize-subline{font-family:var(--font-display);color:#f4f1eac7;margin:0;font-size:clamp(.95rem,2vw,1.15rem);font-style:italic;font-weight:300;line-height:1.5}.cert-customize-grid{counter-reset:cert-step;grid-template-columns:1fr;gap:2rem;padding:0;list-style:none;display:grid}@media (min-width:800px){.cert-customize-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem}}.cert-customize-step{background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:20px;padding:1.6rem 1.4rem 1.8rem;transition:border-color .3s,background .3s;position:relative}.cert-customize-step:hover{background:#7fb3d50a;border-color:#7fb3d540}.cert-customize-step-num{font-family:var(--font-accent);color:#f4f1ea66;letter-spacing:.05em;font-size:.85rem;font-style:italic;position:absolute;top:1.4rem;right:1.4rem}.cert-customize-image{aspect-ratio:4/3;background:#f4f1ea0a;border-radius:12px;margin-bottom:1.3rem;overflow:hidden}.cert-customize-image .zoomable-trigger{height:100%}.cert-customize-image img{object-fit:cover;width:100%;height:100%;display:block}.cert-customize-label{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foam);margin:0 0 .5rem;font-size:1.1rem;font-weight:500;line-height:1.2}.cert-customize-body{color:#f4f1eab3;margin:0;font-size:.92rem;line-height:1.55}.cert-stack{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:520px;margin:0 auto;display:grid}@media (min-width:600px){.cert-stack{grid-template-columns:repeat(3,1fr);max-width:720px}}.cert-card{aspect-ratio:1.586;border-radius:12px;flex-direction:column;justify-content:space-between;padding:1.2rem 1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.cert-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#f4f1ea26,#0000 50%),linear-gradient(135deg,#ffffff14,#0000);position:absolute;inset:0}.cert-rec{background:linear-gradient(135deg,#2e5f7e 0%,#1a3a5c 100%)}.cert-spc{background:linear-gradient(135deg,#7fb3d5 0%,#3d7b99 100%)}.cert-pro{background:linear-gradient(135deg,#e8695b 0%,#a83e30 100%)}.cert-tec{background:linear-gradient(135deg,#1a2636 0%,#050d1a 100%)}.cert-fre{color:var(--abyss);background:linear-gradient(135deg,#d4c9b5 0%,#8a7e68 100%)}.cert-more{color:#f4f1ea66;box-shadow:none;font-family:var(--font-display);background:0 0;border:1px dashed #f4f1ea40;justify-content:center;align-items:center;font-size:1.5rem;font-style:italic;display:flex}.cert-label{letter-spacing:.2em;text-transform:uppercase;opacity:.8;font-size:.55rem}.cert-title{font-family:var(--font-display);margin-top:auto;font-size:1rem;font-weight:500;line-height:1.1}.cert-agency{letter-spacing:.1em;opacity:.65;margin-top:.3rem;font-size:.6rem}.safety-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:3rem;display:grid}@media (min-width:700px){.safety-grid{grid-template-columns:1fr 1fr}}.health-section{color:var(--abyss);background:#fff}.health-section .feature-eyebrow{color:var(--coral)}.health-section .feature-eyebrow .num{color:#050d1a73}.health-section .feature-headline{color:var(--abyss)}.health-section .feature-headline em{color:var(--coral)}.health-section .feature-subhead{color:#050d1ac7;opacity:1}.health-section .feature-body{color:#050d1ab3}.health-grid{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:1fr;gap:2rem;margin:4rem auto 0;display:grid}@media (min-width:700px){.health-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}}@media (min-width:1100px){.health-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem}}.health-card{--card-accent:var(--glow);--card-accent-soft:#7fb3d51f;background:#f5f7fa;border-radius:24px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.health-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #050d1a14}.health-card-visual{aspect-ratio:4/3;background:#edf1f7;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.health-card-visual img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.health-card-title{padding-left:.9rem;position:relative}.health-card-title:before{content:"";background:var(--card-accent);border-radius:2px;width:3px;height:calc(100% - .4em);position:absolute;top:.4em;left:0}.health-card-readiness{--card-accent:#41a8b4;--card-accent-soft:#41a8b41f}.health-card-readiness .health-card-visual{aspect-ratio:16/9;background:#b9d4dd}.health-card-readiness .health-card-visual img{object-fit:contain}.health-card-medical{--card-accent:var(--coral);--card-accent-soft:#e8695b1f}.health-card-emergency{--card-accent:#d43f3f;--card-accent-soft:#d43f3f1f}.health-card-insurance{--card-accent:var(--glow);--card-accent-soft:#7fb3d51f}.health-card-content{padding:1.8rem 1.6rem 2rem}.health-card-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--abyss);margin:0 0 .7rem;font-size:1.25rem;font-weight:500;line-height:1.2}.health-card-body{color:#050d1ab3;margin:0;font-size:.95rem;line-height:1.55}.safety-card{background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:2px;padding:2rem 1.8rem;transition:all .4s}.safety-card:hover{background:#e8695b0a;border-color:#e8695b4d}.safety-card-icon{width:36px;height:36px;color:var(--coral);background:#e8695b26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.safety-card-icon svg{width:18px;height:18px}.safety-card h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.2rem;font-weight:400}.safety-card p{color:#f4f1eab3;font-size:.92rem;line-height:1.6}.science-section{padding:0;position:relative;overflow:hidden}.science-bg{z-index:0;position:absolute;inset:0}.science-bg img{object-fit:cover;filter:brightness(.5)saturate(1.2);width:100%;height:100%}.science-bg:after{content:"";background:linear-gradient(#050d1a80 0%,#050d1ab3 50%,#050d1ae6 100%);position:absolute;inset:0}.science-content{z-index:2;max-width:var(--max-narrow);padding:8rem var(--gutter);text-align:center;margin:0 auto;position:relative}.science-content .feature-headline,.science-content .feature-body{margin-left:auto;margin-right:auto}.science-stats{border-top:1px solid #f4f1ea26;grid-template-columns:1fr;gap:2rem;margin-top:4rem;padding-top:4rem;display:grid}@media (min-width:700px){.science-stats{grid-template-columns:repeat(3,1fr);gap:3rem}}.science-stat{text-align:center}.science-stat-num{font-family:var(--font-display);color:var(--glow);letter-spacing:-.02em;margin-bottom:.8rem;font-size:clamp(2.5rem,6vw,3.8rem);font-weight:200;line-height:1}.science-stat-num em{font-style:italic;font-weight:300}.science-stat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--sand);opacity:.8;max-width:20ch;margin:0 auto;font-size:.75rem;font-weight:500;line-height:1.4}.brands-row{text-align:center;border-top:1px solid #f4f1ea14;margin-top:2.5rem;padding-top:2rem}.brands-row-label{font-family:var(--font-display);color:var(--sand);opacity:.7;margin-bottom:1rem;font-size:.85rem;font-style:italic}.import-method{margin-top:2.5rem}.import-method:first-of-type{margin-top:1rem}.import-method-label{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:.9rem;font-size:.7rem;font-weight:500}.import-method-image{border-radius:16px;max-width:720px;margin-top:1.6rem;overflow:hidden;box-shadow:0 20px 50px #00000059}.import-method-image img{width:100%;height:auto;display:block}.import-method-image-tall{max-width:420px}.import-method .brands-list{flex-wrap:wrap;justify-content:flex-start;gap:.5rem .7rem;margin:0;padding:0;list-style:none;display:flex}.import-method .brands-list li{letter-spacing:.18em;text-transform:uppercase;color:var(--foam);opacity:.85;border:1px solid #f4f1ea2e;border-radius:100px;padding:.4rem .9rem;font-size:.7rem}.brands-list{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;padding:0;list-style:none;display:flex}.brands-list li{letter-spacing:.18em;text-transform:uppercase;color:var(--foam);opacity:.85;border:1px solid #f4f1ea2e;border-radius:100px;padding:.4rem .9rem;font-size:.7rem}.level-progression{grid-template-columns:1fr;align-items:center;gap:1.4rem;max-width:720px;margin:0 auto;padding:1rem 0;display:grid}@media (min-width:700px){.level-progression{grid-template-columns:auto 1fr auto;gap:1.5rem}}.level-end{font-family:var(--font-display);color:var(--foam);text-align:center;letter-spacing:-.01em;justify-content:center;align-items:baseline;gap:.4rem;font-size:1rem;font-weight:400;display:flex}.level-end em{color:var(--coral);opacity:.7;font-size:.8rem;font-style:italic}.level-end.last{color:var(--glow)}.level-track{justify-content:space-between;align-items:center;padding:0 .3rem;display:flex;position:relative}.level-track:before{content:"";background:linear-gradient(90deg,#e8695b66,#f4f1ea2e,#5ec4e680);height:1px;position:absolute;top:50%;left:.6rem;right:.6rem}.level-dot{background:#f4f1ea2e;border:1px solid #f4f1ea40;border-radius:50%;width:8px;height:8px;position:relative}.level-dot.is-first{background:var(--coral);border-color:var(--coral);width:14px;height:14px;box-shadow:0 0 0 4px #e8695b26}.level-dot.is-last{background:var(--glow);border-color:var(--glow);width:14px;height:14px;box-shadow:0 0 0 4px #5ec4e62e}.badges-stats{border-top:1px solid #f4f1ea1a;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:560px;margin-top:3rem;margin-left:auto;margin-right:auto;padding-top:3rem;display:grid}.badges-stat{text-align:center}.badges-stat-num{font-family:var(--font-display);color:var(--glow);letter-spacing:-.02em;margin-bottom:.7rem;font-size:clamp(2.4rem,5.5vw,3.4rem);font-weight:200;line-height:1}.badges-stat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--sand);opacity:.8;max-width:22ch;margin:0 auto;font-size:.72rem;font-weight:500;line-height:1.4}.trips-stats{border-top:1px solid #f4f1ea1a;grid-template-columns:1fr;gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}@media (min-width:700px){.trips-stats{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.trips-stat{text-align:center}.trips-stat-num{font-family:var(--font-display);color:var(--glow);letter-spacing:-.02em;margin-bottom:.7rem;font-size:clamp(2.4rem,5.5vw,3.4rem);font-weight:200;line-height:1}.trips-stat-num em{font-style:italic;font-weight:300}.trips-stat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--sand);opacity:.8;max-width:22ch;margin:0 auto;font-size:.72rem;font-weight:500;line-height:1.4}.devices-section{color:var(--abyss);text-align:center;background:#e8d18b;padding:clamp(4rem,8vw,6rem) 0 0;overflow:hidden}.devices-content{max-width:var(--max-narrow);padding:0 var(--gutter) 3rem;margin:0 auto}.devices-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1.4rem;font-size:.7rem;font-weight:500}.devices-headline{font-family:var(--font-display);letter-spacing:-.025em;color:var(--abyss);max-width:22ch;margin:0 auto 1rem;font-size:clamp(2rem,5.5vw,3.6rem);font-weight:200;line-height:1.05}.devices-headline em{color:var(--coral);font-style:italic;font-weight:300}.devices-subline{font-family:var(--font-display);color:#050d1ab3;max-width:48ch;margin:0 auto;font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;font-weight:300;line-height:1.5}.devices-visual{width:100%;margin-top:2rem}.devices-visual img{width:100%;max-width:1280px;height:auto;margin:0 auto;display:block}.features-section{color:var(--abyss);background:#fff;padding:clamp(4rem,8vw,6rem) 0}.features-header{max-width:var(--max-narrow);padding:0 var(--gutter);text-align:center;margin:0 auto 4rem}.features-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1.4rem;font-size:.7rem;font-weight:500}.features-headline{font-family:var(--font-display);letter-spacing:-.025em;color:var(--abyss);max-width:22ch;margin:0 auto 1rem;font-size:clamp(2rem,5.5vw,3.6rem);font-weight:200;line-height:1.05}.features-headline em{color:var(--coral);font-style:italic;font-weight:300}.features-subline{font-family:var(--font-display);color:#050d1ab3;max-width:48ch;margin:0 auto;font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;font-weight:300;line-height:1.5}.features-grid{max-width:var(--max);padding:0 var(--gutter);grid-template-columns:1fr;gap:1.6rem;margin:0 auto;display:grid}@media (min-width:700px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#f5f7fa;border-radius:24px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #050d1a14}.feature-card-visual{aspect-ratio:4/3;background:#edf1f7;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.feature-card-visual .zoomable-trigger{height:100%}.feature-card-visual img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.feature-card-content{padding:1.8rem 1.8rem 2rem}.feature-card-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--abyss);margin:0 0 .7rem;font-size:1.3rem;font-weight:500;line-height:1.2}.feature-card-body{color:#050d1ab3;margin:0;font-size:.95rem;line-height:1.6}.inline-cta-section{background:var(--abyss);padding:clamp(2.5rem, 5vw, 3.5rem) var(--gutter);text-align:center}.inline-cta-section.inline-cta-light{background:#fff}.everything-section{color:var(--abyss);background:#fff;padding:clamp(4rem,8vw,6rem) 0 clamp(3rem,6vw,4.5rem)}.everything-header{max-width:var(--max-narrow);padding:0 var(--gutter);text-align:center;margin:0 auto clamp(3rem,6vw,4.5rem)}.everything-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1.4rem;font-size:.7rem;font-weight:500}.everything-headline{font-family:var(--font-display);letter-spacing:-.025em;color:var(--abyss);max-width:22ch;margin:0 auto;font-size:clamp(2rem,5.5vw,3.6rem);font-weight:200;line-height:1.05}.everything-headline em{color:var(--coral);font-style:italic;font-weight:300}.everything-list{padding:0 var(--gutter);gap:clamp(2.2rem,4vw,3rem);max-width:720px;margin:0 auto;list-style:none;display:grid}.everything-item{grid-template-columns:64px 1fr;align-items:start;gap:1.4rem;display:grid}.everything-icon{background:linear-gradient(135deg,#faf8f3 0%,#efe9db 100%);border:1px solid #050d1a0f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.everything-icon span{filter:saturate(1.05);font-size:1.9rem;line-height:1}.everything-text{color:#050d1ab3;margin:0;padding-top:.4rem;font-size:1rem;line-height:1.65}.everything-text strong{color:var(--abyss);font-weight:600}@media (min-width:900px){.everything-list{max-width:var(--max);grid-template-columns:1fr 1fr;gap:clamp(2.5rem,4vw,3rem) clamp(2.5rem,5vw,4rem)}}@media (max-width:480px){.everything-item{grid-template-columns:56px 1fr;gap:1.1rem}.everything-icon{border-radius:12px;width:56px;height:56px}.everything-icon span{font-size:1.6rem}}.faq-section{background:var(--paper);color:var(--abyss);padding:clamp(4rem,8vw,6rem) 0}.faq-header{max-width:var(--max-narrow);padding:0 var(--gutter);text-align:center;margin:0 auto clamp(2.5rem,5vw,3.5rem)}.faq-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1.4rem;font-size:.7rem;font-weight:500}.faq-headline{font-family:var(--font-display);letter-spacing:-.025em;color:var(--abyss);max-width:22ch;margin:0 auto 1rem;font-size:clamp(2rem,5.5vw,3.4rem);font-weight:200;line-height:1.05}.faq-headline em{color:var(--coral);font-style:italic;font-weight:300}.faq-subline{font-family:var(--font-display);color:#050d1ab3;max-width:52ch;margin:0 auto;font-size:clamp(1.05rem,2.2vw,1.25rem);font-style:italic;font-weight:300;line-height:1.5}.faq-list{max-width:760px;padding:0 var(--gutter);margin:0 auto;list-style:none}.faq-item{border-bottom:1px solid #050d1a1a}.faq-item:first-child{border-top:1px solid #050d1a1a}.faq-details{position:relative}.faq-summary{cursor:pointer;font-family:var(--font-display);letter-spacing:-.005em;color:var(--abyss);-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;font-size:clamp(1.02rem,2.4vw,1.2rem);font-weight:400;line-height:1.4;list-style:none;transition:color .2s;display:flex}.faq-summary::-webkit-details-marker{display:none}.faq-summary::marker{display:none}.faq-summary:hover{color:var(--coral)}.faq-question{text-align:left;flex:1}.faq-icon{width:36px;height:36px;color:var(--coral);background:#e8695b14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,background .2s;display:flex}.faq-icon svg{width:18px;height:18px}.faq-details[open] .faq-icon{background:#e8695b2e;transform:rotate(45deg)}.faq-answer{padding:.2rem 0 1.6rem;animation:.35s faqAnswerIn}.faq-answer p{color:#050d1ab8;max-width:65ch;margin:0;font-size:1rem;line-height:1.65}@keyframes faqAnswerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.faq-summary{padding:1.6rem 0}.faq-icon{width:40px;height:40px}.faq-icon svg{width:20px;height:20px}}.sea-shepherd-block{padding:clamp(4rem, 8vw, 6rem) var(--gutter);background:var(--abyss);text-align:center;border-top:1px solid #f4f1ea14;border-bottom:1px solid #f4f1ea14;position:relative}.sea-shepherd-block:before{content:"";pointer-events:none;background:radial-gradient(#e8695b0f,#0000 70%);position:absolute;inset:0}.sea-shepherd-content{z-index:2;max-width:640px;margin:0 auto;position:relative}.sea-shepherd-badge{border:1px solid var(--coral);letter-spacing:.2em;text-transform:uppercase;color:var(--coral);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.7rem;font-weight:500;display:inline-flex}.sea-shepherd-badge:before{content:"";background:var(--coral);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.sea-shepherd-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.8rem,5.5vw,3.2rem);font-weight:200;line-height:1.1}.sea-shepherd-content h2 em{color:var(--glow);font-style:italic;font-weight:300}.sea-shepherd-content p{color:#f4f1eacc;max-width:48ch;margin:0 auto;font-size:1.05rem;line-height:1.7}.pricing{padding:clamp(5rem, 10vw, 8rem) var(--gutter);text-align:center;background:radial-gradient(ellipse at 50% 30%, #7fb3d51f, transparent 60%), linear-gradient(180deg, var(--abyss) 0%, var(--deep) 100%);position:relative;overflow:hidden}.pricing-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--coral);margin-bottom:1.5rem;font-size:.7rem;font-weight:500}.pricing h2{font-family:var(--font-display);letter-spacing:-.03em;max-width:18ch;margin:0 auto 1.5rem;font-size:clamp(2.2rem,7vw,4.5rem);font-weight:200;line-height:1}.pricing h2 em{color:var(--glow);font-style:italic;font-weight:300}.pricing-sub{font-family:var(--font-display);opacity:.85;max-width:36ch;margin:0 auto 3rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic;font-weight:300}.pricing-body{color:#f4f1eab3;max-width:48ch;margin:0 auto 3rem;font-size:1rem;line-height:1.7}.pricing-ctas{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3rem;display:inline-flex}.pricing-note{letter-spacing:.1em;text-transform:uppercase;opacity:.5;font-size:.75rem}.legal-page{background:var(--abyss);color:var(--foam);background-image:radial-gradient(at 20% 10%,#7fb3d51a,#0000 60%),radial-gradient(at 80% 90%,#7fb3d50d,#0000 50%);min-height:100vh;padding:2rem 1.5rem 4rem;line-height:1.7}.legal-container{max-width:720px;margin:0 auto}.legal-back{letter-spacing:.2em;text-transform:uppercase;color:var(--foam);opacity:.6;align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.75rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.legal-back:hover{opacity:1;color:var(--coral)}.legal-logo{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.2rem;font-style:italic;font-weight:500}.legal-page h1{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem);font-weight:300;line-height:1.1}.legal-page h1 em{color:var(--glow);font-style:italic}.legal-page h2{font-family:var(--font-display);color:var(--foam);margin:2.5rem 0 1rem;font-size:1.3rem;font-weight:400}.legal-label{letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:1rem;font-size:.7rem;font-weight:500}.legal-page p{color:#f4f1ead9;margin-bottom:1rem;font-size:.98rem}.legal-address{font-family:var(--font-display);color:var(--foam);margin:1.5rem 0;font-size:1.1rem;font-style:italic}.legal-page a{color:var(--glow);border-bottom:1px solid #7fb3d54d;text-decoration:none;transition:border-color .2s}.legal-page a:hover{border-color:var(--glow)}.legal-page hr{background:#f4f1ea1a;border:0;height:1px;margin:3rem 0}.legal-meta{opacity:.5;margin-top:3rem;font-size:.8rem}.legal-page ul{color:#f4f1ead9;margin:1rem 0 1.5rem 1.5rem}.legal-page ul li{margin-bottom:.5rem}.lang-switcher{align-items:center;display:inline-flex;position:relative}.lang-trigger{color:inherit;font:inherit;cursor:pointer;letter-spacing:.12em;text-transform:uppercase;opacity:.75;background:0 0;border:1px solid #f4f1ea2e;border-radius:100px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.72rem;font-weight:500;transition:opacity .2s,border-color .2s;display:inline-flex}.lang-trigger:hover{opacity:1;border-color:#f4f1ea66}.lang-trigger svg{opacity:.85}.lang-menu{-webkit-backdrop-filter:blur(20px);z-index:200;background:#0a1628f5;border:1px solid #f4f1ea1f;border-radius:14px;min-width:11rem;padding:.4rem;list-style:none;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 18px 40px #00000073}.lang-menu li{margin:0}.lang-menu button{width:100%;color:var(--foam);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:baseline;gap:.7rem;padding:.55rem .8rem;transition:background .15s;display:flex}.lang-menu button:hover{background:#f4f1ea14}.lang-menu button.active{color:var(--coral);background:#e8695b1f}.lang-menu .lang-code{letter-spacing:.12em;text-transform:uppercase;opacity:.8;min-width:2rem;font-size:.72rem;font-weight:600}.lang-menu .lang-name{font-size:.92rem}@media (max-width:767px){.lang-trigger{letter-spacing:.1em;padding:.3rem .55rem;font-size:.68rem}}.hero-meta,.section-label,.hero-eyebrow,.feature-eyebrow,.manifesto-stat-label,.manifesto-byline,.science-stat-label,.sea-shepherd-badge,.pricing-eyebrow,.pricing-note,.legal-label,.legal-back{letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:500}.section-title,.app-teaser h2,.pricing h2,.sea-shepherd-content h2{font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(2rem,6.5vw,4rem);font-weight:200;line-height:1.05}.hero-tagline,.hero-subtitle,.feature-subhead,.pricing-sub,.conservation-quote{font-size:clamp(1.1rem,2.6vw,1.4rem);line-height:1.5}.about-text p,.feature-body,.app-teaser-copy,.music-intro-text,.sea-shepherd-content p,.pricing-body{font-size:1.05rem;line-height:1.7}
