
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lora:ital,wght@0,500;0,600;0,700;1,500&display=swap');

:root{
  --green:#23472f;
  --green-2:#365f43;
  --sage:#d9e5d7;
  --cream:#f6f1e7;
  --cream-2:#fffaf1;
  --amber:#e8a030;
  --amber-2:#f2b54d;
  --ink:#151714;
  --muted:#51555e;
  --white:#fff;
  --line:rgba(35,71,47,.14);
  --shadow:0 18px 50px rgba(35,71,47,.10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
.serif,h1,h2{font-family:Lora,Georgia,serif}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:800;color:var(--green)}
.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(246,241,231,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Lora,Georgia,serif;font-weight:700;color:var(--green);font-size:1.27rem}
.brand img{width:42px;height:42px;border-radius:11px}
.nav-links{display:flex;list-style:none;gap:25px;align-items:center;margin:0;padding:0}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.9rem;font-weight:650}
.nav-links a:hover{color:var(--green)}
.nav-actions{display:flex;gap:10px;align-items:center}
.cart-link,.account-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;border:1px solid var(--line);background:var(--white);border-radius:999px;padding:9px 13px;color:var(--green);font-size:.86rem;font-weight:700}
.cart-count{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--amber);color:var(--green);font-size:.72rem}
.mobile-menu{display:none;background:none;border:0;font-size:1.4rem;color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;border-radius:12px;padding:13px 20px;font-weight:800;transition:.2s transform,.2s box-shadow,.2s background}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--amber);color:var(--green);box-shadow:0 8px 25px rgba(232,160,48,.22)}
.btn-primary:hover{background:var(--amber-2)}
.btn-secondary{background:var(--white);color:var(--green);border:1px solid var(--line)}
.btn-green{background:var(--green);color:var(--cream)}
.btn-small{padding:10px 14px;border-radius:10px;font-size:.86rem}
.hero{padding:74px 0 56px;overflow:hidden;background:
radial-gradient(circle at 90% 10%,rgba(232,160,48,.18),transparent 24%),
radial-gradient(circle at 0% 90%,rgba(217,229,215,.75),transparent 34%),var(--cream)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98;letter-spacing:-.045em;color:var(--green);margin:14px 0 24px}
.hero h1 span{color:var(--amber)}
.hero-copy{font-size:1.13rem;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-note{font-size:.82rem;color:var(--muted);margin-top:15px}
.hero-products{position:relative;min-height:520px}
.hero-card{position:absolute;width:245px;background:var(--white);padding:18px;border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(35,71,47,.08)}
.hero-card img{height:250px;width:100%;object-fit:contain;border-radius:14px;background:#fff}
.hero-card h3{font-size:.93rem;color:var(--green);line-height:1.35;margin:12px 0 4px}
.hero-card:nth-child(1){left:0;top:60px;transform:rotate(-5deg)}
.hero-card:nth-child(2){right:0;top:0;transform:rotate(4deg)}
.hero-card:nth-child(3){left:31%;bottom:0;transform:rotate(1deg)}
.trust-strip{background:var(--green);color:var(--cream)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:21px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;color:var(--amber);font-family:Lora,Georgia,serif;font-size:1.08rem}
.trust-item span{font-size:.79rem;opacity:.8}
.section{padding:84px 0}
.section-white{background:var(--white)}
.section-sage{background:var(--sage)}
.section-green{background:var(--green);color:var(--cream)}
.section-head{max-width:770px;margin-bottom:38px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section h2{font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.1;letter-spacing:-.025em;color:var(--green);margin:8px 0 14px}
.section-green h2{color:var(--cream)}
.section-head p{color:var(--muted);font-size:1.03rem}
.section-green .section-head p{color:rgba(246,241,231,.76)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream-2)}
.feature-mark{width:44px;height:44px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:var(--amber);font-weight:900;margin-bottom:20px}
.feature h3{margin:0 0 9px;color:var(--green);font-size:1.04rem}
.feature p{margin:0;color:var(--muted);font-size:.92rem}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.choice-card{padding:36px;border-radius:24px;background:var(--white);border:1px solid var(--line)}
.choice-card.dark{background:var(--green);color:var(--cream)}
.choice-card h3{font-family:Lora,Georgia,serif;font-size:1.8rem;margin:7px 0 10px;color:var(--green)}
.choice-card.dark h3{color:var(--cream)}
.choice-card p{color:var(--muted)}
.choice-card.dark p{color:rgba(246,241,231,.75)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.product-card{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.2s transform,.2s box-shadow}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image-wrap{position:relative;background:#fff;height:235px;padding:18px;display:grid;place-items:center}
.product-image-wrap img{width:100%;height:100%;object-fit:contain}
.badge{position:absolute;left:12px;top:12px;background:var(--cream);color:var(--green);border:1px solid var(--line);border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:800}
.product-info{padding:17px;display:flex;flex-direction:column;flex:1}
.product-brand{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.product-title{font-size:.96rem;line-height:1.35;color:var(--green);font-weight:750;text-decoration:none;margin:6px 0 12px}
.product-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}
.product-price{font-family:Lora,Georgia,serif;color:var(--green);font-size:1.28rem;font-weight:700}
.stock-note{font-size:.72rem;color:var(--muted)}
.product-actions{display:flex;gap:7px;margin-top:12px}
.product-actions .btn{flex:1}
.toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:28px}
.search-wrap{flex:1;min-width:240px}
.search-wrap input,.filter-select,input[type="text"],input[type="email"],input[type="tel"],input[type="number"],select,textarea{
 width:100%;border:1px solid var(--line);background:var(--white);border-radius:12px;padding:12px 14px;color:var(--ink);outline:none
}
.search-wrap input:focus,.filter-select:focus,input:focus,select:focus,textarea:focus{border-color:rgba(35,71,47,.55);box-shadow:0 0 0 3px rgba(35,71,47,.08)}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.filter-select{width:auto;min-width:160px}
.page-hero{padding:54px 0 32px;background:linear-gradient(180deg,var(--cream),rgba(217,229,215,.38))}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem);line-height:1;color:var(--green);margin:8px 0 16px}
.page-hero p{max-width:720px;color:var(--muted);font-size:1.02rem}
.results-line{font-size:.84rem;color:var(--muted);margin-bottom:18px}
.empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);grid-column:1/-1}
.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}
.product-main-image{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;min-height:520px;display:grid;place-items:center}
.product-main-image img{max-height:480px;object-fit:contain}
.product-detail h1{font-family:Lora,Georgia,serif;color:var(--green);font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;margin:8px 0 14px}
.product-detail .price-big{font-family:Lora,Georgia,serif;color:var(--amber);font-weight:700;font-size:2rem}
.product-detail .desc{font-size:1.02rem;color:var(--muted)}
.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.tag{padding:6px 10px;border-radius:999px;background:var(--sage);color:var(--green);font-size:.73rem;font-weight:750}
.quantity-row{display:flex;gap:10px;align-items:center;margin:22px 0}
.quantity-row input{width:86px}
.detail-panel{margin-top:25px;padding:24px;background:var(--white);border:1px solid var(--line);border-radius:18px}
.detail-panel h3{font-size:.95rem;color:var(--green);margin:0 0 8px}
.detail-panel p{font-size:.88rem;color:var(--muted);margin:0}
.builder-layout{display:grid;grid-template-columns:1fr 310px;gap:28px;align-items:start}
.builder-summary{position:sticky;top:98px;background:var(--green);color:var(--cream);padding:25px;border-radius:20px}
.builder-summary h3{font-family:Lora,Georgia,serif;font-size:1.55rem;margin:0 0 12px}
.builder-summary .big-total{font-family:Lora,Georgia,serif;color:var(--amber);font-size:2rem}
.builder-summary p{font-size:.84rem;color:rgba(246,241,231,.75)}
.qty-control{display:flex;align-items:center;gap:7px}
.qty-control button{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:var(--cream);color:var(--green);font-weight:900}
.qty-control span{min-width:24px;text-align:center;font-weight:800}
.curated-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.curated-card{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:30px;display:flex;flex-direction:column}
.curated-card.featured{border:2px solid var(--amber);transform:translateY(-6px)}
.curated-card h3{font-family:Lora,Georgia,serif;color:var(--green);font-size:1.7rem;margin:0}
.curated-price{font-family:Lora,Georgia,serif;color:var(--amber);font-size:2.5rem;font-weight:700;margin:14px 0 4px}
.curated-card ul{padding-left:20px;color:var(--muted);font-size:.9rem;flex:1}
.form-card{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:30px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-field label{display:block;color:var(--green);font-size:.78rem;font-weight:800;margin-bottom:6px}
.form-field.full{grid-column:1/-1}
.form-field textarea{min-height:130px;resize:vertical}
.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:28px;align-items:start}
.cart-items{display:flex;flex-direction:column;gap:14px}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:14px}
.cart-item img{width:85px;height:85px;object-fit:contain;background:#fff;border-radius:10px}
.cart-item h3{font-size:.94rem;color:var(--green);margin:0 0 4px}
.cart-item .brand-small{font-size:.7rem;text-transform:uppercase;color:var(--muted);font-weight:800}
.cart-item-right{text-align:right}
.remove-btn{background:none;border:none;color:#9a3a3a;font-size:.76rem;text-decoration:underline;margin-top:6px}
.order-summary{position:sticky;top:98px;background:var(--white);border:1px solid var(--line);border-radius:20px;padding:25px}
.summary-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;color:var(--muted);font-size:.9rem}
.summary-row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:17px;font-family:Lora,Georgia,serif;color:var(--green);font-size:1.2rem;font-weight:700}
.callout{border-left:4px solid var(--amber);background:var(--white);padding:22px 24px;border-radius:0 14px 14px 0}
.about-copy{max-width:840px}
.about-copy h2{margin-top:48px}
.footer{background:var(--green);color:var(--cream);padding:55px 0 25px;margin-top:70px}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:35px}
.footer h4{font-family:Lora,Georgia,serif;color:var(--amber);margin:0 0 14px}
.footer a{display:block;text-decoration:none;color:rgba(246,241,231,.78);font-size:.86rem;margin:8px 0}
.footer a:hover{color:var(--cream)}
.footer-brand p{color:rgba(246,241,231,.7);font-size:.86rem;max-width:320px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;color:rgba(246,241,231,.58);font-size:.75rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.notice{padding:13px 15px;border-radius:12px;background:#fff4d8;color:#664b10;font-size:.85rem;border:1px solid #eed48d}
.checkout-locked{opacity:.65}
@media(max-width:980px){
 .nav-links{display:none}.mobile-menu{display:block}
 .hero-grid,.product-detail,.builder-layout,.cart-layout{grid-template-columns:1fr}
 .hero-products{min-height:450px}
 .builder-summary,.order-summary{position:static}
 .product-grid{grid-template-columns:repeat(3,1fr)}
 .feature-grid,.curated-grid{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .container{width:min(100% - 26px,1180px)}
 .nav{min-height:66px}.brand span{display:none}.account-link{display:none}
 .hero{padding:46px 0}.hero-grid{gap:25px}.hero-products{min-height:385px}
 .hero-card{width:180px;padding:12px}.hero-card img{height:185px}.hero-card:nth-child(3){left:25%}
 .trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}
 .section{padding:62px 0}
 .feature-grid,.choice-grid,.curated-grid,.product-grid,.form-grid{grid-template-columns:1fr 1fr}
 .product-grid{gap:12px}.product-image-wrap{height:185px;padding:12px}.product-info{padding:13px}
 .product-actions{flex-direction:column}
 .footer-grid{grid-template-columns:1fr}
 .cart-item{grid-template-columns:70px 1fr}.cart-item img{width:70px;height:70px}.cart-item-right{grid-column:2;text-align:left}
}
@media(max-width:480px){
 .feature-grid,.choice-grid,.curated-grid,.product-grid,.form-grid{grid-template-columns:1fr}
 .hero-products{min-height:340px}.hero-card{width:160px}.hero-card img{height:150px}
 .hero-card:nth-child(3){left:22%}
}
