@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap');
:root{color-scheme:dark;--ink:#eff6ff;--muted:#a8bbd0;--cyan:#53d8f4;--line:#c1e6ff25;--glass:#a4cfff0a;--shadow:0 18px 60px #00000024,inset 0 1px 0 #e7f6ff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;color:var(--ink);font:16px/1.6 'Manrope',Arial,sans-serif;background:#06101f;background-image:radial-gradient(ellipse at 5% 10%,#0c476351,transparent 43%),radial-gradient(ellipse at 92% 40%,#114b6a38,transparent 42%),radial-gradient(ellipse at 35% 100%,#233d7238,transparent 40%);min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{color:inherit}header{position:sticky;top:16px;z-index:10;max-width:1180px;margin:16px auto 0;padding:8px 23px;display:flex;align-items:center;gap:32px;background:#1830468c;border:1px solid #c1e6ff30;border-radius:24px;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);box-shadow:var(--shadow)}.brand{display:flex;margin-right:20px}.brand img{width:100px;height:57px;object-fit:contain}nav{display:flex;gap:28px;font-size:14px;font-weight:500}nav a{color:#b8cbdc;transition:color .2s}nav a:hover{color:white}header>button{margin-left:auto;font-size:14px;border:1px solid #d0eeff38;background:linear-gradient(150deg,#d9f7ff18,#99ddff08);padding:9px 16px;border-radius:99px;box-shadow:inset 0 1px 0 #ffffff20}main{max-width:1180px;margin:auto;padding:0 18px}.hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:35px;padding:54px 20px 45px}.eyebrow{color:var(--cyan);font-size:12px;font-weight:600;letter-spacing:2px;margin:0 0 15px}h1,h2,h3{line-height:1.2;letter-spacing:-.8px;margin:0;font-weight:600}h1{font-size:clamp(35px,4.3vw,57px)}h1 span{color:#91dcef}.hero-description{color:var(--muted);margin:20px 0 23px;font-size:16px}.logo-stage{display:flex;align-items:center;justify-content:center}.logo-stage img{width:100%;max-width:380px;filter:drop-shadow(0 16px 30px #0006);animation:arrive .8s ease both}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:12px 20px;background:linear-gradient(150deg,#a2edff32,#4bbdd723);border:1px solid #9de8ff62;border-radius:99px;color:#d5f6ff;font-size:14px;font-weight:600;box-shadow:inset 0 1px 0 #f0fcff39,0 4px 15px #0001;transition:transform .2s,background .2s}.button:hover,header>button:hover{background-color:#95e3ff18;transform:translateY(-2px)}.work-section,.series-section{background:linear-gradient(135deg,#aacdff0d,#aacdff04);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:30px;margin-bottom:26px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:25px}h2{font-size:28px}.section-heading>p{font-size:14px;color:var(--muted);margin:0}.sport-tabs{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:23px;border-bottom:1px solid var(--line)}.sport-tabs button{background:transparent;border:1px solid transparent;border-radius:99px;padding:10px 18px;font-size:14px;color:#b2c5d9;transition:.2s}.sport-tabs button:hover{background:#ffffff08;color:white}.sport-tabs button[aria-selected=true]{background:linear-gradient(150deg,#c5f5ff2d,#7cd6ff12);color:#e4faff;border-color:#acdfff50;box-shadow:inset 0 1px 0 #edffff37,0 3px 13px #0002}.collection-heading{padding:24px 0 17px}.collection-heading h3{font-size:20px;letter-spacing:-.3px}.work-tabs{display:inline-flex;gap:4px;padding:4px;border:1px solid #badfff20;border-radius:14px;background:#030d1945}.work-tabs button{padding:7px 25px;background:transparent;border:1px solid transparent;border-radius:10px;font-size:14px;color:#9db3ca;transition:.2s}.work-tabs button[aria-selected=true]{color:white;background:linear-gradient(145deg,#c2e7ff24,#a2d4ff10);border-color:#aee2ff26;box-shadow:0 2px 7px #0002,inset 0 1px 0 #ffffff15}.browse-bar{padding:18px 0 5px;max-width:520px}.search-box label{display:block;font-size:13px;color:var(--muted);margin-bottom:7px}.search-box input{width:100%;min-height:46px;color:white;background:#030e204d;border:1px solid #b4dbff25;border-radius:13px;padding:10px 14px;font-size:16px}.search-box input::placeholder{color:#8ca3bc}.search-box input:focus{border-color:#77d9f68a}.result-count{font-size:13px;color:var(--muted);margin:12px 0}.result-count:empty{display:none}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:18px}.empty{grid-column:1/-1;min-height:174px;padding:33px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#88bfff04;border:1px dashed #bedcff22;border-radius:19px}.empty h3{font-size:18px;letter-spacing:-.2px;color:#cbddec}.empty p{font-size:14px;line-height:1.7;color:#8fa8c1;max-width:510px;margin:10px 0 0}.card{display:block;text-align:left;border:0;background:none;color:var(--ink);padding:0}.thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#28485c88,#14314377);border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:end;padding:20px;transition:transform .25s}.thumb img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;transition:transform .3s}.thumb-tag{font-size:12px;letter-spacing:1px;position:absolute;left:20px;top:16px}.thumb-title{font-size:24px;font-weight:700;line-height:1.15;position:relative}.card:hover .thumb{transform:translateY(-4px)}.card:hover img{transform:scale(1.03)}.card-meta{font-size:12px;color:#90adc6;margin:15px 0 7px}.card h3{font-size:19px;letter-spacing:-.2px}.card-more{display:block;font-size:14px;color:#8ed8ee;margin-top:9px}.crew{padding:28px 10px 45px;display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:start}.crew-intro>p{font-size:14px;color:var(--muted);margin-top:12px}.crew-names{display:grid;grid-template-columns:1fr 1fr;gap:25px}.crew-names article{padding-top:3px}.crew-names h3{font-size:18px;letter-spacing:-.3px}.crew-names p{font-size:13px;line-height:1.7;color:var(--muted);margin:8px 0 0}footer{max-width:1144px;margin:0 auto;padding:23px 0 30px;display:flex;align-items:center;gap:25px;border-top:1px solid var(--line)}.footer-name{font-size:13px;font-weight:600;letter-spacing:1px;color:#d0e3f3}footer p{font-size:12px;color:#8099b3;margin:0}footer>a:last-child{margin-left:auto;font-size:12px;color:#a4c0d6;white-space:nowrap}dialog{width:calc(100% - 30px);max-width:900px;max-height:92dvh;overflow:auto;padding:34px;border:1px solid #c9eaff40;border-radius:25px;background:#102239eb;color:white;backdrop-filter:blur(25px);box-shadow:var(--shadow)}dialog::backdrop{background:#020b18b5;backdrop-filter:blur(9px)}dialog h2{font-size:27px;padding-right:22px}dialog>p:not(.eyebrow){color:var(--muted);line-height:1.7}.close{position:absolute;right:12px;top:10px;background:#c6e7ff12;color:white;border:1px solid #c6e7ff20;border-radius:50%;width:36px;height:36px;font-size:19px}#player{margin-top:23px}#player video,#player iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;border-radius:14px}#player img{width:100%;max-height:62dvh;object-fit:contain;display:block;border-radius:14px;background:#06101e}#player figure{margin:0}#player figcaption{font-size:14px;color:var(--muted);padding-top:10px}.viewer-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:23px}.unpublished{padding:25px;background:#a2d4ff0c;border-radius:15px;color:#bed0e2}#gallery-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:25px}#gallery-nav button{border:1px solid var(--line);border-radius:12px;background:#bae5ff15;width:46px;height:44px;color:white;font-size:22px}#gallery-nav button:disabled{opacity:.35;cursor:default}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,12px);z-index:30;border:1px solid #c2e9ff35;background:#1e3b51ee;backdrop-filter:blur(20px);border-radius:99px;box-shadow:var(--shadow);padding:13px 22px;max-width:calc(100% - 24px);font-size:14px;text-align:center;opacity:0;pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}:focus-visible{outline:2px solid #75ddfa;outline-offset:4px}.motion .reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.motion .reveal.visible{opacity:1;transform:none}@keyframes arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:1220px){header{margin-left:22px;margin-right:22px}footer{margin-left:28px;margin-right:28px}}@media(max-width:800px){header{gap:16px;padding:8px 15px}.brand{margin:0}.brand img{width:82px;height:50px}nav{gap:18px;font-size:13px}header>button{font-size:12px;padding:8px 12px}.hero{gap:15px;padding:35px 10px}.hero-description{font-size:14px}.section-heading{align-items:start;flex-direction:column;gap:9px}.crew{grid-template-columns:1fr;gap:22px}.crew-names{gap:30px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}footer{flex-wrap:wrap;gap:12px}footer p{order:3;width:100%}}@media(max-width:570px){html{scroll-padding-top:155px}header{margin:10px 12px 0;top:10px;border-radius:20px;flex-wrap:wrap;gap:5px 12px;padding:7px 15px 12px}.brand img{height:42px;width:76px}header>button{order:2}nav{order:3;width:100%;justify-content:space-between;gap:12px;padding-top:7px;font-size:13px}.hero{grid-template-columns:1fr;padding:23px 5px 28px;gap:18px}.logo-stage{grid-row:1}.logo-stage img{max-width:230px}.hero-content{text-align:center}h1{font-size:34px;letter-spacing:-1px}.hero-description{margin:15px auto 19px;max-width:265px}.hero .eyebrow{display:none}.work-section,.series-section{padding:22px 18px;border-radius:23px;margin-bottom:20px}h2{font-size:25px}.section-heading{margin-bottom:20px}.section-heading>p{font-size:13px}.sport-tabs{gap:7px;display:grid;grid-template-columns:1fr 1fr;padding-bottom:19px}.sport-tabs button{padding:9px 10px;font-size:13px}.collection-heading{padding-top:20px}.empty{padding:26px 18px;min-height:165px}.empty h3{font-size:17px}.empty p{font-size:13px}.cards{grid-template-columns:1fr}.crew{padding:20px 5px 32px}.crew-names{grid-template-columns:1fr;gap:23px}dialog{padding:30px 20px}dialog h2{font-size:24px}footer{margin:0 22px}.footer-name{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion .reveal{opacity:1;transform:none}}@supports not (backdrop-filter:blur(10px)){header{background:#11263b}dialog{background:#102239}}

/* Ocean motion and the newest published episode. */
h1,h2,h3{font-family:'Outfit','Manrope',Arial,sans-serif;letter-spacing:-.5px}h1{font-weight:600;line-height:1.1}h2{font-weight:500;font-size:30px}.hero{position:relative;overflow:hidden;border-radius:25px;padding-bottom:112px;margin:15px 0 24px}.hero-content,.logo-stage{position:relative;z-index:2}.ocean-motion{position:absolute;inset:0;pointer-events:none;overflow:hidden;border-radius:25px}.wave{position:absolute;bottom:-290px;left:-30%;width:160%;height:345px;border-radius:47% 53% 0 0/25% 32% 0 0;background:linear-gradient(180deg,#47d8f02c,#0b71950d);border-top:1px solid #70e5ff4a;transform-origin:50% 90%;animation:wave-drift 10s ease-in-out infinite alternate}.wave-back{bottom:-274px;left:-35%;background:linear-gradient(180deg,#1376a324,#04294d05);border-top-color:#7be9ff22;animation-duration:14s;animation-direction:alternate-reverse}.jumping-dolphin{position:absolute;width:120px;height:105px;object-fit:contain;left:32%;bottom:-115px;animation:dolphin-jump 11s cubic-bezier(.4,0,.5,1) infinite;filter:drop-shadow(0 0 12px #1bb6dc25);will-change:transform;z-index:1}.motion-toggle{position:absolute;right:18px;bottom:16px;z-index:3;background:#071a2bc9;border:1px solid #b6ecff25;border-radius:99px;color:#a9c9da;font-size:12px;padding:7px 12px;backdrop-filter:blur(10px)}.motion-toggle:hover{color:white;border-color:#7dd8f966}.motion-toggle:disabled{cursor:default}.latest-section{border:1px solid #9ceaff36;border-radius:28px;padding:28px 30px;margin-bottom:26px;background:linear-gradient(125deg,#61d8f412,#abcfff06);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.series-link{font-size:14px;color:#8bd7ed}.latest-empty{display:flex;gap:24px;align-items:center;padding:15px 0 8px}.latest-screen{width:180px;aspect-ratio:16/9;flex-shrink:0;border:1px solid #b8e4ff28;border-radius:17px;background:linear-gradient(140deg,#153c5388,#071a2a88);display:flex;align-items:center;justify-content:center}.latest-screen img{width:90%;height:90%;object-fit:contain}.latest-empty h3{font-size:24px;margin-bottom:9px}.latest-empty p{font-size:14px;color:var(--muted);margin:0}.latest-card{display:grid;grid-template-columns:minmax(200px,1.15fr) 1fr;gap:30px;align-items:center}.latest-card .thumb{aspect-ratio:16/9;min-height:180px}.latest-card h3{font-size:31px}.latest-card .card-more{margin-top:17px}.latest-card .card-meta{margin-top:0}.latest-copy>p:not(.card-meta){color:var(--muted);font-size:14px;line-height:1.7}.animations-paused *, .animations-paused *:before,.animations-paused *:after{animation-play-state:paused!important}@keyframes wave-drift{from{transform:translateX(-4%) rotate(-2deg)}to{transform:translateX(4%) rotate(2deg)}}@keyframes dolphin-jump{0%,25%{transform:translate(-30px,80px) rotate(-35deg);opacity:0}30%{opacity:1}43%{transform:translate(45px,-190px) rotate(-20deg);opacity:1}53%{transform:translate(140px,-205px) rotate(3deg);opacity:1}65%{transform:translate(250px,15px) rotate(40deg);opacity:0}100%{transform:translate(250px,70px) rotate(40deg);opacity:0}}@media(max-width:800px){.latest-card{gap:20px}.latest-card h3{font-size:26px}.latest-section .section-heading{flex-direction:row;align-items:center}.jumping-dolphin{left:12%}}@media(max-width:570px){.hero{padding-bottom:100px;margin-bottom:20px}.jumping-dolphin{width:95px;height:83px;left:5%;bottom:-100px}.latest-section{padding:22px 18px;border-radius:23px;margin-bottom:20px}.latest-section h2{font-size:25px}.series-link{font-size:12px}.latest-empty{gap:17px;align-items:center}.latest-screen{width:110px}.latest-empty h3{font-size:20px}.latest-empty p{font-size:13px}.latest-card{grid-template-columns:1fr;gap:17px}.latest-card .thumb{min-height:0}.latest-card h3{font-size:25px}}@media(prefers-reduced-motion:reduce){.wave{animation:none!important}.jumping-dolphin{display:none}.logo-stage img{animation:none!important}}

/* Equipment uses the same glass surface and equal-sized cards. */
.equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px}.equipment-grid article{border-top:1px solid var(--line);padding-top:18px}.equipment-grid h3{font-size:20px}.equipment-grid p{font-size:16px;color:var(--muted);margin:10px 0 0}header nav{flex-wrap:wrap}header nav a{white-space:nowrap}
@media(max-width:950px){header{gap:16px}.brand{margin-right:0}nav{gap:14px}header>button{flex-shrink:0}}
@media(max-width:570px){header nav{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;font-size:14px}html{scroll-padding-top:185px}.equipment-grid{grid-template-columns:1fr;gap:24px}}

.equipment-grid figure{margin:0 0 18px}.equipment-grid .gear-photo{width:100%;height:230px;display:block;object-fit:contain;background:#fff;border-radius:16px;padding:20px}.equipment-grid figcaption{color:var(--muted);font-size:12px;margin-top:7px}.equipment-grid figcaption a{text-decoration:underline;text-underline-offset:3px}.equipment-grid article{min-width:0}@media(max-width:570px){.equipment-grid .gear-photo{height:210px}}

/* Shared finishing pass: consistent glass, type, spacing, and touch targets. */
:root{--muted:#b2c4d6;--line:#c1e6ff29;--shadow:0 16px 48px #00000020,inset 0 1px 0 #e7f6ff16}
body{line-height:1.65}main{max-width:1180px;padding-inline:24px}h2{font-size:clamp(25px,2.5vw,32px);font-weight:600}h3{font-weight:500}a,button{transition:background-color .2s,border-color .2s,color .2s,transform .2s}button:disabled{opacity:.6;cursor:default}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}
.skip-link{position:fixed;left:20px;top:-100px;z-index:100;padding:12px 20px;border-radius:12px;background:#eff6ff;color:#06101f;font-weight:700}.skip-link:focus{top:20px}
header{padding:10px 22px;gap:22px;border-radius:22px}header nav{gap:8px;flex:1;justify-content:center}header nav a{padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.5}header nav a:hover,header nav a:focus-visible{background:#c1e6ff0d;color:#fff}header>button{min-height:44px}.brand img{width:96px;height:58px}.brand{margin-right:0}
.hero{padding:48px 24px 110px;gap:28px}.hero-description{font-size:16px;max-width:400px}.hero .eyebrow{font-size:12px}.button{min-height:46px;font-size:14px}.logo-stage img{max-width:400px}.motion-toggle{min-height:40px;font-size:12px}
.work-section,.series-section,.latest-section{padding:32px;border-radius:24px;margin-bottom:28px;background:linear-gradient(125deg,#a9dfff0d,#a9dfff03);box-shadow:var(--shadow)}.latest-section{border-color:#87e8ff3a;background:linear-gradient(125deg,#53d8f413,#aacfff05)}.section-heading{gap:16px;margin-bottom:24px}.section-heading>p,.latest-empty p,.latest-copy>p:not(.card-meta){font-size:16px}.series-link{min-height:44px;display:inline-flex;align-items:center;font-size:14px}.sport-tabs button,.work-tabs button{min-height:44px;font-size:14px}.sport-tabs button{padding:10px 20px}.collection-heading{padding-top:24px}.search-box label{font-size:14px}.browse-bar{max-width:560px}.search-box input{min-height:48px}.empty{min-height:170px;padding:28px;border-style:solid;background:#06142640}.empty h3{font-size:20px;color:#e0ecf5}.empty p{font-size:16px;color:var(--muted);max-width:470px}.result-count{font-size:14px}.latest-empty{padding:8px 0;gap:24px}.latest-screen{width:190px}.latest-empty h3{font-size:25px}
.crew{padding:12px 0 36px;gap:26px;grid-template-columns:1fr 1.8fr}.crew-intro>p{font-size:16px}.crew-names{gap:16px}.crew-names article{padding:23px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#aadfff0b,#aadfff03)}.crew-names h3{font-size:21px}.crew-names p{font-size:14px;line-height:1.8;margin-top:10px}
.equipment-grid{gap:24px}.equipment-grid article{padding:18px;border:1px solid var(--line);border-radius:20px;background:#081a2b50}.equipment-grid .gear-photo{height:245px;aspect-ratio:4/3;border-radius:12px;padding:24px;object-fit:contain}.equipment-grid figure{margin-bottom:20px}.equipment-grid figcaption{font-size:12px;line-height:1.6;margin-top:10px}.equipment-grid h3{font-size:22px}.equipment-grid p{font-size:16px;line-height:1.75}.equipment-grid figcaption a:hover{color:var(--cyan)}
footer{padding-block:25px;gap:20px}footer p{font-size:14px}.viewer-actions{display:flex;flex-wrap:wrap;gap:12px}.close,#previous-photo,#next-photo{min-width:44px;min-height:44px}#media-title{overflow-wrap:anywhere}#player img{max-width:100%;height:auto}#media-dialog{overscroll-behavior:contain}#toast{max-width:calc(100vw - 32px);overflow-wrap:anywhere}
@media(max-width:1000px){header{flex-wrap:wrap;gap:4px 18px}header nav{order:3;flex-basis:100%;justify-content:space-between}header>button{margin-left:auto}.crew{grid-template-columns:1fr}.crew-names{grid-template-columns:repeat(2,minmax(0,1fr))}html{scroll-padding-top:170px}}
@media(max-width:650px){main{padding-inline:16px}header{margin:10px 12px 0;padding:8px 12px;top:8px;border-radius:18px}header nav{display:grid;grid-template-columns:1fr 1fr;gap:2px 8px}header nav a{font-size:14px;padding:9px 10px}header>button{font-size:14px;padding-inline:14px}.brand img{width:80px;height:46px}html{scroll-padding-top:190px}.hero{grid-template-columns:1fr;padding:24px 8px 90px;gap:16px}.logo-stage{grid-row:1}.logo-stage img{max-width:240px}.hero-content{text-align:center}.hero-description{margin:16px auto 22px;max-width:310px;font-size:16px}h1{font-size:clamp(32px,8.5vw,44px)}.hero .eyebrow{display:none}.work-section,.series-section,.latest-section{padding:22px 18px;border-radius:20px;margin-bottom:22px}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}.section-heading>p{font-size:14px}.latest-section .section-heading{flex-direction:row;align-items:center;flex-wrap:wrap}.sport-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px}.sport-tabs button{padding:10px 8px}.empty{padding:24px 16px}.empty p{font-size:16px}.latest-screen{width:110px}.latest-empty{gap:16px}.latest-empty h3{font-size:22px}.latest-empty p{font-size:14px}.crew{padding:8px 0 24px;gap:16px}.crew-names{grid-template-columns:1fr;gap:12px}.crew-names article{padding:20px}.equipment-grid{grid-template-columns:1fr;gap:18px}.equipment-grid article{padding:16px}.equipment-grid .gear-photo{height:220px}.equipment-grid h3{font-size:22px}.cards{grid-template-columns:1fr}footer{margin-inline:20px}footer>a{min-height:44px;display:inline-flex;align-items:center}.latest-card{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}

.photo-thumb img{object-fit:contain}.card:hover .photo-thumb img{transform:none}

.request-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(24px,5vw,70px);padding:clamp(20px,4vw,40px);border:1px solid rgba(131,213,240,.2);border-radius:24px;background:rgba(14,34,55,.6)}
.request-intro p{line-height:1.7;color:#b7c9d8;max-width:40ch}.request-intro h3{font-size:1.5rem}.request-form{display:grid;gap:12px}.request-form label{font-size:1rem;font-weight:600}.request-form label span{font-weight:400;color:#b7c9d8}.request-form input,.request-form textarea,.request-form select{width:100%;box-sizing:border-box;background:#071626;color:#edf8ff;border:1px solid #476479;border-radius:10px;padding:12px;font:inherit;min-height:46px}.request-form textarea{resize:vertical}.request-form .button{justify-self:start}.request-form [hidden]{display:none}#request-ready{display:grid;gap:12px;border-top:1px solid #476479;padding-top:20px;margin-top:8px}#request-status{color:#b7c9d8;line-height:1.6}#featured-photos{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:700px){.request-layout{grid-template-columns:1fr}#featured-photos{grid-template-columns:1fr}header nav{flex-wrap:wrap}}

/* SoBay motion refresh: gentle entrances and responsive interactions. */
@keyframes spotlight-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes spotlight-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-9px) rotate(1deg)}}
@keyframes spotlight-glow{0%,100%{opacity:.35;transform:scale(.9)}50%{opacity:.7;transform:scale(1.08)}}
@keyframes spotlight-sweep{from{transform:translateX(-160%) skewX(-20deg)}to{transform:translateX(300%) skewX(-20deg)}}
@keyframes spotlight-dialog{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(prefers-reduced-motion:no-preference){
 .hero-content>*{animation:spotlight-enter .75s cubic-bezier(.2,.7,.25,1) both}
 .hero-content h1{animation-delay:.1s}.hero-description{animation-delay:.2s}.hero-content .button{animation-delay:.3s}
 .logo-stage{isolation:isolate;animation:spotlight-float 7s ease-in-out infinite}
 .logo-stage::before{content:'';position:absolute;inset:12%;z-index:-1;border-radius:50%;background:radial-gradient(ellipse,#24cbe735,transparent 70%);animation:spotlight-glow 7s ease-in-out infinite;pointer-events:none}
 .motion .reveal{transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.25,1)}
 .cards>.card,.latest-card{animation:spotlight-enter .45s ease both}
 .cards>.card:nth-child(2){animation-delay:.07s}.cards>.card:nth-child(3){animation-delay:.14s}.cards>.card:nth-child(n+4){animation-delay:.2s}
 dialog[open]{animation:spotlight-dialog .25s ease both}
 dialog[open]::backdrop{animation:spotlight-enter .2s ease both}
 .wave-front{animation-duration:9s}.wave-back{animation-duration:15s}
 .jumping-dolphin{animation-duration:13s}
}
.card .thumb{overflow:hidden;position:relative;transition:box-shadow .3s ease}
.card .thumb img,.gear-photo{transition:transform .45s cubic-bezier(.2,.7,.25,1)}
.card-more{display:inline-block;transition:transform .25s ease,color .25s ease}
nav a{position:relative}nav a::after{content:'';position:absolute;left:0;right:0;bottom:-5px;height:2px;background:var(--cyan);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
nav a:hover::after,nav a:focus-visible::after{transform:scaleX(1)}
.button{position:relative;overflow:hidden}.button::before{content:'';position:absolute;top:-20%;bottom:-20%;left:0;width:35%;background:linear-gradient(90deg,transparent,#ffffff20,transparent);transform:translateX(-160%) skewX(-20deg);pointer-events:none}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 .card:hover .thumb img{transform:scale(1.045)}.card:hover .thumb{box-shadow:0 10px 28px #0005,0 0 0 1px #53d8f455}
 .card:hover .card-more{transform:translateX(4px);color:#d5faff}.equipment-grid article:hover .gear-photo{transform:scale(1.035)}
 .button:hover::before{animation:spotlight-sweep .7s ease both}
}
.button:active,.sport-tabs button:active,.work-tabs button:active{transform:scale(.97)}
.animations-paused .reveal{opacity:1!important;transform:none!important}
.animations-paused .card,.animations-paused .hero-content>*{animation:none!important;opacity:1!important;transform:none!important}
.animations-paused *, .animations-paused *::before,.animations-paused *::after{transition:none!important}
@media(prefers-reduced-motion:reduce){.logo-stage,.hero-content>*,.cards>.card,dialog[open]{animation:none!important}.motion .reveal{opacity:1!important;transform:none!important}nav a::after,.card .thumb img,.gear-photo{transition:none!important}}

/* Coordinated motion across navigation, collections and viewer. */
@keyframes sb-header{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
@keyframes sb-focus{from{box-shadow:0 0 0 0 #53d8f440}to{box-shadow:0 0 0 7px #53d8f400}}
@keyframes sb-photo{from{opacity:.3;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
@keyframes sb-feedback{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:no-preference){
 header{animation:sb-header .65s ease both}
 .reveal.visible .equipment-grid>article,.reveal.visible .crew-names>article{animation:spotlight-enter .65s ease both}
 .reveal.visible .equipment-grid>article:nth-child(2),.reveal.visible .crew-names>article:nth-child(2){animation-delay:.1s}
 .reveal.visible .equipment-grid>article:nth-child(3){animation-delay:.2s}.reveal.visible .equipment-grid>article:nth-child(4){animation-delay:.3s}
 #player figure,#player>video,#player>iframe{animation:sb-photo .32s ease both}
 .empty,.latest-empty{animation:spotlight-enter .4s ease both}
 #request-status:not(:empty){animation:sb-feedback .3s ease both}
 .sport-tabs button[aria-selected=true],.work-tabs button[aria-selected=true]{animation:sb-focus .45s ease-out}
 .request-form :is(input,select,textarea):focus-visible{animation:sb-focus .5s ease-out}
}
.equipment-grid>article,.crew-names>article{transition:translate .3s ease,box-shadow .3s ease,border-color .3s ease}
.request-form :is(input,textarea,select),.search-box input{transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease}
.request-form :is(input,textarea,select):focus-visible,.search-box input:focus-visible{border-color:var(--cyan);outline:2px solid #53d8f450;outline-offset:3px;background-color:#153249}
:is(.sport-tabs,.work-tabs) button{transition:background-color .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease}
.series-link,.footer-name,footer a,.brand img,.close,#gallery-nav button{transition:transform .25s ease,color .25s ease,filter .25s ease}
@media(hover:hover) and (prefers-reduced-motion:no-preference){
 .equipment-grid>article:hover,.crew-names>article:hover{translate:0 -5px}
 .series-link:hover,footer a:hover{transform:translateY(-2px);color:#b2f3ff}
 .brand:hover img{transform:scale(1.05);filter:drop-shadow(0 0 8px #53d8f433)}
 .close:hover{transform:rotate(90deg)}#gallery-nav button:hover:not(:disabled){transform:scale(1.08)}
}
html.animations-paused :is(header,.equipment-grid>article,.crew-names>article,#player figure,#player>video,#player>iframe,.empty,.latest-empty,#request-status){animation:none!important;opacity:1!important;transform:none!important}
html.animations-paused *{translate:none!important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.equipment-grid>article,.crew-names>article{translate:none!important}}

/* Dimensional glass surfaces, beveled controls and pointer-driven depth. */
:root{--shadow:0 18px 45px #0007,0 5px 0 #02091499,inset 0 1px 0 #e7f6ff40,inset 0 -1px 0 #0008}
header{box-shadow:0 12px 28px #0008,0 4px 0 #030c19,inset 0 1px 0 #b9eaff50}
.hero{background:radial-gradient(ellipse at 75% 35%,#16759128,transparent 60%),linear-gradient(150deg,#16314870,#06101f20);border:1px solid #8bdef326;box-shadow:var(--shadow)}
h1{text-shadow:0 1px 0 #bddded,0 3px 0 #23465d,0 5px 0 #102b40,0 12px 20px #0007}h1 span{text-shadow:0 1px 0 #b7f4ff,0 3px 0 #216f88,0 5px 0 #133e55,0 10px 22px #0ad7ff20}
.logo-stage img{filter:drop-shadow(0 5px 0 #031323) drop-shadow(0 20px 18px #0009)}
.work-section,.series-section,.latest-section{border-top-color:#bceeff60;border-bottom-color:#020a18;background:linear-gradient(145deg,#23465b60,#0a192a90 70%);box-shadow:var(--shadow)}
.cards,.equipment-grid,.crew-names{perspective:1100px}
.card,.equipment-grid>article,.crew-names>article{border:1px solid #9adcf32b;border-top-color:#c6f0ff55;border-bottom-color:#020914;background:linear-gradient(145deg,#284d6350,#0c1c2e95);border-radius:20px;padding:16px;box-shadow:0 7px 0 #020b1680,0 17px 26px #0004,inset 0 1px 0 #ffffff12;rotate:var(--sb-tilt,0deg);transition:rotate .2s ease,translate .25s ease,box-shadow .25s ease;}
.card .thumb{box-shadow:0 2px 0 #b2eaff22,0 8px 15px #0005;border:1px solid #a1e6ff22}
.button,header>button,.sport-tabs button[aria-selected=true],.work-tabs button[aria-selected=true],#gallery-nav button{border-top-color:#d5f7ff80;box-shadow:inset 0 1px 0 #ffffff30,inset 0 -2px 0 #02182470,0 4px 0 #031724,0 8px 14px #0005;background-image:linear-gradient(165deg,#73d5ef35,#16445d60)}
.button:active,header>button:active,#gallery-nav button:active{translate:0 3px;box-shadow:inset 0 1px 5px #0006,0 1px 0 #031724}
.request-form :is(input,select,textarea),.search-box input{box-shadow:inset 0 3px 8px #0006,0 1px 0 #bcefff22}
dialog{border-top-color:#c5efff80;box-shadow:0 12px 0 #020915aa,0 35px 100px #000b,inset 0 1px 0 #fff3}
#player img,#player video{border-radius:12px;box-shadow:0 8px 24px #0008}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.card:hover,.equipment-grid>article:hover,.crew-names>article:hover{box-shadow:0 10px 0 #020b1690,0 24px 34px #0007,inset 0 1px 0 #d6f7ff40;translate:0 -4px}}
@media(max-width:570px){.card,.equipment-grid>article,.crew-names>article{padding:12px;box-shadow:0 4px 0 #020b1680,0 10px 18px #0004}h1{text-shadow:0 2px 0 #23465d,0 4px 0 #102b40,0 8px 16px #0007}}
html.animations-paused :is(.card,.equipment-grid>article,.crew-names>article){rotate:0deg!important}
@media(prefers-reduced-motion:reduce),(hover:none){.card,.equipment-grid>article,.crew-names>article{rotate:0deg!important}}

/* Liquid glass: translucent layers and soft specular edges. */
:root{--shadow:0 20px 55px #0005,inset 0 1px 0 #edfbff70,inset 1px 0 0 #d5f5ff20,inset 0 -1px 0 #5ec7e930;--muted:#bed0df}
body{background-color:#061322;background-image:radial-gradient(ellipse at 0% 12%,#137f9266,transparent 47%),radial-gradient(ellipse at 100% 42%,#326c9d66,transparent 45%),radial-gradient(ellipse at 15% 80%,#116c7960,transparent 40%)}
header,.hero,.work-section,.series-section,.latest-section{background:linear-gradient(135deg,#e0f9ff19,#d7f6ff07 42%,#6ed8f212);border:1px solid #d0f4ff38;border-top-color:#ecfbff70;border-radius:32px;box-shadow:var(--shadow);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%)}
header{background:linear-gradient(130deg,#8dbdd538,#496d8726);border-radius:28px;backdrop-filter:blur(30px) saturate(175%);-webkit-backdrop-filter:blur(30px) saturate(175%)}
.card,.equipment-grid>article,.crew-names>article{background:linear-gradient(140deg,#f0fcff1b,#dbf6ff06 40%,#a4eaff0d);border:1px solid #e0f8ff30;border-top-color:#effcff65;border-radius:24px;box-shadow:0 12px 30px #0004,inset 0 1px 0 #fff3,inset 0 -1px 0 #a3ecff18;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%)}
.card .thumb{border-radius:18px;border-color:#def7ff30;box-shadow:0 6px 20px #00102240,inset 0 1px 0 #ffffff30}
.button,header>button,.sport-tabs button[aria-selected=true],.work-tabs button[aria-selected=true],#gallery-nav button{background:linear-gradient(155deg,#e0fbff32,#8de4ff12 55%,#d7f9ff20);border:1px solid #ceefff55;border-top-color:#f0fdff99;box-shadow:0 5px 18px #0003,inset 0 1px 0 #fff5,inset 0 -1px 0 #a4eaff30;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
h1{ text-shadow:0 2px 1px #0b2e40,0 8px 25px #0004}h1 span{text-shadow:0 1px 0 #c7f6ff44,0 4px 20px #29c8ed35}
.request-form :is(input,select,textarea),.search-box input{background:#03203155;border:1px solid #caf1ff30;box-shadow:inset 0 2px 5px #00101f50,0 1px 0 #effcff30;border-radius:16px;color:#eff6ff}
.request-form select option{background:#102c40;color:#eff6ff}
dialog{background:linear-gradient(145deg,#193f55ed,#092234f2);border:1px solid #d2f5ff55;border-top-color:#efffff90;border-radius:30px;box-shadow:0 30px 90px #0009,inset 0 1px 0 #fff4;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}
dialog::backdrop{background:#020d20a3;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.card:hover,.equipment-grid>article:hover,.crew-names>article:hover{box-shadow:0 22px 45px #0005,inset 0 1px 0 #fff8,inset 0 -1px 0 #9eeaff33;border-color:#d3f7ff60}}
@media(max-width:570px){.hero,.work-section,.series-section,.latest-section{border-radius:26px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.card,.equipment-grid>article,.crew-names>article{backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 9px 24px #0004,inset 0 1px 0 #fff4}h1{text-shadow:0 2px 1px #0b2e40,0 8px 25px #0004}}
@supports not (backdrop-filter:blur(10px)){header,dialog{background:#143347}.hero,.work-section,.series-section,.latest-section{background:#102c40}.card,.equipment-grid>article,.crew-names>article{background:#19384b}}

/* One uninterrupted arc; water effects share the same timeline. */
.dolphin-flight{position:absolute;bottom:0;left:25%;width:300px;height:195px;pointer-events:none}
.dolphin-flight .jumping-dolphin{left:0;bottom:-40px;width:96px;height:84px;animation:none!important;opacity:0;transform-origin:50% 55%;will-change:transform,opacity;mix-blend-mode:screen}
.water-splash{position:absolute;bottom:24px;width:125px;height:65px;object-fit:contain;opacity:0;transform-origin:50% 95%;will-change:transform,opacity;z-index:3}
.splash-out{left:-8px}.splash-in{left:192px;width:155px;height:80px}
.wave-front{z-index:2}.wave-back{z-index:0}
@media(max-width:570px){.dolphin-flight{left:calc(50% - 155px);transform:scale(.86);transform-origin:center bottom}}
@media(prefers-reduced-motion:reduce){.dolphin-flight{display:none}}
