:root{--ink:#1d293b;--muted:#596575;--orange:#df8527;--orange2:#f39a26;--wine:#670a1c;--cream:#f8f8f8;--card:#fff;--line:#e8e8e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.7}.site-header{height:92px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,82px);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #15203412}.brand img{width:190px;height:64px;object-fit:contain}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a,.footer a{text-decoration:none;color:inherit}.nav-links a{font-size:14px;font-weight:700}.nav-links a:hover{color:var(--orange)}.header-actions{display:flex;gap:16px}.icon-btn{border:0;background:transparent;color:var(--ink);font-size:24px;cursor:pointer;padding:8px}.menu-btn{display:none;width:42px}.menu-btn span{display:block;height:2px;background:currentColor;margin:6px 0}.mobile-drawer{position:fixed;inset:0 0 0 auto;width:min(84vw,360px);background:#fff;z-index:200;transform:translateX(105%);transition:.28s ease;padding:28px;box-shadow:-10px 0 30px #0002;display:flex;flex-direction:column;gap:20px}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.drawer-top img{width:150px}.drawer-top button{font-size:34px;border:0;background:none}.mobile-drawer a{font-size:20px;font-weight:700;text-decoration:none;color:var(--ink)}.section-pad{padding:clamp(70px,10vw,140px) clamp(24px,7vw,110px)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(35px,6vw,90px);align-items:center;background:radial-gradient(circle at 20% 0,#fff6e8,transparent 42%),#fff}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--orange);margin:0 0 15px;text-transform:uppercase}.hero h1,.section-heading h2,.about-grid h2,.mission h2,.story-copy h2,.partnership h2{font-size:clamp(42px,5.8vw,84px);line-height:1.08;letter-spacing:-.035em;margin:0 0 28px;font-weight:900}.hero h1 span,.about-grid h2 span,.section-heading h2 span{color:var(--orange)}.lead,.about-grid p,.story-copy>p,.partnership p{font-size:clamp(17px,1.55vw,23px);line-height:1.75;color:var(--muted)}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:32px 0}.hero-stats strong,.stats strong,.impact-grid strong{display:block;font-size:clamp(38px,4vw,64px);color:var(--orange);line-height:1}.hero-stats span,.stats span,.impact-grid span{display:block;color:var(--muted);font-size:16px;margin-top:10px}.hero-buttons{display:flex;gap:15px;flex-wrap:wrap}.btn{padding:14px 23px;border-radius:8px;text-decoration:none;font-weight:800;display:inline-block}.btn-primary{background:var(--orange);color:#fff}.btn-ghost{border:1px solid #cfd4da;color:var(--ink)}.hero-media{min-height:580px;border-radius:28px;overflow:hidden;position:relative;background:#e7e7e7;box-shadow:0 20px 50px #16243b1a}.hero-media img{width:100%;height:100%;position:absolute;object-fit:cover}.media-badge{position:absolute;right:22px;bottom:22px;background:var(--orange2);color:#fff;border-radius:50%;width:150px;height:150px;display:grid;place-content:center;text-align:center;line-height:1.2;font-size:17px}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;background:#fff}.about-grid h2{font-size:clamp(40px,5vw,74px)}.about-image{background:#ff9900;border-radius:26px;padding:24px;box-shadow:0 18px 40px #00000014}.about-image img{width:100%;display:block;border-radius:16px;max-height:520px;object-fit:contain;background:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;background:#f5f6f8}.stats div:last-child{grid-column:span 2}.stats div:last-child strong{font-size:clamp(42px,5vw,76px)}.mission{background:var(--wine);color:#fff}.mission-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.mission h2{color:#fff}.light-eyebrow{color:#f5a12b}.mission-copy{font-size:clamp(20px,2vw,31px);line-height:1.65;color:#f6e7ea}.mission ul{padding:0;margin:40px 0 0;list-style:none;font-size:18px}.mission li{margin:18px 0;position:relative;padding-left:34px}.mission li:before{content:'✓';position:absolute;left:0;color:#ffad2e;font-weight:900;border:2px solid #ffad2e;border-radius:50%;width:22px;height:22px;line-height:18px;text-align:center}.section-heading{text-align:center;max-width:900px;margin:0 auto 45px}.section-heading h2{font-size:clamp(42px,5vw,76px);margin-bottom:16px}.section-heading p:last-child{font-size:clamp(17px,1.7vw,24px);color:var(--muted);margin:0}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:20px 0 35px}.filters button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 18px;font-weight:800;cursor:pointer}.filters button.active{background:var(--wine);color:#fff;border-color:var(--wine)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid #eee;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #1c29350c}.product-image{height:330px;padding:22px;background:linear-gradient(145deg,#fff7ea,#fff);display:grid;place-items:center}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-body{padding:0 22px 25px}.product-tag{font-size:11px;letter-spacing:.1em;color:var(--orange);font-weight:900}.product-card h3{font-size:22px;line-height:1.25;margin:8px 0}.product-card p{color:var(--muted);min-height:76px}.buy-link{font-weight:900;color:var(--wine);text-decoration:none}.values-section{background:#f5f6f8}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1180px;margin:auto}.value-grid article{background:#fff;border:1px solid #e9e9e9;border-radius:28px;padding:55px 42px;text-align:center;min-height:330px;box-shadow:0 12px 28px #1824340d}.value-icon,.story-icon{font-size:46px;color:var(--orange);line-height:1;margin-bottom:28px}.value-grid h3{font-size:28px;margin:0 0 16px}.value-grid p{font-size:18px;color:var(--muted);margin:0}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.story-copy h2{font-size:clamp(40px,5vw,72px)}.story-cards{display:grid;gap:22px}.story-cards article{border-radius:24px;padding:35px;background:linear-gradient(135deg,#e5f4ef,#f4fdf8);min-height:190px}.story-cards article:nth-child(2){background:linear-gradient(135deg,#fff1de,#fff8ef)}.story-cards article:nth-child(3){background:linear-gradient(135deg,#fffbd7,#fffef1)}.story-cards h3{font-size:28px;margin:0 0 8px}.story-cards p{font-size:18px;color:var(--muted);margin:0}.partnership{background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.partnership h2{font-size:clamp(40px,5vw,68px)}.partnership img{width:100%;min-height:480px;object-fit:cover;border-radius:28px}.impact{background:#f7f8fa}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto}.impact-grid article{background:#fff;border-radius:22px;padding:35px;text-align:center;box-shadow:0 10px 25px #1824340a}.impact-grid strong{font-size:44px}.footer{background:#020408;color:#c5cad3;padding:70px clamp(24px,7vw,110px) 30px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1.2fr 1fr;gap:50px}.footer-logo{width:170px;filter:brightness(0) invert(1);margin-bottom:22px}.footer h3{color:#fff;font-size:22px;margin:0 0 20px}.footer p{font-size:16px;line-height:1.7}.footer-grid>div:not(:first-child) a{display:block;margin:12px 0}.footer a:hover{color:#fff}.socials{display:flex;gap:15px;margin-top:25px}.socials a{width:46px;height:46px;border:1px solid #3a404a;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800}.footer-bottom{border-top:1px solid #252a32;margin-top:60px;padding-top:26px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom a{margin-left:20px}
@media(max-width:1000px){.nav-links{display:none}.menu-btn{display:block}.hero,.about-grid,.mission-inner,.story-section,.partnership{grid-template-columns:1fr}.hero-media{min-height:520px;order:-1}.about-grid,.story-section,.partnership{gap:45px}.product-grid{grid-template-columns:repeat(2,1fr)}.impact-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}.stats div:last-child{grid-column:auto}}
@media(max-width:620px){body{font-size:15px}.site-header{height:78px;padding:0 24px}.brand img{width:150px}.section-pad{padding:70px 25px}.hero{padding-top:45px}.hero-media{min-height:430px}.media-badge{width:110px;height:110px;font-size:13px}.hero-stats{gap:18px}.hero-stats strong{font-size:40px}.product-grid,.value-grid,.impact-grid,.footer-grid{grid-template-columns:1fr}.product-image{height:280px}.value-grid article{padding:45px 26px;min-height:0}.stats{gap:35px}.footer-bottom{font-size:13px}.footer-bottom span:last-child{display:flex;gap:18px}.footer-bottom a{margin:0}.lead,.about-grid p,.story-copy>p,.partnership p{font-size:17px}.mission-copy{font-size:20px}.story-cards h3,.value-grid h3{font-size:24px}}
/* Product cards and cart: unified e-commerce structure */
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1250px;margin:0 auto}.product-card{background:#fff;border:1px solid #e7e8eb;border-radius:30px;overflow:hidden;box-shadow:0 18px 42px rgba(24,37,56,.08);display:flex;flex-direction:column;min-height:690px}.product-image{height:390px;margin:28px 28px 0;border-radius:24px;padding:24px;position:relative;background:radial-gradient(circle at 50% 35%,#fff 0,#fff8ed 45%,#f5f2ee 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(54,37,16,.13))}.product-body{padding:26px 28px 30px;display:flex;flex-direction:column;flex:1}.product-category{font-size:11px;letter-spacing:.14em;font-weight:900;color:var(--orange);text-transform:uppercase;margin-bottom:6px}.product-card h3{font-size:clamp(25px,2.3vw,34px);line-height:1.18;margin:0 0 14px;color:var(--ink)}.product-description{font-size:17px;line-height:1.6;color:var(--muted);margin:0 0 18px;min-height:82px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-tag-row{margin:-2px 0 14px;display:flex;align-items:center}.product-tag-badge{display:inline-flex;align-items:center;background:var(--orange);color:#fff;border-radius:999px;padding:7px 13px;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.product-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 12px}.product-meta strong,.packaging strong{color:#344054}.flavor-pills{display:flex;gap:7px;flex-wrap:wrap}.flavor-pills span{border:1px solid #d8dce2;border-radius:10px;padding:2px 10px;background:#fff;font-weight:700;font-size:14px}.packaging{margin:0 0 24px;color:var(--muted);font-size:16px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:auto}.add-cart,.learn-more{min-height:58px;border-radius:16px;font-size:17px;font-weight:900;cursor:pointer;transition:.2s ease}.add-cart{border:1px solid var(--orange);background:linear-gradient(135deg,#f99b2a,#ed7f1c);color:#fff}.add-cart:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(223,133,39,.24)}.learn-more{border:1.5px solid var(--orange);background:#fff;color:#b66a22}.learn-more:hover{background:#fff7ec}.cart-trigger{position:relative}.cart-count{position:absolute;right:-2px;top:-1px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--wine);color:#fff;font-size:11px;line-height:19px;font-weight:900}.cart-overlay{position:fixed;inset:0;background:rgba(12,18,27,.42);opacity:0;visibility:hidden;transition:.25s;z-index:300}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:min(100%,480px);height:100dvh;background:#fff;z-index:310;transform:translateX(105%);transition:.28s ease;display:flex;flex-direction:column;box-shadow:-18px 0 48px rgba(0,0,0,.18)}.cart-drawer.open{transform:translateX(0)}.cart-drawer-head{padding:28px 26px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.cart-drawer-head .eyebrow{margin:0 0 3px}.cart-drawer-head h2{margin:0;font-size:32px;line-height:1.1}.cart-close{border:0;background:#f4f5f7;border-radius:50%;width:42px;height:42px;font-size:30px;cursor:pointer;line-height:1}.cart-items{padding:18px 22px;overflow:auto;flex:1}.cart-empty{padding:70px 35px;text-align:center;color:var(--muted)}.cart-empty div{font-size:52px}.cart-empty h3{color:var(--ink);font-size:24px;margin:12px 0 6px}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #eceef1}.cart-item>img{width:100px;height:115px;border-radius:14px;object-fit:contain;background:#fff7ec;padding:8px}.cart-item-category{font-size:10px;letter-spacing:.12em;color:var(--orange);font-weight:900}.cart-item h3{font-size:17px;line-height:1.3;margin:3px 0 10px}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:12px}.qty-controls{display:inline-flex;align-items:center;border:1px solid #e0e3e7;border-radius:10px;overflow:hidden}.qty-controls button{border:0;background:#f6f7f8;width:31px;height:31px;font-size:18px;cursor:pointer}.qty-controls span{width:30px;text-align:center;font-weight:800}.remove-item{border:0;background:none;color:#9b1d32;font-weight:800;cursor:pointer}.cart-buy{display:inline-flex;margin-top:12px;background:var(--orange);color:#fff;text-decoration:none;font-weight:900;border-radius:10px;padding:9px 18px}.cart-footer{border-top:1px solid var(--line);padding:18px 22px 26px;background:#fff}.cart-footer p{margin:0 0 13px;color:var(--muted)}.continue-shopping{width:100%;border:1px solid var(--ink);background:#fff;color:var(--ink);padding:14px;border-radius:12px;font-weight:900;cursor:pointer}
@media(max-width:760px){.product-grid{grid-template-columns:1fr;gap:26px}.product-card{min-height:0;border-radius:28px}.product-image{height:360px;margin:22px 22px 0}.product-body{padding:24px 24px 26px}.product-actions{grid-template-columns:1fr 1fr;gap:12px}.add-cart,.learn-more{font-size:16px;min-height:56px}.cart-drawer{width:min(100%,420px)}}
@media(max-width:430px){.product-image{height:315px;margin:18px 18px 0}.product-body{padding:22px 18px 22px}.product-actions{grid-template-columns:1fr}.product-description{min-height:0}.cart-item{grid-template-columns:86px 1fr}.cart-item>img{width:86px;height:105px}}

/* Partners */
.partners{background:#fff}.partners .section-heading{max-width:900px}.partners-grid{max-width:1200px;margin:55px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.partner-card{min-height:330px;padding:34px 30px 28px;border:1px solid #e8ebef;border-radius:28px;background:#fff;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 34px rgba(24,37,56,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.partner-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(24,37,56,.13);border-color:#e5a35e}.partner-logo-wrap{height:150px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.partner-logo-wrap img{max-width:min(260px,90%);max-height:140px;width:auto;height:auto;object-fit:contain}.partner-card h3{font-size:25px;line-height:1.25;margin:0 0 9px}.partner-card span{font-size:14px;font-weight:800;color:var(--orange);opacity:.9}.partner-card:focus-visible{outline:3px solid rgba(223,133,39,.45);outline-offset:4px}@media(max-width:620px){.partners-grid{grid-template-columns:1fr;gap:20px;margin-top:35px}.partner-card{min-height:270px;padding:28px 22px}.partner-logo-wrap{height:125px;margin-bottom:16px}.partner-logo-wrap img{max-height:120px}.partner-card h3{font-size:23px}}
