@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700;1,800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--red:#f20d14;--ink:#101011;--muted:#666;--paper:#faf9f7;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 'DM Sans',Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;-webkit-appearance:none;appearance:none}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--red);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.02}h2{font-size:clamp(34px,4vw,58px);letter-spacing:-2.5px;font-weight:600}h2>span{color:var(--red)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:18px}.announcement{background:var(--ink);color:#fff;text-align:center;padding:8px 12px;font-size:10px;letter-spacing:1.8px}.announcement span{color:var(--red);padding:0 14px}header{height:92px;display:flex;align-items:center;justify-content:space-between;max-width:1600px;margin:auto;padding:0 4%;position:sticky;top:0;background:var(--paper);z-index:20;border-bottom:1px solid #e9e8e5}.brand{display:inline-flex;flex-direction:column;width:124px;text-align:center;line-height:1}.brand strong{font-family:'Barlow Condensed',Impact,sans-serif;font-style:italic;font-size:35px;letter-spacing:-1px;color:#fff;background:var(--red);padding:2px 9px 5px;clip-path:polygon(5% 10%,30% 10%,33% 0,100% 0,94% 90%,70% 90%,67% 100%,0 100%)}.brand small{font-size:7px;letter-spacing:1px;margin-top:4px;font-weight:700;color:var(--red)}header nav{display:flex;gap:34px;font-size:14px}header nav a{position:relative;padding:12px 0}header nav a:after{content:'';position:absolute;bottom:5px;left:0;width:0;height:2px;background:var(--red);transition:width .3s}header nav a:hover:after{width:100%}.header-actions{display:flex;gap:12px;align-items:center}.icon{display:inline-grid;place-items:center;width:42px;height:42px;border:0;background:transparent;position:relative;border-radius:50%;font-size:26px}.icon:hover{background:#ecebe8}.icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.6}#bag-count{font-size:9px;background:var(--red);color:#fff;border-radius:50%;width:15px;height:15px;position:absolute;right:0;top:0}.menu{display:none}main{max-width:1600px;padding:0 28px;margin:auto}.hero{margin-top:12px;height:min(720px,73vw);min-height:530px;border-radius:28px;position:relative;overflow:hidden;color:#fff;background:#111}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .25s,transform 1.3s var(--ease)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0009,transparent 80%),linear-gradient(0deg,#0009,transparent 35%)}.hero-copy{position:absolute;top:17%;left:5%;max-width:650px}.hero h1{font:italic 800 clamp(64px,7.6vw,124px)/.88 'Barlow Condensed',Impact,sans-serif;letter-spacing:-2px}.hero h1 span{display:block;animation:title-in 1s var(--ease) both}.hero h1 span:nth-child(2){animation-delay:.13s}.outline{-webkit-text-stroke:1px white;color:transparent}.hero-copy>p:not(.eyebrow){margin:26px 0 30px;color:#ddd}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;border:0;border-radius:100px;padding:17px 25px;font-size:14px;font-weight:600;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px)}.button span{font-size:22px;line-height:1}.red{background:var(--red);color:white}.dark{background:var(--ink);color:white}.light{background:white;color:var(--ink)}.hero-bottom{position:absolute;bottom:30px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:1.5px}.slide-controls{display:flex;gap:10px}.slide-controls button{background:none;border:0;border-bottom:2px solid #ffffff50;color:#ddd;padding:9px 15px;font-size:11px}.slide-controls .active{border-color:var(--red);color:white}.ticker{overflow:hidden;border-bottom:1px solid #deddda;padding:27px 0;font-size:13px;font-weight:600;letter-spacing:3px}.ticker>div{white-space:nowrap;width:max-content;animation:ticker 35s linear infinite}.ticker span{color:var(--red);padding:0 40px}.section{padding:85px 3% 0;scroll-margin-top:25px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section-heading>p{font-size:14px;color:var(--muted)}.section-heading>a{font-size:14px;border-bottom:1px solid;padding-bottom:4px}.shop-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{padding:10px 22px;border:1px solid #ddd;border-radius:99px;background:transparent;font-size:13px}.filters .active{background:var(--ink);color:#fff;border-color:var(--ink)}#result-count{font-size:12px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 20px}.product-card{min-width:0;animation:card-in .6s var(--ease) both}.product-image{background:#eae9e7;border-radius:18px;overflow:hidden;position:relative;aspect-ratio:1}.product-image>button:first-child{padding:0;border:0;display:block;width:100%;height:100%;background:#111}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.product-image:hover img{transform:scale(1.06)}.product-badge{position:absolute;top:17px;left:17px;background:#fff;color:#111;padding:5px 10px;border-radius:30px;font-size:9px;letter-spacing:1px;pointer-events:none}.quick-add{position:absolute;right:14px;bottom:14px;border:0;border-radius:50%;width:40px;height:40px;background:white;font-size:24px;transition:background .2s}.quick-add:hover{background:var(--red);color:white}.product-info{padding:16px 3px 0;display:flex;justify-content:space-between;align-items:start;gap:10px}.product-info h3{font-size:15px;font-weight:500}.product-info p{font-size:12px;color:var(--muted);margin-top:7px}.swatch{height:12px;width:12px;background:#151515;border-radius:50%;outline:1px solid #999;outline-offset:3px;margin:4px}.collection-note{font-size:12px;color:var(--muted);margin-top:24px}.lookbook{display:grid;grid-template-columns:1.2fr 1fr;gap:0;padding-top:0;margin:85px 3% 0;background:#efeeeb;border-radius:26px;overflow:hidden;padding-left:0;padding-right:0}.look-visual{position:relative;min-height:620px;overflow:hidden}.look-visual>img{width:100%;height:100%;object-fit:cover;object-position:68% center}.image-caption{position:absolute;left:30px;top:30px;color:white;font-size:10px;letter-spacing:2px}.look-title{position:absolute;bottom:35px;left:30px;color:white;font:italic 700 58px/.94 'Barlow Condensed',Impact,sans-serif}.hotspot{position:absolute;top:40%;left:57%;border:1px solid #fff;background:#ffffff33;color:white;font-size:24px;width:44px;height:44px;border-radius:50%;box-shadow:0 0 0 9px #ffffff1c;animation:pulse 3s infinite}.look-copy{padding:55px 12%;align-self:center}.look-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);margin:24px 0}.look-copy h2{font-size:clamp(42px,4.5vw,68px)}.look-product{display:flex;gap:16px;align-items:center;margin:30px 0}.look-product img{width:85px;border-radius:12px}.look-product small{font-size:9px;letter-spacing:1px}.look-product h3{font-size:16px;margin:8px 0}.look-product p{font-size:12px;color:#666}.details-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:22px}.detail-label{height:500px;border-radius:22px;overflow:hidden;position:relative;background:#111}.detail-label img{width:100%;height:100%;object-fit:cover;object-position:75%;transform:scale(1.3)}.detail-label>div{position:absolute;bottom:35px;left:30px;color:white}.detail-label h3{font-size:28px;margin-top:12px}.manifesto{border-radius:22px;background:#e9e7e2;padding:45px;display:flex;flex-direction:column;align-items:start}.manifesto h3{font:700 60px/.95 'Barlow Condensed',Impact,sans-serif}.manifesto em{color:var(--red)}.manifesto p{font-size:14px;max-width:340px;margin:25px 0}.manifesto a{margin-top:auto;font-size:14px;border-bottom:1px solid}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.lifestyle-card{border:0;background:#111;position:relative;border-radius:22px;overflow:hidden;padding:0;text-align:left;color:white;aspect-ratio:1.2}.lifestyle-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.lifestyle-card:hover img{transform:scale(1.04)}.lifestyle-card>div{position:absolute;bottom:0;left:0;right:0;padding:65px 30px 30px;background:linear-gradient(transparent,#000d)}.lifestyle-card small{font-size:10px;letter-spacing:1.5px}.lifestyle-card h3{font-size:25px;margin-top:12px;padding-right:42px}.circle-arrow{position:absolute;bottom:26px;right:25px;border:1px solid #fff6;border-radius:50%;width:38px;height:38px;text-align:center;line-height:36px}.join{margin:85px 3% 60px;background:var(--red);color:#fff;border-radius:26px;padding:55px 6%;display:flex;justify-content:space-between;align-items:center;gap:30px;position:relative;overflow:hidden}.join h2{font:800 94px/.88 'Barlow Condensed',Impact,sans-serif;letter-spacing:-1px}.join h2 em{-webkit-text-stroke:1px #fff;color:transparent}.join>div:last-child{max-width:330px}.join p:not(.eyebrow){font-size:15px;margin-bottom:25px}.join small{display:block;font-size:11px;margin-top:20px;color:#ffdddd}footer{max-width:1600px;margin:auto;padding:20px 5% 25px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}footer>p{font-size:14px;color:var(--muted)}footer>div:not(.footer-bottom){display:flex;gap:25px;font-size:13px;justify-content:end}.footer-bottom{grid-column:1/-1;border-top:1px solid #ddd;padding-top:25px;display:flex;justify-content:space-between;font-size:10px;color:var(--muted);letter-spacing:.3px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(32px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.js-motion .reveal.visible{opacity:1;transform:none}dialog{border:0;border-radius:24px;padding:42px;width:min(620px,calc(100% - 30px));max-height:90vh;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0003}dialog[open]{animation:card-in .35s var(--ease)}dialog::backdrop{background:#0009}.close{position:absolute;top:10px;right:10px;z-index:1}dialog h2{font-size:38px;margin-bottom:20px}dialog label{display:block;font-size:13px;margin:20px 0 8px}input{width:100%;border:1px solid #ccc;border-radius:12px;background:white;padding:14px}.product-dialog{width:min(860px,calc(100% - 30px));padding:0}#product-detail{display:grid;grid-template-columns:1fr 1fr}#product-detail>img{width:100%;height:100%;object-fit:cover}#product-detail>div{padding:48px 30px 35px}#product-detail h2{font-size:32px;letter-spacing:-1px}#product-detail p{font-size:14px;color:var(--muted);margin:18px 0}.sizes{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0 24px}.sizes button{border:1px solid #ccc;border-radius:8px;background:transparent;min-width:42px;padding:10px;font-size:13px}.sizes .selected{background:#111;color:#fff;border-color:#111}.result-row{display:flex;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #ddd;width:100%;border-top:0;border-left:0;border-right:0;background:none;text-align:left;color:var(--ink)}.result-row img{width:64px;height:64px;border-radius:10px}.result-row h3{font-size:15px}.result-row p{font-size:12px;color:var(--muted);margin-top:6px}.result-row .remove{margin-left:auto;background:none;border:0;padding:10px;text-decoration:underline;font-size:12px}.empty{padding:30px 0;color:var(--muted);font-size:14px}.muted{font-size:13px;color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,30px);background:#111;color:#fff;padding:14px 24px;border-radius:100px;z-index:100;opacity:0;pointer-events:none;transition:.3s;font-size:14px;max-width:90%;text-align:center}#toast.show{opacity:1;transform:translate(-50%,0)}.skip{position:fixed;top:-80px;z-index:100;background:white;padding:15px}.skip:focus{top:0}@keyframes title-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes card-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes ticker{to{transform:translateX(-50%)}}@keyframes pulse{50%{box-shadow:0 0 0 15px #ffffff08}}
@media(min-width:1400px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){header nav{gap:20px}.section{padding:65px 1% 0}.hero{min-height:540px}.hero h1{font-size:90px}.hero-copy{top:20%}.lookbook{margin:65px 1% 0;padding:0}.look-copy{padding:35px 9%}.look-visual{min-height:560px}.details-grid{grid-template-columns:1fr 1fr}.manifesto{padding:30px}.manifesto h3{font-size:52px}.lifestyle-card h3{font-size:21px}.join{margin:65px 1% 45px}footer>div:not(.footer-bottom){flex-direction:column;gap:10px}}@media(max-width:640px){.announcement{font-size:8px;letter-spacing:1px}header{height:76px;padding:0 20px}.brand{width:104px}.brand strong{font-size:30px}.header-actions{gap:4px}.menu{display:grid;font-size:22px}header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:20px;box-shadow:0 20px 20px #0001}header nav.open{display:flex;flex-direction:column;gap:4px}main{padding:0 12px}.hero{min-height:590px;height:calc(85svh - 70px);max-height:740px;border-radius:22px;margin-top:6px}.hero>img{object-position:62%}.hero-shade{background:linear-gradient(0deg,#000b,transparent 85%),linear-gradient(90deg,#0005,transparent)}.hero-copy{top:auto;bottom:115px;left:7%;right:5%}.hero-copy .eyebrow{font-size:9px}.hero h1{font-size:clamp(61px,14vw,88px);letter-spacing:-1px}.hero-copy>p:not(.eyebrow){font-size:13px;margin:20px 0 24px}.button{padding:15px 22px;font-size:13px}.hero-bottom{bottom:25px;left:7%;right:7%}.hero-bottom>span{display:none}.hero-bottom>a{font-size:8px;letter-spacing:1px}.ticker{padding:20px 0;font-size:11px}.ticker span{padding:0 22px}.section{padding:55px 8px 0}.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:13px}h2{font-size:36px;letter-spacing:-1.5px}.section-heading{gap:18px;margin-bottom:25px;align-items:start;flex-direction:column}.section-heading>p{font-size:13px}.shop-toolbar{align-items:start;gap:0}.filters{gap:6px}.filters button{font-size:11px;padding:9px 13px}#result-count{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.product-image{border-radius:14px}.product-badge{top:10px;left:10px;font-size:7px;padding:4px 8px}.quick-add{width:34px;height:34px;right:10px;bottom:10px}.product-info{padding-top:12px}.product-info h3{font-size:13px}.product-info p{font-size:11px}.swatch{width:9px;height:9px}.collection-note{font-size:11px}.lookbook{grid-template-columns:1fr;margin:55px 8px 0;padding:0}.look-visual{height:400px;min-height:0}.look-title{font-size:48px}.look-copy{padding:35px 28px}.look-copy h2{font-size:44px}.details-grid{grid-template-columns:1fr}.detail-label{height:360px}.manifesto{min-height:385px}.manifesto h3{font-size:58px}.lifestyle-grid{grid-template-columns:1fr;gap:15px}.lifestyle-card{aspect-ratio:1.08}.lifestyle-card h3{font-size:24px}.join{margin:55px 8px 40px;padding:35px 28px;flex-direction:column;align-items:start;gap:28px}.join h2{font-size:80px}.join>div:last-child{max-width:none}.join p:not(.eyebrow){font-size:14px}footer{padding:10px 24px 22px;grid-template-columns:1fr 1fr;gap:25px}footer>p{font-size:12px}footer>div:not(.footer-bottom){grid-column:1/-1;flex-direction:row;justify-content:start;gap:25px}.footer-bottom{font-size:9px;flex-wrap:wrap;gap:18px}.footer-bottom>span:nth-child(2){display:none}dialog{padding:35px 24px}#product-detail{grid-template-columns:1fr}#product-detail>img{height:260px;object-fit:contain;background:#111}#product-detail>div{padding:28px}.product-dialog .close{background:white}#product-detail h2{margin-bottom:10px}.product-dialog{max-height:92svh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}

/* Vector symbols keep iOS from substituting colored emoji. */
.ui-arrow,.ui-star{display:inline-block;width:1em;height:1em;vertical-align:-.12em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ui-star{stroke-width:2.5}.icon{color:var(--ink)}.filters button:not(.active){color:var(--ink)}

/* Phone interaction and content resilience. */
.product-info>div,.look-product>div,.result-row>div{min-width:0}
.product-info h3,.look-product h3,.result-row h3,.policy-text{overflow-wrap:anywhere}
.result-row img,.look-product img{flex-shrink:0;object-fit:cover}
dialog{overscroll-behavior:contain;max-height:90dvh}
@media(max-width:640px){
html{scroll-padding-top:90px}
.icon,.quick-add{width:44px;height:44px}
.filters button,.sizes button,.slide-controls button{min-height:44px;min-width:44px}
header nav.open{max-height:calc(100dvh - 76px);overflow-y:auto;overscroll-behavior:contain}
.product-dialog{padding:0;max-height:92dvh}
#product-detail>div{padding:24px}
input,select,textarea,#product-color{font-size:16px}
.button{max-width:100%;gap:18px;min-height:44px}
.product-info{flex-wrap:wrap;gap:5px}
.product-info>div{flex-basis:100%}
.result-row{gap:10px;flex-wrap:wrap}
.result-row>div{flex:1 1 110px}
.result-row .remove{min-height:44px}
footer>div:not(.footer-bottom){flex-wrap:wrap}
footer a{min-height:44px;display:inline-flex;align-items:center}
#toast{bottom:max(24px,env(safe-area-inset-bottom))}
}
