:root {
  --cream-50: #fdfcfa; --cream-100: #f6f2ea; --cream-200: #ece3d2;
  --gold-50: #f9f3e2; --gold-100: #efe1bd; --gold-200: #ddc383; --gold-300: #cba94f;
  --gold-500: #a67c25; --gold-600: #8c6a1e; --gold-700: #715417;
  --ink-100: #e7e1d8; --ink-200: #cfc3b0; --ink-300: #a8977c; --ink-400: #7a6a52;
  --ink-500: #554836; --ink-600: #3a2f22; --ink-700: #241c14; --ink-800: #16110c; --ink-900: #0d0a07;
  --font-sans: "Thmanyah", "IBM Plex Sans Arabic", system-ui, sans-serif;
  --font-display: "Thmanyah Display", "Thmanyah", "IBM Plex Sans Arabic", serif;
  --header-h: 64px;
  --gutter: clamp(1rem, 4vw, 2rem);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
body { font-family: var(--font-sans); font-size: 1rem; background: var(--cream-100); color: var(--ink-800); line-height: 1.8; min-height: 100svh; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; font-kerning: normal; overflow-x: hidden; }
main { flex: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.35; text-wrap: balance; font-feature-settings: "kern" 1, "liga" 1, "salt" 1, "ss01" 1; }
h3 { font-weight: 500; }
h1 { font-size: clamp(1.75rem, 5.2vw, 2.75rem); }
h2 { font-size: clamp(1.55rem, 4vw, 2.3rem); }
:focus-visible { outline: 3px solid rgba(166, 124, 37, .55); outline-offset: 2px; }
::selection { background: var(--gold-300); color: var(--ink-900); }
[hidden] { display: none !important; }

.skip-link { position: absolute; top: -4rem; inset-inline-start: 1rem; z-index: 100; background: var(--ink-800); color: var(--cream-50); padding: .6rem 1rem; border-radius: .6rem; transition: top .2s; }
.skip-link:focus { top: .75rem; }

.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3rem, 8vw, 5rem); }
.section.alt { background: var(--cream-50); }
.page { padding-block: clamp(1.5rem, 5vw, 3rem) clamp(3rem, 8vw, 5rem); }
.page.narrow { max-width: 820px; }
.eyebrow { display: inline-block; font-size: .9rem; font-weight: 700; color: var(--gold-600); }
.eyebrow.light { color: var(--gold-200); }
.lead { font-size: 1.05rem; color: var(--ink-500); max-width: 36rem; }
.section-head { text-align: center; display: grid; gap: .6rem; justify-items: center; margin-bottom: 2.5rem; }
.muted { color: rgba(246, 242, 234, .65); font-size: .9rem; }
.muted-dark { color: var(--ink-500); font-size: .9rem; }
.text-link { font-weight: 700; font-size: .95rem; color: var(--ink-600); padding-block: .4rem; }
.text-link:hover { color: var(--gold-600); text-decoration: underline; text-underline-offset: 4px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3rem; padding: .7rem 2rem; border-radius: 999px; font-weight: 700; font-size: 1rem; border: 1px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.btn-gold { background: var(--gold-300); color: var(--ink-900); box-shadow: 0 8px 24px rgba(0, 0, 0, .3); }
.btn-gold:hover { background: var(--gold-200); }
.btn-glass { background: rgba(255, 255, 255, .06); border-color: rgba(253, 252, 250, .32); color: var(--cream-50); backdrop-filter: blur(6px); }
.btn-glass:hover { background: rgba(255, 255, 255, .13); }
.btn-dark { background: var(--ink-800); color: var(--cream-50); }
.btn-dark:hover { background: var(--ink-700); }
.btn-light { background: var(--cream-50); color: var(--ink-900); }
.btn-outline { border-color: var(--ink-800); color: var(--ink-800); }
.btn-outline:hover { background: var(--ink-800); color: var(--cream-50); }
.btn-wa { background: #25d366; color: #fff; }
.btn-block { width: 100%; }
.cta-row { display: flex; flex-direction: column; gap: .75rem; width: 100%; }
.cta-row.center { align-items: center; }
@media (min-width: 560px) { .cta-row { flex-direction: row; width: auto; } .cta-row.center { justify-content: center; } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); background: rgba(253, 252, 250, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--ink-100); color: var(--ink-800); transition: background .3s, color .3s, border-color .3s; }
.header-row { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1rem; }
.brand-name, .faq summary, .stats b, .font-swash { font-feature-settings: "kern" 1, "liga" 1, "salt" 1, "ss01" 1; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; line-height: 1; }
.logo-mark { width: 2.4rem; height: 2.4rem; flex-shrink: 0; }
.nav { display: none; gap: 1.75rem; font-weight: 500; font-size: .95rem; }
.nav a { position: relative; padding-block: .4rem; }
.nav a:hover { color: var(--gold-500); }
.nav a[aria-current="page"] { color: var(--gold-600); font-weight: 700; }
.nav a[aria-current="page"]::after { content: ""; position: absolute; inset-inline: 0; bottom: -.1rem; height: 2px; background: currentColor; border-radius: 2px; }
.header-actions { display: flex; align-items: center; gap: .25rem; }
.icon-btn { position: relative; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: none; border: 0; color: inherit; cursor: pointer; font-size: 1.05rem; }
.icon-btn:hover { background: rgba(166, 124, 37, .14); }
.icon-btn.danger:hover { background: #fdecec; color: #c0392b; }
.badge { position: absolute; top: .1rem; left: .1rem; min-width: 1.25rem; height: 1.25rem; padding: 0 .3rem; border-radius: 999px; background: var(--gold-600); color: #fff; font-size: .72rem; font-weight: 700; display: grid; place-items: center; line-height: 1; }
.menu-toggle .i-close, .menu-open .menu-toggle .i-open { display: none; }
.menu-open .menu-toggle .i-close { display: block; }
.home .site-header:not(.scrolled):not(.menu-open) { background: transparent; backdrop-filter: none; border-color: transparent; color: var(--cream-50); }
.menu-open .nav { display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; inset-inline: 0; background: var(--cream-50); color: var(--ink-700); padding: .5rem var(--gutter) 1rem; border-bottom: 1px solid var(--ink-100); box-shadow: 0 16px 30px rgba(13, 10, 7, .12); }
.menu-open .nav a { padding: .9rem .25rem; font-size: 1.05rem; border-bottom: 1px solid var(--ink-100); }
.menu-open .nav a:last-child { border-bottom: 0; }
.menu-open .nav a[aria-current="page"]::after { display: none; }
@media (min-width: 960px) {
  :root { --header-h: 80px; }
  .nav, .menu-open .nav { display: flex; flex-direction: row; gap: 1.75rem; position: static; background: none; padding: 0; border: 0; box-shadow: none; color: inherit; }
  .menu-open .nav a { padding: .4rem 0; font-size: .95rem; border: 0; }
  .menu-toggle { display: none; }
}

/* Hero */
.hero { position: relative; margin-top: calc(var(--header-h) * -1); min-height: 90svh; display: flex; align-items: flex-end; background: var(--ink-900); color: var(--cream-50); overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--ink-900), rgba(13, 10, 7, .6) 55%, rgba(13, 10, 7, .2)); }
.hero-content { position: relative; z-index: 1; padding-block: 8rem 3rem; display: grid; gap: 1.15rem; justify-items: start; }
.hero h1 { font-size: clamp(2rem, 7.5vw, 4rem); max-width: 16ch; }
.hero p { max-width: 32rem; font-size: 1.1rem; color: rgba(246, 242, 234, .86); }
.hero .hero-price { font-size: .95rem; color: rgba(246, 242, 234, .75); }
.hero .hero-price b { color: var(--gold-200); }
.pill { border: 1px solid rgba(203, 169, 79, .45); background: rgba(255, 255, 255, .06); color: var(--gold-200); padding: .25rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 500; backdrop-filter: blur(6px); }
@media (min-width: 900px) { .hero { min-height: 92svh; align-items: center; } .hero-content { padding-block: 10rem 6rem; } .hero h1 { max-width: 15ch; } }

/* Trust */
.trust { background: var(--cream-50); border-block: 1px solid var(--ink-100); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; padding-block: 2rem; }
.trust-grid > div { display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; font-weight: 700; font-size: .9rem; color: var(--ink-600); line-height: 1.5; }
.ico { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--gold-100); color: var(--gold-700); display: grid; place-items: center; flex-shrink: 0; font-size: 1.1rem; }
.ico svg { width: 1.35rem; height: 1.35rem; }
.ico.wa { background: rgba(37, 211, 102, .14); color: #0f7a40; width: auto; padding-inline: 1rem; border-radius: 999px; font-size: .85rem; font-weight: 700; height: 2.25rem; }
@media (min-width: 760px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } .trust-grid > div { flex-direction: row; justify-content: center; text-align: start; } }

/* Split layout */
.split { display: grid; gap: clamp(1.75rem, 5vw, 2.5rem); align-items: center; }
.split.top { align-items: start; }
.split-text { display: grid; gap: 1.1rem; justify-items: start; min-width: 0; }
.photo { border-radius: 1.5rem; overflow: hidden; height: clamp(15rem, 62vw, 22rem); background: var(--ink-100); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 899px) { .rev-mobile > .split-text { order: -1; } }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } .photo { height: 30rem; } .split.top .photo { position: sticky; top: calc(var(--header-h) + 1.5rem); } }

/* Price */
.price-tag { display: inline-flex; align-items: baseline; gap: .4rem; padding: .3rem 1rem; border-radius: 999px; background: var(--gold-50); border: 1px solid var(--gold-100); color: var(--gold-700); }
.price-tag b { font-size: 1.6rem; font-weight: 700; line-height: 1.4; }
.price-tag span { font-size: .9rem; font-weight: 500; }

/* Buy form */
.buy-form { display: grid; gap: 1.25rem; width: 100%; max-width: 32rem; }
.buy-form fieldset { border: 0; padding: 0; min-width: 0; }
.buy-form legend, .label { font-weight: 700; font-size: .95rem; margin-bottom: .6rem; padding: 0; }
.chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
@media (min-width: 420px) { .chips { grid-template-columns: repeat(4, 1fr); } }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 3.75rem; padding: .5rem .3rem; border: 2px solid var(--ink-100); border-radius: .9rem; background: #fff; font-size: .9rem; line-height: 1.4; transition: .2s; }
.chip small { color: var(--ink-400); font-size: .8rem; }
.chip:hover span { border-color: var(--gold-300); }
.chip input:checked + span { border-color: var(--gold-500); background: var(--gold-50); color: var(--gold-700); box-shadow: 0 0 0 1px var(--gold-500) inset; }
.chip input:checked + span small { color: var(--gold-600); }
.chip input:focus-visible + span { outline: 3px solid rgba(166, 124, 37, .45); outline-offset: 2px; }
.qty-row { display: flex; align-items: center; gap: 1rem; }
.qty-row .label { margin: 0; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink-200); border-radius: .9rem; background: #fff; }
.qty button { width: 2.75rem; height: 2.75rem; border: 0; background: none; font-size: 1.4rem; cursor: pointer; color: var(--ink-600); border-radius: .7rem; line-height: 1; }
.qty button:hover { background: var(--gold-50); }
.qty input { width: 2.9rem; border: 0; text-align: center; font-size: 1.05rem; font-weight: 700; background: none; -moz-appearance: textfield; }
.qty input:focus { outline: 0; }
.qty input::-webkit-inner-spin-button, .qty input::-webkit-outer-spin-button { -webkit-appearance: none; }
.buy-submit { display: grid; gap: .75rem; }
.total-row { display: flex; justify-content: space-between; align-items: baseline; padding-inline: .25rem; color: var(--ink-500); }
.total-row b { font-size: 1.35rem; color: var(--ink-800); }
.honey-page .buy-submit { }
@media (max-width: 899px) {
  .honey-page .buy-submit { position: sticky; bottom: 0; z-index: 20; margin-inline: calc(var(--gutter) * -1); padding: .75rem var(--gutter) calc(.75rem + env(safe-area-inset-bottom)); background: rgba(246, 242, 234, .96); backdrop-filter: blur(10px); border-top: 1px solid var(--ink-100); }
  .honey-page .wa-float { bottom: calc(6.5rem + env(safe-area-inset-bottom)); }
}

.checks { list-style: none; padding: 0; display: grid; gap: .55rem; width: 100%; max-width: 32rem; }
.checks li { position: relative; padding-inline-start: 1.9rem; font-size: .95rem; color: var(--ink-600); }
.checks li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: .1rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--gold-100); color: var(--gold-700); font-size: .75rem; font-weight: 700; display: grid; place-items: center; line-height: 1; }

/* Product facts */
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .9rem; color: var(--ink-400); margin-bottom: 1.5rem; }
.crumbs a:hover { color: var(--gold-600); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; width: 100%; max-width: 32rem; padding: 1rem; background: var(--cream-50); border: 1px solid var(--ink-100); border-radius: 1rem; text-align: center; }
.facts span { display: block; font-size: .78rem; color: var(--ink-500); }
.facts b { font-size: .9rem; line-height: 1.5; display: block; }

/* Banner */
.banner { position: relative; display: flex; align-items: flex-end; min-height: 22rem; border-radius: 1.5rem; overflow: hidden; color: var(--cream-50); }
.banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.banner:hover > img { transform: scale(1.05); }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13, 10, 7, .93), rgba(13, 10, 7, .55), rgba(13, 10, 7, .12)); }
.banner-text { position: relative; z-index: 1; display: grid; gap: .5rem; justify-items: start; padding: 1.75rem; max-width: 32rem; }
.banner-text h3 { font-size: 2rem; font-weight: 700; }
.banner-text p { color: rgba(246, 242, 234, .86); font-size: .95rem; }
.banner-text .btn { margin-top: .5rem; min-height: 2.75rem; padding: .5rem 1.6rem; font-size: .95rem; }
@media (min-width: 640px) { .banner { align-items: center; min-height: 26rem; } .banner::after { background: linear-gradient(to left, rgba(13, 10, 7, .93), rgba(13, 10, 7, .55) 55%, rgba(13, 10, 7, .12)); } .banner-text { padding: 3rem; } }

/* Origin stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; width: 100%; padding-top: 1.5rem; border-top: 1px solid rgba(207, 195, 176, .6); }
.stats b { display: block; font-family: var(--font-display); font-size: clamp(1.35rem, 5vw, 1.8rem); line-height: 1.4; }
.stats span { font-size: .85rem; color: var(--ink-500); line-height: 1.5; display: block; }

/* Cards & testimonials */
.cards-3 { display: grid; gap: 1.25rem; }
@media (min-width: 760px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid var(--ink-100); border-radius: 1.25rem; padding: 1.5rem; }
.quote { display: grid; gap: 1rem; align-content: start; }
.quote .stars { color: var(--gold-500); letter-spacing: .12em; }
.quote blockquote { font-size: .97rem; color: var(--ink-600); }
.quote figcaption { display: flex; align-items: center; gap: .75rem; margin-top: auto; }
.quote figcaption b { display: block; font-size: .95rem; line-height: 1.4; }
.quote figcaption small { color: var(--ink-400); font-size: .8rem; }
.avatar { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--gold-100); color: var(--gold-700); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; flex-shrink: 0; }

/* CTA photo */
.cta-photo { position: relative; overflow: hidden; border-radius: 1.5rem; padding: 3rem 1.5rem; display: grid; gap: 1.1rem; justify-items: center; text-align: center; color: var(--cream-50); background: var(--ink-900); }
.cta-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-photo::before { content: ""; position: absolute; inset: 0; background: rgba(13, 10, 7, .7); z-index: 1; }
.cta-photo > *:not(img) { position: relative; z-index: 2; }
.cta-photo p { max-width: 36rem; color: rgba(246, 242, 234, .86); }
@media (min-width: 720px) { .cta-photo { padding: 4.5rem 3rem; } }

/* Page hero (wholesale) */
.page-hero { position: relative; display: flex; align-items: center; min-height: 15rem; background: var(--ink-900); color: var(--cream-50); overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(13, 10, 7, .72); }
.page-hero .container { position: relative; z-index: 1; display: grid; gap: .4rem; justify-items: start; padding-block: 2.5rem; }
.page-hero p { max-width: 30rem; color: rgba(246, 242, 234, .86); }
@media (min-width: 900px) { .page-hero { min-height: 19rem; } }

/* Forms */
.form { display: grid; gap: 1.15rem; align-content: start; }
.field { display: grid; gap: .4rem; }
.field > label { font-weight: 700; font-size: .95rem; color: var(--ink-700); }
.input { width: 100%; min-height: 3rem; padding: .7rem .95rem; border: 1px solid var(--ink-200); border-radius: .85rem; background: #fff; font-size: 1rem; color: var(--ink-800); transition: border-color .15s, box-shadow .15s; }
.input:focus { outline: 0; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(166, 124, 37, .2); }
.input[aria-invalid="true"] { border-color: #c0392b; }
.input::placeholder { color: var(--ink-300); }
textarea.input { resize: vertical; min-height: 5rem; }
.hint { font-size: .85rem; color: var(--ink-400); }
.error { font-size: .88rem; color: #b03a2e; font-weight: 500; }
.field-radio > div { display: grid; grid-template-columns: 1fr; gap: .6rem; }
@media (min-width: 420px) { .field-radio > div { grid-template-columns: 1fr 1fr; } }
.field-radio label { display: flex; align-items: center; gap: .6rem; min-height: 3.25rem; padding: .7rem .85rem; border: 2px solid var(--ink-100); border-radius: .85rem; cursor: pointer; font-weight: 700; font-size: .9rem; background: #fff; }
.field-radio label:has(input:checked) { border-color: var(--gold-500); background: var(--gold-50); color: var(--gold-700); }
.field-radio input { accent-color: var(--gold-500); width: 1.1rem; height: 1.1rem; }

/* Cart */
.cart-layout { display: grid; gap: 1.5rem; margin-top: 1.5rem; align-items: start; }
@media (min-width: 900px) { .cart-layout { grid-template-columns: 1fr 21rem; } .summary { position: sticky; top: calc(var(--header-h) + 1.25rem); } }
.cart-lines { display: grid; gap: 1rem; }
.cart-line { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1rem; padding: 1rem; }
.cart-line img { width: 4rem; height: 4rem; border-radius: .8rem; object-fit: cover; }
.cart-info { flex: 1 1 8rem; display: grid; line-height: 1.5; min-width: 0; }
.cart-info small { color: var(--ink-400); }
.price { color: var(--gold-700); font-weight: 700; font-size: .9rem; }
.line-total { font-weight: 700; min-width: 4.5rem; text-align: end; }
.summary { display: grid; gap: .85rem; }
.summary .row { display: flex; justify-content: space-between; gap: 1rem; font-size: .92rem; color: var(--ink-500); }
.summary .row b { color: var(--ink-800); white-space: nowrap; }
.summary .row.total { border-top: 1px solid var(--ink-100); padding-top: .85rem; font-weight: 700; color: var(--ink-800); font-size: 1.05rem; }
.empty { display: grid; gap: 1rem; justify-items: center; text-align: center; padding-block: clamp(2.5rem, 8vw, 4.5rem); }
.empty p { max-width: 30rem; color: var(--ink-500); }
.check { width: 4rem; height: 4rem; border-radius: 50%; background: var(--gold-100); color: var(--gold-700); display: grid; place-items: center; font-size: 1.8rem; font-weight: 700; }
.messages { margin-bottom: 1rem; }
.msg { display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-radius: .9rem; background: var(--gold-50); border: 1px solid var(--gold-100); color: var(--gold-700); font-weight: 700; font-size: .95rem; }

/* FAQ */
.faq { background: #fff; border: 1px solid var(--ink-100); border-radius: 1.25rem; overflow: hidden; }
.faq details + details { border-top: 1px solid var(--ink-100); }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 1.25rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; line-height: 1.6; min-height: 3.5rem; }
.faq summary:hover { background: var(--cream-50); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: .55rem; height: .55rem; margin-top: .55rem; flex-shrink: 0; border-inline-end: 2px solid var(--gold-600); border-bottom: 2px solid var(--gold-600); transform: rotate(45deg); transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq p { padding: 0 1.25rem 1.25rem; color: var(--ink-500); }

/* Contact */
.contact-card { display: grid; gap: .5rem; justify-items: center; text-align: center; padding: 2rem 1.5rem; transition: box-shadow .2s, transform .2s; }
.contact-card:hover { box-shadow: 0 12px 30px rgba(13, 10, 7, .1); transform: translateY(-2px); }
.contact-card p { color: var(--ink-500); font-size: .92rem; }
.info-row { margin-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 2.5rem; background: var(--cream-50); text-align: center; }

/* Footer */
.site-footer { background: var(--ink-800); color: var(--cream-100); margin-top: auto; }
.footer-grid { display: grid; gap: 2rem; padding-block: 3.5rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-grid > * { display: grid; gap: .6rem; align-content: start; justify-items: start; }
.footer-grid h3 { font-size: 1.05rem; color: var(--cream-50); font-weight: 700; }
.footer-grid a { font-size: .92rem; color: rgba(246, 242, 234, .72); padding-block: .1rem; }
.footer-grid a:hover { color: var(--gold-300); }
.footer-grid .brand { color: var(--cream-50); }
.social { display: flex; flex-wrap: wrap; gap: .5rem; }
.footer-grid .social a { padding: .35rem .9rem; border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: .82rem; }
.pay { display: flex; flex-wrap: wrap; gap: .5rem; }
.pay span { padding: .3rem .75rem; border: 1px solid rgba(255, 255, 255, .15); border-radius: .5rem; font-size: .78rem; color: rgba(246, 242, 234, .85); }
.footer-bottom { display: flex; flex-direction: column; gap: .4rem; padding-block: 1.25rem calc(1.25rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 255, 255, .1); font-size: .8rem; color: rgba(246, 242, 234, .6); }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }

/* WhatsApp */
.wa-float { position: fixed; right: 1.1rem; bottom: calc(1.1rem + env(safe-area-inset-bottom)); z-index: 60; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .25); transition: transform .2s, bottom .2s; }
.wa-float:hover { transform: scale(1.06); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; opacity: .4; animation: ping 2s cubic-bezier(0, 0, .2, 1) infinite; z-index: -1; }
@keyframes ping { 75%, 100% { transform: scale(1.6); opacity: 0; } }

@media (max-width: 360px) {
  .brand { font-size: 1.2rem; }
  .btn { padding-inline: 1.25rem; }
  .facts { grid-template-columns: 1fr; text-align: start; }
  .facts > div { display: flex; justify-content: space-between; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
