:root {
  --ink:#15211c;
  --muted:#67736d;
  --cream:#f7f3ea;
  --paper:#fffdf8;
  --sage:#dce9df;
  --sage-dark:#315442;
  --peach:#f6cfb9;
  --line:#dedfd9;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(28,45,37,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.announcement{height:34px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:center;gap:36px;font-size:13px}
.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,253,248,.94);backdrop-filter:blur(18px);z-index:20}
.brand{display:flex;align-items:center;gap:10px;font-family:"Manrope",sans-serif;font-weight:800;font-size:22px}
.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--sage-dark);color:white;display:grid;place-items:center;font-size:18px}
.nav-links{display:flex;gap:30px;font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--sage-dark)}
.header-actions{display:flex;gap:9px}
.icon-button,.cart-button,.close-btn{border:1px solid var(--line);background:white;border-radius:999px;height:42px}
.icon-button{width:42px;font-size:22px}
.cart-button{padding:0 16px;font-weight:700}
.cart-button span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;margin-left:6px;background:var(--ink);color:white;font-size:12px}
.hero{min-height:670px;padding:70px 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;background:linear-gradient(135deg,#fffdf8 0%,#f5f0e6 100%);overflow:hidden}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--sage-dark)}
.hero h1,.section-heading h2,.promo-section h2,.newsletter h2,.drawer-head h2{font-family:"Manrope",sans-serif}
.hero h1{font-size:clamp(52px,7vw,92px);line-height:.97;margin:16px 0 24px;letter-spacing:-.055em;max-width:760px}
.hero h1 em{font-style:normal;color:var(--sage-dark)}
.hero-copy>p{font-size:19px;color:var(--muted);max-width:610px;line-height:1.65}
.hero-actions{display:flex;align-items:center;gap:25px;margin:34px 0 45px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;padding:15px 24px}
.primary-btn{background:var(--ink);color:white}
.secondary-btn{background:white;color:var(--ink);margin-top:12px}
.text-link{font-weight:800}
.hero-proof{display:flex;gap:36px;flex-wrap:wrap}
.hero-proof div{display:flex;flex-direction:column}
.hero-proof strong{font-family:"Manrope";font-size:18px}
.hero-proof span{color:var(--muted);font-size:12px;margin-top:3px}
.hero-visual{height:520px;position:relative}
.orb{position:absolute;border-radius:50%}
.orb-a{width:420px;height:420px;background:var(--sage);top:30px;right:40px}
.orb-b{width:180px;height:180px;background:var(--peach);bottom:10px;left:40px}
.feature-card{position:absolute;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow);border-radius:24px;padding:18px 22px;display:flex;align-items:center;gap:15px;min-width:230px}
.feature-card small{color:var(--muted);display:block;margin-bottom:3px}
.feature-card b{font-family:"Manrope"}
.feature-emoji{font-size:42px}
.fc-1{right:40px;top:70px;transform:rotate(3deg)}
.fc-2{left:30px;top:210px;transform:rotate(-4deg)}
.fc-3{right:15px;bottom:52px;transform:rotate(2deg)}
.trust-strip{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;padding:18px 5vw;background:var(--sage-dark);color:white;font-size:13px}
.shop-section{padding:100px 6vw}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}
.section-heading h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.04em;margin:10px 0 0}
.section-heading>p{max-width:450px;color:var(--muted);line-height:1.6}
.section-heading code{background:#eef1ed;padding:2px 6px;border-radius:6px}
.shop-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}
.category-chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 15px;font-weight:700;font-size:13px}
.chip.active{background:var(--ink);color:white;border-color:var(--ink)}
.search-box{height:44px;min-width:260px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;padding:0 15px;background:white}
.search-box input{border:0;outline:0;background:transparent;width:100%;padding-left:8px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:white;transition:.2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-visual{aspect-ratio:1/1;background:var(--cream);display:grid;place-items:center;position:relative}
.product-image{width:100%;height:100%;object-fit:contain;padding:18px;mix-blend-mode:multiply}
.cart-thumb img{width:100%;height:100%;object-fit:contain;border-radius:12px}
.badge{position:absolute;left:13px;top:13px;background:white;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}
.product-info{padding:18px}
.product-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:12px;color:var(--muted)}
.product-info h3{font-family:"Manrope";font-size:17px;margin:0 0 8px}
.product-description{font-size:13px;line-height:1.5;color:var(--muted);min-height:40px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
.price{font-weight:800;font-size:18px}
.add-btn{border:0;background:var(--ink);color:white;border-radius:999px;width:42px;height:42px;font-size:22px}
.hidden{display:none!important}
.empty-state{text-align:center;padding:60px;border:1px dashed var(--line);border-radius:24px;color:var(--muted)}
.promo-section{margin:20px 6vw 100px;padding:65px;border-radius:34px;background:var(--sage-dark);color:white;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}
.promo-section h2{font-size:clamp(40px,5vw,70px);line-height:1.02;letter-spacing:-.05em;margin:14px 0}
.promo-section p{max-width:510px;line-height:1.6;color:#dce6df}
.promo-section .eyebrow{color:#cfe0d4}
.promo-art{min-height:330px;position:relative}
.promo-art span{position:absolute;border-radius:999px;background:white;color:var(--sage-dark);font-family:"Manrope";font-weight:800;display:grid;place-items:center;box-shadow:0 20px 60px rgba(0,0,0,.18)}
.promo-art span:nth-child(1){width:210px;height:210px;right:80px;top:10px}
.promo-art span:nth-child(2){width:150px;height:150px;left:30px;bottom:0;background:var(--peach)}
.promo-art span:nth-child(3){width:120px;height:120px;right:10px;bottom:0;background:var(--sage)}
.benefits{padding:0 6vw 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.benefits article{border-top:1px solid var(--line);padding:26px 15px 0 0}
.benefit-icon{width:44px;height:44px;border-radius:14px;background:var(--sage);display:grid;place-items:center;font-size:20px}
.benefits h3{font-family:"Manrope";margin:18px 0 8px}
.benefits p{color:var(--muted);line-height:1.6}
.reviews{padding:90px 6vw;background:var(--cream)}
.section-heading.compact{max-width:780px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-grid blockquote{margin:0;background:white;border-radius:22px;padding:28px}
.stars{letter-spacing:3px}
.review-grid p{font-size:18px;line-height:1.55}
.review-grid footer{color:var(--muted);font-size:13px}
.sample-note{font-size:12px;color:var(--muted);margin-top:18px}
.newsletter{margin:0;padding:80px 6vw;display:flex;align-items:center;justify-content:space-between;gap:40px}
.newsletter h2{margin:10px 0 0;font-size:38px;letter-spacing:-.04em}
.newsletter form{display:flex;border:1px solid var(--line);padding:6px;border-radius:999px;min-width:min(440px,100%)}
.newsletter input{flex:1;border:0;outline:0;padding:0 16px;background:transparent}
.newsletter button{border:0;background:var(--ink);color:white;border-radius:999px;padding:13px 20px;font-weight:800}
footer{background:var(--ink);color:white;padding:55px 6vw 24px;display:grid;grid-template-columns:1fr 1fr;gap:50px}
.footer-brand p{color:#aeb8b3}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.footer-links div{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:13px;color:#b8c0bc}
.copyright{grid-column:1/-1;border-top:1px solid #344039;padding-top:20px;color:#89938e;font-size:12px}
.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(430px,100%);background:white;z-index:50;padding:26px;transform:translateX(105%);transition:.25s ease;display:flex;flex-direction:column}
.cart-drawer.open{transform:translateX(0)}
.scrim{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:40;opacity:0;visibility:hidden;transition:.2s}
.scrim.open{opacity:1;visibility:visible}
.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}
.drawer-head h2{margin:5px 0 0}
.close-btn{width:42px;font-size:25px}
.cart-items{overflow:auto;flex:1;padding:15px 0}
.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-thumb{width:62px;height:62px;border-radius:14px;background:var(--cream);display:grid;place-items:center;font-size:30px}
.cart-item h4{margin:0 0 5px;font-size:14px}
.cart-item small{color:var(--muted)}
.remove-btn{border:0;background:transparent;color:var(--muted);font-size:20px}
.cart-empty{flex:1;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}
.cart-empty span{font-size:52px}
.cart-empty h3{color:var(--ink);margin-bottom:0}
.cart-summary{border-top:1px solid var(--line);padding-top:18px}
.cart-summary>div{display:flex;justify-content:space-between;font-size:18px}
.cart-summary p{font-size:12px;color:var(--muted)}
.checkout-btn{width:100%;border:0;background:var(--ink);color:white;padding:15px;border-radius:999px;font-weight:800}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:white;padding:12px 18px;border-radius:999px;opacity:0;pointer-events:none;z-index:80;transition:.2s}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1000px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-visual{height:430px}
}
@media(max-width:760px){
  .desktop-only,.nav-links{display:none}
  .site-header{padding:0 18px}
  .hero{padding:55px 22px}
  .hero h1{font-size:52px}
  .hero-visual{height:390px}
  .orb-a{width:300px;height:300px;right:0}
  .feature-card{min-width:190px;padding:13px}
  .feature-emoji{font-size:32px}
  .fc-1{right:0}
  .fc-2{left:0}
  .fc-3{right:0}
  .section-heading,.shop-tools,.newsletter{align-items:stretch;flex-direction:column}
  .shop-section{padding:70px 20px}
  .search-box{min-width:0}
  .product-grid{grid-template-columns:1fr}
  .promo-section{margin:10px 20px 70px;padding:38px 24px;grid-template-columns:1fr}
  .promo-art{min-height:260px}
  .benefits{grid-template-columns:1fr;padding:0 20px 70px}
  .review-grid{grid-template-columns:1fr}
  .reviews{padding:70px 20px}
  .newsletter{padding:60px 20px}
  .newsletter form{min-width:0;width:100%}
  footer{grid-template-columns:1fr;padding:45px 20px 20px}
}

/* Professional retail refinements */
.product-visual{background:#f6f7f8;border-bottom:1px solid var(--line)}
.product-card{border-radius:16px}
.product-info{padding:16px 16px 18px}
.badge{box-shadow:0 4px 18px rgba(0,0,0,.08);text-transform:uppercase;letter-spacing:.04em}
.site-header{box-shadow:0 2px 14px rgba(21,33,28,.04)}
.primary-btn,.checkout-btn,.add-btn{transition:transform .15s ease,opacity .15s ease}
.primary-btn:hover,.checkout-btn:hover,.add-btn:hover{transform:translateY(-1px);opacity:.92}

/* Sharp catalog photography */
.product-visual{height:250px;aspect-ratio:auto;overflow:hidden;background:#fff}
.product-image{width:100%;height:100%;object-fit:contain;padding:10px;image-rendering:auto;mix-blend-mode:normal}
@media(max-width:760px){.product-visual{height:310px}}

.product-visual{overflow:hidden;background:#f4f4f1}
.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.product-card:hover .product-image{transform:scale(1.035)}
.cart-thumb{overflow:hidden}
.cart-thumb img{width:100%;height:100%;object-fit:cover;display:block}

.details-btn{width:100%;margin-top:12px;border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;font-weight:800;color:var(--ink)}
.details-btn:hover{background:var(--cream)}
.modal-scrim{position:fixed;inset:0;background:rgba(12,20,16,.52);z-index:90;opacity:0;visibility:hidden;transition:.2s}
.modal-scrim.open{opacity:1;visibility:visible}
.site-modal{position:fixed;z-index:100;left:50%;top:50%;transform:translate(-50%,-47%) scale(.98);width:min(920px,calc(100% - 30px));max-height:90vh;overflow:auto;background:white;border-radius:30px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.25);opacity:0;visibility:hidden;transition:.2s}
.site-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:white;font-size:24px;z-index:2}
.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}
.detail-image-wrap{background:var(--cream);border-radius:22px;overflow:hidden;aspect-ratio:1/1}
.detail-image-wrap img{width:100%;height:100%;object-fit:cover}
.detail-copy{padding:20px 10px}
.detail-copy h2,.payment-modal h2{font-family:"Manrope";font-size:34px;letter-spacing:-.035em;margin:10px 0}
.detail-price{font-size:24px;font-weight:800;margin-bottom:18px}
.detail-copy p{color:var(--muted);line-height:1.65}
.detail-copy h3{font-family:"Manrope";font-size:16px;margin-top:24px}
.detail-copy ul{padding-left:20px;color:var(--muted);line-height:1.8}
.spec-note{font-size:12px;border-top:1px solid var(--line);padding-top:14px}
.detail-add{border:0;margin-top:8px}
.payment-modal{width:min(650px,calc(100% - 30px));padding:38px}
.payment-intro{color:var(--muted);line-height:1.6}
.payment-intro code{background:var(--cream);padding:2px 6px;border-radius:6px}
.payment-methods{display:grid;gap:12px;margin-top:24px}
.payment-method{width:100%;text-align:left;border:1px solid var(--line);background:white;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"title cards" "sub cards";align-items:center;transition:.15s}
.payment-method:hover{border-color:var(--sage-dark);transform:translateY(-1px);box-shadow:0 10px 30px rgba(28,45,37,.08)}
.pay-title{grid-area:title;font-size:17px;font-weight:800}
.pay-sub{grid-area:sub;color:var(--muted);font-size:12px;margin-top:4px}
.card-tags{grid-area:cards;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.card-tags b{font-size:10px;border:1px solid var(--line);border-radius:6px;padding:5px 7px;background:var(--cream)}
.paypal-pay .pay-title{font-size:19px}
.wise-pay .pay-title{font-size:19px}
.checkout-security{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}
@media(max-width:760px){
  .detail-layout{grid-template-columns:1fr}
  .site-modal{padding:20px}
  .detail-copy{padding:8px 2px}
  .detail-copy h2,.payment-modal h2{font-size:27px}
  .payment-modal{padding:26px 20px}
  .payment-method{grid-template-columns:1fr;grid-template-areas:"title" "sub" "cards";gap:4px}
  .card-tags{justify-content:flex-start;margin-top:8px}
}

/* ============================
   CHECKOUT MODAL (shipping + payment)
   ============================ */
.checkout-modal{width:min(650px,calc(100% - 30px));padding:38px}
.checkout-modal h2{font-family:"Manrope";font-size:30px;letter-spacing:-.03em;margin:10px 0 22px}
.shipping-form{display:flex;flex-direction:column;gap:14px}
.shipping-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.shipping-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--muted)}
.shipping-form label.form-full{width:100%}
.shipping-form input{border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:15px;color:var(--ink)}
.shipping-form input:focus{outline:2px solid var(--sage-dark);outline-offset:1px}
.checkout-continue-btn{border:0;margin-top:8px;width:100%}
.checkout-summary{border:1px solid var(--line);border-radius:16px;padding:14px 18px;margin-bottom:14px}
.checkout-line{display:flex;justify-content:space-between;font-size:14px;padding:6px 0}
.checkout-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;padding-bottom:20px;border-bottom:1px solid var(--line);margin-bottom:20px}
.payment-method.paypal-pay-slot{cursor:default}
.payment-method.paypal-pay-slot:hover{transform:none;box-shadow:none;border-color:var(--line)}
#paypal-button-container{margin-top:14px;min-height:45px}
.paypal-error{color:#b5432f;font-size:13px}
.back-link{display:inline-block;margin-top:16px;color:var(--muted);font-weight:700}
.order-confirmation{border:1px solid var(--line);border-radius:16px;padding:20px;margin:18px 0;line-height:1.7}
.order-confirmation strong{color:var(--ink)}
@media(max-width:760px){
  .checkout-modal{padding:24px}
  .shipping-form .form-row{grid-template-columns:1fr}
}
