@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap');
:root{--ink:#15382e;--forest:#1f5947;--sage:#dce7d7;--cream:#f8f5ed;--paper:#fffdf8;--clay:#d66846;--gold:#e9aa4f;--line:#d9ddd2;--muted:#66756e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.6}a{color:inherit}button,input,textarea{font:inherit}.notice{padding:8px 20px;background:var(--ink);color:#fff;text-align:center;font-size:12px;letter-spacing:.02em}.header{height:88px;padding:0 max(24px,calc((100% - 1200px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,253,248,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:'Newsreader',serif;font-size:23px;line-height:1}.brand small{display:block;font:500 9px 'DM Sans';letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:5px}.brandmark{display:grid;place-items:center;width:40px;height:40px;background:var(--forest);color:white;border-radius:50% 50% 45% 55%;font-size:22px;font-style:italic}.header nav{display:flex;align-items:center;gap:30px}.header nav a{text-decoration:none;font-size:14px;font-weight:600;color:var(--muted)}.header nav a:hover,.header nav a.active{color:var(--forest)}.cart-button,.product-card button{border:0;background:var(--clay);color:#fff;font-weight:700;border-radius:99px;padding:11px 17px;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;margin-left:4px;background:#fff;color:var(--clay);height:21px;min-width:21px;border-radius:20px}.nav-toggle{display:none;border:0;background:none;font-size:24px}.hero{max-width:1200px;margin:auto;min-height:650px;padding:88px 24px 72px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:var(--clay);margin:0 0 15px}.hero h1,.page-hero h1{font:600 clamp(49px,6.5vw,88px)/.95 'Newsreader',serif;letter-spacing:-.04em;margin:0;max-width:760px}.lead{font-size:18px;color:var(--muted);max-width:600px;margin:26px 0}.actions{display:flex;gap:12px;margin:28px 0}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;border-radius:99px;padding:14px 22px;font-weight:700;border:0;cursor:pointer}.primary{background:var(--forest);color:#fff}.secondary{border:1px solid var(--forest);color:var(--forest)}.full{width:100%}.trust-row{display:flex;gap:22px;color:var(--muted);font-size:12px;font-weight:600}.trust-row span:before{content:'\2713';color:var(--forest);margin-right:5px}.hero-art{height:480px;position:relative;background:var(--sage);border-radius:50% 50% 48% 52%;overflow:hidden}.sun{width:180px;height:180px;background:var(--gold);border-radius:50%;position:absolute;right:55px;top:45px}.tea-bowl{position:absolute;width:290px;height:145px;left:65px;bottom:90px;background:var(--cream);border-radius:12px 12px 150px 150px;border-top:15px solid #fff;box-shadow:0 35px 45px #57706155}.tea-bowl:before{content:'';position:absolute;width:235px;height:35px;left:13px;top:-24px;border-radius:50%;background:#b66a38;border:14px solid #fff}.tea-bowl i{position:absolute;width:90px;height:65px;border:16px solid var(--cream);border-left:0;right:-75px;top:20px;border-radius:0 60px 60px 0}.leaf{position:absolute;color:var(--forest);font-size:75px;transform:rotate(28deg);opacity:.8}.leaf-a{left:25px;top:55px}.leaf-b{right:25px;bottom:20px;transform:rotate(75deg)}.section{max-width:1200px;margin:auto;padding:80px 24px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.section h2,.story-band h2,.prose h2{font:600 45px/1 'Newsreader',serif;margin:0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #173b2e12}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--sage)}.product-info{padding:20px}.product-info>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.product-info h3,.product-info h2{font:600 25px/1.05 'Newsreader',serif;margin:9px 0}.product-info p{font-size:13px;color:var(--muted);min-height:65px}.product-info>div{display:flex;align-items:center;justify-content:space-between}.product-info strong{font-size:18px}.product-info details{font-size:12px;color:var(--muted);margin:10px 0 16px}.story-band{background:var(--ink);color:#fff;padding:85px max(24px,calc((100% - 1200px)/2))}.story-band .eyebrow{color:var(--gold)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:45px}.steps b{color:var(--gold);font:500 28px 'Newsreader'}.steps p{color:#cbd8d3}.page-hero{padding:85px max(24px,calc((100% - 1200px)/2));background:var(--cream)}.page-hero h1{font-size:clamp(48px,6vw,76px)}.page-hero>p:last-child{max-width:720px;color:var(--muted);font-size:17px}.page-hero.compact{padding-top:60px;padding-bottom:60px}.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-grid .product-card{display:grid;grid-template-columns:45% 55%}.shop-grid .product-card img{height:100%;aspect-ratio:auto}.catalog-note{padding:22px;border:1px solid var(--line);border-radius:14px;color:var(--muted);font-size:13px;margin-top:30px}.prose{max-width:950px;margin:0 auto;padding:75px 24px;color:#385149}.prose p{font-size:17px}.two-col{max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.quote{background:var(--sage);padding:45px;border-radius:24px}.quote p{font:600 37px/1.1 'Newsreader';color:var(--ink)}.values{max-width:1200px;margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.values div{border-top:3px solid var(--clay);padding:20px;background:var(--cream)}.values p{color:var(--muted)}.legal h2{margin:40px 0 12px;font-size:31px}.legal p{font-size:15px}.contact-grid{max-width:1050px;margin:auto;padding:75px 24px;display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.contact-grid h2{font:600 36px 'Newsreader'}.contact-form,.drawer form{display:grid;gap:15px}.contact-form label,.drawer label{display:grid;gap:6px;font-size:13px;font-weight:700}.contact-form input,.contact-form textarea,.drawer input,.drawer textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:9px;background:white}.check{display:block!important;font-weight:400!important}.check input{width:auto!important;margin-right:6px}.trap{position:absolute!important;left:-9999px!important}.form-status{font-size:13px;margin:0}.form-status.success{color:#167451}.form-status.error{color:#a72b2b}footer{background:#e7eadf;padding:65px max(24px,calc((100% - 1200px)/2)) 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}.footer-grid>div:first-child p{max-width:390px}.footer-grid h3{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.footer-grid a{display:block;margin:9px 0}.brand-footer{margin-bottom:18px}.footer-bottom{border-top:1px solid #c7ccc0;margin-top:45px;padding-top:20px;font-size:12px;color:var(--muted)}.drawer{position:fixed;inset:0;z-index:50;pointer-events:none}.drawer.open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:#0c201a99;opacity:0;transition:.25s}.drawer.open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;right:0;top:0;height:100%;width:min(470px,100%);padding:35px;background:var(--paper);overflow:auto;transform:translateX(100%);transition:.25s}.drawer.open .drawer-panel{transform:none}.drawer-close{position:absolute;right:20px;top:16px;border:0;background:none;font-size:32px;cursor:pointer}.drawer-panel h2{font:600 36px 'Newsreader';margin:0 0 20px}.cart-line{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.cart-line small{display:block;color:var(--muted)}.qty{display:flex;align-items:center;gap:7px}.qty button{border:1px solid var(--line);background:#fff;width:27px;height:27px;border-radius:50%;cursor:pointer}.remove{border:0;background:none;color:var(--clay);cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:18px 0;font-size:14px}.fine{font-size:11px;color:var(--muted)}
@media(max-width:900px){.header{height:auto;min-height:72px;flex-wrap:wrap;padding:14px 20px}.nav-toggle{display:block}.header nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:14px;padding:20px 0}.header nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{height:360px}.products{grid-template-columns:repeat(2,1fr)}.shop-grid .product-card{display:block}.steps,.values{grid-template-columns:1fr}.two-col,.contact-grid,.footer-grid{grid-template-columns:1fr;gap:35px}}@media(max-width:560px){.hero h1{font-size:50px}.hero-art{height:300px}.tea-bowl{transform:scale(.72);left:5px}.products{grid-template-columns:1fr}.trust-row{flex-direction:column;gap:4px}.actions{flex-direction:column}.section h2,.story-band h2{font-size:38px}.drawer-panel{padding:28px 20px}.section-head{align-items:flex-start;gap:15px;flex-direction:column}}
