@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#071d26;--paper:#f4f6f7;--pink:#e91558;--gold:#c8b333}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit}header{min-height:104px;display:flex;align-items:center;justify-content:space-between;padding:22px 5%;border-bottom:1px solid #d5dcdf;gap:24px}.brand{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:44px;font-weight:800;text-decoration:none;display:flex;align-items:center;line-height:.85;letter-spacing:-2px}.brand>span{color:var(--pink)}.brand small{font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:1px;line-height:1.3;margin-left:14px}.header-label{font-size:12px;letter-spacing:2px;font-weight:700}.header-link{font-size:14px;text-decoration:none;border-bottom:1px solid;padding:7px 0}.header-link span{margin-left:22px}.product{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr);max-width:1600px;margin:auto}.gallery{min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:34px 28px 30px;background:#e9eef0;border-right:1px solid #d5dcdf}.gallery-top,.gallery-bottom{display:flex;justify-content:space-between;gap:16px;font-size:12px;font-weight:700;letter-spacing:1.4px}.gallery-top>span:first-child{border:1px solid #a4b1b6;padding:7px 10px}.gallery-top>span:last-child{align-self:center}.image-stage{margin:45px -12px;display:flex;align-items:center;min-height:380px}.image-stage img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.gallery-bottom{font-size:12px;letter-spacing:1px}.details{padding:44px clamp(28px,4vw,68px) 36px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 18px;color:#50636b}h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(64px,6.5vw,104px);font-weight:800;line-height:.94;text-transform:uppercase;letter-spacing:-1px;margin:0 0 22px}h1 em{font-style:normal;color:var(--pink)}.intro{line-height:1.65;color:#50616a;max-width:440px;margin-bottom:25px}.price-row{display:flex;gap:20px;align-items:center;border-top:1px solid #d5dcdf;padding-top:20px;margin-bottom:24px}.price-row strong{font-size:54px;letter-spacing:-2px;line-height:1}.price-row strong span{font-size:30px}.badge{font-size:12px;font-weight:700;letter-spacing:1px;background:var(--gold);padding:5px 9px;display:inline-block}.price-row p{font-size:14px;margin:6px 0 0;color:#50616a}fieldset{border:0;margin:0;padding:0}legend{font-size:14px;font-weight:700;margin-bottom:12px}legend span{font-weight:400;color:#50616a}.color-options{display:flex;gap:10px}.color-choice{display:flex;align-items:center;gap:9px;padding:11px 14px;background:transparent;border:1px solid #adb9be;border-radius:4px;color:var(--ink);font:500 14px 'DM Sans',sans-serif;cursor:pointer}.color-choice.active{border:2px solid var(--ink);padding:10px 13px;background:white}.swatch{width:20px;height:20px;border-radius:50%;border:1px solid #0002}.pink{background:var(--pink)}.black{background:var(--ink);box-shadow:inset -5px -2px 0 var(--gold)}.sizes{display:grid;grid-template-columns:1fr 1.2fr;gap:16px;margin:24px 0}.sizes span{font-size:12px;letter-spacing:1px;font-weight:700;color:#5b6b73}.sizes p{font-size:14px;margin:6px 0}.buy{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--pink);color:white;padding:19px 22px;text-decoration:none;font-weight:700;transition:background .15s}.buy:hover{background:#c31048}.buy span{font-size:24px;line-height:1}.buy-note{font-size:12px;line-height:1.65;color:#5b6b73;text-align:center;margin:12px 0 24px}.pickup{display:flex;gap:14px;border-top:1px solid #d5dcdf;padding-top:20px}.pickup>span{font-size:27px}.pickup strong{font-size:14px}.pickup p{font-size:14px;color:#50616a;margin:5px 0}.strip{background:var(--ink);color:var(--gold);padding:24px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(20px,2.5vw,34px);font-weight:700;letter-spacing:1px}.strip i{font-style:normal;font-size:24px}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px 5%;font-size:12px;color:#50616a}footer>span{font-weight:700;letter-spacing:1px}footer a{font-size:14px;text-underline-offset:4px}:focus-visible{outline:3px solid #1263c2;outline-offset:5px}@media(min-width:1500px){.gallery{padding:40px}.image-stage{min-height:460px}}@media(max-width:900px){.product{grid-template-columns:1fr 1fr}.details{padding:32px 24px}.gallery{padding:25px 20px}.gallery-top,.gallery-bottom{flex-wrap:wrap}.image-stage{min-height:260px;margin:32px -10px}h1{font-size:68px}.color-choice{padding:10px;font-size:13px}.color-choice.active{padding:9px}.sizes{grid-template-columns:1fr;gap:12px}.buy{padding:17px 15px;font-size:14px}}@media(max-width:680px){header{min-height:82px;padding:18px 6%}.brand{font-size:36px}.header-label{display:none}.product{display:flex;flex-direction:column}.gallery{border-right:0;border-bottom:1px solid #d5dcdf;padding:22px 6%}.gallery-top,.gallery-bottom{font-size:10px;letter-spacing:1px}.image-stage{min-height:0;margin:28px -8px}.details{padding:30px 7% 34px}h1{font-size:76px}.intro{max-width:none}.sizes{grid-template-columns:1fr 1.2fr}.strip{flex-wrap:wrap;justify-content:center;padding:20px;gap:14px;font-size:23px}.strip span:last-child,.strip i:last-of-type{display:none}footer{flex-direction:column;gap:12px;text-align:center;padding:28px 6%}footer p{margin:0}.buy{font-size:16px}.color-choice{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.team-section{max-width:1600px;margin:auto;padding:60px 5%}.team-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.team-heading .eyebrow{margin-bottom:10px}.team-heading h2{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:clamp(36px,5vw,64px);line-height:1.05;text-transform:uppercase;margin:0}.team-heading>span{font-size:14px;letter-spacing:2px;font-weight:700;color:#b50e46}.team-photo{margin:0}.team-frame{position:relative;overflow:hidden;background:#071d26}.team-frame img{display:block;width:100%;height:auto}.team-frame::after{content:'';position:absolute;inset:0;background:white;opacity:0;pointer-events:none}.team-frame.is-revealed::after{animation:camera-flash 850ms ease-out both}.team-photo figcaption{font-size:12px;color:#50616a;margin-top:10px}@keyframes camera-flash{0%{opacity:.72}100%{opacity:0}}@media(max-width:680px){.team-section{padding:36px 6%}.team-heading{align-items:start;flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){.team-frame.is-revealed::after{animation:none}}
