@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--ink:#542837;--accent:#8b2946;--cream:#fffaf5;--rose:#f5e2e5;--cocoa:#785347;--muted:#75686a;--serif:'DM Serif Display',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif}body.tricky{--accent:#785347;--rose:#f1e5dd}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}a,button,input,select,textarea{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent)}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1}h1{font-size:clamp(44px,4.8vw,72px);letter-spacing:-1.7px}h2{font-size:clamp(30px,3vw,43px);letter-spacing:-.6px}h3{font-size:18px;font-weight:500}em{font-weight:400}.announcement{background:var(--ink);color:#fffaf5;text-align:center;font-size:12px;letter-spacing:.06em;padding:9px 20px}.announcement span{margin-left:22px;opacity:.8}.site-header{padding:25px 5% 0;background:#fffdfb;text-align:center}.brand{display:inline-flex;flex-direction:column;align-items:center}.logo-main{font:clamp(26px,3vw,38px)/1.1 var(--serif);letter-spacing:-1px}.logo-main i{font-weight:400}.logo-sub{font-size:10px;letter-spacing:.23em;margin-top:9px}.site-header nav{display:flex;justify-content:center;gap:50px;padding:23px 0 19px;font-size:14px}.site-header nav a{padding:3px 0}.site-header nav a[aria-current]{box-shadow:0 1px var(--accent)}.home-hero{display:grid;grid-template-columns:1fr 1.15fr;background:var(--rose);min-height:590px;overflow:hidden}.hero-copy{padding:64px max(30px,6vw);align-self:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:21px}.hero-copy>p:not(.eyebrow){max-width:410px;margin:25px 0;line-height:1.8}.hero-image{width:100%;height:100%;object-fit:cover;min-height:590px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 18px}.button{display:inline-flex;justify-content:center;align-items:center;padding:14px 25px;min-height:48px;background:var(--accent);color:#fffaf5;border:0;border-radius:30px;font-size:14px;font-weight:600;line-height:1.4;transition:filter .2s,transform .2s}.button:hover{filter:brightness(.92);transform:translateY(-1px)}.button.cocoa{background:var(--cocoa)}.quiet-link{font-size:14px;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.intro-line{text-align:center;padding:65px 20px 45px}.intro-line>p{font-size:11px;letter-spacing:.17em;margin-bottom:16px}.collection-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1300px;margin:0 auto;padding:0 5% 70px}.collection-tile{background:#f7ece6}.collection-photo{display:block;aspect-ratio:1.35;overflow:hidden}.collection-photo img{width:100%;height:100%;object-fit:cover}.collection-tile>div{padding:33px 36px 37px}.collection-tile .eyebrow{margin-bottom:13px}.collection-tile h2{font-size:36px}.collection-tile p:not(.eyebrow){font-size:15px;margin:15px 0 25px}.tricky-tile{background:#eedfd5}.custom-banner{display:grid;grid-template-columns:1fr 1fr;background:#f3e8dc;align-items:center;padding:0 8%;gap:8%;max-height:590px;overflow:hidden}.custom-banner>div{padding:60px 0}.custom-banner h2{font-size:48px}.custom-banner p:not(.eyebrow){max-width:390px;margin:22px 0 28px}.custom-banner img{width:100%;height:100%;max-height:590px;object-fit:cover}.breadcrumb{max-width:1400px;margin:auto;padding:25px 5%;display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.breadcrumb a:hover{text-decoration:underline}.collection-heading{text-align:center;padding:30px 20px 45px;background:var(--rose)}.collection-heading h1{font-size:54px}.collection-heading>p:last-child{max-width:590px;margin:22px auto 0;font-size:16px}.collection-heading .eyebrow{margin-bottom:17px}.shop-section{max-width:1450px;padding:45px 5% 65px;margin:auto}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.shop-toolbar h2{font-family:'DM Sans',sans-serif;font-size:18px;letter-spacing:0;font-weight:600}.shop-toolbar span{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-photo{display:block;aspect-ratio:1;position:relative;overflow:hidden;background:#fcf8f2}.product-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.product-photo:hover img{transform:scale(1.025)}.product-label{position:absolute;left:10px;bottom:10px;font-size:11px;background:#fffaf5;padding:5px 10px;border-radius:20px}.category{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:19px 0 7px}.product-card h3{font-family:var(--serif);font-size:25px;line-height:1.2}.product-description{font-size:14px;line-height:1.6;margin:12px 0;color:var(--muted)}.product-action{font-size:14px;font-weight:600;display:inline-block;padding:6px 0;text-decoration:underline;text-underline-offset:5px}.shop-note{font-size:12px;color:var(--muted);margin-top:35px}.custom-callout{text-align:center;padding:55px 20px 65px;background:var(--rose)}.custom-callout>p{font-size:14px;margin-bottom:10px}.custom-callout .button{margin-top:25px}.product-detail{max-width:1350px;margin:0 auto;padding:5px 5% 65px;display:grid;grid-template-columns:1.07fr 1fr;gap:7%;align-items:start}.detail-image img{width:100%;height:auto;display:block}.detail-copy{padding-top:10px}.detail-copy>.eyebrow{margin-bottom:15px}.detail-copy>h1{font-size:51px}.detail-intro{font-size:16px;margin:20px 0}.launch-label{display:inline-block;font-size:12px;background:var(--rose);padding:5px 12px;border-radius:20px}form{margin-top:30px}form h2{font-family:'DM Sans',sans-serif;font-size:18px;font-weight:600;letter-spacing:0;margin-bottom:22px}label{display:block;font-size:14px;font-weight:500;margin:0 0 8px}input,textarea,select{display:block;width:100%;padding:12px 14px;border:1px solid #ded2ce;border-radius:7px;background:#fffdfa;color:var(--ink);margin-bottom:18px}textarea{resize:vertical}select{min-height:49px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-meta{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:15px;margin:-10px 0 22px}.field-hint,.form-hint{font-size:12px;color:var(--muted)}.field-hint{margin:-4px 0 20px}.form-hint{margin-top:12px}form>.button{width:100%}.message-preview{margin-top:28px;padding:24px 0;border-top:1px solid #ded2ce}.message-preview .eyebrow{margin-bottom:12px}.message-preview blockquote{font:italic 28px/1.4 var(--serif);margin:0 0 15px;overflow-wrap:anywhere}.message-preview>p:not(.eyebrow){font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.message-preview small{display:block;font-size:12px;color:var(--muted);margin-top:14px}.image-caption{font-size:12px;color:var(--muted);margin-top:15px}.product-note{padding:50px 20px 60px;background:var(--rose);text-align:center}.product-note h2{font-size:34px}.product-note p{margin:18px auto;max-width:580px}footer{padding:55px 6% 22px;background:#fffdfb}.footer-top{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:7%;align-items:start}.footer-top>.brand{align-items:start}.footer-top .logo-main{font-size:27px}.footer-top h3{font-size:14px;font-weight:600;margin-bottom:15px}.footer-top>div>a{display:block;font-size:14px;margin:8px 0}.footer-top p{font-size:13px;line-height:1.8;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted);padding-top:45px}@media(min-width:1600px){.home-hero{max-width:1600px;margin:auto}}@media(max-width:1000px){.hero-copy{padding:45px 30px}.home-hero{min-height:500px}.hero-image{min-height:500px}h1{font-size:55px}.hero-actions{flex-direction:column;align-items:start}.collection-tile>div{padding:27px}.collection-tile h2{font-size:32px}.custom-banner h2{font-size:40px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 25px}.product-detail{gap:5%}.detail-copy>h1{font-size:42px}.footer-top{gap:30px}.footer-top>.brand{grid-column:1/-1}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:640px){.announcement{font-size:11px;padding:8px 12px}.announcement span{display:none}.site-header{padding:23px 16px 0}.logo-main{font-size:28px}.logo-sub{font-size:9px}.site-header nav{gap:26px;font-size:13px;padding:21px 0 17px}.home-hero{display:flex;flex-direction:column}.hero-copy{padding:36px 24px}h1{font-size:51px;letter-spacing:-1.2px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.12em}.hero-copy>p:not(.eyebrow){margin:21px 0;font-size:15px}.hero-actions{flex-direction:row;gap:10px;margin:25px 0 20px}.hero-actions .button{font-size:13px;padding:13px 16px}.hero-image{min-height:0;height:auto;max-height:370px;object-fit:cover}.intro-line{padding:40px 23px 30px}.intro-line>p{font-size:10px}.intro-line h2{font-size:33px}.collection-pair{grid-template-columns:1fr;gap:26px;padding:0 20px 40px}.collection-photo{aspect-ratio:1.2}.collection-tile>div{padding:26px}.collection-tile h2{font-size:33px}.custom-banner{grid-template-columns:1fr;padding:0 25px;max-height:none;gap:0}.custom-banner>div{padding:40px 0 30px}.custom-banner img{max-height:350px;object-fit:cover}.breadcrumb{padding:20px;font-size:11px}.collection-heading{padding:30px 23px}.collection-heading h1{font-size:40px}.collection-heading>p:last-child{font-size:15px}.shop-section{padding:30px 20px 45px}.shop-toolbar{align-items:start}.shop-toolbar span{font-size:11px;max-width:100px;text-align:right}.shop-toolbar h2{font-size:16px}.product-grid{gap:32px 16px}.product-card h3{font-size:23px}.category{font-size:10px}.product-description{font-size:13px}.product-label{font-size:10px;left:7px;bottom:7px;padding:4px 8px}.custom-callout h2{font-size:35px}.product-detail{grid-template-columns:1fr;padding:0 20px 45px;gap:30px}.detail-copy>h1{font-size:43px}.detail-copy{padding:0}.detail-image img{max-height:470px;object-fit:contain}.field-row{grid-template-columns:1fr;gap:0}.product-note{padding:40px 23px}.product-note h2{font-size:30px}.product-note p{font-size:15px}.footer-top{gap:28px}.footer-top .logo-main{font-size:25px}.footer-bottom{flex-direction:column;gap:7px;padding-top:30px}footer{padding:40px 23px 25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:850px){.home-hero{grid-template-columns:1fr}.hero-copy{padding:44px 7%}.hero-copy h1{max-width:600px}.hero-actions{flex-direction:row}.hero-image{min-height:0;max-height:480px;aspect-ratio:1.4}.product-detail{grid-template-columns:1fr;gap:32px}.detail-image{max-width:620px;margin:auto}.detail-copy{max-width:620px;width:100%;margin:auto}}
@media(max-width:640px){.site-header nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 0}.site-header nav a{display:flex;align-items:center;justify-content:center;min-height:44px;font-size:12px;line-height:1.4}.hero-copy{padding:32px 24px}.hero-copy h1{font-size:43px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{padding:13px 12px}.hero-image{max-height:350px;aspect-ratio:1.15}.product-action{min-height:44px;padding:12px 0}.footer-top>div>a{padding:7px 0}.product-label{position:static;display:inline-block;margin:8px 0;font-size:11px}.product-photo{aspect-ratio:auto;overflow:visible;background:transparent}.product-photo img{aspect-ratio:1;height:auto}.category{font-size:11px;margin-top:12px}.detail-copy>h1{font-size:39px}.custom-banner h2{font-size:36px}}
@media(max-width:360px){.logo-main{font-size:25px}.hero-copy h1{font-size:38px}.hero-actions{grid-template-columns:1fr}.product-grid{gap:28px 12px}.shop-section{padding-left:16px;padding-right:16px}.product-card h3{font-size:21px}.product-description{font-size:13px}.footer-top{grid-template-columns:1fr}}
