@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&display=swap');
:root{--cream:#f5f1e8;--ink:#302a21;--line:#d6cfc2;--rust:#8c4532;--muted:#71695f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:14px}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--rust);outline-offset:5px}img{max-width:100%;display:block}.preview{background:#ded6c7;padding:9px 3.7%;display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:1.4px}.preview>span:first-child{letter-spacing:.4px}header{height:100px;padding:17px 3.7%;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand img{width:108px;filter:brightness(0);height:60px;object-fit:contain}nav{display:flex;gap:38px;font-size:12px}nav a:hover,.text-link:hover{color:var(--rust)}.bag-button{border:0;background:none;font-size:12px}.bag-button span{display:inline-grid;place-items:center;margin-left:8px;border:1px solid var(--line);border-radius:50%;width:25px;height:25px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:615px;background:var(--ink);color:var(--cream)}.hero-copy{padding:57px 9% 25px;display:flex;flex-direction:column}.eyebrow{font-size:10px;font-weight:500;letter-spacing:2px;margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1{font-family:'Italiana',Georgia,serif;font-size:clamp(65px,6.7vw,106px);line-height:1.02;letter-spacing:-3px;font-weight:400;margin:20px 0 25px}em{font-family:Georgia,serif;font-weight:400}h1 em{color:#c69a78}.intro{color:#d3c9b9;line-height:1.8;font-size:14px;margin-bottom:28px}.button{padding:17px 21px;display:inline-flex;justify-content:space-between;gap:42px;align-items:center;font-size:11px;letter-spacing:.5px;border:1px solid transparent}.light{background:var(--cream);color:var(--ink);align-self:flex-start}.button:hover{background:#e0c7ad}.hero-bottom{display:flex;justify-content:space-between;gap:15px;margin-top:auto;padding-top:47px;font-size:8px;letter-spacing:1.4px;color:#bdb1a0}.hero-photo{position:relative;overflow:hidden}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:48% center;filter:sepia(.32) saturate(.65);position:absolute}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 40%,#211a16b8)}.photo-note{position:absolute;top:25px;right:23px;background:#302a216b;padding:8px;font-size:8px;letter-spacing:1px}.photo-caption{position:absolute;bottom:35px;left:35px;z-index:1;display:grid;gap:10px}.photo-caption>span{font-family:Georgia,serif;font-size:27px;font-style:italic}.photo-caption small{font-size:10px;letter-spacing:1px}.season-strip{padding:23px 3.7%;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:1.5px}.season-strip span:nth-child(2){font-size:12px;letter-spacing:.1px;color:var(--muted)}.collections,.catalog{padding:72px 3.7% 10px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}h2{font-family:'Italiana',Georgia,serif;font-size:52px;font-weight:400;line-height:1.1;letter-spacing:-1px;margin:0}.section-heading .eyebrow{color:var(--muted);margin-bottom:14px}.text-link{font-size:12px;border-bottom:1px solid;padding-bottom:6px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.collection-card{padding:23px;color:var(--cream);height:290px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s}.collection-card:hover{transform:translateY(-5px)}.olive{background:#5e6249}.rust{background:#8b4936}.espresso{background:#40332c}.rose{background:#ccb2a2;color:var(--ink)}.card-index{font-size:8px;letter-spacing:1.1px}.collection-card>img{max-width:65%;width:170px;height:76px;object-fit:contain;align-self:center}.collection-card.rose>img{mix-blend-mode:multiply}.collection-card h3{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:0 0 8px}.collection-card>div>span{display:flex;justify-content:space-between;font-size:10px;color:inherit}.collection-card b{font-size:19px;font-weight:400}.catalog-note{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.catalog-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.filters{display:flex;gap:22px;flex-wrap:wrap}.filters button{border:0;background:none;padding:20px 0;font-size:10px;color:var(--muted);border-bottom:2px solid transparent}.filters button[aria-pressed=true]{color:var(--ink);border-color:var(--ink)}.search{display:flex;align-items:center;max-width:180px}.search input{background:none;border:0;width:100%;padding:10px 0;font-size:11px;color:var(--ink)}.search span{font-size:23px}.result-count{font-size:10px;color:var(--muted);margin:18px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 18px}.product-card{display:block;border:0;text-align:left;background:none;padding:0;color:var(--ink);width:100%}.product-art{position:relative;background:#e9e4db;aspect-ratio:4/5;display:grid;place-items:center;overflow:hidden}.product-art svg{width:90%;height:90%;transition:transform .3s}.product-card:hover svg{transform:scale(1.05)}.product-art .placeholder{position:absolute;left:15px;top:15px;letter-spacing:1.1px;font-size:8px;color:#736a5d}.quick-view{position:absolute;bottom:13px;right:13px;border-radius:50%;background:var(--cream);width:30px;height:30px;display:grid;place-items:center;font-size:20px}.product-meta{padding-top:16px}.product-meta small{font-size:8px;letter-spacing:1.3px;color:var(--muted);text-transform:uppercase}.product-meta h3{font-size:13px;font-weight:500;margin:7px 0 8px}.product-meta p{font-size:10px;color:var(--muted)}.swatch{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;background:var(--swatch);border:1px solid #0002}.manifesto{margin:85px 3.7%;display:grid;grid-template-columns:1fr 1fr;background:#e7dfd0;min-height:390px}.texture{position:relative;overflow:hidden}.texture img{width:100%;height:100%;position:absolute;object-fit:cover;filter:sepia(.6) saturate(.5)}.texture span{position:absolute;bottom:22px;left:25px;color:white;font-size:8px;letter-spacing:1.5px;background:#302a2199;padding:8px}.manifesto-copy{padding:60px 13%}.manifesto-copy h2{font-size:52px}.manifesto-copy>p:not(.eyebrow){font-size:12px;line-height:1.9;color:var(--muted);margin:24px 0}.manifesto-copy em{color:var(--rust)}footer{background:var(--ink);color:var(--cream);padding:54px 3.7% 20px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}footer img{width:155px;margin-bottom:18px}footer p,footer a{font-size:11px}footer>div:nth-child(2){display:grid;gap:12px;justify-content:start}footer .eyebrow{font-size:9px;margin:0 0 8px}.footer-note{text-align:right}.footer-note p{font-family:Georgia,serif;font-size:26px;font-style:italic;margin:15px 0 10px}.footer-note span{font-size:11px;color:#c9bdaa}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:15px;padding-top:22px;margin-top:20px;border-top:1px solid #ffffff24;font-size:8px;letter-spacing:1px}.footer-bottom a{font-size:9px}dialog{border:0;background:var(--cream);color:var(--ink);width:min(900px,94vw);max-height:90vh;padding:0}dialog::backdrop{background:#19130ed0}.close{position:absolute;right:14px;top:12px;background:var(--cream);border:0;font-size:28px;width:38px;height:38px;z-index:1}#product-detail{display:grid;grid-template-columns:1fr 1fr}#product-detail .product-art{height:100%;min-height:460px}.detail-copy{padding:65px 35px 35px}.detail-copy h2{font-size:40px;margin-bottom:20px}.detail-copy p{font-size:12px;line-height:1.8;color:var(--muted)}.detail-copy .button{width:100%;background:var(--ink);color:var(--cream);margin-top:20px}.detail-copy small{display:block;color:var(--muted);font-size:10px;margin-top:14px;line-height:1.6}#bag-dialog{padding:45px;max-width:640px}#bag-dialog h2{font-size:40px;margin-bottom:16px}.muted,.bag-disclaimer{font-size:12px;line-height:1.8;color:var(--muted)}.bag-row{padding:20px 0;border-bottom:1px solid var(--line);display:flex;gap:20px;justify-content:space-between;align-items:center}.bag-row small{display:block;color:var(--muted);font-size:10px;margin-top:7px}.bag-row button{border:0;background:none;text-decoration:underline;font-size:11px}.bag-disclaimer{margin-top:25px}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip:focus{position:absolute;z-index:20;background:white;padding:20px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:var(--cream);padding:16px 25px;box-shadow:0 4px 24px #0003;z-index:10;display:none;font-size:12px}#toast.visible{display:block}
@media(min-width:1600px){main,header,footer,.preview{padding-left:max(3.7%,calc((100vw - 1600px)/2));padding-right:max(3.7%,calc((100vw - 1600px)/2))}.hero-copy{padding-left:8%}}
@media(max-width:1000px){.filters{gap:14px}.collection-card{padding:18px;height:255px}.hero{min-height:550px}.hero-copy{padding-top:42px}.catalog-toolbar{flex-wrap:wrap;padding-bottom:8px}.search{max-width:100%}.hero-bottom{letter-spacing:.5px}}
@media(max-width:650px){.preview{font-size:8px;justify-content:center}.preview>span{display:none}header{height:auto;padding:14px 5%;flex-wrap:wrap;gap:15px}.brand img{width:86px;height:44px}nav{order:3;flex-basis:100%;justify-content:space-between;gap:15px;padding:10px 0 3px;font-size:11px}.hero{grid-template-columns:1fr}.hero-copy{padding:35px 6% 23px}h1{font-size:69px;margin:8px 0 20px}.hero-bottom{padding-top:32px}.hero-photo{height:340px}.hero-photo>img{object-position:center 42%}.photo-caption{bottom:23px;left:23px}.season-strip{padding:18px 5%}.season-strip span:nth-child(2){font-size:10px;max-width:195px}.season-strip span:last-child{display:none}.collections,.catalog{padding:45px 5% 0}.section-heading{gap:15px;margin-bottom:24px}.section-heading h2{font-size:40px}.eyebrow{font-size:8px;letter-spacing:1.4px}.section-heading .text-link{font-size:10px;max-width:100px;line-height:1.6}.collection-grid{grid-template-columns:1fr 1fr;gap:10px}.collection-card{height:225px;padding:16px}.card-index{font-size:6px;letter-spacing:.8px}.collection-card>img{max-width:85%;height:65px}.collection-card h3{font-size:24px}.catalog-note{display:none}.filters{gap:0 17px}.filters button{padding:13px 0;font-size:9px}.catalog-toolbar{gap:4px}.search{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.product-art .placeholder{font-size:6px;left:10px;top:10px}.product-meta h3{font-size:12px}.product-meta small{font-size:7px;letter-spacing:.6px}.manifesto{grid-template-columns:1fr;margin:45px 5%}.texture{height:240px}.manifesto-copy{padding:35px 8%}.manifesto-copy h2{font-size:44px}footer{padding:35px 5% 20px;grid-template-columns:1fr 1fr;gap:25px}footer img{width:115px}.footer-note{display:none}.footer-bottom{flex-wrap:wrap;line-height:1.8}.footer-bottom span:nth-child(2){order:3;width:100%;font-size:7px}#product-detail{grid-template-columns:1fr}#product-detail .product-art{min-height:0;height:300px;aspect-ratio:auto}.detail-copy{padding:28px}#bag-dialog{padding:40px 25px}.detail-copy h2{font-size:34px}#toast{width:90%;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
