:root{--ink:#1c2b23;--muted:#66736c;--green:#315f45;--green2:#244b36;--cream:#f7f4ed;--sage:#e8efe8;--line:#dde5df;--white:#fff;--accent:#c9864b;--shadow:0 20px 45px rgba(25,54,39,.10);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{text-align:center;background:var(--ink);color:#fff;padding:9px 15px;font-size:13px;font-weight:600}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,229,223,.85)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--green);color:#fff;font-family:'Playfair Display',serif}.nav{display:flex;align-items:center;gap:30px;font-weight:600;font-size:14px}.nav a:hover{color:var(--green)}.cart-link{display:flex;align-items:center;gap:8px}.cart-link span{background:var(--green);color:#fff;border-radius:999px;min-width:24px;height:24px;display:grid;place-items:center;font-size:12px}.menu-btn{display:none;border:0;background:transparent;font-size:26px}.hero{background:linear-gradient(135deg,#fbfaf6 0%,#eef3ed 100%);padding:84px 0 74px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:64px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--green)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',serif;line-height:1.08;letter-spacing:-.025em}.hero h1{font-size:clamp(44px,6.2vw,78px);margin:15px 0 22px;max-width:780px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:13px;font-weight:800;cursor:pointer;transition:.2s transform,.2s background,.2s box-shadow}.btn:hover{transform:translateY(-1px)}.primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(49,95,69,.18)}.primary:hover{background:var(--green2)}.ghost{background:#fff;border:1px solid var(--line)}.dark{background:var(--ink);color:#fff}.light{background:#fff;color:var(--green)}.full{width:100%}.large{min-height:56px;font-size:16px}.hero-points{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#4b5f53}.hero-card{background:#fff;border-radius:30px;padding:22px;box-shadow:var(--shadow);max-width:500px;justify-self:end}.hero-visual{height:390px;border-radius:22px;background:radial-gradient(circle at 50% 35%,#fefdf9 0 25%,#e6eee7 26% 100%);position:relative;overflow:hidden}.plate{position:absolute;width:240px;height:240px;border:18px solid #fff;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 12px 25px rgba(0,0,0,.07)}.bowl{width:125px;height:70px;border-radius:12px 12px 65px 65px;background:var(--green);position:absolute;left:50%;top:50%;transform:translate(-50%,-30%);box-shadow:inset 0 8px 0 rgba(255,255,255,.12)}.utensil{position:absolute;width:13px;height:250px;border-radius:20px;background:var(--accent);top:65px;right:72px;transform:rotate(18deg);box-shadow:0 8px 12px rgba(80,40,10,.12)}.utensil.two{right:auto;left:78px;transform:rotate(-18deg);height:235px}.leaf{position:absolute;color:var(--green);font-size:38px}.l1{left:45px;top:45px}.l2{right:40px;bottom:48px}.l3{left:48px;bottom:40px;font-size:24px}.hero-card-copy{padding:18px 7px 4px;display:grid;gap:2px}.hero-card-copy small{color:var(--muted)}.hero-card-copy strong{font-family:'Playfair Display',serif;font-size:25px}.hero-card-copy span{color:var(--muted);font-size:14px}.section{padding:88px 0}.soft{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head h2,.newsletter h2{font-size:clamp(34px,4vw,50px);margin:8px 0 0}.section-head>p{max-width:470px;color:var(--muted);margin-bottom:5px}.centered{justify-content:center;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.22s transform,.22s box-shadow}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{position:relative;aspect-ratio:1/1;background:#f4f6f1}.product-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;z-index:2;top:14px;left:14px;background:#fff;border:1px solid #e5e9e4;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.product-body{padding:18px}.product-body h3{font-size:17px;line-height:1.3;margin-bottom:8px}.product-body p{font-size:13px;color:var(--muted);min-height:63px}.price-row{display:flex;align-items:center;gap:10px;margin:14px 0}.price-row strong{font-size:20px}.price-row del{font-size:13px;color:#97a29b}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits-grid article{background:#fff;padding:28px;border:1px solid #e7ebe7;border-radius:20px}.icon{width:48px;height:48px;border-radius:14px;background:var(--sage);display:grid;place-items:center;color:var(--green);font-weight:800;margin-bottom:18px}.benefits-grid p{color:var(--muted);font-size:14px;margin:0}.newsletter{padding-top:0;background:var(--cream)}.newsletter-box{background:var(--green);border-radius:30px;padding:48px 54px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter-box .eyebrow{color:#d9e6dd}.newsletter-box p{margin:0;color:#d8e6dc}.footer{background:#16231c;color:#e7eee9;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:55px}.footer h3{font-size:15px;margin-bottom:16px}.footer p,.footer a{color:#bfcac3;font-size:14px}.footer-grid>div:nth-child(2){display:flex;flex-direction:column;align-items:flex-start}.footer-brand{color:#fff;margin-bottom:15px}.footer-brand span:last-child{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:44px;font-size:12px;color:#8fa097}.notice{margin-top:26px;border:1px solid #cfe1d2;background:#eff8ef;color:#295b38;padding:14px 18px;border-radius:14px;font-weight:700}.page-section{min-height:65vh}.page-title{text-align:center;max-width:720px;margin:0 auto 38px}.page-title h1{font-size:clamp(42px,5vw,60px);margin:10px 0}.page-title p{color:var(--muted)}.empty-state{text-align:center;border:1px dashed #cfd9d2;border-radius:24px;padding:58px 20px}.empty-state>div{font-size:44px}.empty-state h2{font-family:'Playfair Display',serif;font-size:32px;margin:10px 0}.empty-state p{color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:start}.cart-list,.checkout-card,.summary-card{background:#fff;border:1px solid var(--line);border-radius:22px}.cart-list{padding:10px 22px}.cart-item{display:grid;grid-template-columns:92px 1fr 86px 100px 34px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item img{width:92px;height:92px;object-fit:cover;border-radius:15px;background:#f3f5f1}.cart-info h3{margin:0 0 5px;font-size:15px}.cart-info p{font-size:12px;color:var(--muted);margin-bottom:6px}.qty-box label{font-size:11px;color:var(--muted);display:block}.qty-box input{width:72px;border:1px solid var(--line);border-radius:9px;padding:8px}.line-total{text-align:right;font-weight:800}.remove-btn{border:0;background:#f7eded;color:#9d3a3a;width:32px;height:32px;border-radius:50%;cursor:pointer}.cart-actions{display:flex;justify-content:space-between;gap:12px;padding:20px 0}.summary-card{padding:24px;position:sticky;top:100px}.summary-card h2{font-family:'Playfair Display',serif;font-size:26px}.summary-card>div:not(.mini-item){display:flex;justify-content:space-between;gap:20px;margin:12px 0}.summary-card small{display:block;color:var(--muted);font-size:11px;margin-top:14px}.summary-card hr{border:0;border-top:1px solid var(--line);margin:16px 0}.summary-total{font-size:18px;margin-bottom:18px!important}.checkout-card{padding:28px}.checkout-card h2{font-family:'Playfair Display',serif;font-size:28px;margin:8px 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}.form-grid label{font-size:12px;font-weight:800}.form-grid input{width:100%;border:1px solid #d6dfd9;border-radius:11px;padding:13px 14px;margin-top:6px;outline:none}.form-grid input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(49,95,69,.10)}.span-2{grid-column:1/-1}.payment-box{background:var(--cream);padding:18px;border-radius:14px;margin-bottom:22px}.payment-box label{font-weight:800}.payment-box p{font-size:12px;color:var(--muted);margin:8px 0 0}.mini-item{display:grid!important;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;margin:14px 0!important}.mini-item img{width:52px;height:52px;border-radius:10px;background:#f3f5f1}.mini-item span{display:grid}.mini-item b{font-size:12px;line-height:1.3}.mini-item small{margin:2px 0 0}.mini-item strong{font-size:12px}.error-box{max-width:850px;margin:0 auto 25px;background:#fff2f2;border:1px solid #efcdcd;color:#7f3131;border-radius:14px;padding:16px 20px}.error-box ul{margin-bottom:0}.thankyou-card{max-width:700px;margin:auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:50px 35px;box-shadow:var(--shadow)}.success-check{width:68px;height:68px;background:#e6f4e7;color:#317442;display:grid;place-items:center;border-radius:50%;font-size:30px;font-weight:800;margin:0 auto 20px}.thankyou-card h1{font-size:46px;margin:10px 0}.thankyou-card>p{color:var(--muted)}.order-ref{display:flex;justify-content:space-between;gap:20px;background:var(--cream);border-radius:12px;padding:14px 16px;margin:10px 0}.thankyou-card .btn{margin-top:16px}
@media(max-width:980px){.products-grid{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-card{justify-self:start;width:min(100%,560px)}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:720px){.container{width:min(100% - 24px,1180px)}.topbar{font-size:11px}.nav-wrap{min-height:68px}.brand{font-size:13px}.brand-mark{width:38px;height:38px}.menu-btn{display:block}.nav{display:none;position:absolute;left:12px;right:12px;top:74px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:15px;flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav a{padding:10px;border-radius:10px}.hero{padding:58px 0}.hero h1{font-size:47px}.hero-visual{height:320px}.section{padding:64px 0}.section-head{display:block}.section-head>p{margin-top:12px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:14px}.product-body p{min-height:74px}.benefits-grid{grid-template-columns:1fr}.newsletter-box{padding:34px 26px;display:block}.newsletter-box .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:first-child{grid-column:auto}.cart-item{grid-template-columns:72px 1fr 68px}.cart-item img{width:72px;height:72px}.cart-info{grid-column:2/4}.qty-box{grid-column:2}.line-total{grid-column:3}.remove-btn{grid-column:3;grid-row:1;justify-self:end}.cart-actions{flex-direction:column}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}}
@media(max-width:450px){.products-grid{grid-template-columns:1fr}.hero h1{font-size:41px}.hero-points{display:grid;gap:7px}.plate{width:200px;height:200px}.utensil.one{right:45px}.utensil.two{left:50px}.product-body p{min-height:auto}.thankyou-card{padding:38px 20px}.thankyou-card h1{font-size:38px}}
