:root{--bg:#f2f0e9;--surface:#faf9f4;--ink:#192f2b;--muted:#63716d;--line:rgba(25,47,43,.16);--accent:#ef6b31;--green:#244f46;--yellow:#f4b91d;--shadow:0 24px 70px rgba(40,67,60,.14);color-scheme:light}:root[data-theme=dark]{--bg:#17231f;--surface:#202f2a;--ink:#f3f0e6;--muted:#afbbb6;--line:rgba(243,240,230,.16);--accent:#ff8150;--green:#10221d;--yellow:#e9ac16;--shadow:0 24px 70px rgba(0,0,0,.28);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Avenir Next,Noto Sans SC,PingFang SC,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E")}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.section{max-width:1440px;margin:auto;padding:150px clamp(24px,5vw,80px)}.site-header{height:72px;position:sticky;top:0;z-index:15;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(20px,4vw,64px);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;width:max-content}.brand strong{font-size:22px;font-weight:900;letter-spacing:-.08em}.brand span{font-size:9px;line-height:1.05;letter-spacing:.12em;width:58px}.nav{display:flex;gap:34px;font-size:13px;font-weight:500}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--accent);transition:right .3s ease}.nav a:hover:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.icon-button,.menu-button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%;cursor:pointer}.icon-button svg,.menu-button svg{font-size:21px}.cart-button{height:42px;border:1px solid var(--line);background:transparent;border-radius:50px;padding:0 10px 0 15px;display:flex;gap:8px;align-items:center;cursor:pointer}.cart-button svg{font-size:18px}.cart-button span{font-size:13px}.cart-button b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--ink);color:var(--bg);font-size:11px}.menu-button{display:none}.hero{max-width:1440px;margin:auto;padding:42px clamp(24px,5vw,80px) 70px;min-height:calc(100dvh - 72px);display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(38px,6vw,100px);align-items:center}.hero-copy{padding-left:clamp(0px,4vw,70px)}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700;margin:0 0 28px}.hero h1{font-size:clamp(52px,6vw,96px);line-height:.91;letter-spacing:-.07em;margin:0;max-width:720px}.hero h1 em{font-style:normal;color:var(--accent)}.hero-copy>p:not(.eyebrow){font-size:clamp(16px,1.5vw,20px);line-height:1.6;max-width:390px;color:var(--muted);margin:30px 0}.hero-actions{display:flex;align-items:center;gap:28px}.button{min-height:50px;padding:0 22px;border:0;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.button:active{transform:scale(.98)}.button.primary{background:var(--ink);color:var(--bg)}.button.primary:hover{background:var(--accent);color:#fff}.button.light{background:#f4f1e8;color:#19322c}.text-link{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;padding:0 0 5px;border-bottom:1px solid currentColor;font-size:13px;font-weight:700;cursor:pointer}.hero-art{height:min(75vh,820px);min-height:540px;position:relative;background:var(--yellow);overflow:hidden;box-shadow:var(--shadow)}.hero-art img{height:100%;object-fit:cover}.art-stamp{position:absolute;top:32px;right:28px;width:84px;height:84px;border:1px solid rgba(25,47,43,.5);border-radius:50%;display:grid;place-items:center;text-align:center;font-size:9px;line-height:1.2;letter-spacing:.14em;color:#183c35;background:#f4b91dbf;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.story-title{margin-left:12%;position:relative;z-index:1}.story-title h2,.shop h2,.collab h2,.news h2,.contact h2{font-size:clamp(48px,7vw,104px);line-height:.94;letter-spacing:-.065em;margin:0}.story-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;margin-top:-32px}.story-image{height:720px;overflow:hidden}.story-image img{height:100%;object-fit:cover}.story-copy{padding:80px 0 60px clamp(40px,6vw,100px)}.story-copy p{max-width:520px;color:var(--muted);font-size:16px;line-height:1.75}.story-copy .lead{font-size:25px;line-height:1.35;color:var(--ink);font-weight:500;letter-spacing:-.025em;margin-top:0}.story-copy .text-link{margin-top:20px}.shop{padding-top:110px}.section-intro{max-width:540px;color:var(--muted);line-height:1.65;font-size:17px;margin:28px 0 70px}.product-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:26px}.product{border-top:1px solid var(--line);padding-top:16px}.product-image{height:540px;overflow:hidden;background:var(--surface)}.product-image img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.product:hover .product-image img{transform:scale(1.035)}.product-2 .product-image,.product-3 .product-image{height:360px}.product-3{grid-column:1}.product-4{grid-column:2;margin-top:-180px}.product-info{display:flex;justify-content:space-between;gap:20px;padding-top:18px}.product-info h3{font-size:20px;letter-spacing:-.025em;margin:0 0 4px}.product-info p{margin:0 0 10px;color:var(--muted);font-size:13px}.product-info small{color:var(--muted)}.product-buy{display:flex;align-items:flex-start;gap:14px}.product-buy strong{font-size:16px}.product-buy button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);background:transparent;border-radius:50%;cursor:pointer;transition:.2s}.product-buy button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.collab{max-width:none;padding:0;min-height:900px;background:var(--green);color:#f4f1e8;display:grid;grid-template-columns:1.08fr .92fr}.collab-visual{min-height:800px}.collab-visual img{height:100%;object-fit:cover}.collab-copy{padding:clamp(70px,9vw,150px);align-self:center}.collab-copy h2{font-size:clamp(50px,6vw,88px)}.collab-copy>p:not(.eyebrow){color:#c1cec9;line-height:1.75;max-width:500px;margin:30px 0}.collab-types{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.2);margin:45px 0}.collab-types span{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:13px}.collab-types span:nth-child(2n){padding-left:28px;border-left:1px solid rgba(255,255,255,.2)}.news h2{margin-bottom:70px}.news-list{border-top:1px solid var(--line)}.news-item{display:grid;grid-template-columns:170px 1fr 170px 48px;gap:30px;align-items:center;min-height:190px;border-bottom:1px solid var(--line)}.news-meta{font-size:10px;letter-spacing:.12em;display:grid;gap:9px;color:var(--muted)}.news-item h3{font-size:clamp(23px,2.8vw,42px);letter-spacing:-.045em;margin:0}.news-item img{height:130px;object-fit:cover;filter:saturate(.85)}.news-item a{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.2s}.news-item:hover a{background:var(--accent);border-color:var(--accent);color:#fff;transform:translate(4px)}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,10vw,170px);align-items:start}.contact-copy{position:sticky;top:130px}.contact-copy h2{font-size:clamp(48px,5.5vw,84px)}.contact-copy>p:not(.eyebrow){color:var(--muted);max-width:430px;line-height:1.7;margin:32px 0}.contact-copy>a{font-weight:700;border-bottom:1px solid}.contact form{background:var(--surface);padding:clamp(26px,4vw,58px);box-shadow:var(--shadow)}form label{display:grid;gap:10px;margin-bottom:24px;font-size:12px;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:3px;background:var(--bg);color:var(--ink);padding:15px 16px;outline:none;font-size:15px}input::placeholder,textarea::placeholder{color:color-mix(in srgb,var(--muted) 85%,transparent)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}textarea{resize:vertical}.contact form .button{width:100%;margin-top:8px}.form-success{min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.form-success>svg{font-size:48px;color:var(--accent)}.form-success h3{font-size:28px;margin:24px 0 8px}.form-success p{color:var(--muted);max-width:380px;line-height:1.6}.form-success button{margin-top:18px}footer{min-height:370px;background:#11221e;color:#f3f0e6;padding:70px clamp(24px,5vw,80px) 35px;display:grid;grid-template-columns:1fr 1fr;align-content:space-between;gap:40px}footer>p{max-width:380px;color:#aab9b4;line-height:1.6;margin:0}footer>div{display:flex;justify-content:flex-end;gap:28px;font-size:12px;font-weight:700}footer>small{grid-column:1/-1;color:#7f938d;border-top:1px solid rgba(255,255,255,.15);padding-top:20px}.scrim{position:fixed;inset:0;z-index:30;background:#08120f9e;border:0}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:31;width:min(520px,100%);background:var(--surface);display:flex;flex-direction:column;box-shadow:-30px 0 80px #00000040}.cart-head{height:82px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head h2{font-size:24px;margin:0}.cart-items{padding:12px 28px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:100px;height:120px;object-fit:cover}.cart-item h3{font-size:16px;margin:4px 0 8px}.cart-item p{color:var(--muted);margin:0}.quantity{display:flex;align-items:center;gap:14px;margin-top:20px}.quantity button{width:28px;height:28px;border:1px solid var(--line);background:transparent;display:grid;place-items:center;border-radius:50%;cursor:pointer}.quantity svg{font-size:12px}.cart-total{padding:25px 28px 30px;border-top:1px solid var(--line)}.cart-total>div{display:flex;justify-content:space-between;font-size:20px}.cart-total small{display:block;color:var(--muted);margin:8px 0 20px}.cart-total .button{width:100%}.empty-cart,.checkout-demo{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px}.empty-cart>svg,.checkout-demo>svg{font-size:54px;color:var(--accent)}.empty-cart h3,.checkout-demo h3{font-size:27px;margin:24px 0 8px}.empty-cart p,.checkout-demo p{max-width:360px;color:var(--muted);line-height:1.65}.payment-options{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:25px 0}.payment-options span{border:1px solid var(--line);padding:9px 12px;font-size:11px;font-weight:700}@media(max-width:1024px){.site-header{grid-template-columns:1fr auto}.nav{position:fixed;top:72px;left:0;right:0;background:var(--surface);padding:28px;display:none;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-button{display:grid}.hero{grid-template-columns:.8fr 1.2fr;gap:30px}.hero h1{font-size:55px}.story-grid{grid-template-columns:1fr 1fr}.story-image{height:620px}.collab-copy{padding:70px 50px}.news-item{grid-template-columns:120px 1fr 140px 44px}.contact{gap:60px}}@media(max-width:767px){.section{padding:95px 20px}.site-header{height:64px;padding:0 16px}.brand span,.cart-button span{display:none}.nav{top:64px}.hero{padding:28px 20px 60px;min-height:auto;grid-template-columns:1fr;gap:38px}.hero-copy{padding:18px 0 0}.hero h1{font-size:clamp(48px,14vw,68px)}.hero-copy>p:not(.eyebrow){margin:22px 0}.hero-art{height:68vh;min-height:480px}.story-title{margin-left:0}.story-grid{display:flex;flex-direction:column;margin-top:35px}.story-image{height:68vh;width:100%}.story-copy{padding:40px 0 0}.story-copy .lead{font-size:21px}.product-grid{grid-template-columns:1fr;gap:55px}.product-3,.product-4{grid-column:auto;margin-top:0}.product-image,.product-2 .product-image,.product-3 .product-image{height:62vh;max-height:590px}.collab{grid-template-columns:1fr;min-height:0}.collab-visual{min-height:62vh}.collab-copy{padding:80px 20px}.news h2{margin-bottom:45px}.news-item{grid-template-columns:1fr 52px;gap:18px;padding:28px 0}.news-meta{grid-column:1/-1;display:flex;justify-content:space-between}.news-item img{grid-column:1;height:180px}.news-item a{grid-column:2;grid-row:3}.contact{grid-template-columns:1fr;gap:45px}.contact-copy{position:static}.contact form{padding:28px 20px}footer{grid-template-columns:1fr;min-height:430px}footer>div{justify-content:flex-start}footer>small{grid-column:1}.cart-head{height:70px}.cart-items{padding:10px 20px}.cart-total{padding:22px 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(min-width:768px){.hero{width:min(100%,1440px);aspect-ratio:16/9;min-height:0}.hero-art{width:100%;height:auto;min-height:0;aspect-ratio:16/9}.hero-art img{object-position:center 61%}}
