:root{--brand-green:#89cd6a;--bg:#f5f7fa;--bg-alt:#f8f9fb;--surface:#fff;--primary:#f20505;--primary-light:#f33;--accent:#f2b705;--accent-dark:#d6a104;--safety:#ff8c42;--muted:#0d0d0db3;--muted-light:#0d0d0d73;--border:#e2e8f0;--text:#0d0d0d;--header-bg:#ffffffd9;--header-bg-solid:#fffffff2;--hover-bg:#0505050f;--gradient-bg:linear-gradient(135deg, #fff 0%, #f0f5f8 100%);--captain-gradient:linear-gradient(135deg, #fff 0%, #f8fafc 100%);--cta-gradient:radial-gradient(circle at top left, #fe222214, transparent 30%), #fffffff5}.dark{--brand-green:#89cd6a;--bg:#0d0d0d;--bg-alt:#151515;--surface:#1a1a1a;--muted:#ffffffb3;--muted-light:#ffffff73;--border:#333;--text:#f8fafc;--header-bg:#1a1a1ad9;--header-bg-solid:#1a1a1af2;--hover-bg:#ffffff0f;--gradient-bg:linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);--captain-gradient:linear-gradient(135deg, #1a1a1a 0%, #222 100%);--cta-gradient:radial-gradient(circle at top left, #fe222226, transparent 40%), var(--surface)}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background:var(--bg);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--primary);letter-spacing:-.02em;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700}.brand{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1140px,100% - 2rem);margin:0 auto}.page-header{background:var(--surface);border-bottom:1px solid var(--border)}.top-bar{background:var(--brand-green);color:#000;text-align:center;z-index:1001;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.dark .top-bar{color:#111}.typing-text{min-height:1.2rem;margin:0;display:inline-block}.cursor{vertical-align:text-bottom;width:2px;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.site-header{z-index:1000;filter:drop-shadow(0 8px 16px #0f4c5c14);transition:top .4s cubic-bezier(.4,0,.2,1);position:sticky;top:1rem}.site-header:before{content:"";background:var(--header-bg);-webkit-backdrop-filter:blur(12px);clip-path:polygon(0 0,100% 0,100% 75%,50% 100%,0 75%);z-index:0;pointer-events:none;width:220px;height:calc(100% + 20px);transition:width .4s cubic-bezier(.4,0,.2,1),height .4s,clip-path .4s cubic-bezier(.4,0,.2,1),background .4s;position:absolute;top:0;left:50%;transform:translate(-50%)}.site-header.scrolled{filter:drop-shadow(0 4px 12px #0000000d);top:0}.site-header.scrolled:before{clip-path:polygon(0 0,100% 0,100% 100%,50% 100%,0 100%);background:var(--header-bg-solid);width:100%;height:100%}@media (max-width:640px){.site-header{top:0}}.header-inner{z-index:1;justify-content:space-between;align-items:center;gap:2rem;min-height:80px;display:flex;position:relative}.brand-anchor-container{z-index:10;justify-content:center;align-items:center;padding:1.25rem 2rem 1.5rem;display:flex;position:relative}.brand{letter-spacing:.04em;color:var(--brand-green);z-index:2;font-size:1.15rem;font-weight:700;position:relative}.site-nav{background:var(--header-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff80;border-radius:99px;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:.85rem 1.75rem;transition:all .3s;display:flex;box-shadow:0 8px 24px #0f4c5c1a}.site-nav:hover{background:var(--header-bg-solid);box-shadow:0 12px 32px #0f4c5c26}.site-header.scrolled .site-nav{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border-color:#0000}.site-header.scrolled .site-nav:hover{background:var(--hover-bg)}.site-nav-left{flex:1;justify-content:flex-end}.site-nav-right{flex:1;justify-content:flex-start}.dark .theme-invert{filter:brightness(0)invert()!important}.dark .brand-anchor-container{filter:none!important}.dark .service-card summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5' r='3'/%3E%3Cline x1='12' y1='22' x2='12' y2='8'/%3E%3Cpath d='M5 12H2a10 10 0 0 0 20 0h-3'/%3E%3C/svg%3E")}.site-nav a{color:var(--muted);font-size:.95rem;font-weight:500;transition:color .15s,transform .15s}.site-nav a:hover{color:var(--accent);transform:translateY(-1px)}.site-nav a.active{color:var(--brand-green);font-weight:600}.hero{background:var(--gradient-bg);border-bottom:1px solid var(--border);grid-template-columns:1.5fr .9fr;align-items:start;gap:2rem;padding:4.5rem 0 3.25rem;display:grid}.hero-copy{padding:2.6rem 0 0}.hero .eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.hero h1{max-width:14ch;color:var(--brand-green);margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.15}.hero p,.hero-lead{max-width:58ch;color:var(--muted);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.7}.hero h1,.hero p,.hero-lead{text-shadow:none}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.button{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .15s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--primary);color:#fff;box-shadow:0 8px 24px #0f4c5c40}.button-primary:hover{background:var(--primary-light);box-shadow:0 12px 32px #0f4c5c59}.button-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.button-secondary:hover{background:var(--primary);color:#fff}.button-tertiary{color:var(--primary);border:2px solid var(--primary);background:0 0;margin-top:1rem;display:inline-block}.button-tertiary:hover{background:var(--primary);color:#fff}.pillars{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.pillars span{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero-contact{border:1px solid var(--border);background:var(--surface);z-index:20;border-radius:12px;align-self:start;padding:2rem;position:relative;top:1.75rem;box-shadow:0 4px 16px #0f4c5c14}.hero-contact h2{color:var(--primary);margin-top:0;margin-bottom:1rem;font-size:1.1rem}.hero-contact p{color:var(--text);margin:.5rem 0;font-size:.95rem;font-weight:600}.section{padding:5.5rem 0}.section-dark{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{padding-inline:1.5rem}.section-header p{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.5rem;font-size:.85rem;font-weight:800}.section-header:after{content:"";background:var(--accent);border-radius:2px;width:3rem;height:.3rem;margin-top:1rem;display:block}.section-intro{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.section-intro .section-text,.section-text{margin:0;padding-inline:1.5rem}.section-illustration{border-radius:1.75rem;width:100%;max-width:560px;box-shadow:0 28px 70px #0000001a}.team-intro .section-illustration{max-width:500px}@media (max-width:900px){.section-intro,.hero{grid-template-columns:1fr}.hero-contact{position:relative;top:0}}.section-text p{color:var(--muted);margin:0 0 1rem}.feature-grid,.service-pillars,.statement-grid,.values-grid,.team-grid,.contact-grid{gap:1.75rem;display:grid}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-grid article,.service-card,.team-grid article,.roster-card,.contact-card,.team-card{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .15s;position:relative;box-shadow:0 2px 8px #0f4c5c0f}.feature-grid article:hover,.service-card:hover,.team-grid article:hover,.contact-card:hover,.team-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #0f4c5c1f}.statement-grid article{padding:2rem 2.25rem}.feature-grid h3,.service-card h3,.team-grid h3,.roster-card h3,.contact-card h3,.service-section h2{color:var(--primary);margin-top:0}.feature-grid p,.roster-card p,.contact-card p,.service-section p,.service-section li{color:var(--muted)}.leadership-note{border:1px solid var(--accent);color:var(--muted);background:#17b8cc14;border-radius:8px;margin-top:2rem;padding:1.5rem}.service-pillars{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.statement-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.values-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.values-grid span{background:var(--surface);border:1px solid var(--border);border-radius:1rem;justify-content:center;align-items:center;min-height:90px;padding:1rem;font-weight:600;display:inline-flex}.team-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.team-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:1rem;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1.5rem;display:flex}.team-photo{background:linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%) padding-box, repeating-linear-gradient(45deg, var(--accent) 0, var(--accent) 10px, var(--text) 10px, var(--text) 20px) border-box;color:#fff;letter-spacing:.04em;border:6px solid #0000;border-radius:8px;place-items:center;width:140px;height:140px;font-size:2rem;font-weight:700;display:grid;box-shadow:inset 0 0 12px #0006,0 4px 12px #0000001a}.team-captain{justify-content:center;margin-bottom:3rem;display:flex}.captain-card{text-align:left;background:var(--captain-gradient);border:2px solid var(--accent);flex-direction:row;gap:2.5rem;width:100%;max-width:800px;padding:3rem;box-shadow:0 8px 32px #0f4c5c1a}.captain-photo{background:linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%) padding-box, repeating-linear-gradient(45deg, var(--accent) 0, var(--accent) 15px, var(--text) 15px, var(--text) 30px) border-box;border-width:8px;width:220px;height:220px;font-size:3.5rem}@media (max-width:768px){.captain-card{text-align:center;flex-direction:column;padding:2rem 1.5rem}}.roster-card{grid-column:1/-1}.tabs{gap:1rem;margin-bottom:2.5rem;display:grid}.tab-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.tab-btn{background:var(--hover-bg);border:1px solid var(--hover-bg);color:var(--text);cursor:pointer;border-radius:999px;padding:.95rem 1.5rem;font-weight:700;transition:background-color .18s,border-color .18s,color .18s}.tab-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.tab-panel{opacity:0;height:0;transition:opacity .18s,height .18s;overflow:hidden}.tab-panel.active{opacity:1;height:auto}.tab-panel[hidden]{display:none!important}.service-card{padding:2rem;display:block}.service-card h2{margin-bottom:1.5rem}.service-card details{border-top:1px solid #05050514;padding:1.15rem 0}@media (max-width:900px){.service-columns{grid-template-columns:1fr}}@media (max-width:900px){.cta-card{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}}@media (max-width:820px){.hero{grid-template-columns:1fr}.hero-contact{position:relative;top:0}}.service-card details:first-of-type{border-top:none}.service-card summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;padding:0;font-weight:700;list-style:none;display:flex}.service-card summary::-webkit-details-marker{display:none}.service-card summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230F4C5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5' r='3'/%3E%3Cline x1='12' y1='22' x2='12' y2='8'/%3E%3Cpath d='M5 12H2a10 10 0 0 0 20 0h-3'/%3E%3C/svg%3E");vertical-align:middle;color:var(--primary);transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.service-card details[open] summary:after{transform:rotate(90deg)}.service-card p{color:var(--muted);margin:.8rem 0 0;padding-right:1rem;line-height:1.7}@media (max-width:900px){.service-columns{grid-template-columns:1fr}}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-card a{color:var(--accent)}.availability{color:var(--primary);margin-top:1rem;font-weight:700}.section-cta{background:var(--cta-gradient)}.cta-card{background:var(--surface);border:1px solid #d8dde6b3;border-radius:2rem;grid-template-columns:minmax(0,1.4fr) minmax(0,.6fr);align-items:center;gap:2rem;padding:3rem 2rem;display:grid;box-shadow:0 32px 90px #00000014}.cta-card h2{color:var(--text);margin:0;font-size:clamp(2rem,3vw,2.75rem);line-height:1.05}.cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.section-cta .section-header{margin-bottom:1rem}@media (max-width:900px){.cta-card{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}}.site-footer{color:#fff;background:#050505;border-top:1px solid #ffffff14;padding:4rem 0;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14,#0000 55%);width:420px;height:420px;position:absolute;top:-30%;right:-20%}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-inner p{color:#ffffffe0;max-width:680px;margin:0;font-size:.98rem;line-height:1.9}.footer-nav{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-nav a{color:#ffffffbf;font-weight:600;transition:color .18s,transform .18s}.footer-nav a:hover{color:#fff;transform:translateY(-1px)}@media (max-width:820px){.hero{grid-template-columns:1fr}.hero-contact{position:relative;top:0}}.mobile-toggle{color:var(--primary);cursor:pointer;z-index:100;background:0 0;border:none;padding:.5rem;transition:transform .3s,color .3s;display:none}.mobile-toggle:hover{color:var(--accent)}.mobile-menu{display:none}@media (max-width:640px){.desktop-only{display:none!important}.header-inner{flex-direction:row;justify-content:center;align-items:center;min-height:70px;padding:.5rem 1rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-nav{justify-content:center;width:100%}.brand-anchor-container{filter:drop-shadow(0 4px 12px #0f4c5c1a);margin-top:0;padding:.5rem}.brand-anchor-bg{clip-path:none;border-radius:8px}.mobile-toggle{display:block;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.mobile-toggle.active{transform:translateY(-50%)rotate(90deg)}.mobile-menu{background:var(--header-bg-solid);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);opacity:0;pointer-events:none;z-index:99;border-radius:12px;margin-top:.5rem;padding:0;transition:opacity .3s,transform .3s;display:block;position:absolute;top:100%;left:1rem;right:1rem;transform:translateY(-10px);box-shadow:0 12px 32px #0f4c5c26}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav{flex-direction:column;padding:.5rem 0;display:flex}.mobile-nav a{color:var(--text);border-bottom:1px solid var(--hover-bg);padding:1rem 1.5rem;font-weight:600;transition:background-color .2s,color .2s}.mobile-nav a:last-of-type{border-bottom:none}.mobile-nav a:hover,.mobile-nav a:active{background-color:var(--hover-bg);color:var(--primary)}}.scroll-anchor-container{z-index:10;pointer-events:none;width:200px;height:100vh;position:fixed;top:0;right:20px}@media (max-width:1024px){.scroll-anchor-container{opacity:.25;transform-origin:100% 0;right:5px;transform:scale(.8)}}.sa-ship{z-index:10;will-change:transform;width:200px;height:80px;position:absolute;top:0;right:0}.sa-ship-inner{width:100%;height:100%;animation:2s cubic-bezier(.2,.8,.2,1) forwards slideInShip;transform:translate(120vw)}@keyframes slideInShip{0%{transform:translate(120vw)}to{transform:translate(0)}}.sa-ship-svg{width:100%;height:100%}.sa-chain{will-change:height, transform;z-index:1;background:repeating-linear-gradient(#94a3b8,#94a3b8 6px,#0000 6px 12px);width:3px;position:absolute;top:0;left:30px}.sa-anchor-icon{will-change:transform;z-index:2;position:absolute;top:0;left:17px}.seabed-footer{color:#f8fafc;background:#02111b;border-top:none;padding:6rem 0 3rem;position:relative;overflow:hidden}.seabed-footer:before{display:none!important}.seabed-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.seabed-foreground{z-index:60;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.seabed-svg{width:100%;height:100%;display:block}.seabed-content{z-index:70;position:relative}@keyframes floatBubble{0%{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.6;transform:translateY(-20px)scale(1.2)}to{opacity:0;transform:translateY(-50px)scale(1)}}.bubble{animation:3s ease-in infinite floatBubble}.bubble-1{animation-duration:4s;animation-delay:0s}.bubble-2{animation-duration:3.5s;animation-delay:1.5s}.bubble-3{animation-duration:5s;animation-delay:.5s}.bubble-4{animation-duration:3s;animation-delay:2s}.neomorphic-section{background:var(--bg);border-top:1px solid var(--border);padding:4rem 0}.neomorphic-gallery{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;padding:2rem 0;display:grid}.neomorphic-card{background:var(--bg);border-radius:24px;flex-direction:column;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:12px 12px 24px #00000014,-12px -12px 24px #ffffffe6}.dark .neomorphic-card{box-shadow:12px 12px 24px #0009,-12px -12px 24px #ffffff0a}.neomorphic-card:hover{transform:translateY(-5px);box-shadow:16px 16px 32px #0000001f,-16px -16px 32px #fff}.dark .neomorphic-card:hover{box-shadow:16px 16px 32px #000c,-16px -16px 32px #ffffff0f}.neomorphic-image-wrapper{aspect-ratio:4/3;border-radius:16px;width:100%;position:relative;overflow:hidden}.neomorphic-image-wrapper:after{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:0;box-shadow:inset 6px 6px 12px #00000026,inset -6px -6px 12px #ffffffb3}.dark .neomorphic-image-wrapper:after{box-shadow:inset 6px 6px 12px #0009,inset -6px -6px 12px #ffffff0d}.brand-subtitle{color:var(--text);text-align:center;text-transform:uppercase;letter-spacing:.05em;white-space:normal;max-width:200px;margin-top:.5rem;font-size:clamp(.6rem,2.8vw,1.15rem);font-weight:800;line-height:1.2}@media (min-width:640px){.brand-subtitle{white-space:nowrap;max-width:none;font-size:1.15rem}}
