:root{--green:#283f32;--deep:#1c3025;--cream:#faf7ee;--lime:#e2e6b9;--ink:#293b30;--muted:#64685a;--line:#dbdece}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #9c631d;outline-offset:5px}.announcement{background:var(--green);color:var(--cream);text-align:center;padding:9px 16px;font-size:14px;letter-spacing:.03em}.announcement span{margin:0 13px}header{max-width:1440px;margin:auto;padding:27px 5%;display:flex;justify-content:space-between;align-items:center;gap:25px}.brand{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:600;line-height:1.2;display:block;letter-spacing:-.8px}.brand small{font-family:'DM Sans',sans-serif;display:block;font-size:11px;letter-spacing:3px;margin-top:9px;font-weight:500}.brand-dot{color:#8b944c}nav{display:flex;align-items:center;gap:34px;font-size:14px}.bag{border:1px solid var(--line);border-radius:30px;padding:10px 15px;background:transparent;color:var(--ink)}.bag span{display:inline-grid;place-items:center;width:25px;height:25px;margin-left:9px;background:var(--green);color:white;border-radius:50%;font-size:13px}.hero{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.08fr 1fr;padding:22px 5% 65px;gap:55px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 19px}.hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(40px,4.8vw,70px);font-weight:500;line-height:1.14;letter-spacing:-2px;margin:0 0 23px}em{font-weight:500;color:#788143}.intro{max-width:420px;color:var(--muted);font-size:17px;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;padding:15px 23px;border-radius:4px;border:1px solid transparent;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.primary{background:var(--green);color:white}.primary:hover{background:#405641;transform:translateY(-1px)}.secondary{border-color:var(--green);background:transparent;color:var(--green)}.hero-foot{display:flex;gap:20px;margin-top:40px;font-size:12px;color:var(--muted)}.hero-foot span+span{border-left:1px solid #c6c9b6;padding-left:20px}.hero-photo{position:relative;height:510px;overflow:hidden;border-radius:160px 160px 5px 5px}.hero-photo>img{width:100%;height:100%;object-fit:cover}.photo-label{position:absolute;left:22px;bottom:45px;background:var(--lime);padding:22px 28px;transform:rotate(-7deg);font:27px/1.1 'Playfair Display',Georgia,serif;box-shadow:0 4px 18px #0002}.photo-label em{font-size:22px;color:var(--green)}.photo-caption{position:absolute;right:16px;bottom:14px;color:white;font-size:10px;letter-spacing:1.3px;text-shadow:0 1px 5px #000}.shop-section{background:#f0f0e3;padding:62px max(5%,calc((100% - 1296px)/2)) 75px}.section-top{display:flex;justify-content:space-between;gap:25px;align-items:end}.section-top p:last-child{font-size:15px;color:var(--muted)}h2{font:500 clamp(30px,3.2vw,43px)/1.2 'Playfair Display',Georgia,serif;letter-spacing:-1px;margin:0}.filters{display:flex;gap:10px;margin:27px 0 15px;flex-wrap:wrap}.filters button{border:1px solid #c7cbb5;background:transparent;border-radius:25px;padding:9px 19px;color:var(--ink);font-size:14px}.filters button[aria-pressed=true]{background:var(--green);color:white;border-color:var(--green)}.price-note{font-size:12px;color:#656952;max-width:800px;margin:0 0 28px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product{min-width:0}.product-photo{aspect-ratio:1/1.1;position:relative;overflow:hidden;background:#e4dfd5;border-radius:6px}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover .product-photo img{transform:scale(1.035)}.product-photo.crop img{position:absolute;width:218%;height:auto;max-width:none;left:-96%;top:-13%;object-fit:initial}.product-photo.maizena img{width:280%;left:-132%;top:-27%}.product-photo.churro img{width:220%;left:-102%;top:-17%}.tag{position:absolute;left:12px;top:12px;background:var(--cream);border-radius:2px;padding:4px 10px;font-size:11px;letter-spacing:.6px}.product h3{font:500 23px/1.2 'Playfair Display',Georgia,serif;margin:20px 0 8px}.product .description{font-size:14px;color:var(--muted);min-height:45px;margin:0 0 14px}.product label{display:block;font-size:12px;margin-bottom:4px}.product select{width:100%;font-size:14px;padding:10px 30px 10px 10px;border:1px solid #c6ccb5;background:#faf9f3;border-radius:3px;color:var(--ink)}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:15px}.price{font-size:20px;font-weight:500}.add{background:var(--green);color:white;border:0;border-radius:3px;padding:10px 14px;font-size:14px}.add:hover{background:#466246}.product details{margin-top:14px;color:var(--muted);font-size:12px}.product summary{cursor:pointer;padding:4px 0}.product details p{margin:6px 0}.story{max-width:1440px;margin:auto;padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story p:not(.eyebrow){color:var(--muted);max-width:490px}.story h2{line-height:1.3}.text-link{display:inline-block;border-bottom:1px solid var(--green);padding:6px 0}.practical{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;background:var(--green);color:var(--cream);padding:42px max(5%,calc((100% - 1296px)/2))}.number{font:italic 26px 'Playfair Display',serif;color:var(--lime)}.practical h3{font-weight:500;font-size:18px;margin:13px 0 7px}.practical p{font-size:14px;opacity:.8;margin:0}footer{padding:38px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p,footer>a:last-child{font-size:13px}dialog{border:0;padding:32px;width:min(590px,calc(100% - 24px));max-height:90dvh;background:var(--cream);color:var(--ink);border-radius:9px;box-shadow:0 20px 100px #0005}dialog::backdrop{background:#13201999;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;gap:12px;align-items:start;margin-bottom:26px}.dialog-head h2{font-size:34px}.dialog-head .eyebrow{margin-bottom:10px}.close{border:0;background:transparent;font-size:32px;color:var(--green);line-height:1}.cart-row{border-bottom:1px solid var(--line);padding:15px 0;display:flex;justify-content:space-between;gap:12px}.cart-row h3{font-size:16px;margin:0}.cart-row p{font-size:13px;margin:4px 0;color:var(--muted)}.quantity{display:flex;align-items:center;gap:12px;margin:12px 0 4px}.quantity button{background:transparent;border:1px solid #bcc3ae;width:30px;height:30px;border-radius:3px}.remove{color:var(--muted);background:none;border:0;text-decoration:underline;font-size:12px}.total{display:flex;justify-content:space-between;font-size:19px;margin-top:25px}.muted{color:var(--muted);font-size:13px}.full{width:100%;margin-top:12px}#checkout-panel{border-top:1px solid var(--line);margin-top:24px;padding-top:10px}#checkout-panel p{font-size:14px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--green);color:white;border-radius:5px;box-shadow:0 4px 25px #0002;padding:12px 22px;font-size:14px;pointer-events:none;opacity:0;transition:opacity .2s;z-index:5;max-width:90vw}#toast.show{opacity:1}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}@media(min-width:1600px){.hero-photo{height:565px}}@media(max-width:1000px){.hero{gap:30px}.hero-photo{height:440px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.hero-foot{gap:10px;font-size:11px}nav{gap:20px}.hero h1{font-size:48px}}@media(max-width:650px){.announcement{font-size:11px}.announcement span{margin:0 6px}header{padding:22px 5%}.brand{font-size:21px}nav>a{display:none}.bag{font-size:12px;padding:8px 10px}.bag span{margin-left:4px}.hero{grid-template-columns:1fr;padding-top:15px;padding-bottom:40px;gap:30px}.hero h1{font-size:45px;letter-spacing:-1.5px}.eyebrow{font-size:10px;letter-spacing:1.7px}.intro{font-size:16px;margin-bottom:22px}.hero-foot{margin-top:23px}.hero-photo{height:340px;border-radius:110px 110px 4px 4px}.hero-photo>img{object-position:center 40%}.shop-section{padding-top:38px;padding-bottom:40px}.section-top{display:block}.section-top>p{display:none}.products{gap:27px 16px}.product h3{font-size:21px}.product .description{font-size:13px;min-height:62px}.product-bottom{flex-wrap:wrap}.add{width:100%}.product select{font-size:13px;padding-left:7px}.product .tag{font-size:10px;left:8px;top:8px;padding:3px 7px}.story{grid-template-columns:1fr;gap:15px;padding:45px 5%}.practical{grid-template-columns:1fr;gap:28px;padding:35px 5%}.practical>div{position:relative;padding-left:45px}.number{position:absolute;left:0;top:10px}footer{flex-wrap:wrap;padding:30px 5%}footer p{order:3;margin:0;width:100%}dialog{padding:22px}.price-note{font-size:12px}.hero-foot{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Caitlin portrait identity */
body,button,select,.brand small{font-family:Arial,sans-serif}.brand,.hero h1,h2,.photo-label,.product h3,.number{font-family:Georgia,serif}
.brand-with-portrait{display:flex;align-items:center;gap:14px;flex-shrink:0;letter-spacing:-.7px}.brand-portrait{display:block;width:90px;height:90px;object-fit:contain;flex-shrink:0}.brand-wordmark{display:block}.brand-wordmark>span{display:block}.brand-with-portrait small{font-size:12px;letter-spacing:3px;margin-top:8px}header{padding-top:15px;padding-bottom:15px}footer .brand-portrait{width:72px;height:72px}footer .brand-with-portrait{font-size:23px}@media(max-width:1000px){header nav{gap:18px}.brand-with-portrait{font-size:23px;gap:10px}.brand-portrait{width:74px;height:74px}}@media(max-width:650px){header{gap:10px;padding-top:12px;padding-bottom:12px}.brand-with-portrait{font-size:19px;letter-spacing:-.5px;gap:8px}.brand-portrait{width:58px;height:58px}.brand-with-portrait small{font-size:10px;letter-spacing:2px;margin-top:5px}header .bag{font-size:0;padding:7px}header .bag::before{content:"Mandje";font-size:12px}header .bag span{font-size:12px}footer .brand-with-portrait{font-size:22px}footer .brand-portrait{width:66px;height:66px}}@media(max-width:360px){.brand-with-portrait{font-size:16px}.brand-portrait{width:46px;height:46px}header .bag::before{content:"Mand"}}
