
:root{--bg:#faf7f5;--bg2:#f8edee;--card:#fff;--text:#231a28;--muted:#6b6470;--primary:#4b1f4e;--accent:#d98c9a;--border:#ead9df;--success:#1f8a4c}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.container{width:min(1140px,92%);margin:0 auto}.narrow{width:min(760px,92%);margin:0 auto}
.site-header{position:sticky;top:0;background:rgba(250,247,245,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:10}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}.logo{font-size:1.35rem;font-weight:800;color:var(--primary)}.main-nav{display:flex;gap:18px}.main-nav a{color:var(--muted);font-weight:600}.nav-actions{display:flex;align-items:center;gap:12px}.cart-link{font-weight:700}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--primary);color:#fff;font-size:.78rem}
.hero{padding:56px 0 40px;background:linear-gradient(180deg,#faf7f5 0%,#f8edee 100%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;margin:12px 0 18px;letter-spacing:-.03em}.hero-copy{font-size:1.06rem;color:var(--muted);max-width:640px}.hero-actions,.hero-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#fff;border-color:var(--border);color:var(--text)}.hero-points span{padding:8px 12px;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:.9rem;color:var(--muted)}.hero-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:18px;box-shadow:0 16px 50px rgba(75,31,78,.08)}
.feature-strip{padding:16px 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.feature-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-strip-grid div{display:flex;flex-direction:column;gap:4px}.feature-strip-grid strong{font-size:.95rem}.feature-strip-grid span{font-size:.88rem;color:var(--muted)}
.section{padding:58px 0}.muted{background:var(--bg2)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head.center{text-align:center;display:block}.section-head h2,.section-head h1{margin:6px 0 0;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.03em}.shop-tools input{padding:12px 14px;border-radius:14px;border:1px solid var(--border);min-width:250px;background:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 8px 28px rgba(35,26,40,.05)}.product-card .img-wrap{aspect-ratio:1/1;background:#fff}.product-card img{width:100%;height:100%;object-fit:cover}.product-card-content{padding:18px}.product-card h3{margin:0 0 8px;font-size:1.1rem}.desc{color:var(--muted);font-size:.95rem}.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.new-price{font-size:1.35rem;font-weight:800;color:var(--primary)}.old-price{color:var(--muted);text-decoration:line-through}.save{padding:5px 9px;background:#eaf8ef;color:var(--success);border-radius:999px;font-size:.82rem;font-weight:700}.product-card-actions{display:flex;gap:12px;margin-top:16px}.product-card-actions .btn{flex:1;padding:11px 14px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-card,.info-card,.summary-card,.success-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 8px 28px rgba(35,26,40,.05)}.step-card span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800}.step-card h3{margin:14px 0 8px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.bullets{padding-left:18px}.bullets li{margin-bottom:10px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px 18px}.faq-list summary{cursor:pointer;font-weight:700}.site-footer{background:#fff;border-top:1px solid var(--border);margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px;padding:34px 0}.footer-grid h3,.footer-grid h4{margin-top:0}.footer-grid a{display:block;color:var(--muted);margin-bottom:8px}.footer-bottom{padding:0 0 24px;color:var(--muted);font-size:.92rem}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.product-gallery-main{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;aspect-ratio:1/1}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.thumb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.thumb{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer}.thumb img{aspect-ratio:1/1;object-fit:cover;width:100%;height:100%}.product-meta h1{margin:0 0 8px;font-size:clamp(1.9rem,4vw,3rem)}.meta-list{display:grid;gap:8px;margin:20px 0;color:var(--muted)}
.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;margin-bottom:14px}.cart-row img{border-radius:14px}.qty-box{display:flex;align-items:center;gap:10px}.qty-box button{width:32px;height:32px;border-radius:10px;border:1px solid var(--border);background:#fff}.cart-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px}.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.checkout-form{display:grid;gap:14px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px}.checkout-form label{display:grid;gap:7px;font-weight:600}.checkout-form input,.checkout-form textarea,.checkout-form select{padding:12px 14px;border-radius:14px;border:1px solid var(--border);font:inherit;background:#fff}.checkout-form textarea{min-height:110px;resize:vertical}.tiny-note{font-size:.85rem;color:var(--muted)}.success-card{text-align:center;max-width:700px;margin:0 auto}.success-card h1{font-size:2.4rem;margin-top:0}.success-card p{color:var(--muted)}
.empty{padding:26px;background:#fff;border:1px dashed var(--border);border-radius:24px;color:var(--muted);text-align:center}
@media (max-width: 920px){.hero-grid,.product-detail-grid,.checkout-layout,.two-col{grid-template-columns:1fr}.product-grid,.steps-grid,.feature-strip-grid,.footer-grid{grid-template-columns:1fr 1fr}.main-nav{display:none}}
@media (max-width: 640px){.product-grid,.steps-grid,.feature-strip-grid,.footer-grid,.thumb-grid{grid-template-columns:1fr}.shop-tools input{min-width:unset;width:100%}.cart-row{grid-template-columns:1fr}.section{padding:42px 0}.hero{padding-top:34px}}



/* Premium polish update */
:root{
  --bg-soft:#fbf7f6;
  --card-bg:#ffffff;
  --text-main:#2b1830;
  --text-muted:#6e5d6f;
  --accent:#6f245f;
  --accent-2:#d98aa0;
  --line-soft:#ead9de;
  --shadow-soft:0 12px 35px rgba(60,25,55,.08);
  --shadow-card:0 10px 24px rgba(44,20,42,.08);
  --radius-xl:28px;
  --radius-lg:20px;
}

body{
  background: linear-gradient(180deg,#fff 0%, var(--bg-soft) 100%);
  color: var(--text-main);
}

.site-header, header{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.92) !important;
  border-bottom: 1px solid var(--line-soft) !important;
  box-shadow: 0 4px 18px rgba(40,18,35,.04);
}

.nav a, header a{
  font-weight: 600 !important;
  letter-spacing: .01em;
}

.hero, .hero-section, .homepage-hero{
  padding-top: 38px !important;
  padding-bottom: 34px !important;
}

.hero-card, .hero-banner, .hero-content-wrap, .hero-inner{
  background: linear-gradient(135deg,#fff 0%, #fbf1f2 100%);
  border: 1px solid var(--line-soft);
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero h1, .hero-title{
  font-size: clamp(42px, 6vw, 78px) !important;
  line-height: .96 !important;
  letter-spacing: -0.04em !important;
  color: var(--text-main) !important;
}

.hero p, .hero-subtitle{
  color: var(--text-muted) !important;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55 !important;
}

.btn, button, .button{
  border-radius: 999px !important;
  font-weight: 700 !important;
  transition: all .22s ease !important;
}

.btn-primary, .primary-btn, .shop-now{
  box-shadow: 0 10px 24px rgba(111,36,95,.2);
}

.btn:hover, button:hover, .button:hover{
  transform: translateY(-1px);
}

.trust-badges, .feature-pills, .hero-pills{
  gap: 12px !important;
}

.trust-badges .pill, .feature-pills .pill, .hero-pills .pill{
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(42,22,38,.04);
}

.section-title, h2{
  letter-spacing: -0.03em;
  color: var(--text-main);
}

.products-grid, .product-grid, .shop-grid{
  gap: 24px !important;
}

.product-card, .card, .product-item{
  background: var(--card-bg) !important;
  border: 1px solid #efe3e7 !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-card) !important;
  overflow: hidden;
  transition: all .22s ease !important;
}

.product-card:hover, .card:hover, .product-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(55,22,48,.12) !important;
}

.product-card img, .product-item img{
  background: linear-gradient(180deg,#fff 0%, #fbf3f4 100%);
  border-bottom: 1px solid #f2e4e8;
}

.product-card h3, .product-item h3{
  font-size: 1.18rem !important;
  color: var(--text-main) !important;
}

.product-card .price, .product-item .price{
  font-size: 1.28rem !important;
  font-weight: 800 !important;
  color: var(--accent) !important;
}

.product-card .old-price, .product-item .old-price{
  color: #9b8a97 !important;
}

.product-card .save-badge, .product-item .save-badge{
  background: #eef9f0 !important;
  color: #1f7a34 !important;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
}

.product-card .actions, .product-item .actions{
  gap: 10px !important;
}

.product-card .actions .btn, .product-item .actions .btn{
  min-height: 46px;
}

.info-strip, .benefits-row, .service-row{
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.faq-item, .faq-card{
  background: #fff;
  border: 1px solid #efe1e6;
  border-radius: 18px;
}

footer{
  background: linear-gradient(180deg,#311236 0%, #220b26 100%) !important;
  color: #f7edf3 !important;
}

footer a{
  color: #f7edf3 !important;
  opacity: .92;
}

@media (max-width: 900px){
  .hero h1, .hero-title{
    font-size: 42px !important;
  }
  .hero-card, .hero-banner, .hero-content-wrap, .hero-inner{
    border-radius: 22px;
  }
}


/* Full image hero overlay update */
.hero-full{padding:30px 0 28px;background:linear-gradient(180deg,#faf7f5 0%,#f8edee 100%);}
.hero-full .hero-frame{position:relative;min-height:620px;border-radius:34px;overflow:hidden;border:1px solid var(--border);box-shadow:0 18px 54px rgba(75,31,78,.10);background-image:linear-gradient(90deg,rgba(250,247,245,.98) 0%,rgba(250,247,245,.96) 24%,rgba(250,247,245,.88) 40%,rgba(250,247,245,.40) 58%,rgba(250,247,245,0) 72%), url('hero-banner.png');background-size:cover;background-position:center right;}
.hero-full .hero-copy-block{position:relative;z-index:2;max-width:650px;padding:72px 58px 64px;}
.hero-full .eyebrow{display:inline-block;margin-bottom:10px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(210,170,182,.55);box-shadow:0 8px 20px rgba(75,31,78,.05);}
.hero-full h1{max-width:620px;margin:10px 0 18px;font-size:clamp(3.5rem,6.2vw,5.4rem);line-height:.95;letter-spacing:-.05em;color:#2c1530;}
.hero-full .hero-copy{max-width:610px;font-size:1.22rem;line-height:1.65;color:#5f4f60;}
.hero-full .hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px;}
.hero-full .btn{min-height:56px;padding:0 30px;font-size:1.04rem;box-shadow:none;}
.hero-full .btn-primary{box-shadow:0 16px 30px rgba(86,31,84,.20);}
.hero-full .hero-points{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;}
.hero-full .hero-points span{padding:12px 18px;background:rgba(255,255,255,.86);border:1px solid rgba(225,207,214,.9);border-radius:999px;backdrop-filter:blur(8px);font-size:.98rem;color:#69596a;}
.hero-full .hero-grid,.hero-full .hero-card{display:none!important;}
@media (max-width: 1100px){.hero-full .hero-frame{min-height:560px;background-image:linear-gradient(90deg,rgba(250,247,245,.98) 0%,rgba(250,247,245,.96) 30%,rgba(250,247,245,.85) 46%,rgba(250,247,245,.30) 64%,rgba(250,247,245,0) 78%), url('hero-banner.png');}.hero-full .hero-copy-block{max-width:560px;padding:56px 42px 50px;}.hero-full h1{font-size:clamp(3rem,6vw,4.6rem);}}
@media (max-width: 800px){.hero-full .hero-frame{min-height:640px;background-position:72% center;background-image:linear-gradient(180deg,rgba(250,247,245,.82) 0%,rgba(250,247,245,.60) 42%,rgba(250,247,245,.44) 58%,rgba(250,247,245,.45) 100%), url('hero-banner.png');}.hero-full .hero-copy-block{max-width:none;padding:38px 24px 30px;display:flex;flex-direction:column;justify-content:flex-end;min-height:640px;}.hero-full h1{font-size:clamp(2.6rem,10vw,3.7rem);line-height:.98;}.hero-full .hero-copy{font-size:1.05rem;line-height:1.55;}.hero-full .hero-points span{font-size:.9rem;padding:10px 14px;}}


/* ===== Luxury final update ===== */
body{font-family:"Inter",Arial,sans-serif;background:linear-gradient(180deg,#fff 0%,#fcf6f4 100%);color:#221627;}
h1,h2,h3,.section-head h2{letter-spacing:-.03em;}
h2{font-size:clamp(2rem,3vw,3rem);line-height:1.05;}
.site-header{background:rgba(255,255,255,.88);border-bottom:1px solid rgba(221,203,210,.72);box-shadow:0 8px 26px rgba(45,17,36,.05);}
.nav-wrap{padding:16px 0;}
.logo{font-size:2rem;font-weight:800;letter-spacing:-.04em;}
.main-nav a{position:relative;padding:8px 4px;color:#5e5563;}
.main-nav a:hover{color:#31183b;}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#6f245f;transform:scaleX(0);transform-origin:center;transition:.25s ease;}
.main-nav a:hover::after{transform:scaleX(1);}
.nav-actions{gap:14px;}
.mini-cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:#fff;border:1px solid #e7d7de;color:#4b1f4e;font-weight:700;box-shadow:0 6px 16px rgba(75,31,78,.05);}
.cart-link{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;background:#4b1f4e;color:#fff;box-shadow:0 14px 30px rgba(75,31,78,.2);}
.badge{background:#fff;color:#4b1f4e;font-weight:800;}
.hero-full{padding:24px 0 34px;}
.hero-full .hero-frame{min-height:650px;border-radius:36px;box-shadow:0 22px 64px rgba(63,24,57,.12);border:1px solid rgba(225,208,215,.95);background-image:linear-gradient(90deg,rgba(251,247,246,.98) 0%,rgba(251,247,246,.97) 22%,rgba(251,247,246,.92) 38%,rgba(251,247,246,.65) 56%,rgba(251,247,246,0) 74%),url('hero-banner.png');}
.hero-full .hero-copy-block{max-width:640px;padding:76px 62px;}
.hero-full .eyebrow{font-size:.8rem;color:#d06d8d;background:rgba(255,255,255,.86);border-color:rgba(225,187,199,.65);}
.hero-full h1{font-size:clamp(3.4rem,6vw,5.6rem);line-height:.93;margin-bottom:16px;}
.hero-full .hero-copy{font-size:1.18rem;max-width:580px;}
.btn{font-weight:800;letter-spacing:-.01em;transition:.22s ease;}
.btn-primary{background:linear-gradient(180deg,#5e2157 0%,#4b1f4e 100%);color:#fff;box-shadow:0 16px 30px rgba(86,31,84,.22);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(86,31,84,.28);}
.btn-secondary{background:rgba(255,255,255,.9);border:1px solid #ead9df;box-shadow:0 8px 22px rgba(60,25,55,.06);}
.feature-strip{padding:0;background:transparent;border:0;margin-top:-6px;}
.feature-strip-grid{grid-template-columns:repeat(4,1fr);gap:16px;}
.feature-strip-grid div{padding:20px 18px;background:rgba(255,255,255,.92);border:1px solid #eddde2;border-radius:20px;box-shadow:0 10px 24px rgba(59,22,50,.05);}
.section{padding:72px 0;}
.section-head{margin-bottom:28px;}
.section-head.center{text-align:center;max-width:780px;margin-left:auto;margin-right:auto;}
.section-copy{margin:10px auto 0;color:#6a5c6b;max-width:640px;}
.shop-head{align-items:end;}
#searchInput{min-width:280px;padding:14px 18px;border-radius:999px;border:1px solid #e8dbe0;background:#fff;box-shadow:0 10px 22px rgba(55,23,48,.04);}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #efe2e6;border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(55,22,48,.08);transition:.22s ease;}
.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 42px rgba(55,22,48,.12);}
.product-card .img-wrap{background:linear-gradient(180deg,#fff 0%,#fbf2f4 100%);padding:14px;}
.product-card .img-wrap img{border-radius:18px;aspect-ratio:1/1;object-fit:cover;width:100%;}
.product-card-content{padding:18px 18px 20px;}
.product-card h3{margin:0 0 8px;font-size:1.2rem;}
.product-card .desc{margin:0 0 14px;color:#6d606f;min-height:68px;}
.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;}
.new-price{font-size:1.4rem;font-weight:800;color:#4b1f4e;}
.old-price{text-decoration:line-through;color:#a1929e;}
.save{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef8f0;color:#20753c;font-size:.84rem;font-weight:800;}
.product-card-actions{display:flex;gap:10px;}
.product-card-actions .btn{flex:1;padding:12px 16px;}
.muted{background:linear-gradient(180deg,#fbf6f5 0%,#fff 100%);}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.step-card{background:#fff;border:1px solid #eee0e6;border-radius:24px;padding:26px;box-shadow:0 14px 28px rgba(55,22,48,.05);}
.step-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#4b1f4e;color:#fff;font-weight:800;margin-bottom:14px;}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:stretch;}
.info-card{background:linear-gradient(135deg,#4b1f4e 0%,#6f245f 100%);color:#fff;border-radius:28px;padding:32px;box-shadow:0 20px 36px rgba(75,31,78,.22);}
.info-card h3{margin-top:0;font-size:2rem;line-height:1.05;}
.info-card p{color:rgba(255,255,255,.85);}
.bullets{padding-left:20px;color:#5d5461;line-height:1.9;}
.reviews-section{padding-top:24px;}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.review-card{background:#fff;border:1px solid #eedfe5;border-radius:24px;padding:24px;box-shadow:0 14px 28px rgba(55,22,48,.05);}
.review-card p{color:#5f5460;min-height:96px;}
.stars{color:#f3b43f;font-size:1.05rem;letter-spacing:.1em;margin-bottom:12px;}
.cta-section{padding-top:10px;}
.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:34px 36px;border-radius:30px;background:linear-gradient(135deg,#fff 0%,#f8eff1 100%);border:1px solid #ecdde3;box-shadow:0 18px 34px rgba(55,22,48,.07);}
.cta-banner h2{margin:4px 0 10px;}
.cta-banner p{max-width:680px;color:#645866;}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap;}
.faq-list details{background:#fff;border:1px solid #efdee5;border-radius:18px;padding:18px 20px;box-shadow:0 12px 24px rgba(55,22,48,.04);}
.faq-list{display:grid;gap:14px;}
.faq-list summary{cursor:pointer;font-weight:700;}
.site-footer{background:linear-gradient(180deg,#2b1131 0%,#1f0c24 100%);color:#f7eef3;padding-top:52px;margin-top:22px;}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:26px;}
.site-footer h3,.site-footer h4{margin-top:0;}
.site-footer a{display:block;color:#f7eef3;opacity:.88;margin:8px 0;}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;}
.footer-socials span{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-size:.9rem;}
.footer-bottom{padding:18px 0 28px;margin-top:18px;border-top:1px solid rgba(255,255,255,.1);opacity:.75;}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start;}
.product-gallery .main-image{background:#fff;border:1px solid #efdee5;border-radius:24px;padding:18px;box-shadow:0 14px 28px rgba(55,22,48,.06);}
.product-gallery .main-image img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;}
.thumb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;}
.thumb-grid button{padding:0;border:0;background:transparent;cursor:pointer;}
.thumb-grid img{border-radius:14px;border:1px solid #eddfe4;background:#fff;padding:6px;aspect-ratio:1/1;object-fit:cover;}
.summary-card,.success-card,.contact-card{background:#fff;border:1px solid #efdee5;border-radius:24px;box-shadow:0 16px 28px rgba(55,22,48,.06);padding:24px;}
.checkout-form label,.contact-form label{display:block;font-weight:700;color:#332437;margin-bottom:14px;}
.checkout-form input,.checkout-form textarea,.checkout-form select,.contact-form input,.contact-form textarea{width:100%;margin-top:8px;padding:14px 16px;border-radius:14px;border:1px solid #e7dce1;background:#fff;font:inherit;}
.checkout-form textarea,.contact-form textarea{min-height:120px;resize:vertical;}
.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;}
@media (max-width: 1024px){.product-grid,.reviews-grid,.feature-strip-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.checkout-layout,.product-detail-grid,.two-col{grid-template-columns:1fr 1fr}.hero-full .hero-frame{min-height:600px;}.hero-full .hero-copy-block{padding:56px 40px;max-width:520px;}.hero-full h1{font-size:clamp(3rem,8vw,4.6rem);}}
@media (max-width: 820px){.main-nav{display:none}.nav-actions .mini-cta{display:none}.hero-full .hero-frame{min-height:680px;background-position:74% center;background-image:linear-gradient(180deg,rgba(251,247,246,.92) 0%,rgba(251,247,246,.60) 40%,rgba(251,247,246,.48) 100%),url('hero-banner.png');}.hero-full .hero-copy-block{max-width:none;padding:36px 24px 28px;display:flex;min-height:680px;flex-direction:column;justify-content:flex-end}.hero-full h1{font-size:clamp(2.6rem,12vw,4rem)}.feature-strip-grid,.product-grid,.steps-grid,.reviews-grid,.footer-grid,.checkout-layout,.product-detail-grid,.two-col{grid-template-columns:1fr}.cta-banner{flex-direction:column;align-items:flex-start;padding:28px}.section{padding:56px 0;}#searchInput{width:100%;min-width:0}.shop-head{display:block;}.shop-tools{margin-top:16px;}.product-card .desc{min-height:unset;}}
