@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:Manrope,Arial,sans-serif;color:#08232e;background:#04d3e6;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit;text-decoration:none}header,main,footer{max-width:1500px;margin:auto}header{height:102px;display:flex;align-items:center;justify-content:space-between;padding:0 5%}.brand{font-size:42px;font-weight:800;letter-spacing:-3px;line-height:1;display:flex;align-items:center;gap:18px}.brand span{font-size:12px;letter-spacing:2px;font-weight:700;max-width:70px;line-height:1.5}nav{display:flex;gap:34px;font-size:14px;font-weight:700}.hero{position:relative;margin:0 2%;min-height:510px;overflow:hidden;background:#073c4b;border-radius:8px;color:white;display:flex;align-items:center}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,25,37,.96),rgba(3,25,37,.78) 36%,rgba(3,25,37,.03) 80%)}.hero-copy{z-index:1;position:relative;width:58%;padding:65px 4%}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;margin:0 0 16px}h1{font-size:clamp(40px,4.9vw,70px);letter-spacing:-2.8px;line-height:1.08;margin:0 0 24px;font-weight:800}h1 em{font-style:normal;color:#39e3ef}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;max-width:370px;color:#e1edf2}.button{display:inline-flex;gap:48px;align-items:center;background:#39e3ef;color:#072736;padding:17px 22px;margin-top:18px;border-radius:4px;font-size:14px;font-weight:800}.button:hover{background:#fff}.hero-label{position:absolute;bottom:24px;right:26px;z-index:1;font-size:12px;letter-spacing:2px}.collection{padding:64px 5% 50px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-head>p{font-size:14px}h2{font-size:clamp(28px,3vw,40px);letter-spacing:-1.5px;line-height:1.15;margin:0}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.product-image{height:340px;border-radius:6px;position:relative;overflow:hidden;background:#123643}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.035)}.number{position:absolute;left:14px;top:14px;z-index:1;padding:7px 10px;background:#effbfc;color:#143440;font-size:12px;font-weight:800;letter-spacing:1px;border-radius:3px}.type-card{display:grid;place-items:center;color:#9bc7cf}.type-card p{font-size:42px;line-height:1.05;font-weight:800;letter-spacing:-1px;text-align:left}.type-card p span{display:block;font-size:14px;font-weight:400;letter-spacing:0;margin-top:12px}.product-title{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-top:20px}h3{font-size:20px;letter-spacing:-.6px;margin:0}.product-title strong{font-size:20px;white-space:nowrap}.description{font-size:15px;line-height:1.7;margin:12px 0 8px}.shipping{font-size:12px;margin:0;color:#194d5b}.colors{margin:0 5%;border-top:1px solid #087b8b;padding:36px 0 42px;display:flex;gap:30px;justify-content:space-between;align-items:center}.colors h2{font-size:30px}.colors p:not(.eyebrow){font-size:14px;line-height:1.7;max-width:420px;margin-bottom:0}.colors ul{list-style:none;display:flex;gap:20px;margin:0;padding:0}.colors li{display:flex;align-items:center;flex-direction:column;gap:10px;font-size:12px}.colors i{background:var(--color);width:32px;height:32px;border-radius:50%;border:1px solid #08232e40;box-shadow:inset 0 0 0 3px #ffffff25}.notice{background:#092c3b;color:white;margin:0 2%;padding:28px 3%;display:flex;align-items:center;gap:28px;border-radius:6px}.notice>span{font-size:18px;font-weight:800;white-space:nowrap}.notice p{font-size:14px;line-height:1.65;max-width:540px;margin:0}.notice a{font-size:14px;white-space:nowrap;color:#52e8f2;margin-left:auto}footer{display:flex;align-items:center;justify-content:space-between;padding:38px 5%;gap:20px}footer .brand{font-size:30px}footer span{font-size:12px}a:focus-visible{outline:3px solid #ff374f;outline-offset:5px}@media(min-width:1500px){.hero-copy{width:55%}}@media(max-width:900px){.product-image{height:280px}.product-title{flex-direction:column;gap:4px}.colors{align-items:start;flex-direction:column}.notice{flex-wrap:wrap}.notice a{margin-left:0}.hero-copy{width:75%}}@media(max-width:600px){header{height:84px}.brand{font-size:34px;gap:12px}.brand span{font-size:10px}nav{gap:18px;font-size:14px}.hero{min-height:475px;margin:0 3%}.hero-copy{width:100%;padding:38px 7% 58px}.hero:after{background:linear-gradient(90deg,rgba(3,25,37,.94),rgba(3,25,37,.58))}.hero>img{object-position:65% center}.hero-label{font-size:10px;right:20px}h1{letter-spacing:-1.7px;font-size:43px}.collection{padding:42px 5%}.section-head{align-items:start;gap:15px}.section-head>p{white-space:nowrap;font-size:12px}h2{font-size:28px}.products{grid-template-columns:1fr;gap:32px}.product-image{height:360px}.product-title{flex-direction:row}.colors ul{width:100%;justify-content:space-between;gap:8px}.colors i{height:29px;width:29px}.colors li{font-size:12px}.notice{margin:0 3%;padding:26px 6%;gap:14px}footer{flex-wrap:wrap}footer span:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}
