/* ============================================================
   Kurma Bekasi — Theme "bekasi"
   Palette: olive-ink / warm-cream / olive-gold
   Structure: stacked-panel hero + variety showcase grid
              + Bekasi coverage strip + local catalog
   ============================================================ */

:root {
  --ink:     #24240f;
  --ink-2:   #4b4b3a;
  --gold:    #7a7a2e;
  --gold-d:  #5f5f23;
  --gold-l:  #9f9f68;
  --brown:   #6b6b28;
  --brown-2: #7a7a2e;
  --cream:   #F6F6E8;
  --cream-2: #e4e4d7;
  --line:    #d6d6c9;
  --green:   #7a7a2e;
  --muted:   #7f7f73;
  --wa:      #1faf54;
  --wa-d:    #178a43;
  --card:    #fff;
  --serif:   'Fraunces', Georgia, serif;
  --sans:    'Inter', system-ui, -apple-system, sans-serif;
  --radius:  14px;
  --shadow:  0 4px 18px rgba(36,36,15,.10);
  --shadow-lg: 0 16px 48px rgba(36,36,15,.18);
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box }
html { scroll-behavior: smooth }
html, body { max-width: 100%; overflow-x: clip }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.65; font-size: 16.5px }
img { max-width: 100%; display: block }
a { color: var(--brown-2); text-decoration: none }
h1, h2, h3 { font-family: var(--serif); line-height: 1.12; margin: 0 0 .4em; font-weight: 700; letter-spacing: -.015em }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem) }
h2 { font-size: clamp(1.7rem, 3.3vw, 2.6rem) }
h3 { font-size: 1.2rem }
p { margin: 0 0 1em }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px }
.muted { color: var(--muted) }
.section { padding: 80px 0 }
.section-sm { padding: 52px 0 }
.eyebrow { font-family: var(--sans); text-transform: uppercase; letter-spacing: .22em; font-size: .73rem; font-weight: 700; color: var(--gold-d); margin: 0 0 .7em }
.lead { font-size: 1.15rem; color: var(--ink-2) }
.center { text-align: center }
.sec-head { max-width: 680px; margin: 0 auto 44px }
.skip-link { position: absolute; left: -999px }
.skip-link:focus { left: 8px; top: 8px; background: #fff; padding: 8px; z-index: 200 }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; border-radius: 999px; font-family: var(--sans); font-weight: 600; font-size: .97rem; border: 1.5px solid transparent; cursor: pointer; transition: .18s; white-space: nowrap }
.btn:hover { transform: translateY(-2px); text-decoration: none }
.btn-lg { padding: 15px 32px; font-size: 1.03rem }
.btn-sm { padding: 8px 16px; font-size: .88rem }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(31,175,84,.28) }
.btn-wa:hover { background: var(--wa-d); color: #fff }
.btn-olive { background: linear-gradient(180deg, var(--gold-l), var(--gold)); color: #fff; box-shadow: 0 6px 18px rgba(122,122,46,.32) }
.btn-olive:hover { filter: brightness(1.07); color: #fff }
.btn-dark { background: var(--ink); color: #fff }
.btn-dark:hover { background: #111100; color: #fff }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink) }
.btn-ghost:hover { border-color: var(--gold); color: var(--brown-2) }
.wa-ic { font-size: 1.05em }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(246,246,232,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line) }
.header-inner { display: flex; align-items: center; gap: 18px; height: 74px }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink) }
.brand:hover { text-decoration: none }
.brand-logo { width: 44px; height: auto; display: block; flex: none }
.site-footer .brand-logo { width: 38px }
.brand-text { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; line-height: 1; display: flex; flex-direction: column }
.brand-text small { font-family: var(--sans); font-weight: 400; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 3px }
.main-nav { display: flex; gap: 24px; margin-left: auto }
.main-nav a { color: var(--ink); font-weight: 500; font-size: .97rem; position: relative; padding-bottom: 4px }
.main-nav a:hover { color: var(--brown-2); text-decoration: none }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: .2s }
.main-nav a:hover::after { width: 100% }
.header-wa { margin-left: 6px }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--line); border-radius: 10px; font-size: 1.2rem; line-height: 1; padding: 7px 12px; cursor: pointer; color: var(--ink) }
.lang-toggle { font-weight: 700; font-size: .82rem; letter-spacing: .05em; border: 1.5px solid var(--line); border-radius: 8px; padding: 7px 10px; color: var(--ink-2); transition: .15s }
.lang-toggle:hover { border-color: var(--gold); color: var(--brown-2); text-decoration: none }

/* ────────────────────────────────────────────────
   HERO — two-panel: left copy + right variety collage
   ──────────────────────────────────────────────── */
.hero-bekasi { background: var(--cream); border-bottom: 1px solid var(--line); overflow: hidden }
.hero-panels { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px }

/* Left panel */
.hero-left { padding: 64px 48px 64px 0; display: flex; flex-direction: column; justify-content: center }
.hero-left .eyebrow { margin-bottom: 1em }
.hero-left h1 { margin-bottom: .3em }
.hero-left h1 .local-accent { color: var(--gold-d); font-style: italic }
.hero-lead { font-size: 1.1rem; color: var(--ink-2); max-width: 460px; margin-bottom: 28px }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px }
.hero-trust { display: flex; flex-direction: column; gap: 8px }
.hero-trust-item { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--ink-2) }
.hero-trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0 }

/* Right panel — variety collage */
.hero-right { background: linear-gradient(135deg, var(--cream-2) 0%, #d8d8c0 100%); position: relative; display: flex; align-items: center; justify-content: center; padding: 32px 24px; overflow: hidden }
.hero-right::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(122,122,46,.04) 18px, rgba(122,122,46,.04) 19px) }
.variety-collage { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; width: 100%; max-width: 380px; position: relative; z-index: 1 }
.vc-tile { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1; background: var(--cream); position: relative }
.vc-tile img { width: 100%; height: 100%; object-fit: cover; transition: .4s }
.vc-tile:hover img { transform: scale(1.06) }
.vc-tile-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(36,36,15,.65)); color: #fff; font-size: .72rem; font-weight: 600; padding: 18px 8px 7px; text-align: center; letter-spacing: .04em }
.vc-count-tile { border-radius: 12px; background: var(--gold); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: var(--shadow); padding: 12px; aspect-ratio: 1 }
.vc-count-tile .ct-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 800; line-height: 1 }
.vc-count-tile .ct-lbl { font-size: .72rem; font-weight: 600; letter-spacing: .05em; margin-top: 4px; text-align: center }
.hero-bekasi .wrap { padding-top: 0; padding-bottom: 0 }

/* ────────────────────────────────────────────────
   LOCAL DELIVERY BANNER (Bekasi coverage strip)
   ──────────────────────────────────────────────── */
.coverage-strip { background: var(--ink); color: #e8e8c8; padding: 22px 0; border-bottom: 3px solid var(--gold) }
.coverage-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap }
.coverage-label { font-family: var(--sans); font-weight: 700; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-l); white-space: nowrap; flex-shrink: 0 }
.coverage-sep { width: 1px; height: 24px; background: rgba(255,255,255,.15); flex-shrink: 0 }
.coverage-areas { display: flex; flex-wrap: wrap; gap: 8px; flex: 1 }
.ca-tag { background: rgba(255,255,255,.08); border: 1px solid rgba(159,159,104,.3); color: #d8d8a8; border-radius: 999px; padding: 5px 12px; font-size: .8rem; font-weight: 600; white-space: nowrap }
.ca-tag.ca-active { background: var(--gold); border-color: var(--gold); color: #fff }
.coverage-icon { font-size: 1.1rem; margin-right: 4px }

/* ────────────────────────────────────────────────
   VARIETY SHOWCASE — rich grid of all varieties
   ──────────────────────────────────────────────── */
.showcase-section { background: #fff; padding: 80px 0 }
.showcase-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 20px; flex-wrap: wrap }
.showcase-header-copy { flex: 1 }
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px }
.sv-card { background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .22s; position: relative }
.sv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-l); text-decoration: none }
.sv-card-img { aspect-ratio: 1; overflow: hidden; background: linear-gradient(135deg, var(--cream-2), #d0d0b8) }
.sv-card-img img { width: 100%; height: 100%; object-fit: cover; transition: .38s }
.sv-card:hover .sv-card-img img { transform: scale(1.07) }
.sv-card-body { padding: 12px 14px 14px }
.sv-card-origin { font-size: .74rem; color: var(--gold-d); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px }
.sv-card-name { font-family: var(--serif); font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 4px }
.sv-card-desc { font-size: .83rem; color: var(--muted); line-height: 1.4; margin-bottom: 8px }
.sv-card-price { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--brown-2) }
.sv-card-price small { font-family: var(--sans); font-size: .7em; color: var(--muted); font-weight: 500 }
.sv-featured-badge { position: absolute; top: 10px; left: 10px; background: var(--gold); color: #fff; font-size: .68rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .03em }

/* ────────────────────────────────────────────────
   COVERAGE DETAIL SECTION
   ──────────────────────────────────────────────── */
.bekasi-coverage { background: var(--cream-2); padding: 64px 0 }
.bc-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start }
.bc-copy h2 { margin-bottom: .4em }
.bc-copy .lead { margin-bottom: 20px }
.bc-area-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px }
.bc-area-item { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--ink-2) }
.bc-area-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); flex-shrink: 0 }
.bc-area-item b { color: var(--ink) }
.bc-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 12px }
.bc-mosaic-zone { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; box-shadow: var(--shadow); transition: .18s }
.bc-mosaic-zone:hover { box-shadow: var(--shadow-lg); border-color: var(--gold-l) }
.bc-zone-name { font-family: var(--serif); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 4px }
.bc-zone-desc { font-size: .8rem; color: var(--muted) }

/* ────────────────────────────────────────────────
   STORY / WHY SECTION — horizontal split
   ──────────────────────────────────────────────── */
.story-section { background: var(--cream); padding: 80px 0 }
.story-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center }
.story-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg) }
.story-copy h2 { margin-bottom: .4em }
.story-copy .lead { margin-bottom: 20px }
.story-points { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 14px }
.sp-item { display: flex; align-items: flex-start; gap: 12px }
.sp-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, var(--gold-l), var(--gold)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .85rem; flex-shrink: 0; margin-top: 2px }
.sp-text { color: var(--ink-2); font-size: .95rem; line-height: 1.5 }
.sp-text b { color: var(--ink) }

/* ────────────────────────────────────────────────
   HOW TO ORDER — numbered row
   ──────────────────────────────────────────────── */
.order-section { background: #fff; padding: 72px 0 }
.order-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: ord }
.order-step { background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 28px 24px; position: relative; overflow: hidden; transition: .2s }
.order-step:hover { border-color: var(--gold-l); box-shadow: var(--shadow) }
.order-step::before { counter-increment: ord; content: "0" counter(ord); font-family: var(--serif); font-size: 3.5rem; font-weight: 800; color: var(--line); position: absolute; right: 16px; top: 10px; line-height: 1 }
.order-step h3 { font-size: 1.08rem; margin-bottom: 8px; position: relative }
.order-step p { font-size: .9rem; color: var(--muted); margin: 0; position: relative }

/* ────────────────────────────────────────────────
   TESTIMONIALS — vertical stack with olive accent
   ──────────────────────────────────────────────── */
.reviews-section { background: var(--cream-2); padding: 72px 0 }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px }
.rv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px }
.rv-stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem }
.rv-text { font-size: .95rem; color: var(--ink-2); font-style: italic; flex: 1; line-height: 1.6 }
.rv-who { display: flex; align-items: center; gap: 10px; margin-top: auto }
.rv-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-l), var(--brown-2)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; flex-shrink: 0 }
.rv-who-name { font-size: .88rem; font-weight: 700; color: var(--ink) }
.rv-who-role { font-size: .78rem; color: var(--muted) }

/* ────────────────────────────────────────────────
   PRODUCT CATALOG PAGE
   ──────────────────────────────────────────────── */
.catalog-head { background: linear-gradient(180deg, var(--cream-2), var(--cream)); border-bottom: 1px solid var(--line); padding: 52px 0 }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 24px }
.pcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .2s; display: flex; flex-direction: column; color: inherit }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none }
.pcard-media { aspect-ratio: 1; background: linear-gradient(135deg, var(--cream-2), #d0d0b8); overflow: hidden; position: relative }
.pcard-media img { width: 100%; height: 100%; object-fit: cover; transition: .4s }
.pcard:hover .pcard-media img { transform: scale(1.06) }
.pcard-tag { position: absolute; top: 10px; left: 10px; background: var(--gold); color: #fff; font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .03em }
.pcard-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1 }
.pcard-body h3 { font-size: 1.1rem; margin: 0 }
.pcard-origin { font-size: .77rem; color: var(--gold-d); font-weight: 700; text-transform: uppercase; letter-spacing: .07em }
.pcard-desc { font-size: .9rem; color: var(--muted); flex: 1 }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px }
.price { font-family: var(--serif); color: var(--brown-2); font-weight: 700; font-size: 1.2rem }
.price small { font-family: var(--sans); font-weight: 500; color: var(--muted); font-size: .7em }
.pcard-link { font-size: .84rem; font-weight: 600; color: var(--gold-d) }

/* ────────────────────────────────────────────────
   PRODUCT DETAIL
   ──────────────────────────────────────────────── */
.pd-top { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: start }
.pd-media img, .pd-ph { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg) }
.pd-ph { aspect-ratio: 1; background: linear-gradient(135deg, var(--cream-2), #c8c8a8); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--gold-l) }
.pd-price { font-family: var(--serif); font-size: 1.9rem; color: var(--brown-2); font-weight: 700; margin: .2em 0 }
.chips { display: flex; flex-wrap: wrap; gap: 8px }
.chip { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; font-weight: 600; font-size: .9rem; box-shadow: var(--shadow) }

/* ── Page head ── */
.page-head { background: linear-gradient(180deg, var(--cream-2), var(--cream)); border-bottom: 1px solid var(--line); padding: 52px 0 }

/* ── Breadcrumbs ── */
.crumbs { padding: 16px 0; color: var(--muted); font-size: .87rem }
.crumbs a { color: var(--muted) }
.crumbs a:hover { color: var(--brown-2) }

/* ── FAQ ── */
.faq { max-width: 780px; margin: 0 auto }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; margin-bottom: 10px; padding: 2px 18px; box-shadow: var(--shadow) }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center }
.faq summary::-webkit-details-marker { display: none }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--gold-d); font-weight: 300 }
.faq details[open] summary::after { content: "–" }
.faq details p { margin: 0 0 14px; color: var(--muted) }

/* ── Ticks ── */
.ticks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px }
.ticks li { padding-left: 32px; position: relative; color: var(--ink-2) }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 50%; background: var(--green); color: #fff; font-size: .77rem; display: flex; align-items: center; justify-content: center }

/* ── Prose / Article ── */
.prose { max-width: 780px; font-size: 1.03rem; color: var(--ink-2) }
.prose h2, .prose h3 { color: var(--ink); margin-top: 1.5em }
.prose ul { padding-left: 1.3em }
.prose table, .article-body table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: .94rem }
.prose th, .prose td, .article-body th, .article-body td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; vertical-align: top }
.prose th, .article-body th { background: var(--cream-2); font-weight: 700 }
.prose hr, .article-body hr { border: none; border-top: 1px solid var(--line); margin: 1.8em 0 }
.prose blockquote, .article-body blockquote { border-left: 4px solid var(--gold); padding: 2px 0 2px 16px; margin: 1.2em 0; font-style: italic; color: var(--ink-2) }
.prose li, .article-body li { margin-bottom: .4em }
.prose strong, .article-body strong { color: var(--ink) }
.article-wrap { max-width: 820px; margin: 0 auto }
.article-head h1 { margin: .1em 0 .3em }
.article-meta { font-size: .85rem; margin-top: 6px }
.article-hero { margin: 8px 0 28px }
.article-hero img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow) }
.article-hero figcaption { font-size: .75rem; margin-top: 7px; text-align: center }
.article-body { max-width: none; font-size: 1.07rem; line-height: 1.8 }
.article-body h2 { font-size: 1.5rem; margin: 1.6em 0 .5em }
.article-body h3 { font-size: 1.18rem; margin: 1.25em 0 .35em }
.article-body p { margin: 0 0 1.1em }
.article-body ul, .article-body ol { padding-left: 1.4em; margin: 0 0 1.1em }
.article-faq { margin-top: 40px }
.article-faq h2 { margin-bottom: 14px }
.article-cta { margin-top: 32px; text-align: center }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px }
.contact-list { list-style: none; padding: 0; line-height: 2.1 }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg) }
.contact-form label { display: block; font-weight: 600; margin: 14px 0 5px; font-size: .91rem }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 10px; font: inherit; background: var(--cream) }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold) }
.hp { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0 }
.alert-ok { background: #e9f7ef; border: 1px solid #b6e2c4; color: #176b38; padding: 12px 14px; border-radius: 10px; margin-bottom: 8px }
.err { color: #b3261e; font-size: .85rem }

/* ── CTA band ── */
.cta { background: linear-gradient(120deg, var(--ink) 0%, #323218 55%, var(--brown) 120%); color: #f0f0d8; position: relative; overflow: hidden }
.cta::before { content: "◆"; position: absolute; right: -30px; top: -30px; font-size: 16rem; color: rgba(122,122,46,.12) }
.cta-inner { padding: 68px 22px; text-align: center; position: relative }
.cta h2 { color: #fff }
.cta .lead { color: #d0d0b0; max-width: 540px; margin: 0 auto 24px }

/* ── Footer ── */
.site-footer { background: var(--ink); color: #c8c8a8; padding: 60px 0 24px; margin-top: 8px }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 38px }
.site-footer .brand-text { color: #f0f0d8; font-size: 1.25rem }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px }
.site-footer a { color: #c8c8a8 }
.site-footer a:hover { color: #fff }
.foot-nav { display: flex; flex-direction: column; gap: 8px }
.f-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px }
.pill { background: rgba(255,255,255,.06); border: 1px solid rgba(200,200,160,.2); color: #d8d8b0; font-size: .77rem; padding: 4px 11px; border-radius: 999px }
.copyright { border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; padding-top: 18px; font-size: .84rem }
.email-link { color: inherit }

/* ── Floating WA ── */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; padding: 13px 20px; border-radius: 999px; box-shadow: 0 8px 24px rgba(31,175,84,.5); font-weight: 600; transition: .18s }
.wa-float:hover { background: var(--wa-d); color: #fff; text-decoration: none; transform: translateY(-2px) }
.wa-glyph { width: 24px; height: 24px; display: block; flex: none }

/* ────────────────────────────────────────────────
   RESPONSIVE
   ──────────────────────────────────────────────── */
@media (max-width: 920px) {
  .hero-panels { grid-template-columns: 1fr; min-height: auto }
  .hero-left { padding: 44px 0 36px; order: 2 }
  .hero-right { order: 1; min-height: 280px; padding: 24px }
  .variety-collage { max-width: 320px }
  .story-split, .bc-grid, .pd-top, .contact-grid { grid-template-columns: 1fr; gap: 32px }
  .order-row { grid-template-columns: 1fr }
  .reviews-grid { grid-template-columns: 1fr }
  .showcase-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px }
  .header-inner { position: relative }
  .lang-toggle { margin-left: auto }
  .nav-toggle { display: block }
  .header-wa { display: none }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 6px 22px 14px; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow) }
  .header-inner.nav-open .main-nav { display: flex }
  .main-nav a { padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 1.03rem }
  .main-nav a::after { display: none }
  .bc-mosaic { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) }
  .section { padding: 54px 0 }
}

@media (max-width: 640px) {
  .coverage-inner { flex-direction: column; align-items: flex-start; gap: 12px }
  .coverage-sep { display: none }
  .reviews-grid { grid-template-columns: 1fr }
  .bc-mosaic { grid-template-columns: 1fr 1fr }
}

@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; gap: 22px }
  .wa-float { padding: 0; width: 60px; height: 60px; justify-content: center; border-radius: 50%; right: 14px; bottom: 14px; gap: 0 }
  .wa-float .wa-text { display: none }
  .wa-float .wa-glyph { width: 40px; height: 40px }
  .grid { grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 12px }
  .showcase-grid { grid-template-columns: 1fr 1fr; gap: 10px }
  .variety-collage { max-width: 100%; grid-template-columns: 1fr 1fr }
  .prose table, .article-body table { display: block; overflow-x: auto; max-width: 100% }
  .wrap { padding: 0 14px }
  h1 { font-size: 1.9rem }
  .hero-right { min-height: 220px }
}
