@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');
:root{--cream:#f5f0e8;--ink:#171411;--gold:#c59a4a;--line:#d9d0c5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}.hero{height:100vh;min-height:650px;position:relative;overflow:hidden;color:white}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.03) 45%,rgba(0,0,0,.28))}.hero nav{position:absolute;z-index:3;top:0;left:0;right:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:28px 4vw}.nav-left{display:flex;gap:28px}.brand{font-family:'Libre Caslon Display',serif;font-size:34px;letter-spacing:.08em}.nav-icons{justify-self:end;display:flex;gap:12px}.nav-icons button,.menu-btn{background:none;border:0;color:white;font-size:28px;cursor:pointer}.menu-btn{display:none}.hero-copy{position:absolute;z-index:2;left:3vw;right:3vw;bottom:7vh}.hero-copy h1{font-family:'Libre Caslon Display',serif;font-size:clamp(70px,10vw,165px);font-weight:400;line-height:.86;margin:0;max-width:1500px}.hero-copy p{max-width:520px;font-size:18px}.down{font-size:54px}.ticker{overflow:hidden;white-space:nowrap;padding:28px 0;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.ticker div{display:inline-block;font-family:'Libre Caslon Display',serif;font-size:clamp(34px,4vw,64px);animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translateX(-45%)}}.products{padding:70px 3vw}.product-track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{text-align:center}.image-wrap{aspect-ratio:3/4;background:#ece4da;position:relative;overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover}.heart{position:absolute;right:15px;top:15px;background:rgba(255,255,255,.8);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:24px}.product-card h3{font-family:'Libre Caslon Display',serif;font-size:28px;font-weight:400;margin:20px 0 4px}.product-card p{font-family:'Libre Caslon Display',serif;font-size:24px;margin:0}.editorial{padding:60px 3vw 100px}.editorial>h2{text-align:center;font-family:'Libre Caslon Display',serif;font-size:clamp(44px,6vw,80px);font-weight:400}.editorial-images{display:grid;grid-template-columns:1fr 1fr;gap:34px;max-width:1200px;margin:50px auto}.editorial-images img{width:100%;aspect-ratio:4/5;object-fit:cover}.editorial-copy{max-width:900px;margin:60px auto}.editorial-copy h3{font-family:'Libre Caslon Display',serif;font-size:clamp(46px,6vw,78px);font-weight:400;line-height:1.05;margin:0}.editorial-copy p{font-size:20px;line-height:1.7;color:#6d6760}.editorial-copy a,.promo a{display:inline-block;border:2px solid currentColor;padding:18px 32px;font-family:'Libre Caslon Display',serif;font-size:24px}.newsletter{padding:60px 3vw 90px}.newsletter form{max-width:900px;margin:60px auto 20px;display:flex;border-bottom:1px solid}.newsletter input[type=email]{flex:1;background:none;border:0;padding:18px 0;font-size:18px;outline:0}.newsletter button{border:0;background:none;font-family:'Libre Caslon Display',serif;font-size:20px}.newsletter>label{display:block;max-width:900px;margin:auto;color:#777}.season{display:grid;grid-template-columns:1fr 1fr;align-items:start;background:white}.season>div{padding:90px 7vw}.season h2{font-family:'Libre Caslon Display',serif;font-weight:400;font-size:clamp(50px,6vw,85px)}.season img{width:100%;object-fit:cover}.season>div img{aspect-ratio:4/5}.season-big{height:100%;min-height:850px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits div{padding:45px;border-right:1px solid var(--line)}.benefits h3{font-family:'Libre Caslon Display',serif;font-size:30px;font-weight:400;margin:0 0 12px}.benefits p{color:#756f68;line-height:1.6}.second h2{font-family:'Libre Caslon Display',serif;text-align:center;font-size:clamp(50px,6vw,82px);font-weight:400}.promo{min-height:650px;background-size:cover;background-position:center;display:grid;place-items:center;text-align:center;color:white;position:relative}.promo:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3)}.promo>div{position:relative}.promo h2{font-family:'Libre Caslon Display',serif;font-size:clamp(58px,7vw,100px);font-weight:400;margin:0}.promo p{font-size:20px}footer{background:#111;color:white;text-align:center;padding:70px 20px}.socials{display:flex;gap:16px;justify-content:center}.socials a{width:54px;height:54px;border:1px solid #555;border-radius:50%;display:grid;place-items:center}.footer-brand{font-family:'Libre Caslon Display',serif;font-size:48px;margin:45px 0}.drawer,.search-pop{position:fixed;z-index:50;top:0;right:-100%;width:min(420px,90vw);height:100vh;background:#111;color:#fff;padding:80px 35px;transition:.3s;display:flex;flex-direction:column;gap:28px}.drawer.open,.search-pop.open{right:0}.drawer button,.search-pop button{position:absolute;right:20px;top:20px;border:0;background:none;color:white;font-size:40px}.drawer a{font-family:'Libre Caslon Display',serif;font-size:38px}.search-pop input{padding:16px;font-size:18px}
@media(max-width:700px){.hero{height:88vh;min-height:620px}.hero nav{padding:20px 18px;grid-template-columns:1fr auto 1fr}.nav-left{display:none}.menu-btn{display:block;justify-self:start}.brand{font-size:25px}.hero-copy{left:18px;right:18px;bottom:35px}.hero-copy h1{font-size:58px;line-height:.87}.hero-copy p{font-size:13px;max-width:360px}.down{font-size:34px}.ticker{padding:20px 0}.ticker div{font-size:38px}.products{padding:42px 0}.product-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;padding:0 34px}.product-card{min-width:88vw;scroll-snap-align:center;padding-right:24px}.product-card h3{font-size:28px}.product-card p{font-size:25px}.editorial{padding:42px 20px 75px}.editorial>h2{font-size:44px}.editorial-images{grid-template-columns:1fr 1fr;gap:18px;margin:38px 0}.editorial-copy{margin:55px 0 0}.editorial-copy h3{font-size:48px}.editorial-copy p{font-size:18px}.editorial-copy a{font-size:23px;padding:16px 26px}.newsletter{padding:20px 20px 70px}.newsletter form{margin:45px 0 15px}.season{grid-template-columns:1fr}.season>div{padding:55px 20px}.season h2{font-size:52px}.season-big{min-height:0;height:auto}.benefits{grid-template-columns:1fr}.benefits div{border-right:0;border-bottom:1px solid var(--line);padding:35px 24px}.second{padding-top:65px}.second h2{font-size:48px;padding:0 20px}.promo{min-height:480px}.promo h2{font-size:55px}.footer-brand{font-size:42px}}
