:root{--black:#0c0c0d;--cream:#faf7f0;--gold:#c79a32;--gold2:#e0bd63;--muted:#6c665c;--border:#e8dfcf;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 4%}.brand{display:flex;align-items:center;gap:10px}.brand img{width:44px;height:44px;border-radius:50%;object-fit:cover}.brand strong{display:block;font-family:'Playfair Display',serif;font-size:1rem;letter-spacing:.06em}.brand small{display:block;color:var(--muted);font-size:.7rem}.nav{display:flex;gap:28px;font-size:.93rem;font-weight:500}.nav a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 24px;font-weight:700;transition:.25s;border:1px solid transparent;white-space:nowrap}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#14100a}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(199,154,50,.28)}.btn-outline{border-color:rgba(255,255,255,.7);color:#fff}.btn-outline:hover{background:#fff;color:var(--black)}.btn-dark{background:var(--black);color:#fff}.section{padding:90px 0}.hero{min-height:92vh;position:relative;display:grid;place-items:center;text-align:center;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;background:#000}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.5;filter:contrast(1.12)}.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(199,154,50,.18),rgba(0,0,0,.72) 65%)}.hero-content{position:relative;z-index:2;width:min(900px,92%);animation:rise .7s ease both}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:700;color:var(--gold2);margin:0 0 16px}.eyebrow.dark{color:var(--gold)}.center{text-align:center}.hero h1,h2{font-family:'Playfair Display',serif;line-height:1.05}.hero h1{font-size:clamp(3.2rem,8vw,7rem);margin:0 0 22px}.hero-subtitle{font-size:clamp(1.1rem,2.4vw,1.6rem);font-weight:600;margin:0 auto 10px}.hero-text{font-size:1.05rem;color:rgba(255,255,255,.85);margin:0 auto 32px}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.image-stack img{border-radius:28px;box-shadow:0 25px 60px rgba(0,0,0,.16);aspect-ratio:4/5;object-fit:cover}.image-stack img:nth-child(2){margin-top:70px}h2{font-size:clamp(2.3rem,4vw,4.4rem);margin:0 0 24px}.intro p{color:#514c46}.collections{background:var(--cream)}.grid{display:grid;gap:22px}.collection-grid{grid-template-columns:repeat(3,1fr);margin-top:44px}.collection-grid .collection-card{display:block;background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;min-height:220px;transition:.25s}.collection-grid .collection-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.08);border-color:rgba(199,154,50,.5)}.collection-grid .collection-card em{display:inline-block;margin-top:16px;color:#8b6417;font-style:normal;font-weight:700;font-size:.9rem}.collection-grid span{font-family:'Playfair Display',serif;color:var(--gold);font-size:1.8rem;font-weight:700}.collection-grid h3,.product-card h3{font-family:'Playfair Display',serif;font-size:1.5rem;margin:12px 0 8px}.collection-grid p,.product-card p{color:var(--muted);margin:0}.featured{background:#fff}.product-grid{grid-template-columns:repeat(4,1fr);margin-top:44px}.product-card{border:1px solid var(--border);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 16px 45px rgba(0,0,0,.06);transition:.25s}.product-card:hover{transform:translateY(-6px)}.product-card img{height:250px;width:100%;object-fit:cover;background:#f4f1eb}.product-card div{padding:22px}.product-card .tag{display:inline-block;background:rgba(199,154,50,.13);color:#8b6417;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700;margin-bottom:8px}.product-card strong{display:block;color:var(--gold);font-size:1.25rem;margin:15px 0}.product-card a{display:block;text-align:center;border:1px solid var(--gold);border-radius:999px;padding:10px 15px;color:#8b6417;font-weight:700}.product-card a:hover{background:var(--gold);color:#111}.highlight{box-shadow:0 20px 65px rgba(199,154,50,.16)}.catalog{background:var(--cream)}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:44px}.gallery-grid figure{margin:0;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden}.gallery-grid img{height:180px;width:100%;object-fit:cover}.gallery-grid figcaption{padding:13px;font-weight:600;font-size:.9rem;text-align:center}.small-note{font-size:.82rem;color:var(--muted);text-align:center;margin-top:28px}.info-band{background:var(--black);color:#fff}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.info-band p,.info-band li{color:rgba(255,255,255,.78)}.info-band h2{color:#fff}.policies{background:#fff}.policy-card{max-width:980px;margin:40px auto 0;background:var(--cream);border:1px solid var(--border);border-radius:28px;padding:34px}.policy-list p{border-top:1px solid var(--border);padding-top:16px}.contact{background:linear-gradient(180deg,#fff,var(--cream))}.contact-simple{max-width:850px;text-align:center}.contact-simple p{max-width:680px;margin-left:auto;margin-right:auto;color:#514c46}.contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;justify-content:center}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1rem;font-weight:800;letter-spacing:.02em;box-shadow:0 16px 45px rgba(0,0,0,.25)}.footer{background:#080808;color:#fff;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer img{width:58px;height:58px;border-radius:50%;object-fit:cover}.footer h3,.footer h4{font-family:'Playfair Display',serif}.footer a{display:block;color:rgba(255,255,255,.72);margin:8px 0}.footer p{color:rgba(255,255,255,.72)}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;margin:35px min(1180px,92%) 0;color:rgba(255,255,255,.55);white-space:nowrap;font-size:.92rem}
.order-section{background:linear-gradient(180deg,var(--cream),#fff)}
.order-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start}
.order-copy ul{padding-left:20px;color:#514c46}.order-note{background:#fff6de;border-left:4px solid var(--gold);padding:14px 16px;border-radius:14px;color:#514c46}.order-form{background:#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(0,0,0,.07)}.form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-form label{display:block;font-weight:700;font-size:.9rem;margin-bottom:16px}.order-form input,.order-form select,.order-form textarea{width:100%;margin-top:8px;border:1px solid var(--border);border-radius:16px;padding:13px 14px;font:inherit;background:#fff;color:var(--black)}.order-form input:focus,.order-form select:focus,.order-form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 4px rgba(199,154,50,.12)}.order-form button{border:0;width:100%;cursor:pointer}.form-helper{font-size:.85rem;text-align:center;color:var(--muted);margin:14px 0 0}.hidden-field{display:none}
@media(max-width:980px){.order-wrap{grid-template-columns:1fr}}
@media(max-width:620px){.form-row.two{grid-template-columns:1fr}.order-form{padding:22px}}
@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@media(max-width:980px){.nav{display:none}.two-col,.info-grid{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.site-header{padding:12px 4%}.copyright{white-space:normal;font-size:.82rem}.brand strong{font-size:.85rem}.site-header .btn{padding:10px 14px;font-size:.82rem}.section{padding:66px 0}.hero{min-height:86vh}.hero-actions .btn{width:100%}.collection-grid,.product-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.image-stack{grid-template-columns:1fr}.image-stack img:nth-child(2){margin-top:0}.product-card img,.gallery-grid img{height:240px}.policy-card{padding:24px}.floating-whatsapp{width:52px;height:52px}}

.product-card, .gallery-grid figure { scroll-margin-top: 110px; }

.form-success, .form-error {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}
.form-success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #166534;
}
.form-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #991b1b;
}
.order-form button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:4px;padding:0 6px;border-radius:999px;background:var(--gold);color:#111;font-size:.72rem;font-weight:800}.add-to-cart{width:100%;margin-top:10px;border:0;border-radius:999px;padding:11px 15px;background:var(--black);color:#fff;font-weight:800;cursor:pointer;transition:.25s}.add-to-cart:hover{background:#2b2418;transform:translateY(-1px)}.cart-section{background:#fff}.cart-wrap{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}.cart-panel{background:var(--cream);border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(0,0,0,.06)}.cart-items{display:grid;gap:14px;margin:24px 0}.empty-cart{background:#fff;border:1px dashed var(--border);border-radius:18px;padding:18px;text-align:center;color:var(--muted)}.cart-item{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px}.cart-item strong{display:block}.cart-item span{color:var(--muted)}.cart-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.cart-controls button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:7px 11px;font-weight:700;cursor:pointer}.cart-controls button:hover{border-color:var(--gold);color:#8b6417}.cart-total-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:18px;font-size:1.1rem}.cart-total-row strong{color:var(--gold);font-size:1.35rem}.cart-note,.checkout-info{color:var(--muted);font-size:.9rem}.clear-cart{margin-top:10px;border:0;cursor:pointer}.checkout-form h3{font-family:'Playfair Display',serif;font-size:1.8rem;margin:0 0 8px}@media(max-width:980px){.cart-wrap{grid-template-columns:1fr}}@media(max-width:620px){.cart-item{align-items:flex-start;flex-direction:column}.cart-controls{justify-content:flex-start}.cart-panel{padding:22px}}


/* Extra protection for Netlify honeypot fields */
.hidden-field,
[data-netlify-honeypot],
input[name="bot-field"]{
  display:none !important;
  visibility:hidden !important;
  position:absolute !important;
  left:-9999px !important;
}


/* M.S.K EYEWEARS v2.0 checkout polish */
.section-lead{max-width:720px;margin:-8px auto 34px;color:var(--muted);font-weight:500}.cart-section{background:linear-gradient(135deg,#fbf8f1,#fff)}.cart-wrap{align-items:start}.cart-panel,.checkout-form,.order-form{box-shadow:0 22px 60px rgba(12,12,13,.08)}.checkout-form{border:1px solid rgba(199,154,50,.22);position:relative;overflow:hidden}.checkout-form:before{content:"Recommended checkout flow";display:block;margin:-4px -4px 22px;padding:12px 18px;border-radius:18px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#14100a;text-align:center;font-weight:800;letter-spacing:.02em}.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.checkout-steps span{border:1px solid var(--border);background:#fff;border-radius:16px;padding:10px 12px;font-size:.82rem;font-weight:700;text-align:center;color:var(--muted)}.checkout-actions{display:flex;gap:12px;flex-wrap:wrap}.checkout-actions .btn{flex:1;min-width:220px}.order-section{background:#fff}.order-note{background:#fff7e1;border-left:4px solid var(--gold);padding:14px 16px;border-radius:14px}.hidden-field,input[name="bot-field"],[data-netlify-honeypot]{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.cart-item{align-items:center}.cart-controls button{cursor:pointer}.product-card .add-to-cart{margin-top:10px;width:100%;border:0;border-radius:999px;padding:12px 18px;background:var(--black);color:#fff;font-weight:800;cursor:pointer;transition:.25s}.product-card .add-to-cart:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(12,12,13,.18)}@media(max-width:760px){.checkout-steps{grid-template-columns:1fr}.checkout-actions{display:grid}.checkout-actions .btn{width:100%;min-width:0}.nav{gap:14px;font-size:.82rem;overflow-x:auto}}


/* v2.0.1 checkout step fix: make the guide clearly clickable and helpful */
.checkout-steps .checkout-step{
  border:1px solid var(--border);
  background:#fff;
  border-radius:16px;
  padding:10px 12px;
  font-size:.82rem;
  font-weight:800;
  text-align:center;
  color:var(--muted);
  cursor:pointer;
  box-shadow:0 8px 22px rgba(12,12,13,.04);
}
.checkout-steps .checkout-step:hover,.checkout-steps .checkout-step:focus{
  color:#14100a;
  border-color:rgba(199,154,50,.65);
  background:linear-gradient(135deg,#fff8e7,#fff);
  outline:none;
}
.checkout-step-note{
  margin:8px 0 18px;
  font-size:.88rem;
  color:var(--muted);
  text-align:center;
}


/* M.S.K EYEWEARS v2.1 — Mobile & Performance Optimization */
html, body { max-width:100%; overflow-x:hidden; }
img { height:auto; }
button, .btn, a { -webkit-tap-highlight-color: transparent; }

@media (max-width: 720px){
  body{ font-size:15px; line-height:1.6; }
  .container{ width:min(100% - 32px, 1180px); }
  .site-header{
    padding:10px 16px;
    gap:10px;
    min-height:74px;
  }
  .brand{ min-width:0; gap:9px; }
  .brand img{ width:42px; height:42px; flex:0 0 42px; }
  .brand strong{ font-size:.82rem; letter-spacing:.045em; white-space:nowrap; }
  .brand small{ font-size:.72rem; }
  .site-header .btn{ padding:10px 18px; font-size:.88rem; flex:0 0 auto; }

  .section{ padding:54px 0; }
  .hero{ min-height:calc(100svh - 74px); padding:44px 0 70px; }
  .hero h1{ font-size:clamp(3rem, 15vw, 4.2rem); line-height:.98; letter-spacing:-.03em; margin-bottom:20px; }
  .eyebrow{ font-size:.7rem; letter-spacing:.18em; }
  .hero-subtitle{ font-size:1.08rem; line-height:1.55; }
  .hero-text{ font-size:.98rem; max-width:330px; margin-bottom:28px; }
  .hero-actions{ width:100%; gap:12px; }
  .hero-actions .btn{ width:100%; padding:14px 18px; }

  h2{ font-size:clamp(2.15rem, 11vw, 3.2rem); line-height:1.06; word-break:normal; overflow-wrap:normal; }
  .section-lead{ margin-bottom:22px; font-size:.95rem; }

  .image-stack{ gap:14px; }
  .image-stack img{ border-radius:22px; max-height:360px; width:100%; object-fit:cover; }
  .intro p{ font-size:.96rem; }

  .collection-grid{ gap:14px; margin-top:28px; }
  .collection-grid .collection-card{ min-height:0; padding:22px; border-radius:20px; }
  .collection-grid span{ font-size:1.45rem; }
  .collection-grid h3,.product-card h3{ font-size:1.25rem; line-height:1.25; }

  .product-grid{ gap:18px; margin-top:28px; }
  .product-card{ border-radius:24px; }
  .product-card img{ height:auto; aspect-ratio:4/3; object-fit:cover; }
  .product-card div{ padding:18px; }
  .product-card p{ font-size:.92rem; }
  .product-card strong{ font-size:1.1rem; margin:12px 0; }
  .product-card a,.product-card .add-to-cart{ min-height:46px; padding:12px 14px; }

  .gallery-grid{ grid-template-columns:1fr; gap:16px; margin-top:28px; }
  .gallery-grid figure{ border-radius:22px; }
  .gallery-grid img{ height:auto; aspect-ratio:4/3; object-fit:cover; }
  .gallery-grid figcaption{ font-size:1rem; padding:14px; }

  .cart-wrap,.order-wrap{ gap:24px; }
  .cart-panel,.order-form,.policy-card{ border-radius:24px; padding:22px; }
  .cart-item{ padding:14px; }
  .cart-total-row{ font-size:1rem; }
  .cart-total-row strong{ font-size:1.18rem; }
  .checkout-form:before{ margin:0 0 18px; border-radius:14px; font-size:.9rem; padding:10px 12px; }
  .checkout-steps{ gap:8px; }
  .checkout-steps .checkout-step{ min-height:44px; display:flex; align-items:center; justify-content:center; }
  .checkout-actions .btn{ min-height:48px; }
  .form-row.two{ grid-template-columns:1fr; gap:0; }
  .order-form label{ font-size:.92rem; margin-bottom:14px; }
  .order-form input,.order-form select,.order-form textarea{ border-radius:14px; padding:13px 14px; font-size:16px; }
  .order-form textarea{ min-height:120px; }

  .policies .container,.contact .container{ width:min(100% - 32px, 1180px); }
  .policy-card{ font-size:.95rem; line-height:1.7; }
  .policy-card p{ margin:0 0 16px; overflow-wrap:break-word; }
  .policy-list p{ padding-top:14px; }
  .policy-list strong{ display:inline; }

  .contact-simple{ text-align:center; }
  .contact-actions{ display:grid; grid-template-columns:1fr; gap:12px; }
  .contact-actions .btn{ width:100%; min-height:50px; }

  .footer{ padding:42px 0 calc(110px + env(safe-area-inset-bottom)); }
  .footer-grid{ grid-template-columns:1fr; gap:24px; text-align:left; }
  .footer img{ width:52px; height:52px; }
  .footer h3,.footer h4{ margin:8px 0; }
  .footer p,.footer a{ font-size:.95rem; max-width:100%; overflow-wrap:anywhere; }
  .copyright{ white-space:normal; text-align:left; margin-top:24px; font-size:.82rem; overflow-wrap:anywhere; }

  .floating-whatsapp{
    width:56px;
    height:56px;
    right:16px;
    bottom:calc(76px + env(safe-area-inset-bottom));
    z-index:45;
    box-shadow:0 14px 35px rgba(0,0,0,.22);
  }

  #contact, #policies, #order, #cart, #products, #collections{ scroll-margin-top:90px; }
}

@media (max-width: 380px){
  .brand strong{ font-size:.72rem; }
  .brand small{ font-size:.66rem; }
  .site-header .btn{ padding:9px 13px; font-size:.78rem; }
  .hero h1{ font-size:2.75rem; }
}

/* v2.1.1 — Fix mobile footer copyright overflow */
.footer .copyright{
  margin:35px auto 0 !important;
  width:min(1180px, 92%) !important;
  max-width:92% !important;
  white-space:normal !important;
  text-align:center !important;
  display:block !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  letter-spacing:normal !important;
}
@media (max-width:720px){
  .footer .copyright{
    margin:24px auto 0 !important;
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    text-align:center !important;
    font-size:.82rem !important;
    line-height:1.7 !important;
  }
  .footer-grid{
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* M.S.K EYEWEARS v3.0 — Professional mobile-first polish */
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(12,12,13,.06);
}
.nav-toggle span{
  width:20px;
  height:2px;
  border-radius:999px;
  background:#14100a;
  transition:.25s;
}
.nav-toggle.is-active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2){ opacity:0; }
.nav-toggle.is-active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.trust-strip{
  background:#fff;
  border-bottom:1px solid var(--border);
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:18px 0;
}
.trust-grid div{
  border:1px solid var(--border);
  border-radius:18px;
  padding:16px 18px;
  background:linear-gradient(135deg,#fff,#fbf7ee);
}
.trust-grid strong{ display:block; font-weight:800; color:#14100a; }
.trust-grid span{ display:block; color:var(--muted); font-size:.86rem; margin-top:2px; }

.product-card img,
.gallery-grid img{
  object-position:center;
}
.product-card .add-to-cart,
.product-card a,
.checkout-actions .btn,
.order-form button,
.contact-actions .btn{
  touch-action:manipulation;
}
.product-card:active,
.collection-card:active,
.btn:active,
.add-to-cart:active{
  transform:scale(.985);
}

@media (max-width: 980px){
  .nav-toggle{ display:flex; order:3; }
  .site-header{ position:sticky; flex-wrap:wrap; }
  .site-header > .btn-gold{ order:2; margin-left:auto; }
  .nav{
    display:none !important;
    order:4;
    flex:0 0 100%;
    width:100%;
    margin-top:10px;
    padding:12px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:20px;
    box-shadow:0 18px 45px rgba(12,12,13,.08);
    grid-template-columns:1fr 1fr;
    gap:8px;
    overflow:visible !important;
  }
  .nav.nav-open{ display:grid !important; }
  .nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border:1px solid var(--border);
    border-radius:14px;
    background:#fbf8f1;
    font-size:.88rem;
    font-weight:700;
  }
  .trust-grid{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 720px){
  .site-header{ padding:9px 14px; min-height:68px; align-items:center; }
  .brand img{ width:40px !important; height:40px !important; }
  .brand strong{ font-size:.78rem !important; }
  .brand small{ font-size:.68rem !important; }
  .nav-toggle{ width:42px; height:42px; border-radius:13px; }
  .site-header > .btn-gold{ padding:9px 15px !important; font-size:.82rem !important; }
  .nav{ grid-template-columns:1fr; }
  .nav a{ min-height:43px; }

  .hero{ min-height:auto !important; padding:56px 0 58px !important; }
  .hero-bg img{ object-position:center top; opacity:.48; }
  .hero h1{ font-size:clamp(2.6rem, 13vw, 3.7rem) !important; line-height:1.02 !important; }
  .hero-subtitle{ font-size:1rem !important; }
  .hero-text{ font-size:.94rem !important; }
  .hero-actions .btn{ min-height:50px; }

  .trust-grid{ grid-template-columns:1fr; padding:14px 0; gap:10px; }
  .trust-grid div{ padding:14px 16px; border-radius:16px; }
  .trust-grid strong{ font-size:.95rem; }
  .trust-grid span{ font-size:.82rem; }

  .product-card img{ aspect-ratio:1.08/1 !important; height:auto !important; object-fit:cover !important; }
  .gallery-grid img{ aspect-ratio:1.1/1 !important; height:auto !important; object-fit:cover !important; }
  .product-card div{ padding:16px !important; }
  .product-card h3{ font-size:1.18rem !important; }
  .product-card p{ font-size:.88rem !important; }
  .product-card a,.product-card .add-to-cart{ min-height:46px; }

  .policy-card{ padding:20px !important; }
  .policy-card p{ font-size:.92rem !important; line-height:1.65 !important; }
  .policies h2,.contact h2{ font-size:clamp(2rem, 10vw, 2.75rem) !important; }

  .floating-whatsapp{
    width:54px !important;
    height:54px !important;
    right:16px !important;
    bottom:calc(96px + env(safe-area-inset-bottom)) !important;
    z-index:40 !important;
  }
  .checkout-actions{ padding-bottom:8px; }
  .contact-actions{ padding-bottom:10px; }
}

@media (max-width: 390px){
  .brand strong{ font-size:.7rem !important; letter-spacing:.035em !important; }
  .brand small{ font-size:.62rem !important; }
  .site-header > .btn-gold{ padding:8px 12px !important; font-size:.76rem !important; }
  .nav-toggle{ width:39px; height:39px; }
}
