/* ============================================================
   MATSATO OSUREN™ V2 — css/style.css
   Domain: en-us-matsato-osuren.com
   Theme: Warm Cream + Deep Copper + Charcoal + Steel Silver
   Hero: NEW Full-width light/cream — product RIGHT floating, bold text LEFT
   Features: NEW 2-col masonry feature cards with stat callouts
   Footer: NEW Dark split — large brand LEFT + 3-col nav grid RIGHT
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --charcoal:      #1a1610;
  --dark:          #231f18;
  --dark-mid:      #2e2820;
  --copper:        #b45309;
  --copper-mid:    #d97706;
  --copper-light:  #f59e0b;
  --copper-glow:   #fbbf24;
  --copper-pale:   #fffbeb;
  --copper-xpale:  #fef9f0;
  --cream:         #faf6ef;
  --cream-dark:    #f2ebe0;
  --cream-mid:     #e8ddd0;
  --steel:         #64748b;
  --steel-light:   #94a3b8;
  --silver:        #e2e8f0;
  --brown:         #78350f;
  --white:         #ffffff;
  --off-white:     #fdfcfa;
  --text:          #1c1712;
  --text-mid:      #3d3020;
  --muted:         #6b5f52;
  --border:        #e8ddd0;
  --border-copper: #fde68a;
  --radius:        10px;
  --radius-lg:     16px;
  --radius-pill:   50px;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.07);
  --shadow:        0 4px 24px rgba(0,0,0,0.11);
  --shadow-h:      0 12px 40px rgba(0,0,0,0.18);
  --shadow-copper: 0 4px 20px rgba(180,83,9,0.25);
}

html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-size:18px;color:var(--text);background:var(--white);overflow-x:hidden;line-height:1.75}

/* ===== NAV ===== */
nav{position:sticky;top:0;z-index:1000;background:var(--charcoal);padding:0 24px;height:72px;box-shadow:0 2px 20px rgba(0,0,0,0.45);border-bottom:2px solid var(--copper)}
.nav-inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.nav-logo{font-family:'Jost',sans-serif;font-size:1.55rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:1.5px;text-transform:uppercase;flex-shrink:0}
.nav-logo span{color:var(--copper-light)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{color:#c8bba8;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--copper-light)}
.btn-nav-order{background:var(--copper)!important;color:var(--white)!important;font-weight:800!important;font-size:.9rem!important;padding:10px 24px!important;border-radius:var(--radius-pill)!important;border:none!important;transition:background .2s!important;text-transform:uppercase}
.btn-nav-order:hover{background:var(--copper-mid)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:25px;height:2px;background:var(--copper-light);display:block;border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--charcoal);position:absolute;top:72px;left:0;right:0;padding:24px 32px;gap:18px;z-index:999;border-bottom:2px solid var(--copper)}
.mobile-menu.open{display:flex}
.mobile-menu a{color:#c8bba8;text-decoration:none;font-size:1.05rem;font-weight:500}
.mobile-menu .btn-mob-order{background:var(--copper);color:var(--white);text-align:center;padding:13px;border-radius:var(--radius-pill);font-weight:800;margin-top:6px;font-size:1rem;text-transform:uppercase}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--copper);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:.5px;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:var(--shadow-copper)}
.btn-primary:hover{background:var(--copper-mid);transform:translateY(-2px)}
.btn-outline{display:inline-block;background:transparent;color:var(--copper);font-family:'Jost',sans-serif;font-weight:700;font-size:1.05rem;text-transform:uppercase;padding:14px 34px;border-radius:var(--radius-pill);border:2px solid var(--copper);text-decoration:none;transition:background .2s,transform .15s}
.btn-outline:hover{background:var(--copper-pale);transform:translateY(-2px)}
.btn-dark{display:inline-block;background:var(--charcoal);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:0 4px 16px rgba(0,0,0,.3)}
.btn-dark:hover{background:var(--dark-mid);transform:translateY(-2px)}

/* ===== TITLE BANDS ===== */
.sec-title-band{background:var(--charcoal);padding:48px 40px 40px;text-align:center;border-top:3px solid var(--copper);border-bottom:3px solid var(--copper)}
.sec-title-band h2{font-family:'Jost',sans-serif;font-size:2.4rem;font-weight:900;color:var(--white);letter-spacing:1.5px;text-transform:uppercase;line-height:1.2}
.sec-title-band p.band-sub{color:rgba(255,255,255,.62);font-size:1rem;margin-top:10px}
.sec-title-band.cream-band{background:var(--cream-dark);border-top-color:var(--copper);border-bottom-color:var(--copper)}
.sec-title-band.cream-band h2{color:var(--brown)}
.sec-title-band.cream-band p.band-sub{color:var(--muted)}
.sec-title-band.steel-band{background:var(--dark);border-top-color:var(--steel);border-bottom-color:var(--steel)}
.sec-title-band.steel-band h2{color:var(--silver)}

/* ===== HERO — NEW Full-width light cream, product RIGHT floating ===== */
.hero{
  background: var(--cream);
  padding: 0;
  overflow: hidden;
  position: relative;
}
/* Subtle warm grain texture background */
.hero::before{
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse at 80% 50%, rgba(180,83,9,.06) 0%, transparent 60%);
  pointer-events:none;
}

.hero-inner{
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; min-height: 580px;
  position: relative; z-index: 1;
}

/* LEFT — bold text on light background */
.hero-copy{
  padding: 80px 56px 80px 48px;
  display: flex; flex-direction: column; justify-content: center;
}

/* Copper eyebrow line */
.hero-overline{
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.hero-overline-bar{
  width: 40px; height: 3px;
  background: linear-gradient(90deg, var(--copper), var(--copper-light));
  flex-shrink: 0; border-radius: 2px;
}
.hero-overline-text{
  font-size: .78rem; font-weight: 800; letter-spacing: 4px;
  text-transform: uppercase; color: var(--copper);
}

.hero-copy h1{
  font-family: 'Jost', sans-serif; font-size: 3.4rem; font-weight: 900;
  line-height: 1.04; color: var(--charcoal); margin-bottom: 8px;
}
/* Copper underline accent on part of headline */
.hero-copy h1 .cu{
  position: relative; display: inline-block;
  color: var(--copper);
}
.hero-copy h1 .cu::after{
  content: '';
  position: absolute; left: 0; bottom: -4px; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--copper), var(--copper-light));
  border-radius: 2px;
}

.hero-copy p{
  font-size: 1.08rem; line-height: 1.82; color: var(--muted);
  margin-bottom: 14px; max-width: 500px;
}

/* Spec row — light version */
.hero-spec-row{
  display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px;
}
.hsr{
  display: flex; align-items: center; gap: 7px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 8px 14px;
  font-size: .85rem; font-weight: 700; color: var(--text-mid);
  box-shadow: var(--shadow-sm);
}
.hsr span:first-child{ font-size: 1.05rem; }

.hero-btns{ display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note{ font-size: .82rem; color: var(--steel); margin-top: 12px; }
.hero-note strong{ color: var(--copper); }

/* RIGHT — product floats on cream */
.hero-product{
  display: flex; align-items: center; justify-content: center;
  padding: 40px 40px 40px 20px;
  position: relative;
}
/* Decorative ring behind product */
.hero-product::before{
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(180,83,9,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-product a img{
  max-width: 100%; max-height: 500px; object-fit: contain;
  filter: drop-shadow(0 20px 48px rgba(0,0,0,.18)) drop-shadow(0 4px 14px rgba(180,83,9,.15));
  transition: transform .5s ease;
  position: relative; z-index: 1;
}
.hero-product a:hover img{ transform: scale(1.04) translateY(-8px) rotate(-1deg); }

/* ===== TRUST BAR ===== */
.trust-bar{
  background: var(--charcoal);
  padding: 14px 32px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 32px;
  border-top: 2px solid var(--copper);
}
.trust-bar span{
  color: #c8bba8; font-size: .86rem; font-weight: 700;
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.trust-bar span b{ color: var(--copper-light); }

/* ===== REVIEWS ===== */
.reviews-section{background:var(--off-white);padding:70px 48px}
.reviews-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:box-shadow .3s,transform .3s;box-shadow:var(--shadow-sm);border-top:4px solid var(--copper)}
.review-card:hover{box-shadow:var(--shadow-h);transform:translateY(-4px)}
.reviewer-photo{width:84px;height:84px;border-radius:50%;object-fit:cover;margin:0 auto 14px;display:block;border:3px solid var(--copper)}
.review-stars{height:20px;margin:0 auto 12px;display:block}
.review-badge{font-size:.9rem;font-weight:700;color:var(--copper);margin-bottom:12px}
.review-text{font-size:.98rem;line-height:1.75;color:var(--muted);font-style:italic}
.reviewer-name{margin-top:16px;font-weight:700;color:var(--text-mid);font-size:.92rem}

/* ===== WHAT IS ===== */
.what-is-section{background:var(--white);padding:70px 48px}
.what-is-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1.45fr;align-items:center;gap:64px}
.what-is-img-wrap{display:flex;justify-content:center}
.what-is-img-wrap img{width:100%;max-width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 28px rgba(180,83,9,.16))}
.what-is-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== WHY CHOOSE ===== */
.why-section{background:var(--cream);padding:70px 48px}
.section-prose{max-width:900px;margin:0 auto}
.section-prose p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== PRICING ===== */
.pricing-band{background:var(--dark);padding:48px 40px 16px;text-align:center;border-top:3px solid var(--copper)}
.pricing-band h3{font-family:'Jost',sans-serif;font-size:2rem;font-weight:900;color:var(--white);margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}
.pricing-band h4{font-family:'Jost',sans-serif;font-size:1.25rem;font-weight:500;color:var(--copper-light);margin-bottom:0}
.price-img-section{background:var(--white);padding:48px;text-align:center}
.price-img-section a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.price-img-section a:hover img{transform:scale(1.01)}

/* ===== FEATURES — NEW 2-col masonry-style feature cards ===== */
.features-section{background:var(--cream-dark);padding:70px 48px}
.masonry-grid{
  max-width:1000px; margin:0 auto;
  display:grid; grid-template-columns:1fr 1fr; gap:20px;
}

.m-card{
  background:var(--white); border-radius:var(--radius-lg);
  padding:28px 24px; box-shadow:var(--shadow-sm);
  border:1px solid var(--border);
  transition:box-shadow .25s, transform .25s;
  position:relative; overflow:hidden;
}
.m-card:hover{box-shadow:var(--shadow-h);transform:translateY(-3px)}

/* Alternating copper / steel top accent */
.m-card::after{
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg, var(--copper), var(--copper-light));
}
.m-card.steel-card::after{
  background:linear-gradient(90deg, var(--steel), var(--steel-light));
}
/* Span full width for featured cards */
.m-card.wide{ grid-column: 1 / -1; }

.m-card-header{
  display:flex; align-items:center; gap:14px; margin-bottom:14px;
}
.m-card-icon{
  width:56px; height:56px; border-radius:var(--radius-lg);
  background:var(--copper-pale); border:1px solid var(--border-copper);
  display:flex; align-items:center; justify-content:center;
  font-size:1.7rem; flex-shrink:0;
}
.m-card.steel-card .m-card-icon{
  background:var(--cream-dark); border-color:var(--border);
}
.m-card-stat{
  font-family:'Jost',sans-serif; font-size:1.85rem; font-weight:900;
  color:var(--copper); line-height:1;
}
.m-card.steel-card .m-card-stat{ color:var(--steel); }
.m-card-title-label{
  font-size:.72rem; font-weight:800; color:var(--muted);
  text-transform:uppercase; letter-spacing:.8px;
}

.m-card strong{
  font-family:'Jost',sans-serif; font-size:1.05rem; font-weight:800;
  color:var(--text); display:block; margin-bottom:8px; line-height:1.3;
}
.m-card p{font-size:.95rem;line-height:1.75;color:var(--muted)}

/* Wide card gets 2-col inner layout */
.m-card.wide .m-card-body{
  display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:14px;
}
.m-wide-col p{font-size:.95rem;line-height:1.75;color:var(--muted)}
.m-wide-col strong{font-family:'Jost',sans-serif;font-size:.95rem;font-weight:800;color:var(--text);display:block;margin-bottom:6px}

/* ===== GIFT BOX ===== */
.gift-section{background:var(--white);padding:70px 48px}
.gift-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:60px}
.gift-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}
.gift-check-list{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.gcl{
  display:flex;align-items:center;gap:12px;
  background:var(--cream);border-radius:var(--radius);
  padding:12px 16px;border-left:3px solid var(--copper);
  font-size:.97rem;font-weight:600;color:var(--text-mid);
}
.gcl-icon{font-size:1.15rem;flex-shrink:0}
.gift-img-wrap{display:flex;justify-content:center}
.gift-img-wrap img{width:100%;max-width:440px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.13));border-radius:var(--radius-lg)}

/* ===== GUARANTEE ===== */
.guarantee-section{background:var(--cream);padding:70px 48px}
.guarantee-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;align-items:center;gap:60px}
.guarantee-img-wrap{display:flex;justify-content:center}
.guarantee-img-wrap img{width:100%;max-width:260px;height:auto;object-fit:contain}
.guarantee-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* ===== PROPERTIES IMAGE ===== */
.properties-section{background:var(--off-white);padding:70px 48px;text-align:center}
.properties-img-wrap a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.properties-img-wrap a:hover img{transform:scale(1.01)}

/* ===== FAQs ===== */
.faq-section{background:var(--white);padding:70px 48px}
.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:20px 24px;font-family:'Jost',sans-serif;font-size:1.08rem;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;transition:background .2s;line-height:1.4}
.faq-question:hover{background:var(--copper-pale)}
.faq-arrow{font-size:1.1rem;transition:transform .3s;color:var(--copper);flex-shrink:0}
.faq-answer{display:none;padding:14px 24px 20px;font-size:1.02rem;line-height:1.8;color:var(--muted);border-top:1px solid var(--border)}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-arrow{transform:rotate(180deg)}

/* ===== ORDER ===== */
.order-how-section{background:var(--cream-dark);padding:70px 48px}
.order-how-inner{max-width:900px;margin:0 auto}
.order-how-inner p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}
.order-img-wrap{text-align:center;margin-top:36px}
.order-img-wrap a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.order-img-wrap a:hover img{transform:scale(1.01)}

/* ===== PRICING DETAILS ===== */
.pricing-details{background:var(--cream);padding:48px}
.pricing-details-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.info-block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 28px;border-top:4px solid var(--copper);box-shadow:var(--shadow-sm)}
.info-block h4{font-family:'Jost',sans-serif;font-size:1.12rem;font-weight:800;color:var(--text);margin-bottom:10px}
.info-block p,.info-block li{font-size:1.02rem;line-height:1.8;color:var(--muted)}
.info-block ul{list-style:none;padding:0}
.info-block ul li{padding:4px 0}
.info-block ul li::before{content:"⚔ ";color:var(--copper);font-size:.85rem}

/* ===== FINAL CTA ===== */
.cta-final{
  background:var(--cream-dark); padding:80px 48px; text-align:center;
  border-top:3px solid var(--copper); position:relative; overflow:hidden;
}
.cta-final::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(180,83,9,.07) 0%,transparent 55%);pointer-events:none}
.cta-final h2{font-family:'Jost',sans-serif;font-size:2.5rem;font-weight:900;color:var(--charcoal);margin-bottom:12px;line-height:1.2;position:relative;z-index:1}
.cta-final h2 span{color:var(--copper)}
.cta-sub{font-size:1.05rem;color:var(--muted);margin-bottom:36px;position:relative;z-index:1}
.cta-product-img{max-width:360px;margin:0 auto 32px;position:relative;z-index:1}
.cta-product-img a img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 40px rgba(180,83,9,.20)) drop-shadow(0 4px 14px rgba(0,0,0,.20));transition:transform .4s}
.cta-product-img a:hover img{transform:scale(1.05) rotate(-1.5deg)}
.cta-note{font-size:.88rem;color:var(--muted);margin-top:14px;position:relative;z-index:1}

/* ===== FOOTER — NEW Dark split: large brand LEFT + 3-col nav grid RIGHT ===== */
footer{
  background:var(--dark);
  border-top:4px solid var(--copper);
}

.footer-split{
  max-width:1200px; margin:0 auto;
  display:grid; grid-template-columns:1.6fr 2fr;
  gap:0;
}

/* LEFT — large brand block */
.footer-brand-block{
  background:var(--charcoal);
  padding:56px 48px;
  border-right:1px solid rgba(255,255,255,.06);
  display:flex; flex-direction:column; justify-content:space-between;
}
.footer-brand-name{
  font-family:'Jost',sans-serif; font-size:2rem; font-weight:900;
  color:var(--white); text-transform:uppercase; letter-spacing:2px;
  text-decoration:none; display:block; margin-bottom:12px;
}
.footer-brand-name span{color:var(--copper-light)}
.footer-brand-tagline{
  font-size:.9rem; color:var(--steel-light); line-height:1.7;
  margin-bottom:28px; max-width:320px;
}
.footer-brand-specs{
  display:flex; flex-direction:column; gap:8px; margin-bottom:28px;
}
.fps{
  display:flex; align-items:center; gap:10px;
  font-size:.84rem; font-weight:700; color:#78716c;
}
.fps-dot{
  width:6px; height:6px; border-radius:50%;
  background:var(--copper); flex-shrink:0;
}
.footer-cta-link{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--copper); color:var(--white);
  font-family:'Jost',sans-serif; font-weight:800; font-size:.9rem;
  text-transform:uppercase; letter-spacing:.5px;
  padding:12px 24px; border-radius:var(--radius-pill);
  text-decoration:none; width:fit-content;
  transition:background .2s; box-shadow:var(--shadow-copper);
}
.footer-cta-link:hover{background:var(--copper-mid)}

/* RIGHT — 3-col nav grid */
.footer-nav-block{
  padding:56px 48px;
  display:grid; grid-template-columns:repeat(3,1fr); gap:32px;
}
.fnc-title{
  font-family:'Jost',sans-serif; font-size:.76rem; font-weight:800;
  text-transform:uppercase; letter-spacing:2px; color:var(--copper-light);
  margin-bottom:16px; padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.fnc ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.fnc ul li a{
  color:var(--steel-light); text-decoration:none; font-size:.9rem;
  font-weight:500; display:flex; align-items:center; gap:6px;
  transition:color .2s;
}
.fnc ul li a::before{content:'›';color:var(--copper-mid);font-size:.95rem;font-weight:700}
.fnc ul li a:hover{color:var(--white)}

/* Footer bottom bar */
.footer-bottom{
  max-width:1200px; margin:0 auto;
  border-top:1px solid rgba(255,255,255,.05);
  padding:20px 48px;
  display:flex; flex-wrap:wrap; justify-content:space-between;
  align-items:center; gap:8px;
}
.footer-bottom p{font-size:.82rem;color:#334155;font-family:'Jost',sans-serif}
.footer-bottom a{color:#475569;text-decoration:none}
.footer-bottom a:hover{color:var(--copper-light)}

/* ===== FADE-UP ===== */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){.footer-nav-block{grid-template-columns:repeat(2,1fr)}.footer-split{grid-template-columns:1fr}}
@media(max-width:1024px){.hero-copy h1{font-size:2.7rem}.what-is-inner,.gift-inner{grid-template-columns:1fr 1.3fr;gap:44px}}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-product{min-height:340px;padding:32px 24px}.reviews-grid{grid-template-columns:1fr 1fr}.what-is-inner,.gift-inner,.guarantee-inner{grid-template-columns:1fr}.gift-img-wrap,.guarantee-img-wrap{justify-content:center}.masonry-grid{grid-template-columns:1fr}.m-card.wide .m-card-body{grid-template-columns:1fr}.footer-split{grid-template-columns:1fr}.footer-brand-block{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.footer-nav-block{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){nav{padding:0 16px}.nav-links{display:none}.hamburger{display:flex}.hero-copy{padding:52px 24px}.hero-copy h1{font-size:2.1rem}.sec-title-band{padding:36px 20px 30px}.sec-title-band h2{font-size:1.65rem}.reviews-grid{grid-template-columns:1fr}.reviews-section,.what-is-section,.why-section,.features-section,.gift-section,.guarantee-section,.properties-section,.faq-section,.order-how-section{padding:44px 20px}.pricing-details,.price-img-section{padding:32px 20px}.cta-final{padding:56px 20px}.cta-final h2{font-size:1.85rem}footer .footer-nav-block{grid-template-columns:repeat(2,1fr)}.footer-brand-block,.footer-nav-block{padding:40px 24px}.footer-bottom{padding:16px 24px}.trust-bar{padding:12px 20px;gap:6px 18px}}