@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root{--bg:#f2f0eb;--ink:#111;--muted:#777;--line:#c9c6bf}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Space Grotesk",Arial,sans-serif}
a{color:inherit;text-decoration:none}button,input{font:inherit}
.site-header{height:74px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;background:rgba(242,240,235,.9);backdrop-filter:blur(14px);z-index:20}
.logo{display:flex;align-items:center;width:150px;height:48px}.logo img{display:block;width:150px;height:46px;object-fit:contain;object-position:left center}
.header-link{font-size:12px;letter-spacing:.14em}
.hero{min-height:calc(100vh - 74px);padding:7vw 4vw 5vw;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--line)}
.hero-kicker,.product-kicker,.section-head,.counter,.label,.order-summary span{font-size:11px;letter-spacing:.16em;color:#777}
.hero h1{font-size:clamp(82px,18vw,260px);line-height:.72;letter-spacing:-.095em;margin:0;font-weight:700}.hero h1 i,.checkout h1 i{font-weight:400}
.hero p{max-width:400px;font-size:16px;line-height:1.4;margin:0 0 22px}
.hero-cta{width:max-content;border-bottom:1px solid #111;padding-bottom:8px;font-size:12px;letter-spacing:.12em}
.shop{padding:28px 4vw 9vw}.section-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-card{display:block}.product-image-wrap{position:relative;background:#111;overflow:hidden;aspect-ratio:4/5}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.product-card:hover img{transform:scale(1.025)}
.tag{position:absolute;top:12px;left:12px;background:#f2f0eb;padding:6px 9px;font-size:10px;letter-spacing:.12em}
.product-meta{display:flex;justify-content:space-between;gap:20px;padding:13px 0 40px}.product-meta h2{font-size:15px;margin:0 0 5px;letter-spacing:-.03em}.product-meta p{font-size:12px;color:#777;margin:0}.product-meta strong{font-size:11px;letter-spacing:.12em;white-space:nowrap}
.manifesto{border-top:1px solid var(--line);padding:7vw 4vw;display:flex;gap:5vw;align-items:flex-start}.manifesto-number{font-size:90px;line-height:.7}.manifesto p{font-size:clamp(28px,5vw,68px);letter-spacing:-.06em;line-height:.92;margin:0}
footer{border-top:1px solid var(--line);padding:22px 4vw;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em;color:#777}
footer a{color:inherit;text-decoration:none}footer a:hover{text-decoration:underline}

.product-page{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);min-height:calc(100vh - 74px)}
.gallery{padding:24px 3vw 40px 4vw}.gallery-main{position:relative;background:#111;aspect-ratio:4/5;max-height:calc(100vh - 150px);overflow:hidden}.gallery-main>img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;background:rgba(242,240,235,.88);cursor:pointer;z-index:2}.gallery-arrow.left{left:14px}.gallery-arrow.right{right:14px}.counter{position:absolute;right:14px;bottom:14px;background:rgba(242,240,235,.88);padding:7px 9px;color:#111}
.thumbs{display:flex;gap:8px;margin-top:8px;overflow:auto}.thumbs button{border:1px solid transparent;padding:0;width:76px;height:92px;background:#111;flex:0 0 auto;opacity:.55}.thumbs button.active{border-color:#111;opacity:1}.thumbs img{width:100%;height:100%;object-fit:cover}
.product-info{border-left:1px solid var(--line);padding:7vw 5vw 5vw 4vw;display:flex;flex-direction:column}.product-info h1{font-size:clamp(42px,6vw,88px);letter-spacing:-.075em;line-height:.85;margin:18px 0}.price{font-size:13px;letter-spacing:.1em;margin:10px 0 28px}.description{font-size:14px;line-height:1.5;max-width:470px;color:#555;margin-bottom:40px}.label{margin-bottom:10px}.sizes{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.sizes button{border:1px solid #aaa;background:transparent;min-width:48px;padding:11px;cursor:pointer}.sizes button.selected{background:#111;color:#f2f0eb;border-color:#111}.buy{border:1px solid #111;background:#111;color:#f2f0eb;padding:17px 20px;cursor:pointer;font-size:12px;letter-spacing:.13em}.note,.form-note{font-size:11px;color:#777;line-height:1.45}.details{border-top:1px solid var(--line);margin-top:40px;padding-top:18px;font-size:12px}.details div{padding:9px 0;border-bottom:1px solid #ddd}.details span{color:#999;margin-right:16px}

.checkout{max-width:980px;margin:0 auto;padding:8vw 5vw 10vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.checkout-intro h1{font-size:clamp(58px,8vw,105px);line-height:.78;letter-spacing:-.09em;margin:18px 0 30px}.checkout-intro p{max-width:390px;line-height:1.5;color:#666;font-size:14px}.checkout form{border-top:1px solid #111;padding-top:18px}.order-summary{display:grid;grid-template-columns:90px 1fr;gap:10px 18px;margin-bottom:34px;padding-bottom:20px;border-bottom:1px solid var(--line)}.order-summary strong{font-size:13px}.checkout label{display:block;font-size:10px;letter-spacing:.12em;margin:0 0 18px}.checkout label span{color:#999;letter-spacing:0}.checkout input{display:block;width:100%;border:0;border-bottom:1px solid #999;background:transparent;padding:12px 0;outline:0;font-size:16px}.checkout input:focus{border-bottom-color:#111}.or{text-align:center;color:#999;font-size:10px;margin:-4px 0 14px}.form-note{margin-top:12px}.success{grid-column:2}.success h2{font-size:70px;letter-spacing:-.08em;margin:15px 0}.success p{line-height:1.5;color:#666}.success-lead{font-size:16px;color:#111!important;margin-bottom:28px}.success-card{border-top:1px solid #111;border-bottom:1px solid var(--line);margin:0 0 25px}.success-card div{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.success-card div:last-child{border-bottom:0}.success-card span{font-size:9px;letter-spacing:.12em;color:#999}.success-card strong{font-size:13px}.success a{display:inline-block;margin-top:25px;border-bottom:1px solid #111;padding-bottom:7px;font-size:11px;letter-spacing:.12em}

@media(max-width:760px){
 .site-header{height:62px;padding:0 18px}.logo{width:118px;height:44px}.logo img{width:118px;height:42px}
 .hero{min-height:calc(90vh - 62px);padding:36px 18px 30px}.hero h1{font-size:25vw}.hero p{font-size:14px}
 .shop{padding:22px 18px 60px}.product-grid{grid-template-columns:1fr;gap:0}.product-meta{padding-bottom:34px}
 .manifesto{padding:60px 18px;display:block}.manifesto-number{margin-bottom:35px}.manifesto p{font-size:44px}
 footer{padding:18px;gap:15px;display:block}footer span{display:block;margin:4px 0}
 .product-page{display:block}.gallery{padding:12px 12px 30px}.gallery-main{max-height:none}.product-info{border-left:0;border-top:1px solid var(--line);padding:50px 18px}.product-info h1{font-size:55px}.checkout{display:block;padding:50px 18px}.checkout-intro{margin-bottom:55px}.success{margin-top:50px}
}
