.underwater-hero{--cyan:#b7ffd2;--text-soft:rgba(222,239,249,0.8);--panel-radius:1.2rem;--portrait-radius:1.8rem;position:relative;min-height:82vh;isolation:isolate;background:transparent;color:#f5fbff;width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip}.underwater-hero__fish-stage{position:absolute;left:36%;top:16%;width:min(58vw,92rem);height:min(48vh,42rem);pointer-events:none;z-index:0;opacity:1;filter:saturate(2.05);transform:translateX(-50%)}.underwater-hero__content{position:relative;z-index:1;min-height:82vh;display:grid;width:100%;max-width:100%;box-sizing:border-box;margin:0 auto;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,7rem);padding:clamp(3.5rem,8vh,7rem) clamp(1.5rem,4vw,4rem) 0}.underwater-hero__copy{max-width:48rem;min-width:0;align-self:center}.underwater-hero__name{margin:0;font-size:clamp(1.3rem,2.2vw,2.8rem);letter-spacing:-.03em}.underwater-hero__headline{margin:1.65rem 0 0;display:flex;flex-direction:column;text-transform:uppercase;line-height:.9;letter-spacing:-.03em;font-size:clamp(2.2rem,4dvw,5.5rem);text-wrap:balance;word-break:break-word;overflow-wrap:break-word}.underwater-hero__headline-accent{margin-top:.35rem;font-size:clamp(2.2rem,5.5vw,6.2rem);line-height:.92;letter-spacing:clamp(.08em,.15vw,.2em);color:#b7ffd2;word-break:break-word;overflow-wrap:break-word}.underwater-hero__divider{width:3.25rem;height:1px;margin:1.4rem 0 1.25rem;background:linear-gradient(90deg,#b7ffd2,transparent);box-shadow:0 0 14px rgba(57,216,245,.22)}.underwater-hero__role{margin:0;color:var(--cyan);font-size:clamp(1.1rem,1.5vw,1.6rem)}.underwater-hero__description{margin:.95rem 0 0;max-width:44rem;color:var(--text-soft);font-size:clamp(1.125rem,1.5vw,1.35rem);line-height:1.6}.underwater-hero__brands{width:min(100%,28rem);margin-top:1.4rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.08);overflow:hidden}.underwater-hero__brands-viewport{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 88%,transparent)}.underwater-hero__brands-track{display:flex;align-items:center;width:max-content;animation:brand-swiper 15s linear infinite}.underwater-hero__brand-link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:9rem;padding-right:1.35rem;text-decoration:none;opacity:.72;transition:opacity .25s ease,transform .25s ease}.underwater-hero__brand-link:hover{opacity:1;transform:translateY(-2px);animation-play-state:paused}.underwater-hero__brand-image{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(1) brightness(1.8) contrast(.85)}.underwater-hero__brand-image.is-misc{width:clamp(4.75rem,10vw,7rem)}.underwater-hero__brand-image.is-flumen{width:clamp(5.4rem,12vw,8rem)}.underwater-hero__brands:hover .underwater-hero__brands-track{animation-play-state:paused}.underwater-hero__stats{margin-top:2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.underwater-hero__stat{position:relative;padding:.95rem .9rem .85rem;background:linear-gradient(180deg,rgba(7,25,44,.2),rgba(5,16,28,.04));border:1px solid rgba(122,223,249,.06);border-radius:var(--panel-radius);backdrop-filter:blur(8px);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);min-height:8rem;display:flex;flex-direction:column;justify-content:flex-start}.underwater-hero__stat:after{content:"";position:absolute;inset:0 auto 0 0;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.08),transparent)}.underwater-hero__stat-icon{display:inline-flex;width:1.35rem;height:1.35rem;align-items:center;justify-content:center;margin-bottom:.75rem;color:rgba(214,244,255,.88);opacity:.95}.underwater-hero__stat-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.underwater-hero__stat strong{display:block;color:#c9a84c;font-size:clamp(1.6rem,1.8vw,2rem);line-height:1}.underwater-hero__stat span:last-child{display:block;margin-top:.45rem;color:rgba(225,238,245,.92);font-size:.82rem;line-height:1.3}.underwater-hero__visual{position:relative;display:flex;justify-content:center;align-items:flex-end;min-width:0;min-height:min(72vh,54rem);padding-right:0}.underwater-hero__portrait-frame{position:relative;width:min(100%,40rem);aspect-ratio:.82;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden;border-radius:var(--portrait-radius)}.underwater-hero__portrait-glow{position:absolute;inset:auto 10% 4% 10%;height:22%;border-radius:999px;background:radial-gradient(circle at 50% 50%,#b7ffd2,rgba(39,125,183,.08) 48%,transparent 72%);filter:blur(24px);z-index:1;pointer-events:none}.underwater-hero__portrait-image{object-fit:cover;object-position:center top;z-index:2;border-radius:var(--portrait-radius);transform:scale(1);filter:drop-shadow(0 28px 52px rgba(0,0,0,.36))}.underwater-hero__quote{position:absolute;right:.5rem;bottom:.65rem;width:min(24rem,55%);padding:1rem 0 0 .4rem;color:rgba(245,249,252,.96);border-radius:var(--panel-radius);z-index:3}.underwater-hero__quote-mark{display:block;color:var(--cyan);font-size:3.8rem;line-height:.75;margin-bottom:.15rem}.underwater-hero__quote p{margin:0;font-size:clamp(.95rem,1.1vw,1.35rem);line-height:1.45}.underwater-hero__quote-line{display:block;width:100%;height:2px;margin-top:1.3rem;background:linear-gradient(90deg,#b7ffd2,rgba(57,216,245,.18));position:relative}@media (min-width:1400px){.underwater-hero__content{max-width:100%;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(3rem,5vw,7rem);padding-inline:clamp(1.5rem,4vw,4rem)}.underwater-hero__copy{max-width:54rem}.underwater-hero__portrait-frame{width:min(100%,46rem)}}@media (min-width:2200px){.underwater-hero__content{max-width:100%;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(4rem,6vw,8rem);padding-inline:clamp(1.5rem,4vw,4rem)}.underwater-hero__copy{max-width:58rem}.underwater-hero__description{max-width:46rem}.underwater-hero__brands{width:min(100%,36rem)}.underwater-hero__portrait-frame{width:min(100%,48rem)}.underwater-hero__quote{width:min(30rem,60%)}}@media (max-width:1775px){.underwater-hero{--portrait-radius:1.85rem;--panel-radius:0.95rem}}@media (max-width:1600px){.underwater-hero{--portrait-radius:1.5rem;--panel-radius:0.8rem}}@keyframes brand-swiper{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1180px){.underwater-hero__content{width:100%;margin:0;grid-template-columns:1fr;padding-top:2rem}.underwater-hero__copy{max-width:100%}.underwater-hero__visual{min-height:32rem}.underwater-hero__quote{right:1rem;bottom:1rem;width:min(22rem,62%)}.underwater-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.underwater-hero__visual{min-height:28rem}.underwater-hero__portrait-frame{width:min(100%,28rem)}}@media (max-width:640px){.underwater-hero{min-height:auto}.underwater-hero__content{min-height:auto;gap:1.6rem;padding:1.5rem 1.1rem 2.5rem}.underwater-hero__fish-stage{position:absolute;left:60%;top:46%;width:min(54vw,88rem);height:min(46vh,84rem);pointer-events:none;z-index:0;opacity:1;filter:saturate(2.05);transform:translateX(-50%)}.underwater-hero__name{font-size:.95rem}.underwater-hero__headline{font-size:clamp(1.85rem,8.5vw,2.6rem);line-height:1.05}.underwater-hero__headline-accent{font-size:clamp(1.8rem,8vw,2.7rem);line-height:1.05;letter-spacing:.05em;margin-top:.35rem}.underwater-hero__role{font-size:.95rem;margin-top:.2rem}.underwater-hero__description{font-size:.98rem;line-height:1.55;margin-top:.75rem}.underwater-hero__brands{width:100%;max-width:100%;margin-top:1.1rem}.underwater-hero__stats{grid-template-columns:1fr 1fr;gap:.8rem}.underwater-hero__stat{padding:1rem .85rem .9rem;min-height:7.6rem}.underwater-hero__visual{min-height:0;display:grid;grid-template-columns:minmax(7.5rem,9.5rem) minmax(0,1fr);align-items:center;gap:.85rem;padding-right:0}.underwater-hero__quote{position:static;width:100%;padding:0 0 .15rem;margin-top:0;align-self:center}.underwater-hero__portrait-frame{width:100%;max-width:9.5rem;justify-self:start;aspect-ratio:.75;border-radius:1.15rem}.underwater-hero__portrait-image{border-radius:1.15rem;object-position:center top}.underwater-hero__portrait-glow{inset:auto 12% 3% 12%;height:18%;filter:blur(18px)}.underwater-hero__quote-mark{font-size:2rem;margin-bottom:.25rem}.underwater-hero__quote p{max-width:100%;font-size:.85rem;line-height:1.5}.underwater-hero__quote-line{margin-top:.7rem}}@media (max-width:420px){.underwater-hero__content{padding-top:1rem}.underwater-hero__visual{grid-template-columns:minmax(7rem,8.5rem) minmax(0,1fr);gap:.65rem}.underwater-hero__portrait-frame{max-width:8.5rem}.underwater-hero__quote p{font-size:.8rem}}