@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
:root{--ink:#111;--paper:#f4f2ed;--line:#c9c6bf;--muted:#686761}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;border-bottom:1px solid var(--ink);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;background:rgba(244,242,237,.94);backdrop-filter:blur(10px);z-index:5}.logo{font-weight:700;letter-spacing:.18em;font-size:18px}.site-header nav{display:flex;gap:30px;font-size:13px}.menu{display:none;background:none;border:0}.hero{min-height:690px;padding:120px 10vw 100px;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;margin-bottom:25px}.hero h1{font-size:clamp(58px,9vw,132px);line-height:.88;letter-spacing:-.055em;margin:0 0 35px;max-width:1050px}.hero em,h2 em{font-family:'Playfair Display',serif;font-weight:600}.hero p{font-size:18px;line-height:1.55;max-width:570px;color:#46453f;margin:0 0 34px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;width:max-content;padding:17px 20px;border:1px solid var(--ink);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.button.dark{background:var(--ink);color:white}.ticker{border-block:1px solid var(--ink);display:flex;justify-content:space-around;gap:20px;padding:16px 5vw;font-size:10px;letter-spacing:.16em;font-weight:700}.shop{padding:115px 7vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.section-head h2,.statement h2,.contact h2{font-size:clamp(40px,5vw,70px);letter-spacing:-.04em;line-height:.95;margin:0}.section-head>p{max-width:300px;color:var(--muted);font-size:14px;line-height:1.5}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-image{aspect-ratio:4/5;background:#191919;color:#fff;padding:28px;display:flex;align-items:flex-end;transition:transform .25s}.product-image:hover{transform:translateY(-5px)}.product-image>div{width:100%;position:relative}.product-image small{font-size:9px;letter-spacing:.14em}.product-image strong{display:block;font-size:clamp(30px,3.2vw,52px);line-height:.9;letter-spacing:-.05em;margin-top:55px}.product-image i{position:absolute;right:0;bottom:0;font-style:normal;font-size:15px}.product-image.muted{background:#555}.product-image.light{background:#d6d2c9;color:#111}.product-meta{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--ink)}.product-meta h3{font-size:14px;margin:0 0 6px}.product-meta p{font-size:12px;color:var(--muted);margin:0}.product-meta>strong{font-size:14px}.statement{background:var(--ink);color:white;padding:130px 10vw}.statement h2{font-size:clamp(48px,7vw,100px);margin-bottom:90px}.statement-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin-left:30%}.statement-grid p{color:#c8c6c0;font-size:15px;line-height:1.7}.faq{padding:120px 15vw}.faq details{border-top:1px solid var(--ink);padding:25px 0}.faq details:last-child{border-bottom:1px solid var(--ink)}summary{cursor:pointer;font-size:20px;font-weight:600;list-style:none}summary::-webkit-details-marker{display:none}.faq p{max-width:650px;color:var(--muted);line-height:1.6;font-size:14px}.contact{margin:0 5vw 50px;background:#d6d2c9;padding:70px;display:flex;align-items:end;justify-content:space-between}.light-button{background:var(--ink);color:white}.checkout-note{max-width:430px;margin:18px 0 0;color:#686761;font-size:13px;line-height:1.5}.download-hero{min-height:auto;padding-bottom:80px}.download-details{padding-top:60px}.delivery-list{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.delivery-list p{border-top:1px solid var(--ink);padding-top:18px;color:#46453f;font-size:14px;line-height:1.6}footer{border-top:1px solid var(--ink);padding:25px 5vw;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em}@media(max-width:750px){.site-header{height:68px}.site-header nav{display:none}.menu{display:block;font-size:12px}.hero{min-height:600px;padding:90px 7vw}.hero h1{font-size:58px}.ticker{overflow:hidden;justify-content:flex-start;white-space:nowrap}.ticker span{min-width:max-content}.shop{padding:80px 7vw}.section-head{display:block}.section-head>p{margin-top:25px}.product-grid{grid-template-columns:1fr}.statement{padding:90px 7vw}.statement h2{margin-bottom:55px}.statement-grid{grid-template-columns:1fr;margin-left:0;gap:10px}.faq{padding:90px 7vw}.contact{margin:0 0 30px;padding:50px 7vw;display:block}.contact .button{margin-top:30px}.delivery-list{grid-template-columns:1fr}.checkout-note{font-size:12px}footer{padding:22px 7vw;gap:20px;flex-direction:column}}
