:root{--ink:#202019;--muted:#706f67;--cream:#f5f2eb;--line:#ddd9cf;--accent:#d86b45;--white:#fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--white)}.announcement{height:34px;background:var(--ink);color:#fff;font-size:12px;letter-spacing:.04em;text-align:center;padding:9px}.announcement span{margin:0 12px;color:#d4a793}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6.5%;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffdfaee;backdrop-filter:blur(10px);z-index:5}.logo{font-size:22px;letter-spacing:.17em;color:var(--ink);text-decoration:none;font-weight:700}.logo span{color:var(--accent)}nav{display:flex;gap:30px}nav a,footer a{color:var(--ink);text-decoration:none;font-size:14px}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn,.cart-btn,.close{border:0;background:none;cursor:pointer;color:var(--ink)}.icon-btn{font-size:19px}.cart-btn{font:600 14px 'DM Sans';border:1px solid var(--ink);padding:10px 15px}.cart-btn b{display:inline-grid;place-items:center;border-radius:50%;background:var(--accent);color:white;min-width:18px;height:18px;margin-left:6px;font-size:11px}.hero{min-height:560px;display:grid;grid-template-columns:1.08fr .92fr;background:var(--cream);padding:80px 11%;align-items:center}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;margin:0 0 16px;color:var(--accent)}h1,h2{font-family:'Playfair Display',serif;margin:0;line-height:1.07}h1{font-size:clamp(44px,6vw,76px)}.hero p:not(.eyebrow){max-width:420px;color:var(--muted);line-height:1.6;margin:25px 0 32px}.primary{display:inline-flex;gap:25px;justify-content:center;align-items:center;border:0;background:var(--ink);color:white;text-decoration:none;padding:15px 19px;font:600 14px 'DM Sans';cursor:pointer}.primary span{font-size:20px;line-height:12px}.hero-art{height:390px;background:#d5b49b;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero-art:before,.hero-art:after{content:'';position:absolute;border:1px solid #e8d4c4;border-radius:50%}.hero-art:before{width:410px;height:410px}.hero-art:after{width:285px;height:285px}.hero-art .circle{width:166px;height:235px;border-radius:100px 100px 4px 4px;background:#a85239;z-index:1}.hero-art p{position:absolute;z-index:2;bottom:18px;right:22px;color:white;letter-spacing:.16em;font-size:10px;text-align:right}.products-section{padding:110px 8%}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-top h2,.story h2{font-size:clamp(34px,4vw,50px)}.filters{display:flex;gap:9px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:none;padding:8px 14px;cursor:pointer;font:500 12px 'DM Sans'}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-image{height:310px;background:#ece8df;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product:hover img{transform:scale(1.04)}.no-image{height:100%;display:grid;place-items:center;color:#9b978d;font-family:'Playfair Display';font-size:32px}.quick-add{position:absolute;bottom:12px;left:12px;right:12px;opacity:0;transform:translateY(6px);transition:.25s}.product:hover .quick-add{opacity:1;transform:none}.product-info{padding:15px 2px}.product-info h3{font-size:15px;margin:0 0 5px}.product-info p{font-size:13px;color:var(--muted);margin:0}.price{float:right;color:var(--ink)!important;font-weight:600}.benefits{background:var(--ink);color:white;padding:58px 9%;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.benefits span{color:#e5a68e;font-size:22px}.benefits h3{font-size:15px;margin:15px 0 7px}.benefits p{color:#bcb9b2;font-size:13px;margin:0}.story{padding:120px 20%;text-align:center}.story>p:last-child{color:var(--muted);line-height:1.8;max-width:590px;margin:25px auto 0}footer{background:var(--cream);padding:60px 8% 25px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer p{font-size:13px;color:var(--muted);margin-top:14px}footer h4{margin:0 0 15px;font-size:13px}footer a{display:block;margin:8px 0;color:var(--muted)}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;margin-top:28px;font-size:11px;color:var(--muted)}.overlay{position:fixed;inset:0;background:#17171588;z-index:8;opacity:0;visibility:hidden;transition:.2s}.overlay.show{opacity:1;visibility:visible}.cart-panel,.modal{position:fixed;z-index:10;background:var(--white);box-shadow:0 10px 60px #0003}.cart-panel{right:0;top:0;bottom:0;width:min(440px,100%);padding:28px;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.cart-panel.open{transform:none}.panel-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:18px}.panel-head h2{font-size:28px}.close{font-size:30px;line-height:22px}.cart-items{flex:1;overflow:auto}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:13px;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.cart-row img,.cart-thumb{width:70px;height:70px;object-fit:cover;background:var(--cream)}.cart-row h3{margin:2px 0 6px;font-size:14px}.cart-row p{margin:0;color:var(--muted)}.remove{color:var(--accent);border:0;background:none;cursor:pointer;font-size:12px}.cart-bottom{padding-top:18px}.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:17px}.wide{width:100%}.empty{color:var(--muted);padding:30px 0;text-align:center}.modal{width:min(510px,calc(100% - 30px));top:50%;left:50%;transform:translate(-50%,-45%);opacity:0;visibility:hidden;transition:.2s;padding:28px;max-height:92vh;overflow:auto}.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%)}form{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:20px}label{font-size:12px;font-weight:600}input,textarea{display:block;width:100%;border:1px solid var(--line);background:#fff;padding:11px;margin-top:6px;font:14px 'DM Sans'}textarea{height:80px;resize:vertical}label:nth-of-type(4),label:nth-of-type(5),form button{grid-column:1/-1}.hint{font-size:11px;color:var(--muted);text-align:center}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,100px);background:var(--ink);color:white;padding:13px 18px;font-size:13px;z-index:15;transition:.25s}.toast.show{transform:translate(-50%,0)}@media(max-width:700px){nav{display:none}header{padding:0 5%}.hero{grid-template-columns:1fr;padding:60px 8%;gap:45px}.hero-art{height:270px}.products{grid-template-columns:repeat(2,1fr);gap:16px}.product-image{height:220px}.products-section{padding:70px 5%}.section-top{align-items:start;gap:20px;flex-direction:column}.benefits,footer{grid-template-columns:1fr}.story{padding:80px 8%}.quick-add{opacity:1;transform:none}.announcement{font-size:10px}}
.modal select{display:block;width:100%;border:1px solid var(--line);background:#fff;padding:11px;margin-top:6px;font:14px 'DM Sans'}.text-button{width:100%;background:none;border:0;color:var(--accent);font:600 12px 'DM Sans';cursor:pointer;padding:11px}.admin-list{border-top:1px solid var(--line);margin-top:16px;padding-top:18px}.admin-list h3{font-size:14px;margin:0 0 8px}.admin-product{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line)}.admin-product img,.admin-product .admin-image{height:36px;width:36px;object-fit:cover;background:var(--cream)}.admin-product p{flex:1;font-size:12px;margin:0}.admin-product small{display:block;color:var(--muted);margin-top:3px}.edit-product{border:0;background:none;color:var(--accent);font:600 12px 'DM Sans';cursor:pointer}
.delivery-summary{background:var(--cream);padding:12px 14px;font-size:13px;line-height:1.5;margin:18px 0 0}.full-field{grid-column:1/-1}
.announcement{background:#283e32;height:auto;min-height:34px}.logo{letter-spacing:.12em;font-family:'Playfair Display',serif;font-size:29px}.logo span{color:#667559}:root{--ink:#253a2e;--muted:#73786e;--cream:#efefe7;--line:#dde0d6;--accent:#61734c;--white:#fafbf6}header{background:#fafbf6ed;height:88px}nav a{font-size:13px}nav a:hover{color:#8a643e}.cart-btn{border-color:var(--line);border-radius:30px;padding:12px 20px}.cart-btn b{background:var(--ink)}.hero{margin:24px 4% 0;padding:0;gap:0;background:#eeeeE4;min-height:590px;border-radius:24px;overflow:hidden;grid-template-columns:1fr 1fr}.hero-copy{padding:65px 11%}.hero h1{font-size:clamp(46px,5.6vw,82px);letter-spacing:-.05em;line-height:1.08}.hero h1 em{font-weight:400;color:#718064}.hero p:not(.eyebrow){font-size:15px;line-height:1.9;margin:24px 0 30px}.eyebrow{font-size:10px;letter-spacing:.19em}.primary{border-radius:30px;padding:16px 24px;font-weight:500;transition:background .2s,transform .2s}.primary:hover{background:#425b46;transform:translateY(-2px)}.hero-note{margin-top:55px;font-size:9px;letter-spacing:.1em;line-height:1.8;color:#707969}.hero-note span{margin:0 10px}.hero-art{height:100%;min-height:590px;background:#242525;border-radius:0;display:block}.hero-art:before,.hero-art:after{display:none}.hero-art>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 55%}.photo-caption{position:absolute;bottom:25px;left:25px;right:25px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fafbf6eb;backdrop-filter:blur(14px);padding:20px 22px;border-radius:14px;font-size:13px}.photo-caption a{color:var(--ink);font-size:11px;text-decoration:none}.products-section{padding:85px 6%}.section-top{align-items:flex-start;gap:24px;flex-direction:column}.section-top h2{font-size:clamp(30px,3.5vw,47px);letter-spacing:-.035em}.filters{width:100%;padding-top:8px;gap:10px}.filter{padding:11px 19px;border-radius:30px;font-size:12px}.product{min-width:0}.product-image{height:auto;aspect-ratio:4/5;border-radius:18px;background:#e8e9e0}.quick-add{opacity:1;transform:none;background:#fafbf6ed;color:#253a2e;bottom:15px;left:15px;right:15px;box-shadow:0 4px 20px #0000000a}.quick-add:hover{color:white}.product-info{padding:19px 4px}.product-info h3{font-weight:500;font-size:16px}.product-info p{font-size:12px;line-height:1.7}.price{font-size:13px!important}.benefits{margin:0 4%;border-radius:20px;padding:42px 6%;background:#e9ede1;color:var(--ink)}.benefits span{color:#6b7c54}.benefits p{color:var(--muted)}.story{padding:95px 18%}.story h2{letter-spacing:-.04em}.story>p:last-child{font-size:15px}footer{background:#243b2e;color:#e7ecdf;border-radius:26px 26px 0 0}footer .logo,footer a,footer p,footer small{color:#d3dccd}footer .logo span{color:#a3b18a}footer small{border-color:#ffffff24}.modal,dialog{border-radius:22px}.panel-head h2{letter-spacing:-.025em}input,textarea,.modal select{border-radius:10px}button,a,input,select,textarea{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid #80985f}.products-section,.story,footer{scroll-margin-top:105px}@media(max-width:800px){.hero{grid-template-columns:1fr;margin:16px 4% 0}.hero-copy{padding:42px 8%}.hero-art{min-height:380px;height:380px}.hero-note{margin-top:30px}.hero h1{font-size:56px}.hero-art>img{object-position:center 57%}.products-section{padding:58px 5%}.benefits{gap:28px}.photo-caption{padding:16px;left:16px;right:16px;bottom:16px}.products{gap:20px 12px}.product-image{height:auto}.product-info .price{float:none;margin-bottom:4px}.quick-add{padding:12px 6px;font-size:11px;left:8px;right:8px;bottom:8px}.filter{padding:9px 13px}.story{padding:70px 8%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.hero{grid-template-columns:1fr;min-height:420px;text-align:center;background:radial-gradient(ellipse at top right,#dce5d3,transparent 65%),#eeeee4}.hero-copy{padding:65px 8%;margin:auto}.hero p:not(.eyebrow){max-width:650px}.hero-note{margin-top:30px}.product{cursor:pointer}.product-dialog{width:min(940px,94vw);max-height:90vh;overflow:auto;border:1px solid var(--line);padding:36px;background:var(--white);color:var(--ink)}.product-dialog::backdrop{background:#14221dcc;backdrop-filter:blur(5px)}.detail-close{position:absolute;right:15px;top:16px}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:35px}.detail-main{height:390px;background:var(--cream);border-radius:15px;display:grid;place-items:center;overflow:hidden}.detail-main img{width:100%;height:100%;object-fit:contain}.detail-thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.detail-thumbs button{padding:3px;width:62px;height:62px;border:1px solid var(--line);background:white;border-radius:9px;cursor:pointer}.detail-thumbs button[aria-pressed="true"]{border:2px solid var(--ink)}.detail-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:5px}.detail-copy{padding-top:15px}.detail-copy h2{font-size:36px}.detail-price{font-size:23px}.detail-description{white-space:pre-wrap;line-height:1.7;color:var(--muted)}.detail-buy{display:block}.detail-buy input{max-width:120px}.detail-feedback{line-height:1.6}.detail-copy .hint{text-align:left}@media(max-width:650px){.detail-layout{grid-template-columns:1fr;gap:10px}.product-dialog{padding:32px 18px 20px}.detail-main{height:270px}.detail-copy h2{font-size:29px}.hero{min-height:360px}.hero h1{font-size:48px}}
.category-icon{display:inline-block;margin-right:8px;font-size:16px;line-height:1;vertical-align:middle}.filter{display:inline-flex;align-items:center;justify-content:center}
.cart-quantity{display:inline-flex;align-items:center;gap:12px;margin-top:12px;padding:3px;border:1px solid var(--line);border-radius:24px;background:var(--white)}.cart-quantity button{width:32px;height:32px;border:0;border-radius:50%;background:var(--cream);color:var(--ink);font-size:20px;cursor:pointer}.cart-quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-quantity span{min-width:18px;text-align:center;font-weight:600}.cart-row>div{min-width:0}.cart-row h3{overflow-wrap:anywhere}.cart-row>.remove{align-self:start}
/* Ivory & gold palette */
:root{--ink:#3e3020;--muted:#77664e;--cream:#f5ecd8;--line:#e3d3b2;--accent:#947020;--white:#fffdf4}body{background:var(--white)}header{background:#fffdf4f2}.announcement{background:#72551f;color:#fffdf4}.announcement span{color:#ebd199}.logo span{color:#aa822d}.hero{background:radial-gradient(ellipse at top right,#ead29a,transparent 68%),#faf2df;border:1px solid #eadab7}.hero h1 em{color:#957023}.hero-note{color:#806b45}.primary{background:#78591f;color:#fffdf4}.primary:hover{background:#604519}.cart-btn b{background:#96702a}.filter.active{background:#78591f;border-color:#78591f}.product-image,.no-image{background:#f3e9d2}.quick-add{background:#fffaf0ed;color:#584222}.quick-add:hover{background:#78591f;color:white}.benefits{background:#f1e5c8;border:1px solid #e4d0a6}.benefits span{color:#a07824}footer{background:#4c3a21;color:#fff8e6}footer .logo,footer a,footer p,footer small{color:#f0e3c5}footer .logo span{color:#d5ae58}footer small{border-color:#d5ae5840}.product-dialog::backdrop{background:#2d2118b8}.photo-caption{background:#fffaf0ed}.cart-panel,.modal,dialog{background-color:var(--white)}button:focus-visible,a:focus-visible{outline-color:#a47c25}.detail-thumbs button[aria-pressed="true"]{border-color:#a47c25}nav a:hover{color:#947020}
/* Minali: forest green, ivory and warm gold. */
:root{--ink:#244332;--muted:#65705b;--cream:#f5ecd6;--line:#dfc98f;--accent:#967020;--white:#fffdf3}header{background:#fffdf3f2;border-bottom-color:#d8bd76}.announcement{background:#244332;color:#fff4d8}.announcement span{color:#e2bf65}.logo{color:#244332}.logo span{color:#b4872e}.hero{background:radial-gradient(ellipse at top right,#e8d39c,transparent 65%),#fbf5e5;border:1px solid #dcc17f}.hero h1{color:#244332}.hero h1 em{color:#947020}.hero-note{color:#6c755f}.primary{background:#244332;color:#fff8e7;border:1px solid #b9974e;box-shadow:0 3px 12px #a17b2020}.primary:hover{background:#345b41;border-color:#d1ac58}.cart-btn{border-color:#c2a159;color:#244332}.cart-btn b{background:#244332;color:#ffe6a5}.filter{border-color:#d7bc7f;background:#fffcf1}.filter.active{background:#244332;color:#ffedbf;border-color:#b8923e}.product-image{background:#f2e9d2;border:1px solid #e3ce9c}.quick-add{background:#fffaf0ef;color:#244332;border-color:#d3b46c}.quick-add:hover{background:#244332;color:#fff1cc}.benefits{background:#e8eddf;border:1px solid #c7ab62;color:#244332}.benefits span{color:#967020}.benefits p{color:#586b54}footer{background:#203d2c;color:#fff4d5;border-top:3px solid #b99545}footer .logo,footer a,footer p,footer small{color:#f4e8c9}footer .logo span{color:#dfba62}footer h4{color:#e4c477}footer small{border-color:#c7a45250}.cart-quantity{border-color:#d7bc7f}.cart-quantity button{background:#f5e8c7;color:#244332}.detail-price,.eyebrow{color:#8b671d}
/* Warmer coffee tones with a richer emerald green. */
:root{--ink:#154b33;--muted:#805d43;--cream:#efdbc0;--line:#ceaa70;--accent:#a27527;--white:#fff7eb}body{background:#fff7eb}header{background:#fff7ebf5}.announcement{background:#124e32}.logo{color:#124e32}.logo span{color:#b38435}.hero{background:radial-gradient(ellipse at top right,#dbb88a,transparent 68%),#f3e2ca;border-color:#cda568}.hero h1{color:#124e32}.hero h1 em{color:#996236}.hero-note{color:#875f3f}.primary,.filter.active{background:#125936}.primary:hover{background:#08703f}.cart-btn,.quick-add{color:#124e32}.cart-btn b{background:#125936}.filter{background:#fff3df}.quick-add{background:#fff4e3f2}.quick-add:hover{background:#125936}.product-image,.no-image{background:#eed8b9}.benefits{background:#164f35;color:#fff3db;border-color:#cba151}.benefits h3{color:#fff5df}.benefits span{color:#e8bf6a}.benefits p{color:#e0cfad}footer{background:#103e29}footer .logo{color:#fff1d6}.detail-price,.eyebrow{color:#966522}.cart-quantity button{background:#ecd1aa;color:#124e32}
/* Reference palette: linen, parchment and natural bookcloth brown. */
:root{--ink:#304d29;--muted:#746650;--cream:#e6dfcc;--line:#c9b895;--accent:#8b713e;--white:#f5f1e7}body{background:var(--white)}header{background:#f5f1e7f5;border-bottom-color:#c9b895}.hero{background:radial-gradient(ellipse at top right,#cabb9f,transparent 70%),#e9e3d3;border-color:#c7b798}.hero h1 em{color:#82694b}.hero-note{color:#77694f}.hero p:not(.eyebrow){color:#746650}.logo span{color:#a68b54}.product-image,.no-image{background:#ddd3bc;border-color:#cbbb9b}.quick-add{background:#f5f1e7f2;color:#304d29;border-color:#c2ad80}.filter{background:#f5f0e2;border-color:#c9b895}.filter.active{background:#304d29;border-color:#b79c60}.primary{background:#304d29;border-color:#b39a61}.primary:hover{background:#216144;border-color:#c6aa6b}.cart-btn{border-color:#bba371}.cart-btn b{background:#304d29}.detail-price,.eyebrow{color:#826737}.cart-quantity button{background:#e3d8be;color:#304d29}.benefits{background:#304d29;border-color:#b9a06b}.benefits span{color:#d6c18d}.benefits p{color:#e5dcc5}footer{background:#123b2a;border-top-color:#b79c60}footer .logo,footer a,footer p,footer small{color:#eae3d1}footer .logo span,footer h4{color:#d2bd88}.announcement{background:#304d29}.announcement span{color:#d2bd88}
html[data-text-color="forest"]{--chosen-text:#304d29}html[data-text-color="brown"]{--chosen-text:#82694b}html[data-text-color]{--ink:var(--chosen-text)}html[data-text-color] :is(header .logo,header .logo span,nav a,.hero h1,.hero h1 em,.hero p:not(.eyebrow),.hero .eyebrow,.hero-note,.section-top h2,.section-top .eyebrow,.product-info h3,.product-info p,.product-info .price,.story h2,.story p,.detail-copy h2,.detail-category,.detail-price,.detail-description,.cart-row h3,.cart-row p,.cart-bottom,.panel-head h2){color:var(--chosen-text)!important}.appearance-example{font-family:'Playfair Display',serif;font-size:22px;margin:18px 0}
/* Unified forest-green theme, with light ivory reading surfaces. */
:root{--ink:#304d29;--muted:#526b58;--cream:#e8eddf;--line:#b7c8b4;--accent:#246443;--white:#f7f8ef}body{background:var(--white);color:#304d29}header{background:#f7f8eff5;border-color:#bdccba}.announcement{background:#304d29;color:#f4f6e9}.announcement span{color:#bfd0b6}.hero{background:radial-gradient(ellipse at top right,#c8d9bc,transparent 70%),#edf2e4;border-color:#bacdb2}.hero h1,.hero h1 em,.hero-note,.hero p:not(.eyebrow),.logo,.logo span,.eyebrow,.detail-price{color:#304d29}.primary{background:#304d29;border-color:#304d29;box-shadow:0 3px 12px #304d2915;color:#fffdf3}.primary:hover{background:#426337;border-color:#426337}.filter{background:#f7f8ef;border-color:#b7c8b4;color:#304d29}.filter.active{background:#304d29;border-color:#304d29;color:#fffdf3}.cart-btn{color:#304d29;border-color:#8dab90}.cart-btn b{background:#304d29;color:#fffdf3}.product-image,.no-image{background:#e5ecde;border-color:#c1cfb9}.quick-add{background:#f7f8eff2;color:#304d29;border-color:#b3c5aa}.quick-add:hover{background:#304d29;color:#fffdf3}.benefits{background:#304d29;color:#f5f7e9;border-color:#304d29}.benefits span,.benefits h3{color:#f0f5e4}.benefits p{color:#d7e2ce}footer{background:#263e21;border-top-color:#548663}footer .logo,footer .logo span,footer h4,footer a,footer p,footer small{color:#e9f0dd}footer small{border-color:#76917b60}.cart-quantity button{background:#e3ecda;color:#304d29}.detail-thumbs button[aria-pressed="true"]{border-color:#304d29}button:focus-visible,a:focus-visible{outline-color:#34794f}nav a:hover{color:#34794f}
/* Forest green paired with the selected natural mocha / linen palette. */
:root{--ink:#304d29;--muted:#746650;--cream:#e6dfcc;--line:#c9b895;--accent:#82694b;--white:#f5f1e7}body{background:#f5f1e7}header{background:#f5f1e7f5;border-color:#c9b895}.hero{background:radial-gradient(ellipse at top right,#cabb9f,transparent 70%),#e9e3d3;border-color:#c7b798}.hero h1 em{color:#82694b!important}.hero-note,.hero p:not(.eyebrow){color:#746650!important}.logo span,.eyebrow,.detail-price{color:#82694b}.primary{background:#304d29;border-color:#a58c63}.primary:hover{background:#426337;border-color:#b29a71}.filter{background:#f5f0e2;border-color:#c9b895}.filter.active{background:#304d29;border-color:#304d29}.product-image,.no-image{background:#ddd3bc;border-color:#cbbb9b}.quick-add{background:#f5f1e7f2;color:#304d29;border-color:#c2ad80}.quick-add:hover{background:#304d29;color:#fffdf3}.cart-btn{border-color:#bba582}.cart-quantity{border-color:#c9b895}.cart-quantity button{background:#e3d8be;color:#304d29}.benefits{background:#304d29;border-color:#a58c63}.benefits span{color:#d4c09a}.benefits p{color:#e5dcc5}footer{background:#263e21;border-top-color:#a58c63}footer .logo span,footer h4{color:#d4c09a}footer .logo,footer a,footer p,footer small{color:#eae3d1}
/* Keep product-button labels readable across all theme and hover states. */
#products .product .quick-add{background:#304d29!important;color:#fff8e7!important;border:1px solid #c2ad80;opacity:1;visibility:visible;font-size:14px;font-weight:600;line-height:1.4;min-height:44px}
#products .product .quick-add:hover,#products .product .quick-add:focus-visible,#products .product .quick-add:active{background:#426337!important;color:#fff8e7!important}
@media(max-width:500px){#products .product .quick-add{font-size:12px}}
/* Gold hero title, independent of the general text-color preference. */
html[data-text-color] .hero .hero-copy h1,html[data-text-color] .hero .hero-copy h1 em,.hero .hero-copy h1,.hero .hero-copy h1 em{color:#89651e!important}
/* Hero combination: forest headline, gold emphasis and supporting copy. */
html[data-text-color] .hero .hero-copy h1,.hero .hero-copy h1{color:#304d29!important}
html[data-text-color] .hero .hero-copy h1 em,.hero .hero-copy h1 em{color:#89651e!important}
html[data-text-color] .hero .hero-copy p,html[data-text-color] .hero .hero-copy .hero-note,.hero .hero-copy p,.hero .hero-copy .hero-note{color:#89651e!important}
/* Refined Minali typography and brighter gold outlines. */
.hero .hero-copy h1{font-family:'Playfair Display',serif;font-weight:700;font-style:normal;letter-spacing:.01em}
.hero .hero-copy h1 em,html[data-text-color] .hero .hero-copy h1 em{display:inline-block;font-family:'Great Vibes','Brush Script MT',cursive;font-size:.76em;font-weight:400;font-style:normal;letter-spacing:0;line-height:1.25;color:#a7843d!important}
.hero .hero-copy>p:not(.eyebrow),html[data-text-color] .hero .hero-copy>p:not(.eyebrow){font-family:'DM Sans',sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:2.15;color:#896c36!important}
.hero{border-color:#c3a04d;border-width:1px}.primary,.cart-btn,.filter,.quick-add,.product-image{border-color:#c7a34e}.primary:hover,.filter.active{border-color:#dfbd67}footer{border-top-color:#c7a34e}.benefits{border-color:#c7a34e}
@media(max-width:650px){.hero .hero-copy>p:not(.eyebrow){font-size:11px;letter-spacing:.11em}.hero .hero-copy h1 em{font-size:.8em}}
/* Offset handwritten signature under the uppercase headline. */
.hero .hero-copy .hero-title{display:block;width:100%;margin:0 auto;text-align:center;font-size:clamp(30px,5.1vw,72px);letter-spacing:.025em;line-height:1.15}
.hero-title-main{display:block;white-space:nowrap;-webkit-text-stroke:1.3px currentColor;letter-spacing:.055em;transform:scaleX(1.08);transform-origin:center}
.hero .hero-copy .hero-title em,html[data-text-color] .hero .hero-copy .hero-title em{display:block;width:100%;margin:38px auto 0;text-align:center;transform:translateX(-.12em);font-family:'Ballet','Elly Sandeo','Pinyon Script','Alex Brush','Great Vibes','Pinyon Script','Brush Script MT',cursive;font-size:2.4em;font-weight:400;-webkit-text-stroke:1.2px currentColor;letter-spacing:-.01em;line-height:1.05;white-space:nowrap}
@media(max-width:450px){.hero .hero-copy .hero-title{font-size:clamp(27px,7.4vw,34px)}.hero .hero-copy .hero-title em{margin-top:6px}}
@media(max-width:450px){.hero .hero-copy .hero-title em{margin-top:24px;font-size:2.1em}}
/* Ivory editorial identity inspired by the Minali reference. */
.hero.hero-editorial.hero-with-photos:has(.hero-hand-cutout){grid-template-columns:minmax(0,.7fr) minmax(0,2fr) minmax(0,1.5fr);gap:20px}
.hero-product-photo.hero-hand-cutout{width:100%;max-width:none;border:0;border-radius:0;box-shadow:none;overflow:visible;transform:none;align-self:center}
.hero-hand-cutout img{width:100%;height:auto;filter:drop-shadow(0 10px 12px #49372b12)}
@media(max-width:760px){.hero.hero-editorial.hero-with-photos:has(.hero-hand-cutout){grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}.hero-product-photo.hero-hand-cutout{max-width:360px}}
.hero.hero-editorial.hero-with-photos{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.4fr) minmax(0,1fr);align-items:center;gap:clamp(16px,2.5vw,40px);padding:64px 28px}
.hero-product-photo{margin:0;overflow:hidden;border:1px solid #ded4c3;border-radius:120px 120px 12px 12px;box-shadow:0 12px 30px #49372b12}
.hero-product-photo img{display:block;width:100%;height:auto}
.hero-photo-right{border-radius:12px 12px 120px 120px;transform:translateY(28px)}
html[data-text-color] .hero.hero-with-photos .hero-copy .minali-wordmark,.hero.hero-with-photos .hero-copy .minali-wordmark{font-size:clamp(60px,8vw,120px)}
html[data-text-color] .hero.hero-with-photos .hero-copy p.minali-descriptor,.hero.hero-with-photos .hero-copy p.minali-descriptor{font-size:clamp(9px,1.1vw,16px);letter-spacing:.3em}
html[data-text-color] .hero.hero-with-photos .hero-copy p.minali-tagline,.hero.hero-with-photos .hero-copy p.minali-tagline{font-size:clamp(22px,2.3vw,34px)}
@media(max-width:760px){.hero.hero-editorial.hero-with-photos{grid-template-columns:repeat(2,minmax(0,1fr));padding:46px 20px;gap:24px}.hero-with-photos .hero-copy{grid-column:1/-1;grid-row:1}.hero-product-photo{width:100%;max-width:240px;justify-self:center}.hero-photo-right{transform:none}.hero.hero-with-photos .hero-copy .minali-wordmark,html[data-text-color] .hero.hero-with-photos .hero-copy .minali-wordmark{font-size:clamp(60px,14vw,108px)}}
html[data-text-color] .hero.hero-recreated .hero-copy p.minali-descriptor,.hero.hero-recreated .hero-copy p.minali-descriptor{margin-top:12px;line-height:1.25}
html[data-text-color] .hero.hero-recreated .hero-copy p.minali-tagline,.hero.hero-recreated .hero-copy p.minali-tagline{margin-top:8px;line-height:1.25}
.hero.hero-recreated .minali-sprig{margin:10px auto 0}
.minali-identity{width:min(100%,820px);margin:0 auto 44px;text-align:center}
html[data-text-color] .hero.hero-recreated .hero-copy .minali-wordmark,.hero.hero-recreated .hero-copy .minali-wordmark{display:flex;justify-content:center;align-items:baseline;margin:0;color:#49372b!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(62px,15vw,190px);font-weight:400;line-height:1;letter-spacing:-.025em;white-space:nowrap}
.minali-custom-a{display:inline-flex;width:.63em;height:.73em;align-self:baseline;margin:0 .015em;transform:translateY(.037em)}
.minali-custom-a svg{width:100%;height:100%;overflow:visible}
html[data-text-color] .hero.hero-recreated .hero-copy .minali-descriptor,.hero.hero-recreated .hero-copy .minali-descriptor{width:100%;max-width:none;margin:8px auto 0;color:#58614d!important;font-family:'DM Sans',sans-serif;font-size:clamp(9px,2vw,23px);font-weight:400;letter-spacing:.48em;text-indent:.48em;line-height:1.3;text-transform:uppercase}
.minali-sprig{display:flex;align-items:center;justify-content:center;gap:28px;width:60%;margin:0 auto;color:#59664a}
.minali-sprig>span{height:1px;flex:1;background:#87907b}
.minali-sprig svg{width:30px;height:30px;flex:none}
html[data-text-color] .hero.hero-recreated .hero-copy .minali-tagline,.hero.hero-recreated .hero-copy .minali-tagline{width:100%;max-width:none;margin:4px auto 0;color:#49372b!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(21px,3.1vw,36px);font-style:italic;font-weight:400;letter-spacing:.045em;line-height:1.25;text-transform:none}
@media(max-width:480px){.minali-identity{margin-bottom:32px}.minali-sprig{gap:16px;width:65%;margin-top:8px}.minali-sprig svg{width:30px;height:32px}.hero.hero-recreated .hero-copy .minali-descriptor{letter-spacing:.3em;text-indent:.3em}}
.hero.hero-editorial.hero-recreated{position:relative;isolation:isolate;overflow:hidden;background:#fcf8f2!important}
.hero.hero-editorial.hero-recreated::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:url('botanical-backdrop.svg') center/cover no-repeat}
.hero.hero-editorial.hero-recreated::after{content:"";position:absolute;inset:16px;z-index:-1;pointer-events:none;border:1px solid rgba(172,145,99,.55);box-shadow:inset 0 0 0 7px #fcf8f233,0 0 0 5px #ac916314;border-radius:180px 180px 8px 8px}
@media(max-width:600px){.hero.hero-editorial.hero-recreated::before{opacity:.65}.hero.hero-editorial.hero-recreated::after{inset:9px;border-radius:100px 100px 6px 6px}}
/* Botanical wordmark details are decorative; the name remains accessible text. */
.brand-letter-a{position:relative;display:inline-block}
.brand-leaf{position:absolute;left:-.15em;bottom:.14em;width:.48em;height:.34em;overflow:visible;pointer-events:none}
.brand-divider{display:block;width:72px;height:2px;background:#ad9e7f;margin:32px auto 0}
.hero.hero-editorial{background:#faf7f1!important;border:1px solid #ded4c3;border-radius:0;box-shadow:none;padding:clamp(64px,9vw,130px) 24px;text-align:center}
.hero.hero-editorial .hero-copy{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:0;text-align:center}
html[data-text-color] .hero.hero-editorial .hero-copy .brand-title,.hero.hero-editorial .hero-copy .brand-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(64px,13vw,170px);font-weight:400;line-height:1.05;letter-spacing:.12em;text-indent:.12em;margin:0;color:#444d35!important}
html[data-text-color] .hero.hero-editorial .hero-copy .brand-subtitle,.hero.hero-editorial .hero-copy .brand-subtitle{font-family:'DM Sans',sans-serif;font-size:clamp(10px,2.3vw,26px);font-weight:400;letter-spacing:.36em;text-indent:.36em;line-height:1.6;margin:16px 0 0;color:#94866f!important}
html[data-text-color] .hero.hero-editorial .hero-copy .brand-motto,.hero.hero-editorial .hero-copy .brand-motto{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(25px,4.3vw,49px);font-weight:400;font-style:italic;letter-spacing:.035em;line-height:1.4;text-transform:none;margin:22px 0 42px;color:#4a5741!important}
.hero.hero-editorial .primary{background:#43563b!important;color:#faf7f1!important;border-color:#ad9364;box-shadow:none}
.hero.hero-editorial .hero-note{margin-top:38px;color:#786b52!important}
@media(max-width:450px){.hero.hero-editorial{padding:66px 14px}.hero.hero-editorial .hero-copy .brand-title{font-size:clamp(48px,13vw,64px);letter-spacing:.12em;text-indent:.12em}.hero.hero-editorial .hero-copy .brand-subtitle{letter-spacing:.23em}.hero.hero-editorial .hero-copy .brand-motto{font-size:27px;margin-top:20px}}
/* Keep the entire identity on one shared center axis, including narrow screens. */
.hero.hero-editorial{display:block;min-height:0;padding:clamp(60px,7vw,104px) 24px 56px}
.hero.hero-editorial .hero-copy .brand-title{max-width:100%;white-space:nowrap}
html[data-text-color] .hero.hero-editorial .hero-copy .brand-subtitle,.hero.hero-editorial .hero-copy .brand-subtitle{width:100%;max-width:none;margin:18px auto 0;text-align:center;font-size:clamp(10px,1.8vw,21px);letter-spacing:.32em}
html[data-text-color] .hero.hero-editorial .hero-copy .brand-motto,.hero.hero-editorial .hero-copy .brand-motto{width:100%;max-width:none;margin:28px auto 36px;text-align:center;font-size:clamp(27px,3.6vw,44px);letter-spacing:.015em}
.hero.hero-editorial .brand-divider{width:64px;height:1px;margin:30px auto 0}
.hero.hero-editorial .primary{align-self:center;min-height:52px;padding:15px 29px;font-size:14px}
.hero.hero-editorial .hero-note{width:100%;text-align:center;font-size:10px;letter-spacing:.16em;margin:32px auto 0}
@media(max-width:480px){.hero.hero-editorial{padding:60px 16px 40px}.hero.hero-editorial .hero-copy .brand-title{font-size:14vw;letter-spacing:.07em;text-indent:.07em}.hero.hero-editorial .hero-copy .brand-subtitle{font-size:10px;letter-spacing:.22em}.hero.hero-editorial .hero-note{font-size:8px;letter-spacing:.08em}}
.return-policy{grid-column:1/-1;margin:0;padding:15px 0;border-top:1px solid #ffffff36;color:#eee5d6;font-size:13px}.delivery-policy{margin:14px 0 0;padding:11px 12px;border-left:2px solid #ad9364;background:#f7f0e3;color:#5e5140;font-size:12px;line-height:1.45}
