:root{--yellow:#f9c750;--orange:#e57e26;--Brand-Accent:#1f1138;--Brand-Beige:#fffcf3;--ink:#000;--white:#fff;--bg:#fff;--inputGrey:rgba(217,217,217,.55);--maxw:1200px;--nav-height:90px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--bp-lg:1200px;--bp-md:992px;--bp-sm:768px;--bp-xs:480px;--container-pad-desktop:24px;--container-pad-mobile:16px;--section-pad-desktop:60px;--section-pad-mobile:32px}.container{max-width:var(--maxw);padding:0 var(--container-pad-desktop);margin:0 auto}@media (max-width:768px){.container{padding:0 var(--container-pad-mobile)}.section{padding:var(--section-pad-mobile)0}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{color:var(--ink);background:var(--bg);margin:0;font-family:Merriweather,serif;font-size:18px;line-height:28px}p{margin:0 0 24px}section{scroll-margin-top:var(--nav-height)}.h1{font-size:56px;font-weight:700;line-height:64px}.h2{margin:32px 0 20px;font-size:32px;font-weight:700;line-height:40px}.bodyMid{font-size:20px;font-weight:400;line-height:36px}.highlight{background-image:linear-gradient(transparent calc(100% - 10px),var(--yellow)10px);background-repeat:no-repeat;background-size:100% 100%}.sub-italic{margin:12px 0 0;font-size:18px;font-style:italic;line-height:24px}.section{padding:30px 0}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.nav-links a{font-size:20px}@media (max-width:768px){.h1{font-size:32px;line-height:40px}.nav-links a{font-size:16px}body{font-size:16px;line-height:24px}}@media (max-width:480px){.h1{font-size:28px;line-height:36px}.nav-links a{font-size:12px}}.nav{z-index:1000;-webkit-backdrop-filter:saturate(1.1)blur(8px);backdrop-filter:saturate(1.1)blur(8px);background:#fff;border-bottom:1px solid rgba(0,0,0,.06);height:90px;position:fixed;top:0;bottom:auto;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 32px;display:flex}.brand{color:var(--ink);align-items:center;gap:12px;font-weight:700;text-decoration:none;display:flex}.brand img{display:block}.nav-links{color:var(--yellow);align-items:center;gap:28px;display:flex}.nav a{color:var(--yellow);font-size:20px;font-weight:700;text-decoration:none}@media (max-width:1200px){.nav-inner{padding:0 32px}}@media (max-width:992px){.nav-inner{padding:0 24px}}@media (max-width:768px){.nav-inner{padding:0 12px}}@media (max-width:480px){.nav-inner{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}.btn{cursor:pointer;text-transform:uppercase;border:2px solid transparent;border-radius:10px;justify-content:center;align-items:center;padding:.9rem 1.3rem;font-family:Merriweather Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-accent{background:var(--Brand-Accent);color:#fff}.btn-accent:hover{color:var(--orange);background:#fff}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--yellow);color:#000}.btn-lg{border-radius:10px;height:56px}.hero-block{display:block}.hero-top{background:var(--yellow)}.hero-top-inner{max-width:var(--maxw);text-align:center;color:#fff;margin:0 auto;padding:160px 24px 72px}.hero-title-white{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35)}.hero-sub{max-width:960px;margin:12px auto 0;font-size:24px;line-height:36px}.hero-sub-white{color:#fff}@media (max-width:768px){.hero-top-inner{padding:56px 16px 28px}}.hero-image-wrap{position:relative}.hero-image{width:100%;height:auto;display:block}.hero-scrim{pointer-events:none;background:linear-gradient(transparent 0%,rgba(0,0,0,.45) 100%);height:96px;position:absolute;top:auto;bottom:0;left:0;right:0}.hero-cta{border-radius:12px;width:252px;height:99px;box-shadow:0 4px 4px rgba(0,0,0,.25)}.hero-cta-overlay{z-index:3;justify-content:center;display:flex;position:absolute;bottom:300px;left:0;right:0}@media (max-width:768px){.btn{padding:10px 14px;font-size:16px}.hero-cta{border-radius:12px;width:auto;height:48px;padding:0 18px}}.hero-marquee{z-index:2;position:absolute;bottom:100px;left:0;right:0}.hero-marquee .marquee{margin:0}@media (max-width:768px){.hero-top-inner{padding:32px 16px 24px}.hero-sub{font-size:18px;line-height:28px}.hero-cta{width:auto;height:56px;padding:12px 20px}.hero-cta-overlay{bottom:72px}.hero-scrim{height:64px}}.marquee{white-space:nowrap;background:0 0;border:0;width:100%;margin:16px 0;overflow:hidden}.marquee .row{animation:marquee-scroll var(--speed,10s)linear infinite;will-change:transform;align-items:center;gap:0;display:inline-flex}.track{align-items:center;display:inline-flex}.marquee-item{color:rgba(229,126,38,.4);font-size:32px;font-style:italic;font-weight:700;line-height:40px}.dot{background:var(--yellow);border-radius:50%;width:10px;height:10px;margin:0 14px 4px;display:inline-block}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee--bleed{width:100%;padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));margin:0;position:relative;left:auto;transform:none}@media (max-width:768px){.marquee-item{font-size:18px;line-height:24px}.dot{width:6px;height:6px;margin:0 8px 2px}}.mission-hero{width:100%;position:relative}.mission-img{object-fit:cover;width:100%;height:460px;display:block}.mission-title{color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.35);place-items:center;font-size:56px;font-weight:700;line-height:64px;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:768px){.mission-img{height:280px}.mission-title{font-size:32px;line-height:40px}}.about .h1{text-align:center;margin:36px 0 48px}.atlantic-wrap{text-align:center}.atlantic-img{width:100%;max-width:400px;height:auto;display:inline-block}.source-note{color:#555;text-align:center;margin-top:8px;font-size:14px}.source-link{color:var(--ink);text-decoration:underline}.source-link:hover{color:var(--orange)}@media (max-width:480px){.atlantic-img{max-width:280px}}.features-grid{grid-template-columns:repeat(3,367px);justify-content:center;gap:24px;margin-bottom:100px;display:grid}.features-scroller{-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:0 var(--container-pad-mobile);overflow-x:auto}.features-scroller::-webkit-scrollbar{height:8px}.features-scroller::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:999px}.feature-card{color:#fff;background:#1f1138;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:80px;width:367px;height:416px;padding:36px 24px;display:flex}.feature-icon{width:auto;height:90px;display:block}.feature-text{text-align:center}.feature-title{text-transform:uppercase;margin:0 0 8px;font-family:Merriweather Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;font-weight:700}.feature-body{opacity:1;font-family:Merriweather,serif;font-size:18px;font-weight:400;line-height:24px}@media (max-width:800px){.features-grid{grid-auto-columns:80%;grid-auto-flow:column;justify-content:start;gap:16px;margin-bottom:48px;padding:0 8px;display:grid}.features-scroller{padding:0 var(--container-pad-mobile);margin:0 calc(-1*var(--container-pad-mobile))}.feature-card{width:auto;max-width:420px}}.waitlist{text-align:center;padding:0 20px}.waitlist-title{color:var(--yellow);text-align:center;margin-bottom:56px;font-size:56px;font-weight:700;line-height:64px}.waitlist .wrap{flex-direction:column;gap:24px;max-width:680px;margin:36px auto;display:flex}.input{border:none;border-bottom:2px solid var(--Brand-Accent);min-width:240px;color:var(--ink);background:0 0;outline:none;flex:1;padding:12px 0;font-family:Merriweather,serif;font-size:18px;transition:border-color .2s}.input::placeholder{color:#aaa}.input:focus,.input:valid:not(:placeholder-shown){border-bottom-color:var(--yellow)}.waitlist .btn-join{text-transform:uppercase;background:var(--orange);color:#fff;border-radius:12px;align-self:center;width:252px;height:60px;margin:36px 0 0;font-family:Merriweather Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:20px;font-weight:700;transition:background .2s,color .2s;box-shadow:0 4px 4px rgba(0,0,0,.25)}.waitlist .btn-join:hover{background:var(--yellow);color:#000}.waitlist .note{color:#333;text-align:center;max-width:680px;margin:16px auto 56px;font-size:12px;line-height:24px}.waitlist .note a{color:var(--orange);text-decoration:underline}@media (max-width:768px){.h1{font-size:32px;line-height:40px}.h2{font-size:24px;line-height:32px}.bodyMid{font-size:18px;line-height:28px}.nav-links a{font-size:16px}.hero-sub{font-size:18px;line-height:28px}.feature-title{font-size:18px;line-height:24px}.feature-body{font-size:16px;line-height:24px}.waitlist h1{font-size:32px;line-height:40px}}@media (max-width:480px){.h1{font-size:28px;line-height:36px}.h2{font-size:22px;line-height:30px}.bodyMid{font-size:16px;line-height:24px}.nav-links a{font-size:12px}.hero-sub{font-size:16px;line-height:24px}.feature-title{font-size:16px;line-height:22px}.feature-body{font-size:15px;line-height:22px}.waitlist h1{font-size:28px;line-height:36px}}.h1{font-size:max(28px,min(4vw + 1rem,56px));line-height:1.15}.h2{font-size:max(22px,min(2vw + .5rem,32px));line-height:1.25}.hero-sub{font-size:max(16px,min(1.5vw + .5rem,24px));line-height:1.5}
@font-face{font-family:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/2742b3d653a3157b-s.92bf32a1.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/be7780d61d89233b-s.9b0d31b6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fb4a86a49ba2c1c4-s.4d358879.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/3e80ce3d3175ff0e-s.b807d5f3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/9de307755bdae5a1-s.p.b8bd3ca3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/2742b3d653a3157b-s.92bf32a1.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/be7780d61d89233b-s.9b0d31b6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fb4a86a49ba2c1c4-s.4d358879.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/3e80ce3d3175ff0e-s.b807d5f3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/9de307755bdae5a1-s.p.b8bd3ca3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather Fallback;src:local(Times New Roman);ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:122.09%}.merriweather_a27d726f-module__mXeP0W__className{font-family:Merriweather,Merriweather Fallback}
