:root{
  --paper:#fbf8f3;
  --cream:#f2ede5;
  --cream-2:#eae2d8;
  --ink:#211917;
  --ink-soft:#655b54;
  --line:#ded5cb;
  --dark:#1d1715;
  --white:#fff;
  --gold:#b58a52;
  --pink:#c9848d;
  --green:#679b4f;
  --purple:#8d3d7d;
  --cyan:#079fce;
  --blue:#278fce;
  --orange:#f47816;
  --shadow:0 18px 48px rgba(39,28,23,.08);
  --shadow-lg:0 30px 80px rgba(39,28,23,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat",Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
body.cart-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1280px,calc(100% - 56px));margin-inline:auto}

.topbar{background:var(--dark);color:#efe7de;border-bottom:1px solid rgba(255,255,255,.06)}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:22px;font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700}
.topbar-inner span{position:relative;white-space:nowrap}
.topbar-inner span:not(:last-child)::after{content:"";position:absolute;right:-12px;top:50%;width:3px;height:3px;border-radius:50%;background:#bd9a83;transform:translateY(-50%)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(251,248,243,.93);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(33,25,23,.06)}
.nav-wrap{min-height:86px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand-logo img{height:60px;width:auto;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:34px;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#544a43}
.nav-links a{position:relative;padding:8px 0}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:var(--dark);transition:.2s ease}
.nav-links a:hover::after{right:0}
.bag-button{border:1px solid rgba(33,25,23,.18);background:#fff;min-height:46px;padding:0 13px 0 17px;border-radius:999px;display:flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--ink);box-shadow:0 8px 20px rgba(39,28,23,.05)}
.cart-count{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--dark);color:#fff;font-size:.74rem}

.eyebrow{display:inline-block;margin-bottom:18px;color:#a36e71;font-size:.68rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.eyebrow.light{color:#f4ded8}
.btn{min-height:52px;border-radius:999px;padding:0 24px;border:0;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--dark);color:#fff;box-shadow:0 13px 28px rgba(29,23,21,.16)}
.btn-light{background:transparent;color:var(--ink);border:1px solid rgba(33,25,23,.15)}
.btn-cream{background:#f7f0ea;color:var(--dark)}
.btn-whatsapp{background:#25D366;color:#0e371d;box-shadow:0 13px 28px rgba(37,211,102,.18)}

.hero-section{padding:68px 0 58px;background:linear-gradient(135deg,#f2eee8 0%,#f8f4ee 48%,#efe9e2 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,620px);gap:64px;align-items:center}
.hero-copy h1,.section-head h2,.approach-copy h2,.order-copy h2,.contact-strip h2,.cart-head h2,.cart-empty h3{font-family:"DM Serif Display",Georgia,serif;line-height:.96;letter-spacing:-.04em;margin:0}
.hero-copy h1{font-size:clamp(3.7rem,6.8vw,6.8rem);max-width:590px}
.hero-copy>p{max-width:570px;color:var(--ink-soft);margin:22px 0 0;font-size:1rem}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin:28px 0 0;padding:0;list-style:none;color:#6d625b;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800}
.hero-points li{position:relative;padding-left:15px}
.hero-points li::before{content:"•";position:absolute;left:0;color:#b27c7d}

.hero-visual{display:flex;justify-content:center}
.hero-arch{position:relative;width:100%;height:560px;border-radius:150px 150px 28px 28px;background:linear-gradient(160deg,#f8f3ec 0%,#efe5da 52%,#f6efe8 100%);overflow:hidden;border:1px solid rgba(181,138,82,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.hero-arch::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.78) 0 9%,transparent 22% 100%);pointer-events:none}
.hero-ring{position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(181,138,82,.42);border-radius:50%;left:14%;top:7%}
.hero-stage{position:absolute;left:10%;right:10%;bottom:9%;height:78px;border-radius:50%;background:#e4d3c1;box-shadow:0 18px 40px rgba(74,53,42,.12);opacity:.78}
.hero-glow{position:absolute;border-radius:50%;filter:blur(28px);opacity:.4}
.glow-purple{width:220px;height:220px;background:#d7a5cd;left:20%;top:17%}
.glow-blue{width:200px;height:200px;background:#9edcf0;right:8%;top:20%}
.glow-green{width:180px;height:180px;background:#c8e1b6;left:2%;bottom:12%}
.hero-product{position:absolute;z-index:3;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(39,28,23,.18));transition:transform .3s ease}
.hero-product-main{width:55%;height:72%;left:22%;top:10%}
.hero-product-left{width:28%;height:58%;left:3%;bottom:10%;transform:rotate(-5deg)}
.hero-product-right{width:34%;height:58%;right:0;bottom:10%;transform:rotate(4deg)}
.hero-arch:hover .hero-product-main{transform:translateY(-5px) scale(1.015)}
.hero-chip{position:absolute;z-index:5;right:18px;bottom:18px;border-radius:999px;background:rgba(255,255,255,.92);display:flex;align-items:center;gap:12px;padding:10px 16px;box-shadow:var(--shadow);border:1px solid rgba(33,25,23,.06)}
.hero-chip>span{font-family:"DM Serif Display",Georgia,serif;font-size:1.55rem;color:#9d6a69;font-weight:700}
.hero-chip p{margin:0;font-size:.66rem;line-height:1.35;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#554b44}

.products-section{padding:92px 0 108px;background:#fbf9f5}
.split-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:40px;align-items:end;margin-bottom:40px}
.section-head h2{font-size:clamp(3rem,5.2vw,5rem);max-width:800px}
.split-head>p{margin:0;color:var(--ink-soft)}

.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}
.product-card{--accent:#8d3d7d;--soft:#f6edf4;--soft2:#efe1eb;grid-column:span 2;position:relative;background:#fff;border:1px solid rgba(33,25,23,.08);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);outline:none;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.product-card:nth-child(4){grid-column:2/span 2}
.product-card:nth-child(5){grid-column:4/span 2}
.product-card::before{content:"";position:absolute;z-index:5;left:22%;right:22%;top:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}
.product-card:hover,.product-card:focus-visible{transform:translateY(-8px);box-shadow:0 30px 68px rgba(39,28,23,.14);border-color:color-mix(in srgb,var(--accent) 28%,#ded5cb)}
.product-visual{position:relative;height:360px;margin:10px 10px 0;border-radius:21px;overflow:hidden;background:radial-gradient(circle at 50% 38%,#fff 0 19%,var(--soft) 53%,var(--soft2) 100%);display:grid;place-items:center;isolation:isolate}
.product-visual::before{content:"";position:absolute;width:68%;aspect-ratio:1;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 30%,#fff);left:16%;top:12%;opacity:.8}
.product-visual::after{content:"";position:absolute;width:70%;height:28px;border-radius:50%;background:rgba(49,34,28,.08);filter:blur(9px);left:15%;bottom:24px;z-index:0}
.visual-ring{position:absolute;width:44%;aspect-ratio:1;border-radius:50%;background:var(--accent);opacity:.07;filter:blur(2px);right:-8%;top:-5%;z-index:0}
.product-visual img{position:relative;z-index:2;width:88%;height:91%;object-fit:contain;filter:drop-shadow(0 19px 14px rgba(45,31,26,.18));transition:transform .34s cubic-bezier(.2,.8,.2,1)}
.product-card:hover .product-visual img{transform:translateY(-4px) scale(1.035)}
.card-number{position:absolute;z-index:4;left:14px;top:14px;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);border:1px solid rgba(33,25,23,.08);font-size:.68rem;font-weight:800;color:var(--accent);backdrop-filter:blur(8px)}
.category-pill{position:absolute;z-index:4;right:14px;top:14px;border-radius:999px;background:rgba(255,255,255,.9);padding:8px 11px;border:1px solid rgba(33,25,23,.07);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5d514a;backdrop-filter:blur(8px)}
.product-content{padding:20px 21px 22px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#776b62;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.product-meta span{color:var(--accent)}
.product-meta strong{font-weight:800;color:#746961}
.product-content h3{font-family:"DM Serif Display",Georgia,serif;margin:9px 0 8px;font-size:2.1rem;line-height:.98;letter-spacing:-.03em}
.product-description{margin:0;color:var(--ink-soft);font-size:.88rem;min-height:68px}
.ingredient-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}
.ingredient-tags span{border-radius:999px;padding:7px 10px;background:var(--soft);border:1px solid color-mix(in srgb,var(--accent) 12%,#fff);font-size:.66rem;font-weight:800;color:#62564f}
.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:19px;padding-top:17px;border-top:1px solid rgba(33,25,23,.08)}
.product-detail{font-size:.72rem;font-weight:700;color:#776b62}
.add-btn{border:0;border-radius:999px;background:var(--dark);color:#fff;min-height:43px;padding:0 8px 0 16px;display:flex;align-items:center;gap:12px;font-size:.69rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;transition:.2s ease}
.add-btn>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:1rem}
.add-btn:hover{background:var(--accent)}

.tone-mint{--accent:#639b45;--soft:#eff6e9;--soft2:#e2efda}
.tone-purple{--accent:#903b7f;--soft:#f5e8f2;--soft2:#ead8e6}
.tone-cyan{--accent:#079ece;--soft:#e7f7fc;--soft2:#d8f0f7}
.tone-blue{--accent:#258fce;--soft:#e9f5fc;--soft2:#dcecf7}
.tone-orange{--accent:#f07413;--soft:#fff0df;--soft2:#ffe2c2}

.approach-section{background:#ca7f89;color:#261b19}
.approach-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);gap:64px;padding:92px 0}
.approach-copy h2{font-size:clamp(3.2rem,5vw,5.4rem);max-width:540px}
.approach-list{display:grid;gap:18px}
.approach-list article{display:grid;grid-template-columns:45px 1fr;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(38,27,25,.19)}
.approach-list article>span{font-family:"DM Serif Display",Georgia,serif;font-size:1.15rem;font-weight:700;padding-top:3px}
.approach-list h3{font-family:"DM Serif Display",Georgia,serif;font-size:2rem;line-height:1;margin:0 0 6px}
.approach-list p{margin:0;color:#553d3a}

.order-section{padding:88px 0;background:var(--dark);color:#f2ebe4}
.order-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,470px) auto;gap:48px;align-items:center}
.order-copy h2{font-size:clamp(3.1rem,5vw,5rem);color:#fff;max-width:390px}
.order-copy .eyebrow{color:#c7a99b}
.order-steps{display:grid;gap:12px}
.order-steps article{display:grid;grid-template-columns:25px 1fr;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.order-steps article>span{font-weight:800;color:#c4a99d;padding-top:4px;font-size:.78rem}
.order-steps h3{margin:0 0 3px;font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;color:#fff}
.order-steps p{margin:0;color:#cfc3bc;font-size:.9rem}
.order-cta{display:flex;justify-content:flex-end}

.contact-strip{padding:50px 0;background:#15100e}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}
.contact-strip h2{font-size:clamp(2.5rem,4vw,3.8rem);color:#fff}
.contact-strip p{margin:9px 0 0;color:#cfc5be;max-width:650px}

.site-footer{background:#0f0b0a;color:#e8ddd5;padding-top:30px}
.footer-inner{display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;padding-bottom:28px}
.footer-brand{margin:0}
.footer-brand img{height:72px;filter:brightness(0) invert(1)}
.footer-text{text-align:start;color:#c9bcb4;margin:0}
.footer-links{display:flex;gap:23px;font-size:.78rem;color:#d8cec7}
.footer-bottom{padding:18px 0 28px;border-top:1px solid rgba(255,255,255,.07);text-align:right;color:#8f837c;font-size:.76rem}

.wa-float{position:fixed;right:18px;bottom:18px;z-index:40;border:0;background:#25D366;color:#0d381c;font-weight:900;border-radius:999px;padding:12px 16px;box-shadow:0 14px 28px rgba(37,211,102,.28)}
.drawer-overlay{position:fixed;inset:0;background:rgba(16,12,11,.52);backdrop-filter:blur(4px);z-index:80}
.cart-drawer{position:fixed;top:0;right:0;width:min(470px,100%);height:100dvh;background:#fff;z-index:90;transform:translateX(105%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:-18px 0 50px rgba(0,0,0,.18)}
.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line);background:#fbf8f3}
.cart-head .eyebrow{margin-bottom:4px}
.cart-head h2{font-size:3rem}
.close-cart{width:42px;height:42px;border-radius:14px;border:1px solid rgba(33,25,23,.08);background:#fff;color:#554a43;font-size:1.6rem}
.cart-items{overflow:auto;padding:14px 18px 0;display:grid;gap:12px}
.cart-row{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid rgba(33,25,23,.08);border-radius:17px;background:#fff}
.cart-row img{width:78px;height:78px;object-fit:contain;border-radius:12px;background:#f5f0e9}
.cart-row h4{margin:0 0 8px;font-size:.9rem;line-height:1.35}
.qty-control{display:flex;align-items:center;gap:8px}
.qty-control button{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff;font-weight:800}
.qty-control span{min-width:18px;text-align:center;font-weight:800}
.remove-item{border:0;background:transparent;color:#a85f76;font-size:.7rem;font-weight:800}
.cart-empty{text-align:center;color:#6d625a;padding:58px 24px 28px}
.cart-empty>span{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.cart-empty h3{font-size:2.2rem;margin:12px 0 6px}
.cart-empty p{margin:0}
.inquiry-form{margin-top:auto;border-top:1px solid var(--line);background:#fbf8f3;padding:18px}
.inquiry-form label{display:grid;gap:6px;font-size:.76rem;font-weight:800;color:#655a52;margin-bottom:12px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.inquiry-form input,.inquiry-form textarea{width:100%;border:1px solid #d9d0c8;border-radius:12px;padding:11px 12px;background:#fff;color:var(--ink);outline:none}
.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:#b7907c;box-shadow:0 0 0 3px rgba(183,144,124,.12)}
.checkout-btn{width:100%;border:0;border-radius:15px;background:#25D366;color:#0d381c;min-height:52px;font-weight:900}
.inquiry-form small{display:block;text-align:center;margin-top:9px;color:#8b7e75;line-height:1.4}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);z-index:120;background:#211917;color:#fff;padding:12px 18px;border-radius:999px;font-size:.82rem;font-weight:800;opacity:0;pointer-events:none;transition:.2s ease;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:1120px){
  .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-copy{text-align:center}
  .hero-copy h1,.hero-copy>p{max-width:760px;margin-left:auto;margin-right:auto}
  .hero-actions,.hero-points{justify-content:center}
  .hero-visual{max-width:720px;margin-inline:auto;width:100%}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-card,.product-card:nth-child(4),.product-card:nth-child(5){grid-column:auto}
  .approach-grid{grid-template-columns:1fr}
  .order-grid{grid-template-columns:1fr}
  .order-cta{justify-content:flex-start}
}

@media (max-width:860px){
  .container{width:min(100% - 36px,1280px)}
  .nav-links{display:none}
  .nav-wrap{min-height:78px}
  .topbar-inner{font-size:.6rem;gap:14px}
  .brand-logo img{height:52px}
  .split-head{grid-template-columns:1fr}
  .split-head>p{max-width:680px}
  .contact-strip-inner{display:grid;text-align:center}
  .contact-strip .btn{margin-inline:auto}
  .footer-inner{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center;margin-inline:auto}
  .footer-links{justify-content:center}
  .footer-bottom{text-align:center}
}

@media (max-width:680px){
  .container{width:min(100% - 24px,1280px)}
  .topbar{display:none}
  .bag-button{min-height:42px;padding:0 11px 0 14px}
  .hero-section{padding:50px 0 42px}
  .hero-copy h1{font-size:clamp(3rem,14vw,4.5rem)}
  .hero-actions{display:grid;grid-template-columns:1fr;max-width:350px;margin:28px auto 0}
  .btn{width:100%}
  .hero-points{display:grid;justify-items:center;gap:8px}
  .hero-arch{height:410px;border-radius:95px 95px 24px 24px}
  .hero-product-main{width:58%;height:70%;left:21%;top:8%}
  .hero-product-left{width:28%;height:53%;left:0;bottom:10%}
  .hero-product-right{width:34%;height:54%;right:-3%;bottom:10%}
  .hero-chip{left:14px;right:14px;bottom:12px;justify-content:center}
  .products-section{padding:68px 0 78px}
  .section-head h2,.approach-copy h2,.order-copy h2,.contact-strip h2{font-size:clamp(2.7rem,12vw,4rem)}
  .product-grid{grid-template-columns:1fr;gap:18px}
  .product-visual{height:330px}
  .product-description{min-height:auto}
  .card-bottom{align-items:stretch;flex-direction:column}
  .add-btn{width:100%;justify-content:space-between;padding-left:17px}
  .approach-grid{padding:68px 0}
  .approach-list article{grid-template-columns:34px 1fr;gap:12px}
  .order-section{padding:68px 0}
  .contact-strip{padding:40px 0}
  .cart-head{padding:20px 16px}
  .cart-head h2{font-size:2.5rem}
  .cart-items{padding-inline:12px}
  .cart-row{grid-template-columns:68px 1fr auto}
  .cart-row img{width:68px;height:68px}
  .field-row{grid-template-columns:1fr}
  .wa-float{right:12px;bottom:12px;padding:11px 14px;font-size:.8rem}
}

@media (max-width:430px){
  .brand-logo img{height:44px}
  .bag-button span:first-child{display:none}
  .hero-arch{height:350px}
  .hero-chip{display:none}
  .hero-product-main{width:60%;height:73%;left:20%;top:6%}
  .product-visual{height:295px}
  .product-content{padding:18px 18px 20px}
  .product-content h3{font-size:1.9rem}
  .toast{width:calc(100% - 28px);text-align:center}
}

/* v6 typography refinements */
.hero-copy h1,.section-head h2,.approach-copy h2,.order-copy h2,.contact-strip h2,.cart-head h2,.cart-empty h3,.product-content h3,.approach-list h3,.approach-list article>span{font-weight:400}
.hero-copy h1,.section-head h2{letter-spacing:-.045em}
.product-content h3{letter-spacing:-.025em}

/* v6 premium footer */
.site-footer{position:relative;overflow:hidden;background:
  radial-gradient(circle at 12% 12%,rgba(99,155,69,.16),transparent 28%),
  radial-gradient(circle at 48% 0%,rgba(144,59,127,.20),transparent 32%),
  radial-gradient(circle at 88% 18%,rgba(7,158,206,.17),transparent 30%),
  linear-gradient(135deg,#171017 0%,#271627 46%,#112630 100%);
  color:#f6eee8;padding-top:38px;border-top:1px solid rgba(255,255,255,.08)}
.site-footer::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#639b45 0%,#903b7f 30%,#079ece 62%,#f07413 100%)}
.footer-inner,.footer-bottom{position:relative;z-index:1}
.footer-inner{padding-bottom:34px}
.footer-brand img{height:88px;filter:brightness(0) invert(1);opacity:.96}
.footer-text{font-family:"DM Serif Display",Georgia,serif;font-size:1.15rem;letter-spacing:.01em;color:#f0e4dc}
.footer-links{gap:28px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e8ddd6}
.footer-links a{position:relative;padding:7px 0;transition:.2s ease}
.footer-links a::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:#fff;transition:.22s ease}
.footer-links a:hover{color:#fff}
.footer-links a:hover::after{right:0}
.footer-bottom{padding:20px 0 30px;border-top:1px solid rgba(255,255,255,.10);color:#ae9fa0}

@media (max-width:860px){
  .nav-wrap{min-height:94px}
  .brand-logo img{height:70px}
  .footer-brand img{height:82px}
}
@media (max-width:680px){
  .nav-wrap{min-height:82px}
  .brand-logo img{height:62px}
  .bag-button{min-height:44px;padding:0 10px 0 14px;font-size:.7rem}
  .footer-brand img{height:76px}
  .footer-text{font-size:1.05rem}
}
@media (max-width:430px){
  .brand-logo img{height:56px}
  .bag-button span:first-child{display:inline}
  .bag-button{padding:0 9px 0 12px;gap:7px}
}


/* v7 header logo, floating WhatsApp circle, and footer matching */
.nav-wrap{min-height:112px}
.brand-logo img{height:92px;width:auto;object-fit:contain}
.nav-links{font-size:.78rem}
.bag-button{min-height:48px}

.site-footer{position:relative;overflow:hidden;background:
  radial-gradient(circle at 14% 16%, rgba(7,158,206,.14), transparent 24%),
  radial-gradient(circle at 48% 0%, rgba(141,61,125,.16), transparent 28%),
  radial-gradient(circle at 86% 18%, rgba(103,155,79,.12), transparent 25%),
  radial-gradient(circle at 92% 82%, rgba(244,120,22,.12), transparent 22%),
  linear-gradient(180deg, #231b19 0%, #171211 100%);
  color:#f7efe7; padding-top:42px; border-top:1px solid rgba(255,255,255,.08)}
.site-footer::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#079ece 0%,#639b45 28%,#903b7f 62%,#f07413 100%)}
.footer-brand img{height:96px;filter:brightness(0) invert(1);opacity:.98}
.footer-text{font-family:"DM Serif Display",Georgia,serif;font-size:1.22rem;color:#f3e7df}
.footer-links{color:#efe2d9}
.footer-bottom{color:#bbaaa1;border-top:1px solid rgba(255,255,255,.11)}

.wa-float{position:fixed;right:18px;bottom:18px;z-index:40;border:0;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#34e16f 0%,#1db954 100%);color:#fff;padding:0;box-shadow:0 16px 32px rgba(37,211,102,.35)}
.wa-float svg{width:30px;height:30px;display:block}
.wa-float:hover{transform:translateY(-2px) scale(1.03)}

@media (max-width:860px){
  .nav-wrap{min-height:98px}
  .brand-logo img{height:80px}
  .footer-brand img{height:88px}
}
@media (max-width:680px){
  .nav-wrap{min-height:88px}
  .brand-logo img{height:72px}
  .footer-brand img{height:78px}
  .wa-float{width:56px;height:56px;right:12px;bottom:12px}
  .wa-float svg{width:28px;height:28px}
}
@media (max-width:430px){
  .brand-logo img{height:64px}
  .wa-float{width:54px;height:54px}
}


/* v8 luxury refinements */
.site-header{background:rgba(251,248,243,.96);box-shadow:0 8px 30px rgba(38,27,23,.05)}
.nav-wrap{min-height:126px}
.brand-logo img{height:108px;max-width:280px;object-fit:contain}
.nav-links{gap:38px;font-size:.77rem;letter-spacing:.11em}
.cart-button{min-height:50px;padding:0 12px 0 15px;gap:9px;background:linear-gradient(180deg,#fff,#f8f3ec);border-color:rgba(33,25,23,.15)}
.cart-icon{width:20px;height:20px;flex:0 0 auto}
.cart-label{line-height:1}
.cart-count{width:28px;height:28px}
.site-footer{padding-top:52px;background:radial-gradient(circle at 10% 10%,rgba(7,159,206,.11),transparent 26%),radial-gradient(circle at 50% -5%,rgba(141,61,125,.14),transparent 30%),radial-gradient(circle at 88% 12%,rgba(103,155,79,.10),transparent 27%),linear-gradient(145deg,#2a211e 0%,#201816 52%,#191311 100%)}
.footer-inner{display:grid;grid-template-columns:minmax(280px,1.2fr) auto auto;align-items:center;gap:42px;padding-bottom:38px}
.footer-brand-block{display:grid;gap:14px;justify-items:start}
.footer-brand img{height:108px;filter:brightness(0) invert(1);opacity:.97}
.footer-text{margin:0;max-width:390px;font-family:"Montserrat",Arial,sans-serif;font-size:.88rem;line-height:1.7;color:#d9cbc3}
.footer-links{display:grid;grid-template-columns:repeat(2,auto);gap:12px 28px;align-items:center;font-size:.7rem}
.footer-social{display:flex;align-items:center;gap:10px}
.footer-social a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#f7eee8;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055);transition:.22s ease}
.footer-social a:hover{transform:translateY(-2px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.28)}
.footer-social svg{width:20px;height:20px;display:block}
.footer-bottom{padding:20px 0 32px;font-size:.74rem;letter-spacing:.04em}
@media (max-width:960px){.footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:24px}.footer-brand-block{justify-items:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center}}
@media (max-width:860px){.nav-wrap{min-height:108px}.brand-logo img{height:90px;max-width:235px}}
@media (max-width:680px){.nav-wrap{min-height:96px}.brand-logo img{height:80px;max-width:205px}.cart-button{min-height:45px;padding:0 9px 0 11px;gap:7px}.cart-icon{width:18px;height:18px}.footer-brand img{height:92px}.footer-social a{width:42px;height:42px}}
@media (max-width:430px){.brand-logo img{height:72px;max-width:180px}.cart-label{display:none}.cart-button{padding:0 8px 0 10px}.footer-links{gap:11px 18px}}


/* v9 compact header + TikTok footer social */
.nav-wrap{min-height:94px}
.brand-logo img{height:120px;max-width:235px}
.cart-button{min-height:46px}
@media (max-width:860px){
  .nav-wrap{min-height:86px}
  .brand-logo img{height:74px;max-width:210px}
}
@media (max-width:680px){
  .nav-wrap{min-height:78px}
  .brand-logo img{height:66px;max-width:188px}
}
@media (max-width:430px){
  .nav-wrap{min-height:72px}
  .brand-logo img{height:140px;max-width:172px}
}

/* v11 favicon + social media image links */
.footer-social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}
.footer-social .social-link{
  width:auto;
  min-width:118px;
  height:46px;
  padding:0 14px 0 8px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  color:#f7eee8;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.055);
  transition:.22s ease;
}
.footer-social .social-link:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.28);
}
.footer-social .social-link img{
  width:30px;
  height:30px;
  border-radius:50%;
  flex:0 0 30px;
}
.footer-social .social-link span{
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  white-space:nowrap;
}
@media (max-width:960px){
  .footer-social{justify-content:center}
}
@media (max-width:520px){
  .footer-social{width:100%;display:grid;grid-template-columns:1fr;gap:9px}
  .footer-social .social-link{width:100%;justify-content:center;min-width:0}
}

/* v12 mobile brand placement + refined Bella Haut colour system */
:root{
  --paper:#fcf8f6;
  --cream:#f6eee8;
  --cream-2:#eadfd9;
  --ink:#281923;
  --ink-soft:#6a5b62;
  --line:#e3d6d5;
  --dark:#2b1d28;
  --gold:#c39a63;
  --pink:#d48b9b;
  --green:#749b68;
  --purple:#7c3e68;
  --cyan:#2f9fbd;
  --blue:#3c8fbe;
  --orange:#ea8736;
}
body{background:var(--paper);color:var(--ink)}
::selection{background:#ead2dd;color:#2b1d28}

.topbar{background:linear-gradient(90deg,#2b1d28 0%,#3b2434 55%,#223236 100%)}
.site-header{background:rgba(252,248,246,.96);border-bottom:1px solid rgba(78,45,61,.08);box-shadow:0 8px 24px rgba(60,35,46,.05)}
.nav-wrap{min-height:74px}
.brand-wordmark{margin-right:auto}
.header-brand-text{font-family:"DM Serif Display",Georgia,serif;font-size:2.15rem;line-height:1;color:#2d1b27;letter-spacing:-.035em;white-space:nowrap}
.nav-links{color:#5e4a54}
.nav-links a::after{background:#7c3e68}
.cart-button{background:linear-gradient(180deg,#fff,#f8f0ed);border-color:rgba(93,53,75,.14)}
.cart-count{background:#7c3e68}

.mobile-hero-logo{display:none}
.hero-section{background:
  radial-gradient(circle at 12% 10%,rgba(212,139,155,.20),transparent 28%),
  radial-gradient(circle at 86% 18%,rgba(47,159,189,.16),transparent 27%),
  radial-gradient(circle at 70% 88%,rgba(116,155,104,.12),transparent 30%),
  linear-gradient(135deg,#f8f2ee 0%,#fbf7f3 48%,#f1e9e6 100%)}
.hero-copy h1{color:#2b1d28}
.hero-copy>p{color:#695960}
.eyebrow{color:#925470}
.btn-dark{background:linear-gradient(135deg,#2d1d29,#6e365d);box-shadow:0 14px 28px rgba(93,48,77,.18)}
.btn-light{border-color:rgba(111,64,89,.18);background:rgba(255,255,255,.35)}
.hero-arch{background:linear-gradient(160deg,#fffaf7 0%,#f2e5e4 48%,#f5efe9 100%);border-color:rgba(195,154,99,.18)}
.glow-purple{background:#d5a0c0}
.glow-blue{background:#91d2df}
.glow-green{background:#c6ddbd}
.hero-stage{background:#dfc9bd}
.hero-chip{border-color:rgba(124,62,104,.08)}
.hero-chip>span{color:#8f4e70}

.products-section{background:
  radial-gradient(circle at 8% 15%,rgba(212,139,155,.07),transparent 24%),
  radial-gradient(circle at 94% 82%,rgba(47,159,189,.06),transparent 26%),
  #fcfaf7}
.product-card{border-color:rgba(95,57,74,.09);box-shadow:0 18px 48px rgba(61,40,48,.075)}
.product-card:hover,.product-card:focus-visible{box-shadow:0 32px 72px rgba(61,40,48,.14)}
.add-btn{background:linear-gradient(135deg,#2b1d28,#5f324f)}

.story-section{padding:88px 0;background:linear-gradient(135deg,#f4e8e7 0%,#f7f0eb 55%,#edf3f0 100%);border-top:1px solid rgba(93,53,75,.06);border-bottom:1px solid rgba(93,53,75,.06)}
.story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:70px;align-items:start}
.story-heading h2{margin:0;max-width:620px;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(3rem,5vw,5.1rem);line-height:.98;letter-spacing:-.045em;font-weight:400;color:#34202d}
.story-copy{max-width:650px;color:#66575d}
.story-copy p{margin:0 0 18px;font-size:1rem;line-height:1.8}
.story-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.story-tags span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.62);border:1px solid rgba(124,62,104,.12);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#72405e}

.approach-section{background:
  radial-gradient(circle at 12% 20%,rgba(255,255,255,.10),transparent 24%),
  linear-gradient(135deg,#b96f82 0%,#8d4c70 58%,#69405f 100%);color:#fff}
.approach-copy h2{color:#fff}
.approach-list article{border-color:rgba(255,255,255,.22)}
.approach-list h3{color:#fff}
.approach-list p{color:#f2dfe6}
.approach-list article>span{color:#f7dfe6}
.eyebrow.light{color:#f9e7ec}

.order-section{background:
  radial-gradient(circle at 80% 15%,rgba(47,159,189,.12),transparent 28%),
  linear-gradient(135deg,#291b27 0%,#21191d 60%,#16272b 100%)}
.contact-strip{background:linear-gradient(90deg,#32232d 0%,#263137 100%)}

.site-footer{background:
  radial-gradient(circle at 8% 15%,rgba(212,139,155,.12),transparent 25%),
  radial-gradient(circle at 88% 12%,rgba(47,159,189,.10),transparent 25%),
  linear-gradient(145deg,#251a22 0%,#20191c 52%,#18272a 100%)}
.site-footer::before{background:linear-gradient(90deg,#d48b9b 0%,#7c3e68 34%,#2f9fbd 66%,#749b68 100%)}
.footer-social .social-link{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}

@media (max-width:960px){
  .story-grid{grid-template-columns:1fr;gap:30px;text-align:center}
  .story-heading h2,.story-copy{margin-inline:auto}
  .story-tags{justify-content:center}
}

@media (max-width:860px){
  .nav-wrap{min-height:70px}
  .header-brand-text{font-size:1.95rem}
}

@media (max-width:680px){
  .nav-wrap{min-height:64px}
  .header-brand-text{font-size:1.78rem}
  .hero-section{padding-top:24px}
  .mobile-hero-logo{display:block;width:138px;margin:0 auto 14px}
  .mobile-hero-logo img{width:100%;height:auto;object-fit:contain}
  .hero-copy .eyebrow{margin-top:0}
  .story-section{padding:64px 0}
  .story-heading h2{font-size:clamp(2.65rem,12vw,3.8rem)}
  .story-copy p{font-size:.94rem}
}

@media (max-width:430px){
  .header-brand-text{font-size:1.62rem}
  .mobile-hero-logo{width:124px;margin-bottom:10px}
}


/* v13 — market-inspired storefront refinements */
body{font-family:"Manrope",Arial,sans-serif}

/* Desktop keeps the original Bella Haut logo. Mobile uses a compact wordmark only. */
.header-brand{margin-right:auto;display:flex;align-items:center;min-width:106px}
.desktop-brand-logo{display:block;width:82px;height:82px;object-fit:contain}
.mobile-brand-text{display:none;font-family:"DM Serif Display",Georgia,serif;font-size:1.75rem;line-height:1;letter-spacing:-.035em;color:#2d1b27;white-space:nowrap}
.nav-wrap{min-height:86px}
.site-header{background:rgba(255,252,249,.965);box-shadow:0 7px 22px rgba(68,42,53,.055)}
.nav-links{gap:30px;font-size:.76rem}
.cart-button{background:#2b1d28;color:#fff;border-color:#2b1d28;box-shadow:0 9px 22px rgba(43,29,40,.12)}
.cart-button:hover{background:#633452;border-color:#633452}
.cart-count{background:#fff;color:#6f395b}

/* Market-style discovery: shop by concern/category */
.concern-section{padding:78px 0 84px;background:#fffdf9;border-top:1px solid rgba(91,55,72,.055);border-bottom:1px solid rgba(91,55,72,.055)}
.concern-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:44px;align-items:end;margin-bottom:30px}
.concern-head h2{margin:0;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.8rem,4.6vw,4.6rem);line-height:.98;letter-spacing:-.045em;font-weight:400;color:#2d1d29;max-width:760px}
.concern-head>p{margin:0;color:#6c5e64;line-height:1.75}
.concern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.concern-card{--concern:#7c3e68;--concern-soft:#f5e8f0;position:relative;min-height:265px;display:grid;grid-template-columns:minmax(0,1fr) 170px;align-items:end;gap:10px;padding:28px 22px 22px 28px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--concern-soft) 100%);border:1px solid color-mix(in srgb,var(--concern) 14%,#fff);box-shadow:0 14px 38px rgba(58,38,46,.06);transition:transform .24s ease,box-shadow .24s ease}
.concern-card::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-55px;top:-65px;background:color-mix(in srgb,var(--concern) 13%,transparent)}
.concern-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(58,38,46,.12)}
.concern-copy{position:relative;z-index:2;padding-bottom:5px}
.concern-kicker{display:block;margin-bottom:10px;color:var(--concern);font-size:.65rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.concern-card h3{margin:0 0 8px;font-family:"DM Serif Display",Georgia,serif;font-size:2.2rem;line-height:1;letter-spacing:-.03em;font-weight:400;color:#302029}
.concern-card p{margin:0;max-width:360px;color:#695a60;font-size:.88rem;line-height:1.65}
.concern-link{display:inline-flex;gap:8px;align-items:center;margin-top:17px;color:#443039;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.concern-link b{font-size:1rem;color:var(--concern)}
.concern-card img{position:relative;z-index:2;width:100%;height:215px;object-fit:contain;align-self:end;filter:drop-shadow(0 16px 13px rgba(48,31,39,.14));transition:transform .28s ease}
.concern-card:hover img{transform:translateY(-3px) scale(1.025)}
.concern-plum{--concern:#873d72;--concern-soft:#f4e6ef}
.concern-cyan{--concern:#159abd;--concern-soft:#e9f7fa}
.concern-blue{--concern:#358bb8;--concern-soft:#eaf3f9}
.concern-mint{--concern:#73995e;--concern-soft:#edf5e8}

/* Softer luxury palette with stronger retail contrast */
.hero-section{background:
  radial-gradient(circle at 12% 15%,rgba(218,151,170,.20),transparent 27%),
  radial-gradient(circle at 88% 16%,rgba(49,163,190,.16),transparent 28%),
  linear-gradient(135deg,#fbf5f0 0%,#fffaf6 52%,#f2ece9 100%)}
.hero-copy h1{max-width:650px}
.hero-copy>p{font-size:1.02rem;line-height:1.78}
.hero-points{gap:12px 22px}
.hero-points li{background:rgba(255,255,255,.58);border:1px solid rgba(105,60,81,.08);padding:7px 11px 7px 25px;border-radius:999px}
.hero-points li::before{left:10px;top:7px}
.hero-arch{box-shadow:0 24px 60px rgba(69,44,55,.09),inset 0 1px 0 rgba(255,255,255,.85)}
.products-section{padding-top:86px}
.product-card{border-radius:30px;background:rgba(255,255,255,.98)}
.product-visual{border-radius:23px}
.category-pill{backdrop-filter:blur(7px);background:rgba(255,255,255,.82)}
.add-btn{min-height:45px}

/* More refined footer, matched to header/hero plum + teal palette */
.site-footer{background:
  radial-gradient(circle at 10% 15%,rgba(212,139,155,.14),transparent 23%),
  radial-gradient(circle at 88% 8%,rgba(47,159,189,.12),transparent 25%),
  linear-gradient(145deg,#2b1d28 0%,#24191f 56%,#183034 100%)}

@media (max-width:980px){
  .concern-head{grid-template-columns:1fr;gap:18px;text-align:center}
  .concern-head>p{max-width:720px;margin-inline:auto}
}

@media (max-width:860px){
  .desktop-brand-logo{width:76px;height:76px}
  .nav-wrap{min-height:80px}
  .concern-grid{grid-template-columns:1fr}
}

@media (max-width:680px){
  .desktop-brand-logo{display:none}
  .mobile-brand-text{display:block}
  .header-brand{min-width:auto}
  .nav-wrap{min-height:62px}
  .cart-button{min-height:42px;background:#fff;color:#2b1d28;border-color:rgba(93,53,75,.15);box-shadow:none}
  .cart-count{background:#7c3e68;color:#fff}
  .hero-section{padding-top:22px}
  .mobile-hero-logo{width:148px;margin-bottom:12px}
  .concern-section{padding:58px 0 62px}
  .concern-head h2{font-size:clamp(2.55rem,11vw,3.7rem)}
  .concern-card{grid-template-columns:minmax(0,1fr) 122px;min-height:225px;padding:23px 14px 18px 20px;border-radius:23px}
  .concern-card h3{font-size:1.8rem}
  .concern-card p{font-size:.82rem;line-height:1.55}
  .concern-card img{height:178px}
  .concern-link{font-size:.65rem;margin-top:13px}
}

@media (max-width:430px){
  .mobile-brand-text{font-size:1.62rem}
  .mobile-hero-logo{width:138px}
  .concern-card{grid-template-columns:1fr 104px}
  .concern-card h3{font-size:1.65rem}
  .concern-card img{height:160px}
}


/* v14 — complete colour refresh: porcelain, forest, sage, copper & champagne */
:root{
  --paper:#f7f4ee;
  --cream:#efe8de;
  --cream-2:#e5dbcd;
  --ink:#27211d;
  --ink-soft:#6b625a;
  --line:#ddd3c6;
  --dark:#18372f;
  --white:#ffffff;
  --gold:#c7a978;
  --pink:#b86f57;
  --green:#6f8f7c;
  --purple:#7d705e;
  --cyan:#6f9d97;
  --blue:#728d91;
  --orange:#bd704c;
  --shadow:0 18px 50px rgba(39,48,42,.075);
  --shadow-lg:0 30px 80px rgba(39,48,42,.14);
}
body{background:#f7f4ee;color:#27211d}
::selection{background:#d9e2d9;color:#18372f}

/* top strip + desktop/mobile header */
.topbar{background:linear-gradient(90deg,#17372f 0%,#24483e 55%,#2f5147 100%);color:#f7f1e8}
.topbar-inner span:not(:last-child)::after{background:#d0b17c}
.site-header{background:rgba(250,247,241,.965);border-bottom:1px solid rgba(24,55,47,.08);box-shadow:0 8px 24px rgba(34,52,45,.055)}
.mobile-brand-text{color:#18372f}
.nav-links{color:#4e5d55}
.nav-links a::after{background:#b9704d}
.cart-button{background:#18372f;color:#fff;border-color:#18372f;box-shadow:0 10px 24px rgba(24,55,47,.15)}
.cart-button:hover{background:#254a3f;border-color:#254a3f}
.cart-count{background:#d5b27d;color:#18372f}

/* hero */
.hero-section{background:
  radial-gradient(circle at 10% 12%,rgba(185,112,76,.13),transparent 27%),
  radial-gradient(circle at 88% 14%,rgba(111,143,124,.17),transparent 30%),
  radial-gradient(circle at 72% 88%,rgba(202,180,143,.18),transparent 28%),
  linear-gradient(135deg,#f8f4ec 0%,#fbf8f2 50%,#ece8dd 100%)}
.hero-copy h1{color:#18372f}
.hero-copy>p{color:#665f57}
.eyebrow{color:#a76143}
.btn-dark{background:linear-gradient(135deg,#18372f,#315b4e);box-shadow:0 14px 28px rgba(24,55,47,.18)}
.btn-dark:hover{box-shadow:0 18px 34px rgba(24,55,47,.24)}
.btn-light{border-color:rgba(24,55,47,.15);background:rgba(255,255,255,.46);color:#254239}
.hero-points li{background:rgba(255,255,255,.62);border-color:rgba(24,55,47,.09);color:#526057}
.hero-points li::before{color:#b9704d}
.hero-arch{background:linear-gradient(160deg,#fbf8f0 0%,#e8e2d6 48%,#eef1e9 100%);border-color:rgba(199,169,120,.22);box-shadow:0 24px 60px rgba(45,59,52,.09),inset 0 1px 0 rgba(255,255,255,.88)}
.hero-ring{border-color:rgba(183,145,88,.38)}
.glow-purple{background:#d6b194}
.glow-blue{background:#a7c4b5}
.glow-green{background:#c7d4be}
.hero-stage{background:#d7c7b4}
.hero-chip{border-color:rgba(24,55,47,.08);background:rgba(255,252,246,.93)}
.hero-chip>span{color:#b56d49}

/* product area */
.products-section{background:
  radial-gradient(circle at 8% 10%,rgba(185,112,76,.055),transparent 25%),
  radial-gradient(circle at 94% 82%,rgba(111,143,124,.06),transparent 27%),
  #fbfaf6;
  padding-top:90px}
.section-head h2{color:#203d35}
.split-head>p{color:#6b625a}
.product-card{border-color:rgba(42,62,53,.09);box-shadow:0 18px 50px rgba(42,54,48,.075);background:#fffefb}
.product-card:hover,.product-card:focus-visible{box-shadow:0 32px 72px rgba(38,51,45,.14)}
.product-content h3{color:#243b34}
.add-btn{background:linear-gradient(135deg,#18372f,#315a4e);box-shadow:0 9px 18px rgba(24,55,47,.12)}
.add-btn:hover{background:#24483e}
.product-detail{color:#746960}

/* content / brand story */
.story-section{background:linear-gradient(135deg,#eee6da 0%,#f5efe6 56%,#e7ede6 100%);border-color:rgba(24,55,47,.06)}
.story-heading h2{color:#203d35}
.story-copy{color:#696058}
.story-tags span{background:rgba(255,255,255,.66);border-color:rgba(24,55,47,.11);color:#476056}

/* strong feature band */
.approach-section{background:
  radial-gradient(circle at 10% 18%,rgba(255,255,255,.08),transparent 23%),
  linear-gradient(135deg,#a96649 0%,#8f5a43 44%,#526b5b 100%);color:#fff}
.approach-copy h2,.approach-list h3{color:#fff}
.approach-list article{border-color:rgba(255,255,255,.22)}
.approach-list p{color:#f5e9df}
.approach-list article>span{color:#f7dfcb}
.eyebrow.light{color:#fae8d9}

/* checkout and contact */
.order-section{background:
  radial-gradient(circle at 82% 14%,rgba(199,169,120,.12),transparent 28%),
  linear-gradient(135deg,#18372f 0%,#20362f 55%,#302822 100%)}
.order-steps p{color:#ddd4cb}
.contact-strip{background:linear-gradient(90deg,#2d2621 0%,#263b33 50%,#1c473b 100%)}
.btn-whatsapp{background:#25D366;color:#10361d}

/* footer now fully matches the new forest/champagne scheme */
.site-footer{background:
  radial-gradient(circle at 9% 14%,rgba(185,112,76,.12),transparent 24%),
  radial-gradient(circle at 88% 8%,rgba(199,169,120,.09),transparent 25%),
  linear-gradient(145deg,#153229 0%,#1c3a31 52%,#28231f 100%);color:#f7f0e8}
.site-footer::before{background:linear-gradient(90deg,#b9704d 0%,#d0b07a 34%,#6f8f7c 67%,#355d50 100%)}
.footer-text{color:#efe3d8}
.footer-links{color:#eadfd4}
.footer-bottom{color:#b9afa5;border-color:rgba(255,255,255,.10)}
.footer-social .social-link{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}
.footer-social .social-link:hover{background:rgba(199,169,120,.16);border-color:rgba(199,169,120,.26)}

/* cart drawer picks up the new neutrals */
.cart-head,.inquiry-form{background:#f6f1e9}
.cart-head h2{color:#18372f}
.cart-row{background:#fffefb;border-color:rgba(24,55,47,.09)}
.cart-row img{background:#f2ede4}
.remove-item{color:#b1664b}
.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:#789481;box-shadow:0 0 0 3px rgba(111,143,124,.14)}
.close-cart{color:#31483f}

@media (max-width:680px){
  .cart-button{background:#fffefb;color:#18372f;border-color:rgba(24,55,47,.14);box-shadow:none}
  .cart-count{background:#18372f;color:#fff}
  .hero-section{padding-top:22px}
}


/* v15 — premium beauty palette + redesigned hero */
:root{
  --paper:#fff8f7;
  --cream:#f8ece8;
  --cream-2:#f2dedf;
  --ink:#2a1b2a;
  --ink-soft:#6e5d69;
  --line:#ead9df;
  --dark:#2a1830;
  --white:#ffffff;
  --gold:#d7b376;
  --pink:#e39aae;
  --green:#8fb391;
  --purple:#7b315f;
  --cyan:#5aaeb8;
  --blue:#6b91bd;
  --orange:#ef9b67;
  --shadow:0 20px 54px rgba(74,42,62,.085);
  --shadow-lg:0 32px 90px rgba(74,42,62,.16);
}
body{background:var(--paper);color:var(--ink)}
::selection{background:#f1c5d2;color:#32182d}

/* global rhythm and typography */
.eyebrow{color:#a84e72}
.section-head h2,.story-heading h2{color:#342036}
.split-head>p,.story-copy{color:#6d5e67}

/* top strip + header */
.topbar{background:linear-gradient(90deg,#241329 0%,#542344 48%,#173442 100%);color:#fff7f8}
.topbar-inner span:not(:last-child)::after{background:#f1b98d}
.site-header{background:rgba(255,250,249,.965);border-bottom:1px solid rgba(91,47,75,.08);box-shadow:0 10px 28px rgba(71,39,60,.06)}
.nav-links{color:#5c4857}
.nav-links a::after{background:linear-gradient(90deg,#a74874,#5aaeb8)}
.mobile-brand-text{color:#4a2140}
.cart-button{background:linear-gradient(135deg,#4b2142,#7c315f);color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(89,37,73,.18)}
.cart-button:hover{background:linear-gradient(135deg,#3c1b36,#67274f);border-color:transparent;transform:translateY(-1px)}
.cart-count{background:#fff1f5;color:#7a2d5c}

/* new editorial hero */
.hero-section{position:relative;padding:78px 0 72px;overflow:hidden;background:
  radial-gradient(circle at 7% 12%,rgba(236,155,178,.33),transparent 28%),
  radial-gradient(circle at 90% 13%,rgba(90,174,184,.24),transparent 27%),
  radial-gradient(circle at 72% 93%,rgba(239,155,103,.20),transparent 29%),
  linear-gradient(135deg,#fff7f5 0%,#fffaf6 43%,#f8edf2 72%,#eef7f6 100%)}
.hero-section::before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;left:-260px;bottom:-280px;border:1px solid rgba(166,73,112,.12);box-shadow:0 0 0 42px rgba(166,73,112,.03),0 0 0 90px rgba(90,174,184,.025)}
.hero-grid{gap:72px;position:relative;z-index:1}
.hero-copy h1{color:#321d35;max-width:680px;font-size:clamp(3.9rem,6.9vw,7rem);text-wrap:balance}
.hero-copy>p{color:#6d5b66;font-size:1.02rem;line-height:1.82;max-width:600px}
.hero-actions{margin-top:34px}
.btn-dark{background:linear-gradient(135deg,#4b2142 0%,#8c3c68 62%,#a34c6e 100%);box-shadow:0 15px 32px rgba(105,48,81,.22)}
.btn-dark:hover{box-shadow:0 20px 38px rgba(105,48,81,.28)}
.btn-light{background:rgba(255,255,255,.62);border:1px solid rgba(110,54,86,.13);color:#4a2b41;backdrop-filter:blur(8px)}
.hero-points{gap:10px 12px;margin-top:30px}
.hero-points li{background:rgba(255,255,255,.72);border:1px solid rgba(126,61,94,.08);color:#66505d;padding:8px 13px 8px 28px;box-shadow:0 7px 20px rgba(88,49,69,.035)}
.hero-points li::before{left:11px;top:8px;color:#d17b98}

.hero-visual{position:relative}
.hero-arch{height:600px;border-radius:160px 160px 34px 34px;background:
  radial-gradient(circle at 50% 34%,rgba(255,255,255,.96) 0 23%,rgba(255,255,255,.62) 46%,transparent 67%),
  linear-gradient(150deg,#fff7f2 0%,#f4dfe6 42%,#dff1ef 100%);border:1px solid rgba(151,84,113,.12);box-shadow:0 34px 75px rgba(77,43,62,.13),inset 0 1px 0 rgba(255,255,255,.9)}
.hero-arch::after{background:linear-gradient(116deg,rgba(255,255,255,.85) 0 8%,transparent 23% 100%)}
.hero-ring{width:69%;left:15.5%;top:7%;border-color:rgba(205,164,108,.45);box-shadow:0 0 0 14px rgba(255,255,255,.16)}
.hero-stage{left:9%;right:9%;bottom:7.5%;height:72px;background:linear-gradient(180deg,#f1d9d1,#d8c4ca);box-shadow:0 22px 44px rgba(82,44,62,.15)}
.hero-glow{filter:blur(34px);opacity:.42}
.glow-purple{background:#de9fba;left:18%;top:14%}
.glow-blue{background:#8fd2d3;right:4%;top:18%}
.glow-green{background:#c0d9bd;left:-2%;bottom:10%}
.hero-display-card{position:absolute;z-index:1;border-radius:30px;border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 48px rgba(89,49,70,.10);backdrop-filter:blur(12px)}
.display-main{width:48%;height:70%;left:26%;top:11%;background:linear-gradient(160deg,rgba(255,255,255,.72),rgba(245,219,233,.55))}
.display-left{width:24%;height:52%;left:5%;bottom:13%;background:linear-gradient(160deg,rgba(255,255,255,.72),rgba(219,241,241,.65));transform:rotate(-4deg)}
.display-right{width:29%;height:52%;right:3%;bottom:13%;background:linear-gradient(160deg,rgba(255,255,255,.72),rgba(255,226,204,.58));transform:rotate(4deg)}
.hero-product{z-index:3;filter:drop-shadow(0 26px 21px rgba(58,34,48,.20))}
.hero-product-main{width:52%;height:72%;left:24%;top:9%}
.hero-product-left{width:27%;height:56%;left:3.4%;bottom:10.5%}
.hero-product-right{width:33%;height:57%;right:-.5%;bottom:10%}
.hero-collection-tag{position:absolute;z-index:7;left:24px;top:24px;display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.74);border:1px solid rgba(101,48,79,.08);backdrop-filter:blur(10px);box-shadow:0 9px 24px rgba(75,43,60,.07)}
.hero-collection-tag span{font-size:.62rem;letter-spacing:.14em;font-weight:800;color:#6c3455}
.hero-collection-tag strong{font-size:.64rem;font-weight:800;color:#425c61;padding-left:9px;border-left:1px solid rgba(73,58,68,.12)}
.hero-product-label{position:absolute;z-index:7;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(70,41,57,.07);font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.label-cleanse{left:7%;bottom:26%;color:#258393}
.label-glow{left:43%;top:18%;color:#983b68}
.label-radiance{right:5%;top:31%;color:#c56530}
.hero-chip{right:20px;bottom:17px;background:rgba(255,255,255,.84);border:1px solid rgba(106,49,83,.08);backdrop-filter:blur(12px)}
.hero-chip>span{color:#9b4069}
.hero-chip p{color:#594552}

/* collection area */
.products-section{padding:98px 0 112px;background:
  radial-gradient(circle at 9% 12%,rgba(227,154,174,.08),transparent 25%),
  radial-gradient(circle at 94% 80%,rgba(90,174,184,.08),transparent 27%),
  linear-gradient(180deg,#fffdfb 0%,#fdf6f7 55%,#f7f2f8 100%)}
.section-head h2{color:#362036}
.product-card{background:rgba(255,255,255,.985);border:1px solid rgba(112,63,91,.075);border-radius:31px;box-shadow:0 20px 52px rgba(71,41,57,.085)}
.product-card:hover,.product-card:focus-visible{box-shadow:0 34px 78px rgba(72,39,59,.16);border-color:color-mix(in srgb,var(--accent) 18%,#fff)}
.product-content h3{color:#392337}
.product-description{color:#75636e}
.product-detail{color:#8b697a}
.ingredient-tags span{border:1px solid color-mix(in srgb,var(--accent) 10%,#fff);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.add-btn{background:linear-gradient(135deg,#3d2038,#77315d);box-shadow:0 10px 22px rgba(81,39,67,.15)}
.add-btn:hover{background:linear-gradient(135deg,#331a30,#64264e)}

/* editorial story */
.story-section{position:relative;padding:94px 0;background:
  radial-gradient(circle at 12% 16%,rgba(227,154,174,.16),transparent 26%),
  radial-gradient(circle at 88% 86%,rgba(90,174,184,.13),transparent 28%),
  linear-gradient(135deg,#fae8ed 0%,#fff2e8 49%,#eaf6f4 100%);border-color:rgba(109,56,86,.06)}
.story-heading h2{color:#47213e}
.story-copy{color:#6d5a65}
.story-tags span{background:rgba(255,255,255,.68);border:1px solid rgba(128,61,96,.10);color:#71415a;box-shadow:0 8px 20px rgba(82,45,63,.035)}

/* approach becomes a rich glassy feature section */
.approach-section{position:relative;overflow:hidden;background:
  radial-gradient(circle at 15% 18%,rgba(229,145,174,.22),transparent 28%),
  radial-gradient(circle at 88% 80%,rgba(90,174,184,.18),transparent 28%),
  linear-gradient(135deg,#542344 0%,#722e58 47%,#263a49 100%);color:#fff}
.approach-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-260px;top:-280px;border:1px solid rgba(255,255,255,.10);box-shadow:0 0 0 54px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}
.approach-grid{position:relative;z-index:1}
.approach-copy h2,.approach-list h3{color:#fff}
.eyebrow.light{color:#ffdce7}
.approach-list{gap:13px}
.approach-list article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.075);border-radius:20px;padding:18px 18px 18px 15px;backdrop-filter:blur(7px)}
.approach-list article:last-child{border-bottom:1px solid rgba(255,255,255,.12)}
.approach-list article>span{color:#ffd0df}
.approach-list p{color:#eadde6}

/* order section */
.order-section{position:relative;background:
  radial-gradient(circle at 78% 16%,rgba(90,174,184,.16),transparent 27%),
  radial-gradient(circle at 18% 90%,rgba(230,160,184,.10),transparent 27%),
  linear-gradient(135deg,#241527 0%,#1f1c2b 58%,#17333b 100%)}
.order-copy h2{color:#fff8fb}
.order-copy .eyebrow{color:#e7abc0}
.order-steps article{border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:14px 13px;background:rgba(255,255,255,.04)}
.order-steps p{color:#d8cbd4}
.order-steps h3{color:#fff}
.order-steps span{color:#f2aec4}
.btn-cream{background:linear-gradient(135deg,#fff7f5,#f4dce5);color:#532342;box-shadow:0 12px 26px rgba(0,0,0,.12)}

/* contact band */
.contact-strip{background:
  radial-gradient(circle at 18% 0%,rgba(255,255,255,.20),transparent 25%),
  linear-gradient(100deg,#e39aae 0%,#efb08d 50%,#79b9bd 100%)}
.contact-strip h2{color:#342033}
.contact-strip p{color:#5b4653}
.contact-strip .btn-whatsapp{background:#183f2a;color:#fff;box-shadow:0 14px 30px rgba(24,63,42,.20)}

/* footer */
.site-footer{background:
  radial-gradient(circle at 10% 10%,rgba(227,154,174,.16),transparent 24%),
  radial-gradient(circle at 90% 8%,rgba(90,174,184,.14),transparent 25%),
  linear-gradient(145deg,#251421 0%,#211825 53%,#142d34 100%);color:#fff5f8}
.site-footer::before{height:4px;background:linear-gradient(90deg,#e39aae 0%,#efb08d 28%,#d7b376 48%,#5aaeb8 74%,#8fb391 100%)}
.footer-text{color:#eadde5}
.footer-links{color:#efe3e9}
.footer-bottom{color:#bbaab5;border-color:rgba(255,255,255,.10)}
.footer-social .social-link{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.14)}
.footer-social .social-link:hover{background:rgba(227,154,174,.14);border-color:rgba(227,154,174,.22)}

/* cart / floating actions */
.cart-head,.inquiry-form{background:linear-gradient(180deg,#fff9f7,#f9eef2)}
.cart-head h2{color:#47213e}
.cart-row{background:#fffdfb;border-color:rgba(111,56,87,.08)}
.cart-row img{background:#faf1f3}
.remove-item{color:#ae5375}
.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:#b76788;box-shadow:0 0 0 3px rgba(183,103,136,.12)}
.close-cart{color:#5d3a51}

@media (max-width:1120px){
  .hero-grid{gap:48px}
  .hero-arch{height:570px}
}
@media (max-width:860px){
  .hero-section{padding-top:52px}
  .hero-arch{height:520px}
  .hero-collection-tag{left:18px;top:18px}
}
@media (max-width:680px){
  .cart-button{background:#fff;color:#4a2140;border-color:rgba(103,46,80,.12);box-shadow:none}
  .cart-count{background:#7c315f;color:#fff}
  .hero-section{padding:24px 0 48px}
  .hero-copy h1{font-size:clamp(3rem,14vw,4.6rem)}
  .hero-arch{height:430px;border-radius:100px 100px 28px 28px}
  .hero-display-card{border-radius:20px}
  .display-main{width:50%;height:67%;left:25%;top:12%}
  .display-left{width:25%;height:48%;left:3%;bottom:13%}
  .display-right{width:30%;height:49%;right:2%;bottom:13%}
  .hero-product-main{width:55%;height:69%;left:22.5%;top:9%}
  .hero-product-left{width:28%;height:52%;left:1%;bottom:10%}
  .hero-product-right{width:34%;height:52%;right:-2%;bottom:10%}
  .hero-collection-tag{display:none}
  .hero-product-label{display:none}
  .hero-chip{left:14px;right:14px;bottom:12px;justify-content:center}
  .products-section{padding:72px 0 82px}
  .story-section{padding:68px 0}
  .approach-list article{padding:15px 14px}
}
@media (max-width:430px){
  .hero-arch{height:365px}
  .hero-chip{display:none}
  .hero-product-main{width:58%;height:70%;left:21%;top:8%}
  .display-main{width:54%;left:23%}
}


/* v16 final refinements: stronger colors, desktop hero polish, no mobile hero */
body{background:linear-gradient(180deg,#fffaf7 0%,#fff7f3 100%);color:#35212d}
a{transition:color .2s ease,opacity .2s ease}
.site-header{background:rgba(255,250,247,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(124,74,104,.08);box-shadow:0 10px 28px rgba(100,63,83,.06)}
.topbar{background:linear-gradient(90deg,#5c2a57 0%,#8c4563 52%,#1f666e 100%);color:#fff5f8}
.nav-wrap{min-height:108px}
.desktop-brand-logo{height:94px;width:auto;object-fit:contain}
.mobile-brand-text{color:#4f2548}
.nav-links a{color:#5e4754}
.nav-links a:hover{color:#6b2d5b}
.cart-button{background:linear-gradient(180deg,#fff,#fff6fb);border-color:rgba(107,45,91,.16);box-shadow:0 10px 24px rgba(90,49,79,.08)}
.cart-button:hover{border-color:rgba(107,45,91,.28)}

.hero-section{position:relative;padding:72px 0 72px;overflow:hidden;background:
  radial-gradient(circle at 10% 18%, rgba(244,187,201,.30), transparent 24%),
  radial-gradient(circle at 82% 14%, rgba(145,220,226,.22), transparent 24%),
  radial-gradient(circle at 78% 82%, rgba(224,171,119,.16), transparent 20%),
  linear-gradient(135deg,#fff8f5 0%,#fff1f7 44%,#f5fbfb 100%)}
.hero-section::before{content:"";position:absolute;inset:auto auto -110px -90px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle, rgba(122,47,100,.08) 0%, rgba(122,47,100,0) 72%)}
.hero-grid{align-items:center;gap:54px}
.hero-copy{position:relative;z-index:2}
.hero-copy .eyebrow{color:#85506b;background:rgba(255,255,255,.7);padding:10px 16px;border-radius:999px;display:inline-flex;border:1px solid rgba(133,80,107,.12);box-shadow:0 10px 24px rgba(122,47,100,.06)}
.hero-copy h1{max-width:560px;color:#3b2039;font-size:clamp(3rem,4.4vw,4.8rem);line-height:1.02;letter-spacing:-.05em;margin-top:16px;text-wrap:balance}
.hero-copy p{max-width:570px;color:#6e5564;font-size:1.06rem}
.hero-actions{gap:14px;margin-top:26px}
.hero-actions .btn-dark{background:linear-gradient(135deg,#5d2755 0%,#7d3a69 100%);box-shadow:0 18px 36px rgba(93,39,85,.18)}
.hero-actions .btn-light{background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border:1px solid rgba(108,45,91,.12);color:#5e3653}
.hero-points li{background:rgba(255,255,255,.74);border:1px solid rgba(122,47,100,.1);box-shadow:0 10px 20px rgba(90,49,79,.06);color:#5c4453}
.hero-visual{position:relative;z-index:1}
.hero-arch{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,246,250,.88));border:1px solid rgba(121,62,98,.10);border-radius:44px;padding:34px 28px 26px;min-height:640px;box-shadow:0 28px 70px rgba(94,51,84,.13), inset 0 1px 0 rgba(255,255,255,.55)}
.hero-stage{position:absolute;left:50%;transform:translateX(-50%);bottom:30px;width:76%;height:94px;border-radius:999px;background:radial-gradient(ellipse at center, rgba(112,60,88,.18) 0%, rgba(112,60,88,.08) 42%, rgba(112,60,88,0) 72%)}
.hero-display-card{backdrop-filter:blur(8px);background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.18));border:1px solid rgba(255,255,255,.52)}
.display-main{width:78%;height:74%;left:11%;top:10%}
.display-left,.display-right{width:32%;height:38%;top:18%}
.hero-product{filter:drop-shadow(0 24px 36px rgba(84,53,76,.24));transition:transform .3s ease}
.hero-product-main{width:50%;bottom:86px;left:27%}
.hero-product-left{width:34%;left:2%;bottom:66px;transform:rotate(-7deg)}
.hero-product-right{width:34%;right:2%;bottom:66px;transform:rotate(7deg)}
.hero-product-label,.hero-collection-tag,.hero-chip{box-shadow:0 14px 30px rgba(92,46,79,.12)}
.hero-collection-tag{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,245,249,.88));color:#59304d;border:1px solid rgba(121,62,98,.12)}
.hero-collection-tag strong{color:#3f293b}
.hero-chip{background:linear-gradient(135deg,#ffffff 0%,#fff0f7 100%);border:1px solid rgba(121,62,98,.12)}
.hero-chip span{color:#8d3d7d}
.label-cleanse{background:#ebfbff;color:#1d6b74}
.label-glow{background:#fff0f7;color:#8c3b69}
.label-radiance{background:#fff4e7;color:#b06d22}

.products-section{background:linear-gradient(180deg,#fffdfc 0%,#fff7f6 100%)}
.section-head h2{color:#36212d}
.section-head p{color:#6d5563}
.product-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,251,253,.98));border-color:rgba(108,45,91,.08);box-shadow:0 18px 50px rgba(82,48,71,.09)}
.product-card:hover,.product-card:focus-visible{box-shadow:0 34px 78px rgba(82,48,71,.15);transform:translateY(-10px)}
.product-visual{position:relative;overflow:hidden}
.product-visual::after{content:"";position:absolute;inset:14px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.38),rgba(255,255,255,0));pointer-events:none}
.product-visual img{filter:drop-shadow(0 18px 26px rgba(69,42,64,.18))}
.product-content h3{color:#3a2433}
.product-description,.product-detail{color:#6f5866}
.add-btn{background:linear-gradient(135deg,#5d2755 0%,#7d3a69 100%);box-shadow:0 14px 28px rgba(93,39,85,.16)}
.add-btn:hover{filter:brightness(1.04)}
.tone-mint{--accent:#5fa37d;--soft:#edf9f3;--soft2:#dff0e7}
.tone-purple{--accent:#92497d;--soft:#fbecf6;--soft2:#f2ddea}
.tone-cyan{--accent:#36a0ad;--soft:#ebfbfd;--soft2:#dff5f8}
.tone-blue{--accent:#5c97da;--soft:#eef5ff;--soft2:#deebfa}
.tone-orange{--accent:#e08d3c;--soft:#fff3e7;--soft2:#fee6cd}

.story-section{background:linear-gradient(135deg,#fff3f5 0%,#fff9fb 45%,#f7fcfc 100%)}
.story-heading h2{color:#3b2436}
.story-copy p{color:#6e5866}
.story-tags span{background:rgba(255,255,255,.84);border:1px solid rgba(110,58,92,.10);box-shadow:0 10px 20px rgba(90,49,79,.06);color:#5b4351}

.approach-section{background:linear-gradient(135deg,#43213f 0%,#613058 54%,#245965 100%);color:#fff}
.approach-copy h2,.approach-list h3,.approach-list article>span{color:#fff5fa}
.approach-list p{color:#ecdbe8}
.approach-list article{border-color:rgba(255,255,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 18px 36px rgba(17,10,17,.18)}

.order-section{background:linear-gradient(135deg,#24161f 0%,#3a1f37 52%,#20434a 100%)}
.order-copy h2,.order-steps h3{color:#fff5f9}
.order-steps p{color:#e6dbe3}
.order-steps article{border-color:rgba(255,255,255,.16)}
.order-cta .btn-cream{background:linear-gradient(135deg,#fff2f6 0%,#ffe8f1 100%);color:#5d2755;border:1px solid rgba(255,255,255,.24)}

.contact-strip{padding:56px 0;background:linear-gradient(125deg,#fff0f5 0%,#f6fbfb 48%,#fff5e9 100%);border-top:1px solid rgba(110,58,92,.08);border-bottom:1px solid rgba(110,58,92,.08)}
.contact-strip-inner{background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.66));backdrop-filter:blur(10px);border:1px solid rgba(124,74,104,.10);border-radius:34px;padding:34px 38px;box-shadow:0 18px 48px rgba(100,63,83,.10)}
.contact-strip h2{font-size:clamp(2.15rem,3.6vw,3.35rem);line-height:1;color:#3d2339;max-width:580px}
.contact-strip p{margin-top:12px;max-width:620px;color:#695463;font-size:1rem}
.contact-strip .btn-whatsapp{background:linear-gradient(135deg,#19553e 0%,#267654 100%);color:#fff;box-shadow:0 18px 36px rgba(25,85,62,.18)}

.site-footer{background:radial-gradient(circle at 16% 14%, rgba(113,191,199,.10), transparent 22%),radial-gradient(circle at 86% 16%, rgba(229,157,183,.11), transparent 22%),linear-gradient(145deg,#281722 0%,#1d131c 58%,#151116 100%)}
.site-footer::before{background:linear-gradient(90deg,#37a7b0 0%,#7f3c69 48%,#e39a55 100%)}
.footer-text{color:#decbd6}
.footer-links a,.social-link span{color:#f3e7ee}
.social-link{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.footer-bottom{color:#c8b4c0;border-top:1px solid rgba(255,255,255,.10)}
.cart-drawer{background:linear-gradient(180deg,#fffefd 0%,#fff7fb 100%)}

@media (max-width: 900px){
  .desktop-brand-logo{height:82px}
  .nav-wrap{min-height:94px}
  .hero-arch{min-height:580px}
  .contact-strip-inner{padding:28px}
}
@media (max-width: 768px){
  .hero-section{display:none}
  .products-section{padding-top:26px}
  .site-header{position:sticky;top:0;z-index:30}
  .desktop-brand-logo{display:none}
  .mobile-brand-text{display:block;font-size:1.55rem}
  .nav-wrap{min-height:78px}
  .contact-strip{padding:34px 0}
  .contact-strip-inner{display:grid;gap:18px;text-align:left;padding:24px 20px;border-radius:24px}
  .contact-strip h2{font-size:clamp(1.8rem,8vw,2.5rem)}
}
@media (max-width: 520px){
  .nav-links{display:none}
  .cart-label{display:none}
  .contact-strip p{font-size:.96rem}
}


/* v17 header/cart/mobile logo refinements */
.header-brand{gap:10px}
.desktop-brand-logo{height:96px;max-width:250px;width:auto;display:block}
.site-header .brand img{filter:none}
.mobile-brand-text{color:#5a2d58;font-weight:400;display:none}
.cart-button{background:linear-gradient(135deg,#fff8fb 0%,#fdf2f9 100%);border:1px solid rgba(121,56,104,.18);color:#6a355f;box-shadow:0 12px 26px rgba(98,50,83,.10)}
.cart-button .cart-icon{color:#6a355f}
.cart-button .cart-label{display:inline-block !important;color:#6a355f !important;font-weight:700;line-height:1;opacity:1;visibility:visible;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}
.cart-button .cart-count{background:linear-gradient(135deg,#5f2c58 0%,#8f496d 100%);color:#fff;box-shadow:0 10px 18px rgba(95,44,88,.20)}
.cart-button:hover{border-color:rgba(121,56,104,.28);background:linear-gradient(135deg,#fff 0%,#fdeef8 100%)}

.contact-strip-inner{align-items:center}
.contact-strip .btn-whatsapp{background:linear-gradient(135deg,#5f2c58 0%,#8e476a 100%);border:1px solid rgba(95,44,88,.14);color:#fff;box-shadow:0 20px 38px rgba(95,44,88,.22)}
.contact-strip .btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 24px 44px rgba(95,44,88,.26)}

.mobile-hero-banner{display:none;background:linear-gradient(135deg,#fff8fa 0%,#fff2f7 50%,#f7fbfb 100%);padding:22px 0 8px}
.mobile-hero-banner-inner{display:grid;justify-items:center;text-align:center;gap:10px;padding:12px 0 6px}
.mobile-hero-banner-inner img{width:min(210px,58vw);height:auto;display:block;filter:drop-shadow(0 14px 24px rgba(96,45,88,.10))}
.mobile-hero-banner-inner p{margin:0;color:#775b6b;font-size:.95rem;max-width:280px}

@media (max-width: 768px){
  .mobile-hero-banner{display:block}
  .desktop-brand-logo{display:none}
  .mobile-brand-text{display:block;font-size:1.52rem}
  .nav-wrap{min-height:82px}
  .cart-button{padding:0 12px 0 12px;gap:8px;min-height:44px}
  .cart-button .cart-label{display:inline-block !important;font-size:.78rem}
  .contact-strip-inner{grid-template-columns:1fr;justify-items:start}
}
@media (max-width: 520px){
  .cart-label{display:inline-block !important}
  .cart-button{padding:0 10px 0 10px;gap:7px}
  .cart-count{width:26px;height:26px}
  .mobile-brand-text{font-size:1.42rem}
  .mobile-hero-banner{padding-top:18px}
}
