@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap";:root{--green:#1f4d3b;--deep:#153c30;--moss:#708b62;--cream:#f7f4ec;--beige:#ece9dc;--paper:#fffdf8;--ink:#1d2d27;--muted:#718078;--line:#dfe3d9;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--sans);margin:0;font-size:15px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;overflow:hidden}.container{width:min(1160px,100% - 64px);margin:0 auto}.announcement{background:var(--green);color:#ecf1e7;letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;padding:9px 20px;font-size:11px;display:flex}.site-header{z-index:10;background:#f7f4ecf0;border-bottom:1px solid #1f4d3b1a;justify-content:space-between;align-items:center;height:78px;padding:0 max(32px,50vw - 580px);display:flex;position:relative}.brand{font-family:var(--serif);letter-spacing:-.05em;align-items:center;gap:9px;font-size:27px;font-weight:600;display:flex}.brand-mark{background:var(--green);color:#f5f2e8;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.main-nav{align-items:center;gap:35px;margin-left:80px;display:flex}.main-nav a{color:#56655d;align-items:center;gap:5px;padding:30px 0;font-size:13px;display:flex;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--green)}.main-nav a.active:after{background:var(--green);content:"";width:100%;height:2px;position:absolute;bottom:-1px;left:0}.cart-button,.icon-button{color:var(--green);background:0 0;border:0;align-items:center;gap:9px;display:flex}.cart-button{font-size:13px;position:relative}.cart-button b{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.mobile-menu{display:none}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:50px;min-height:570px;padding-top:55px;padding-bottom:55px;display:grid}.hero-copy{max-width:535px}.eyebrow{color:var(--moss);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.hero h1,.catalog-hero h1,.product-detail h1{color:var(--green);font-family:var(--serif);letter-spacing:-.055em;margin:20px 0;font-size:clamp(45px,5.5vw,70px);font-weight:500;line-height:1.04}.hero h1 em,.catalog-hero h1 em,.cta-section h2 em,.combo-section h2 em,.product-info h2 em,.success-state h2 em{color:var(--moss);font-weight:500}.hero-copy>p{color:#67766d;max-width:450px;margin:0;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:13px;margin:31px 0;display:flex}.button{letter-spacing:.05em;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:10px;padding:14px 19px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.button-primary{background:var(--green);color:#fff;box-shadow:0 8px 18px #1f4d3b26}.button-primary:hover{background:var(--deep);transform:translateY(-2px)}.button-quiet{color:var(--green);padding-left:4px;padding-right:4px}.button-outline{color:var(--green);border-color:#b9c7bd}.button-outline:hover{background:#e7ede5}.button-light{color:var(--green);background:#f8f6ed}.button-light:hover{background:#fff;transform:translateY(-2px)}.button-wide{width:100%}.hero-trust{color:#78877e;flex-wrap:wrap;gap:18px;font-size:11px;display:flex}.hero-trust span{align-items:center;gap:5px;display:flex}.hero-trust svg{color:var(--moss)}.hero-art{height:460px;position:relative}.hero-circle{border-radius:50%;position:absolute}.circle-back{background:#dfe6d7;width:390px;height:390px;top:14px;right:22px}.circle-front{background:#cad9c3;width:285px;height:285px;top:80px;right:95px}.hero-bowl{color:#f8f6ed;font-family:var(--serif);background:linear-gradient(145deg,#bdc9a5,#819268);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:235px;height:235px;display:flex;position:absolute;top:115px;right:120px;transform:rotate(-8deg);box-shadow:18px 23px 30px #3e584133}.hero-bowl:before{content:"";border:1px solid #ffffff80;border-radius:50%;width:170px;height:125px;position:absolute}.bowl-leaf{font-size:47px;line-height:1}.hero-bowl span{letter-spacing:-.06em;font-size:22px}.art-sticker{color:var(--green);font-family:var(--serif);text-align:center;background:#f5f0dd;border-radius:50%;justify-content:center;align-items:center;width:91px;height:91px;font-size:12px;line-height:1.15;display:flex;position:absolute;bottom:39px;right:15px;transform:rotate(8deg)}.art-sticker svg{margin-right:3px}.art-sticker b{font-style:italic}.value-strip{background:#e7ebdf;border-top:1px solid #d7ded2;border-bottom:1px solid #d7ded2}.value-grid{grid-template-columns:repeat(3,1fr);display:grid}.value-grid>div{border-right:1px solid #d3dbcf;align-items:center;gap:14px;padding:27px 25px;display:flex}.value-grid>div:first-child{padding-left:0}.value-grid>div:last-child{border:0}.value-grid svg{color:var(--moss);width:22px;height:22px}.value-grid span{flex-direction:column;gap:4px;display:flex}.value-grid strong{color:var(--green);font-size:12px}.value-grid small{color:#7b887f;font-size:11px}.intro-section{grid-template-columns:1fr 1fr;gap:60px;padding-top:110px;padding-bottom:110px;display:grid}.intro-section h2,.feature-copy h2,.section-heading h2,.combo-section h2,.product-info h2{color:var(--green);font-family:var(--serif);letter-spacing:-.05em;margin:16px 0;font-size:42px;font-weight:500;line-height:1.1}.intro-section p,.feature-copy p,.combo-section p,.product-info p{color:#718078;max-width:470px;margin:29px 0 0;font-size:15px;line-height:1.8}.feature-section{grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding-bottom:120px;display:grid}.feature-image{background:linear-gradient(135deg,#d8dfcf,#b0c3aa);height:390px;position:relative;overflow:hidden}.feature-image:before{content:"";background:#ffffff4d;border:1px solid #ffffff80;border-radius:50%;width:240px;height:240px;position:absolute;top:65px;left:50%;transform:translate(-50%)}.feature-plant{color:#55714f;font-size:160px;position:absolute;top:88px;left:50%;transform:translate(-50%)rotate(-12deg)}.feature-badge{background:var(--green);color:#eff2e8;font-family:var(--serif);text-align:center;z-index:1;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;line-height:1.15;display:flex;position:absolute;top:25px;right:27px;transform:rotate(8deg)}.feature-badge strong{font-size:18px}.feature-copy h2{font-size:44px}.underlink{border-bottom:1px solid var(--moss);color:var(--green);align-items:center;gap:9px;margin-top:27px;padding-bottom:7px;font-size:12px;font-weight:700;display:inline-flex}.cta-section{background:var(--green);color:#f8f5ec;justify-content:space-between;align-items:center;margin-bottom:100px;padding:60px 72px;display:flex}.cta-section .eyebrow{color:#b9c8aa}.cta-section h2{font-family:var(--serif);letter-spacing:-.05em;margin:15px 0 0;font-size:46px;font-weight:500;line-height:1.05}.catalog-hero{justify-content:space-between;align-items:end;padding-top:80px;padding-bottom:70px;display:flex}.catalog-hero h1{margin-bottom:0;font-size:58px}.catalog-hero p{color:#718078;max-width:330px;margin:0 0 3px;line-height:1.7}.catalog-section{padding-bottom:100px}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;margin-bottom:25px;padding-bottom:21px;display:flex}.section-heading h2{margin-top:10px;margin-bottom:0;font-size:28px}.stock-note{color:#758379;align-items:center;gap:7px;font-size:11px;display:flex}.stock-dot{background:#9ab18a;border-radius:50%;width:7px;height:7px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{background:#edf0e8;min-width:0}.product-image{height:230px;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.05)}.product-number{color:var(--green);background:#ffffffa6;padding:5px 7px;font-size:10px;position:absolute;top:13px;left:13px}.product-content{padding:19px}.product-category{color:var(--moss);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:700}.product-content h3{color:var(--green);font-family:var(--serif);letter-spacing:-.04em;margin:10px 0 9px;font-size:23px;font-weight:500}.product-content p{color:#758379;min-height:55px;margin:0;font-size:12px;line-height:1.55}.product-bottom{border-top:1px solid #d9e0d5;justify-content:space-between;align-items:end;margin-top:16px;padding-top:14px;display:flex}.product-bottom strong{color:var(--green);font-size:14px;display:block}.product-bottom del{color:#98a39a;font-size:10px}.add-button{background:var(--green);color:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.add-button:hover{background:var(--deep);transform:rotate(90deg)}.limited-note{background:#f0f0e7;align-items:center;gap:15px;margin-top:24px;padding:21px 24px;display:flex}.limited-note>svg{color:var(--moss);flex:none}.limited-note div{flex-direction:column;flex:1;gap:3px;display:flex}.limited-note strong{color:var(--green);font-size:12px}.limited-note span{color:#7a877d;font-size:11px}.limited-note .underlink{white-space:nowrap;margin:0}.combo-section{background:var(--green);color:#f7f4eb;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-bottom:100px;padding:65px 85px;display:grid;position:relative;overflow:hidden}.combo-section .eyebrow{color:#c5d4b6}.combo-section h2{color:#fff;font-size:44px}.combo-section p{color:#c8d2c3;margin-top:17px}.combo-stack{height:275px;position:relative}.combo-stack img{border:5px solid var(--green);object-fit:cover;height:195px;right:calc(var(--i) * 45px);top:calc(var(--i) * 17px);transform:rotate(calc((var(--i) - 1.5) * 5deg));width:155px;position:absolute;box-shadow:0 10px 22px #00000026}.save-pill{color:var(--green);font-family:var(--serif);text-align:center;background:#d9e3c9;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;font-size:12px;line-height:1.1;display:flex;position:absolute;bottom:3px;right:0;transform:rotate(8deg)}.save-pill strong{font-size:16px}.toast{background:var(--green);color:#fff;z-index:20;align-items:center;gap:7px;padding:13px 18px;font-size:12px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #153c303b}.toast svg{color:#cde0bf}.toast span{color:#cbd8c4}.product-page{padding-top:35px;padding-bottom:90px}.back-link{color:#77857c;font-size:12px}.product-detail{grid-template-columns:1fr 1fr;align-items:center;gap:85px;padding-top:35px;display:grid}.detail-image{height:525px;position:relative;overflow:hidden}.detail-image img{object-fit:cover;width:100%;height:100%}.detail-stamp{color:var(--green);font-family:var(--serif);background:#f6f2e5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:84px;height:84px;font-size:16px;display:flex;position:absolute;bottom:27px;right:27px;transform:rotate(8deg)}.detail-copy h1{margin:15px 0 21px;font-size:61px}.detail-description{color:#718078;max-width:450px;font-size:16px;line-height:1.8}.detail-price{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin:27px 0 20px;padding-bottom:20px;display:flex}.detail-price strong{color:var(--green);font-size:24px}.detail-price del{color:#9aa59d;font-size:12px}.detail-price span{color:#849188;margin-left:auto;font-size:10px}.detail-actions{gap:9px;display:flex}.quantity{border:1px solid #c7d1c8;justify-content:space-between;align-items:center;min-width:106px;display:flex}.quantity button{color:var(--green);background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:100%;display:flex}.quantity b{color:var(--green);font-size:13px}.quantity.large{height:48px}.buy-button{flex:1}.cart-add{padding:10px 14px}.added-message{color:var(--moss);align-items:center;gap:6px;margin-top:13px;font-size:12px;display:flex}.detail-promise{border-top:1px solid var(--line);gap:38px;margin-top:36px;padding-top:22px;display:flex}.detail-promise>div{align-items:center;gap:10px;display:flex}.detail-promise svg{color:var(--moss)}.detail-promise span{flex-direction:column;gap:4px;display:flex}.detail-promise b{color:var(--green);font-size:11px}.detail-promise small{color:#849188;font-size:10px}.product-info{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:start;gap:50px;padding-top:75px;padding-bottom:100px;display:grid}.product-info h2{font-size:39px}.product-info .underlink{margin-top:10px}.site-footer{color:var(--green);background:#dce5d5;grid-template-columns:1fr 1fr auto;align-items:end;gap:30px;padding:43px max(32px,50vw - 580px);display:grid}.footer-brand{font-size:22px}.footer-brand .brand-mark{width:26px;height:26px}.site-footer p{color:#758379;margin:12px 0 0;font-size:11px}.footer-links{flex-wrap:wrap;gap:18px;display:flex}.footer-links a,.footer-links span{font-size:11px}.footer-links a{font-weight:700}.site-footer small{color:#859288;font-size:9px}.drawer-layer,.checkout-layer{z-index:30;background:#112a2066;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.cart-drawer{background:var(--paper);flex-direction:column;width:100%;max-width:420px;height:100%;padding:31px 29px;display:flex;box-shadow:-8px 0 30px #1832271f}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding-bottom:20px;display:flex}.drawer-head h2{color:var(--green);font-family:var(--serif);margin:9px 0 0;font-size:32px;font-weight:500}.cart-items{flex:1;padding:16px 0;overflow:auto}.cart-item{border-bottom:1px solid var(--line);align-items:start;gap:12px;padding:14px 0;display:flex}.cart-item img{object-fit:cover;width:65px;height:73px}.cart-item-info{flex-direction:column;flex:1;gap:6px;display:flex}.cart-item-info strong{color:var(--green);font-family:var(--serif);font-size:16px}.cart-item-info>span{color:#7c897f;font-size:11px}.cart-item .quantity{width:83px;min-width:83px;height:29px}.remove{color:#9aa59c;background:0 0;border:0;padding:2px}.combo-note{color:var(--green);background:#eff2e8;align-items:center;gap:7px;padding:12px;font-size:11px;display:flex}.drawer-total{border-top:1px solid var(--line);justify-content:space-between;padding:21px 0;display:flex}.drawer-total span{color:#7c897f}.drawer-total strong{color:var(--green);font-size:20px}.text-button{color:var(--green);text-underline-offset:4px;background:0 0;border:0;margin:15px auto 0;padding:5px;font-size:11px;font-weight:700;text-decoration:underline}.empty-cart{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-icon{color:var(--moss);background:#e8eee3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:17px;display:flex}.empty-cart h3{color:var(--green);font-family:var(--serif);margin:0;font-size:24px;font-weight:500}.empty-cart p{color:#7d8981;max-width:230px;margin:9px 0 22px;font-size:12px;line-height:1.6}.checkout-layer{justify-content:center;align-items:center;padding:25px;overflow:auto}.checkout-modal{background:var(--paper);width:100%;max-width:760px;max-height:calc(100vh - 50px);padding:39px 48px;position:relative;overflow:auto}.modal-close{color:#6e7c73;background:0 0;border:0;position:absolute;top:22px;right:22px}.checkout-header{border-bottom:1px solid var(--line);margin-bottom:23px;padding-bottom:20px}.checkout-header h2{color:var(--green);font-family:var(--serif);margin:10px 0 5px;font-size:39px;font-weight:500}.checkout-header p{color:#7a877e;margin:0;font-size:12px}.form-section{border-bottom:1px solid var(--line);padding:19px 0}.form-section h3{color:var(--green);font-family:var(--serif);margin:0 0 17px;font-size:20px;font-weight:500}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-section label{color:#637169;font-size:11px;display:block;position:relative}.form-section input,.form-section select,.form-section textarea{color:var(--ink);background:#faf9f3;border:1px solid #d4ddd3;border-radius:2px;outline:0;width:100%;margin-top:7px;padding:11px 12px;display:block}.form-section input:focus,.form-section select:focus,.form-section textarea:focus{border-color:var(--moss)}.form-section textarea{resize:vertical}.phone-field{display:flex}.phone-field span{color:#718078;background:#f0f2e9;border:1px solid #d4ddd3;border-right:0;align-items:center;margin-top:7px;padding:0 10px;display:flex}.phone-field input{margin-top:7px}.select-icon{pointer-events:none;position:absolute;top:33px;right:13px}.optional{color:#9ba59c;font-size:9px}.check-row{align-items:center;gap:9px;margin-top:16px;display:flex!important}.check-row input{accent-color:var(--green);width:auto;margin:0}.check-row span{color:#637169}.payment-options{grid-template-columns:1fr 1fr;gap:9px;display:grid}.payment-options label{border:1px solid #d4ddd3;align-items:center;gap:9px;padding:13px;transition:all .2s;display:flex}.payment-options label.selected{background:#eff3e9;border-color:#91a98a}.payment-options input{accent-color:var(--green);width:auto;margin:0}.payment-options span{flex-direction:column;flex:1;gap:4px;display:flex}.payment-options strong{color:var(--green);font-size:11px}.payment-options small{color:#829087;font-size:9px}.payment-options svg{color:var(--green);opacity:0}.payment-options .selected svg{opacity:1}.checkout-total{justify-content:space-between;align-items:center;padding:20px 0 14px;display:flex}.checkout-total span{color:#738078;font-size:12px}.checkout-total strong{color:var(--green);font-size:21px}.submit-button{border:0}.submit-button:disabled{cursor:wait;opacity:.65}.secure-note{color:#9aa49d;text-align:center;font-size:9px}.form-error{color:#a34c40;background:#faece8;padding:11px;font-size:11px}.success-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:560px;padding:35px;display:flex}.success-icon{color:var(--green);background:#deead5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:23px;display:flex}.success-state h2{color:var(--green);font-family:var(--serif);margin:16px 0;font-size:45px;font-weight:500;line-height:1.05}.success-state p{color:#748178;max-width:360px;line-height:1.7}.success-state .button{margin-top:13px}@media (width<=900px){.container{width:min(100% - 42px,620px)}.site-header{padding:0 21px}.mobile-menu{order:-1;display:flex}.brand{margin-right:auto;padding-left:13px}.main-nav{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;gap:0;margin:0;padding:9px 21px;display:none;position:absolute;top:78px;left:0;right:0}.main-nav.open{display:flex}.main-nav a{padding:14px 0}.main-nav a.active:after{bottom:7px}.hero{grid-template-columns:1fr;padding-top:65px;padding-bottom:75px}.hero-art{order:-1;height:360px}.circle-back{width:290px;height:290px;right:calc(50% - 145px)}.circle-front{width:215px;height:215px;top:68px;right:calc(50% - 107px)}.hero-bowl{width:185px;height:185px;top:82px;right:calc(50% - 92px)}.art-sticker{bottom:12px;right:calc(50% - 160px)}.value-grid{grid-template-columns:1fr}.value-grid>div,.value-grid>div:first-child{border-bottom:1px solid #d3dbcf;border-right:0;padding:18px 0}.value-grid>div:last-child{border-bottom:0}.intro-section,.feature-section,.product-info{grid-template-columns:1fr;gap:35px;padding-top:75px;padding-bottom:75px}.feature-section{flex-direction:column;display:flex}.feature-image{width:100%;height:320px}.cta-section{flex-direction:column;align-items:start;gap:30px;margin-bottom:65px;padding:38px 28px}.catalog-hero{flex-direction:column;align-items:start;gap:25px;padding-top:65px;padding-bottom:55px}.catalog-hero h1{font-size:50px}.product-grid{grid-template-columns:1fr 1fr}.limited-note{flex-wrap:wrap;align-items:start}.limited-note .underlink{margin-left:35px}.combo-section{grid-template-columns:1fr;gap:30px;margin-bottom:65px;padding:43px 30px}.combo-stack{height:240px}.product-detail{grid-template-columns:1fr;gap:42px}.detail-image{height:390px}.detail-copy h1{font-size:52px}.site-footer{grid-template-columns:1fr 1fr}.site-footer small{grid-column:1/-1}.product-info{display:grid}}@media (width<=560px){.announcement{font-size:9px}.site-header{height:69px}.main-nav{top:69px}.cart-button span{display:none}.hero{padding-top:32px}.hero-art{height:290px}.hero-circle.circle-back{width:245px;height:245px;right:calc(50% - 122px)}.hero-circle.circle-front{width:180px;height:180px;top:55px;right:calc(50% - 90px)}.hero-bowl{width:153px;height:153px;top:68px;right:calc(50% - 76px)}.hero-bowl span{font-size:17px}.bowl-leaf{font-size:35px}.art-sticker{width:73px;height:73px;font-size:10px;bottom:0;right:calc(50% - 130px)}.hero h1{font-size:45px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{text-align:center}.intro-section h2,.feature-copy h2,.combo-section h2{font-size:36px}.feature-image{height:270px}.catalog-hero h1{font-size:44px}.section-heading{flex-direction:column;align-items:start;gap:14px}.product-grid{gap:10px}.product-image{height:150px}.product-content{padding:13px}.product-content h3{font-size:18px}.product-content p{min-height:68px;font-size:10px}.product-bottom{margin-top:10px;padding-top:10px}.product-bottom strong{font-size:11px}.product-bottom del{font-size:9px}.add-button{width:29px;height:29px}.limited-note{padding:16px}.limited-note .underlink{margin-left:0}.combo-stack{height:195px}.combo-stack img{height:145px;right:calc(var(--i) * 31px);width:112px}.save-pill{width:74px;height:74px}.save-pill strong{font-size:13px}.detail-image{height:300px}.detail-copy h1{font-size:45px}.detail-price{flex-wrap:wrap;align-items:start}.detail-price span{flex-basis:100%;margin-left:0}.detail-actions{flex-wrap:wrap}.buy-button{flex-basis:calc(100% - 115px)}.cart-add{flex:1}.detail-promise{gap:17px}.site-footer{flex-direction:column;align-items:start;padding:35px 21px;display:flex}.footer-links{flex-direction:column;gap:10px}.checkout-layer{padding:0}.checkout-modal{height:100%;max-height:100vh;padding:31px 20px}.checkout-header h2{font-size:32px}.form-grid,.payment-options{grid-template-columns:1fr}.success-state{min-height:100%}}.brand-logo{object-fit:contain;width:34px;height:34px;display:block}.hero-logo{object-fit:contain;width:85px;height:85px}.shipping-pill{background:var(--green);color:#f4f4e9;letter-spacing:.06em;text-transform:uppercase;padding:6px 8px;font-size:10px;font-weight:700;position:absolute;bottom:13px;right:13px}.pay-note{color:#809087;margin-top:3px;font-size:9px;display:block}.detail-badge{color:var(--moss);letter-spacing:.08em;text-transform:uppercase;margin-top:18px;font-size:11px;font-weight:700;display:block}.benefit-list{color:#65756b;gap:8px;margin:22px 0 0;padding:0;font-size:12px;list-style:none;display:grid}.benefit-list li{align-items:center;gap:7px;display:flex}.benefit-list svg{color:var(--moss)}.detail-price .free-shipping{color:var(--green);background:#e4eddb;margin-left:0;padding:6px 8px;font-weight:700}@media (width<=560px){.hero-logo{width:58px;height:58px}.shipping-pill{padding:5px 6px;font-size:8px}.detail-price .free-shipping{margin-left:0}}.brand-logo{width:50px;height:50px}.footer-brand .brand-logo{width:42px;height:42px}.hero-logo{width:126px;height:126px}.hero-minimal{color:#718078;margin:0;font-size:14px}.home-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:100px;padding-top:70px;padding-bottom:70px;display:flex}.home-bottom h2{color:var(--green);font-family:var(--serif);letter-spacing:-.05em;margin:12px 0 0;font-size:42px;font-weight:500;line-height:1.05}.home-bottom h2 em{color:var(--moss);font-weight:500}.detail-gallery{gap:8px;margin-top:10px;display:flex;overflow-x:auto}.detail-gallery button{background:#f4f3ec;border:1px solid #0000;min-width:70px;height:70px;padding:0}.detail-gallery button.selected{border-color:var(--green)}.detail-gallery img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.brand-logo{width:44px;height:44px}.footer-brand .brand-logo{width:38px;height:38px}.hero-logo{width:98px;height:98px}.home-bottom{margin-bottom:65px;padding-top:55px;padding-bottom:55px}}@media (width<=560px){.brand-logo{width:40px;height:40px}.footer-brand .brand-logo{width:34px;height:34px}.hero-logo{width:76px;height:76px}.hero-minimal{font-size:12px}.home-bottom{flex-direction:column;align-items:start;gap:22px}.home-bottom h2{font-size:36px}}.product-card{position:relative}.product-card:focus{outline:2px solid var(--moss);outline-offset:4px}.product-image{isolation:isolate}.product-number,.shipping-pill{z-index:4}.product-hover{color:#f5f4ea;opacity:0;pointer-events:none;z-index:3;background:#153c30f0;flex-direction:column;justify-content:center;align-items:flex-start;padding:22px;transition:opacity .25s,transform .25s;display:flex;position:absolute;inset:0;transform:translateY(8px)}.product-card:hover .product-hover,.product-card:focus-within .product-hover{opacity:1;transform:translateY(0)}.hover-label{color:#c3d7b7;letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700}.product-hover strong{font-family:var(--serif);margin:8px 0;font-size:23px;font-weight:500;line-height:1.05}.product-hover p{color:#dce5d6;margin:0;font-size:11px;line-height:1.45}.product-hover ul{gap:5px;margin:12px 0 0;padding:0;list-style:none;display:grid}.product-hover li{color:#f3f1e7;align-items:center;gap:5px;font-size:10px;display:flex}.product-hover li svg{color:#b8d1a9;flex:none}.hover-cta{color:#c3d7b7;align-items:center;gap:5px;margin-top:auto;font-size:10px;font-weight:700;display:flex}.product-content{z-index:5;position:relative}@media (width<=560px){.product-hover{padding:14px}.product-hover strong{font-size:18px}.product-hover p{font-size:10px}.product-hover ul{gap:3px;margin-top:8px}.product-hover li{font-size:9px}}.footer-service{text-align:center;grid-column:1/-1}.footer-service a{color:var(--green);font-weight:600}.lullabites-visual{object-position:center bottom!important}.product-why{border-top:1px solid var(--line);grid-template-columns:.9fr 1.1fr;align-items:start;gap:70px;padding-top:85px;padding-bottom:85px;display:grid}.product-why h2{color:var(--green);font-family:var(--serif);letter-spacing:-.05em;margin:15px 0;font-size:44px;font-weight:500;line-height:1.08}.product-why h2:first-line{color:var(--green)}.product-why-main p{color:#718078;max-width:460px;margin:20px 0 0;font-size:15px;line-height:1.75}.product-why-grid{grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.product-why-grid>div{background:#eef1ea;flex-direction:column;gap:12px;min-height:155px;padding:21px;display:flex}.product-why-grid strong{color:var(--green);font-family:var(--serif);font-size:17px;font-weight:500;line-height:1.3}.info-label{color:var(--moss);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.product-info p{margin-top:10px}@media (width<=900px){.product-why{grid-template-columns:1fr;gap:35px;padding-top:65px;padding-bottom:65px}.product-why-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.product-why h2{font-size:36px}.product-why-grid{grid-template-columns:1fr}.product-why-grid>div{min-height:0;padding:17px}}.combo-copy{max-width:500px}.combo-lead{margin:17px 0 20px!important;font-size:16px!important;line-height:1.55!important}.combo-pillars{border-top:1px solid #dae7d23d;grid-template-columns:repeat(3,1fr);gap:0;margin:22px 0 17px;display:grid}.combo-pillars>div{border-right:1px solid #dae7d23d;flex-direction:column;gap:4px;padding:14px 12px 8px 0;display:flex}.combo-pillars>div:not(:first-child){padding-left:12px}.combo-pillars>div:last-child{border-right:0}.combo-pillars span{color:#b7caa9;font-size:10px}.combo-pillars strong{color:#fff;font-family:var(--serif);font-size:17px;font-weight:500}.combo-pillars small{color:#c8d6c3;font-size:9px;line-height:1.35}.combo-rhythm{color:#d3dfcf!important;margin:0 0 22px!important;font-size:11px!important;line-height:1.5!important}.combo-offer{align-items:baseline;gap:11px;margin-bottom:18px;display:flex}.combo-offer strong{color:#fff;font-size:26px}.combo-offer span{color:#c8d6c3;font-size:10px}.combo-section .button-light{margin-top:0}@media (width<=900px){.combo-copy{max-width:none}.combo-pillars{margin-top:18px}}@media (width<=560px){.combo-pillars{grid-template-columns:1fr}.combo-pillars>div,.combo-pillars>div:not(:first-child){border-bottom:1px solid #dae7d23d;border-right:0;padding:10px 0}.combo-pillars>div:last-child{border-bottom:0}.combo-offer{flex-direction:column;align-items:flex-start;gap:3px}}
