:root {
  --paper: #f5f2eb;
  --paper-deep: #ebe5da;
  --surface: #fffdf8;
  --ink: #181713;
  --ink-soft: #4f4b43;
  --muted: #777167;
  --accent: #936637;
  --accent-dark: #704923;
  --olive: #4f5945;
  --line: rgba(24, 23, 19, .13);
  --line-light: rgba(255, 253, 248, .18);
  --success: #35664b;
  --danger: #a03e32;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 34px;
  --shadow-sm: 0 12px 30px rgba(30, 25, 18, .08);
  --shadow: 0 28px 70px rgba(30, 25, 18, .14);
  --container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Tajawal", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "El Messiri", serif; line-height: 1.25; }
::selection { background: var(--accent); color: white; }
:focus-visible { outline: 3px solid #b77b3f; outline-offset: 4px; }
[hidden] { display: none !important; }

.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 999; padding: 10px 18px; border-radius: 999px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--ink); color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .03em; }
.announcement .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.announcement a { color: white; font-weight: 700; }
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(245, 242, 235, .86); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 25px rgba(31, 27, 21, .05); }
.navbar { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-seal { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: "El Messiri", serif; font-weight: 700; font-size: 1.15rem; position: relative; }
.brand-seal::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.brand-copy strong { display: block; font-family: "El Messiri", serif; font-size: 1.13rem; line-height: 1.2; }
.brand-copy small { display: block; color: var(--muted); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; direction: ltr; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-inline: auto; }
.desktop-nav a { font-size: .91rem; font-weight: 600; color: var(--ink-soft); position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; bottom: -8px; inset-inline: 0; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.icon-btn:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.icon-btn svg { width: 20px; height: 20px; }
.menu-btn { display: none; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 12px 22px; background: transparent; font-weight: 700; font-size: .94rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; flex: 0 0 auto; }
.btn-primary { color: white; background: var(--ink); box-shadow: 0 12px 28px rgba(24,23,19,.18); }
.btn-primary:hover { background: var(--accent-dark); box-shadow: 0 16px 36px rgba(24,23,19,.22); }
.btn-accent { color: white; background: var(--accent); }
.btn-accent:hover { background: var(--accent-dark); }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,.35); }
.btn-outline:hover { border-color: var(--ink); background: var(--surface); }
.btn-light { color: var(--ink); background: var(--surface); }
.btn-light:hover { background: white; }

.mobile-panel { display: none; position: fixed; inset: 0; z-index: 120; background: var(--paper); padding: 24px; }
.mobile-panel.open { display: flex; flex-direction: column; }
.mobile-panel-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav { display: grid; margin-block: auto; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font: 600 clamp(1.35rem, 6vw, 2rem) "El Messiri", serif; }
.mobile-nav a span { color: var(--accent); font: 400 .75rem "Tajawal", sans-serif; }
.mobile-panel-foot { display: grid; gap: 12px; }

.hero { position: relative; padding: 34px 0 74px; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.25fr); align-items: stretch; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.hero-copy { padding: clamp(42px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-copy::before { content: "01"; position: absolute; inset-inline-start: 38px; top: 24px; color: rgba(147,102,55,.14); font: 700 6rem/1 "El Messiri", serif; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin-bottom: 21px; font-size: clamp(2.75rem, 5.2vw, 5.1rem); letter-spacing: -.04em; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 570px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.19rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 25px 0 0; color: var(--muted); font-size: .82rem; }
.hero-note svg { width: 18px; color: var(--success); }
.hero-media { position: relative; min-height: 560px; background: #cdb99e; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(20,18,15,.12)); pointer-events: none; }
.hours-card { position: absolute; z-index: 2; inset-inline-start: 28px; bottom: 28px; min-width: 220px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; color: white; background: rgba(24,23,19,.76); backdrop-filter: blur(16px); box-shadow: var(--shadow-sm); }
.hours-card small { display: block; color: rgba(255,255,255,.65); }
.hours-card strong { display: block; font-family: "El Messiri", serif; font-size: 1.18rem; }
.hero-stamp { position: absolute; z-index: 2; top: 30px; inset-inline-end: 30px; width: 108px; height: 108px; display: grid; place-items: center; padding: 14px; border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.88); text-align: center; font-size: .72rem; font-weight: 800; line-height: 1.35; transform: rotate(-7deg); box-shadow: var(--shadow-sm); }
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed var(--accent); border-radius: 50%; }

.trust-strip { padding: 0 0 78px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 13px; padding: 22px clamp(10px,2vw,28px); border-inline-end: 1px solid var(--line); }
.trust-item:last-child { border-inline-end: 0; }
.trust-item svg { width: 26px; height: 26px; color: var(--accent); flex: 0 0 auto; }
.trust-item strong { display: block; font-size: .91rem; }
.trust-item span { display: block; color: var(--muted); font-size: .76rem; }

.section { padding: 86px 0; }
.section-kicker { margin-bottom: 8px; color: var(--accent-dark); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-title { margin-bottom: 13px; font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.025em; }
.section-intro { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head .btn { flex: 0 0 auto; }

.collections { background: var(--ink); color: white; }
.collections .section-intro, .collections .section-kicker { color: rgba(255,255,255,.62); }
.collections .section-kicker { color: #c69a68; }
.collection-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-auto-rows: 470px; gap: 16px; }
.collection-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #3a3730; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.collection-card:hover img { transform: scale(1.045); }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,14,12,.8), transparent 58%); }
.collection-card-content { position: absolute; z-index: 2; inset-inline: 24px; bottom: 23px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.collection-card h3 { margin: 0; font-size: 1.45rem; }
.collection-card p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: .8rem; }
.collection-arrow { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: background .2s, color .2s; }
.collection-card:hover .collection-arrow { color: var(--ink); background: white; }
.collection-arrow svg { width: 18px; }

.catalog { background: var(--surface); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: center; gap: 20px; margin-bottom: 28px; }
.search-box { position: relative; max-width: 440px; }
.search-box svg { position: absolute; inset-inline-start: 17px; top: 50%; width: 20px; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.search-box input { width: 100%; height: 52px; padding: 0 50px 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); outline: 0; transition: border-color .2s, box-shadow .2s; }
.search-box input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(147,102,55,.12); }
.filter-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 4px; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-btn { min-width: max-content; min-height: 44px; padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: transparent; cursor: pointer; font-weight: 700; font-size: .84rem; transition: .2s; }
.filter-btn:hover, .filter-btn.active { border-color: var(--ink); color: white; background: var(--ink); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .24s, box-shadow .24s, border-color .24s; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(147,102,55,.4); box-shadow: var(--shadow-sm); }
.product-image { position: relative; aspect-ratio: 1.2 / 1; overflow: hidden; background: var(--paper-deep); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 15px; inset-inline-start: 15px; padding: 6px 11px; border-radius: 999px; color: white; background: rgba(24,23,19,.76); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 800; }
.product-body { padding: 20px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .73rem; }
.product-card h3 { margin: 8px 0 5px; font-size: 1.19rem; }
.product-description { min-height: 49px; margin-bottom: 17px; color: var(--muted); font-size: .86rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line); }
.product-price { font-size: 1.12rem; font-weight: 800; }
.product-price small { color: var(--muted); font-size: .68rem; }
.product-order { min-height: 42px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; font-size: .78rem; transition: .2s; }
.product-order:hover { border-color: var(--accent); color: white; background: var(--accent); }
.catalog-state { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; padding: 35px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.catalog-state svg { width: 38px; margin: 0 auto 12px; color: var(--accent); }
.catalog-status { margin-top: 18px; color: var(--muted); font-size: .8rem; text-align: center; }
.catalog-status[data-kind="live"] { color: var(--success); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.story-visual { position: relative; min-height: 560px; border-radius: var(--radius-lg); background: var(--paper-deep); overflow: hidden; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.story-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(15,14,12,.5)); }
.story-quote { position: absolute; z-index: 2; inset-inline: 26px; bottom: 27px; margin: 0; color: white; font: 600 clamp(1.25rem, 2vw, 1.7rem)/1.5 "El Messiri", serif; }
.story-copy .section-intro { margin-bottom: 28px; }
.story-points { display: grid; gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.story-points li { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.story-points strong { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: rgba(147,102,55,.1); font-size: .76rem; }
.story-points b { display: block; margin-bottom: 2px; }
.story-points span { color: var(--muted); font-size: .84rem; }

.reviews { background: var(--paper-deep); }
.review-summary { display: flex; align-items: center; gap: 18px; }
.review-score { font: 700 3.4rem/1 "El Messiri", serif; }
.stars { color: var(--accent); letter-spacing: .12em; }
.review-summary small { display: block; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.review-card blockquote { margin: 24px 0; font: 500 1.23rem/1.8 "El Messiri", serif; }
.review-author { display: flex; align-items: center; gap: 11px; margin-top: auto; color: var(--ink-soft); font-weight: 700; font-size: .84rem; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--olive); }

.visit { background: var(--ink); color: white; }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.visit-card { padding: clamp(30px,5vw,60px); border: 1px solid var(--line-light); border-radius: var(--radius-lg); background: rgba(255,255,255,.035); }
.visit .section-kicker { color: #c69a68; }
.visit .section-intro { color: rgba(255,255,255,.64); }
.contact-list { display: grid; gap: 0; margin: 34px 0; }
.contact-row { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line-light); }
.contact-row svg { width: 22px; color: #c69a68; }
.contact-row small { display: block; color: rgba(255,255,255,.48); }
.contact-row strong { direction: ltr; display: inline-block; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hours-list { margin-top: 28px; }
.hours-line { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.hours-line span:last-child { direction: ltr; color: #d6ae83; font-weight: 700; }
.map-placeholder { min-height: 225px; display: grid; place-items: center; margin-top: 28px; border-radius: var(--radius); color: var(--ink); background: linear-gradient(135deg, #d4c5aa, #f1e9dc); text-align: center; position: relative; overflow: hidden; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; width: 180%; height: 1px; background: rgba(24,23,19,.18); transform: rotate(-22deg); }
.map-placeholder::after { transform: rotate(28deg); }
.map-placeholder > * { position: relative; z-index: 2; }
.map-placeholder svg { width: 34px; margin: 0 auto 8px; color: var(--accent-dark); }

.site-footer { padding: 64px 0 26px; color: rgba(255,255,255,.68); background: #0f0f0d; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 40px; padding-bottom: 46px; }
.site-footer .brand-seal { color: var(--ink); background: var(--paper); }
.site-footer .brand-copy strong { color: white; }
.footer-about { max-width: 430px; margin-top: 20px; font-size: .89rem; }
.footer-title { margin-bottom: 17px; color: white; font: 700 .9rem "Tajawal", sans-serif; }
.footer-links { display: grid; gap: 10px; font-size: .85rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.whatsapp-float { position: fixed; z-index: 70; inset-inline-end: 22px; bottom: 22px; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 999px; color: white; background: #216b43; box-shadow: 0 18px 35px rgba(24,23,19,.24); font-size: .82rem; font-weight: 800; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #195536; }
.whatsapp-float svg { width: 21px; }

.modal { position: fixed; inset: 0; z-index: 160; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,8,7,.7); backdrop-filter: blur(6px); }
.modal-card { position: relative; width: min(880px, 100%); max-height: calc(100vh - 40px); display: grid; grid-template-columns: 1fr 1fr; overflow: auto; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.modal-media { min-height: 480px; background: var(--paper-deep); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: clamp(30px,5vw,55px); }
.modal-category { color: var(--accent); font-weight: 800; font-size: .76rem; }
.modal-content h2 { margin: 10px 0 14px; font-size: clamp(1.8rem,4vw,2.7rem); }
.modal-price { margin-bottom: 21px; font-size: 1.35rem; font-weight: 800; }
.modal-description { color: var(--muted); }
.modal-close { position: absolute; z-index: 3; top: 16px; inset-inline-end: 16px; background: var(--surface); }
.modal-content .btn { width: 100%; margin-top: 26px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-btn { display: grid; }
  .header-contact { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 500px; }
  .hero-media { min-height: 480px; }
  .collection-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 390px; }
  .collection-card:first-child { grid-column: 1 / -1; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .announcement-dot, .announcement span:last-child { display: none; }
  .navbar { height: 68px; }
  .brand-seal { width: 42px; height: 42px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 16px; }
  .hero-grid { border-radius: 24px; }
  .hero-copy { min-height: 470px; padding: 54px 24px 40px; }
  .hero-copy::before { inset-inline-start: 22px; top: 18px; font-size: 4.5rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-media { min-height: 380px; }
  .hero-media img { object-position: 32% center; }
  .hero-stamp { width: 92px; height: 92px; top: 18px; inset-inline-end: 18px; font-size: .63rem; }
  .hours-card { inset-inline: 18px; bottom: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-inline-end: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 66px 0; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 22px; }
  .collection-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .collection-card:first-child { grid-column: auto; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .search-box { max-width: none; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .product-body { padding: 15px; }
  .product-description { display: none; }
  .product-foot { display: block; }
  .product-order { width: 100%; margin-top: 12px; }
  .story-grid, .visit-grid { grid-template-columns: 1fr; }
  .story-visual { min-height: 430px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-summary { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .modal-card { grid-template-columns: 1fr; }
  .modal-media { min-height: 300px; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 22px, var(--container)); }
  .header-actions .icon-btn:not(.menu-btn) { display: none; }
  .trust-item { padding: 18px 10px; gap: 9px; }
  .trust-item svg { width: 22px; }
  .trust-item span { font-size: .69rem; }
  .products-grid { grid-template-columns: 1fr; }
  .product-description { display: -webkit-box; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 56px; height: 56px; padding: 0; justify-content: center; border-radius: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
