/* ===== Eastman Bicycles — B2B styles ===== */
:root {
  --red: #e11b22;
  --red-dark: #b3141a;
  --ink: #15171c;
  --ink-2: #3a3f4a;
  --muted: #6b7280;
  --line: #e7e9ee;
  --bg: #ffffff;
  --bg-soft: #f5f6f8;
  --bg-dark: #14161b;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(20, 22, 27, .08);
  --shadow-lg: 0 18px 50px rgba(20, 22, 27, .16);
  --maxw: 1440px;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: "Space Grotesk", var(--sans);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; letter-spacing: -.02em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--wide { max-width: min(1520px, 96vw); }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--sans); font-weight: 600; font-size: .92rem; padding: 11px 18px; border-radius: 10px; border: 1.5px solid transparent; cursor: pointer; transition: .18s; white-space: nowrap; line-height: 1; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-lg { padding: 14px 24px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: #fff; color: var(--red); border-color: #fff; }
.btn-light:hover { transform: translateY(-1px); }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); }
.btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
.btn-wa:hover { background: #1ebe5b; border-color: #1ebe5b; }

/* Keyboard focus — visible on all interactive controls */
:where(a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.search button:focus-visible { outline-offset: -2px; }

/* ===== Topbar ===== */
.topbar { background: var(--bg-dark); color: #cfd3da; font-size: .8rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 38px; gap: 12px; }
.topbar a { display: inline-flex; align-items: center; gap: 5px; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 13px; height: 13px; }
.topbar .sep { opacity: .35; margin: 0 10px; }
.topbar .star { color: #ffd34d; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; }
.site-header.is-scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; gap: 20px; padding: 14px 24px; max-width: var(--maxw); margin: 0 auto; }
.brand { flex-shrink: 0; }
.brand img { height: 46px; width: auto; }
.search { flex: 1; display: flex; align-items: center; border: 1.6px solid var(--line); border-radius: 12px; overflow: hidden; max-width: 720px; margin-left: auto; margin-right: auto; background: #fff; min-width: 0; }
.search input { flex: 1; border: none; outline: none; padding: 0 14px; height: 46px; font-size: .95rem; font-family: var(--sans); min-width: 60px; }
.search button { display: flex; align-items: center; gap: 6px; background: var(--red); color: #fff; border: none; height: 46px; padding: 0 18px; font-weight: 600; cursor: pointer; font-family: var(--sans); }
.search button:hover { background: var(--red-dark); }
.search button svg { width: 17px; height: 17px; }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.lang-select-wrap { flex-shrink: 0; }
.lang-select {
  height: 46px; min-width: 132px; max-width: 168px; padding: 0 30px 0 12px;
  border: 1.6px solid var(--line); border-radius: 12px; background: #fff;
  font-family: var(--sans); font-size: .82rem; font-weight: 600; color: var(--ink-2);
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233a3f4a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}
.lang-select:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px rgba(225,27,34,.12); }
.lang-select optgroup { font-weight: 700; color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1.5px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--ink); }

/* ===== Cat nav + mega dropdown ===== */
.catnav { background: var(--bg-dark); }
.catnav-inner { display: flex; align-items: center; height: 50px; }
.catnav-drop { position: relative; height: 50px; display: flex; align-items: center; }
.catnav-all { display: flex; align-items: center; gap: 8px; background: var(--red); color: #fff; border: none; font-family: var(--sans); font-weight: 600; font-size: .9rem; padding: 9px 16px; border-radius: 8px; margin-right: 12px; cursor: pointer; }
.catnav-all svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.catnav-all .chev, .catnav-all svg:last-child { transition: transform .2s; }
.catnav-all.is-open svg:last-child { transform: rotate(180deg); }
.catnav-links { display: flex; gap: 2px; flex-wrap: wrap; }
.catnav-links a { color: #d4d8df; font-size: .9rem; font-weight: 500; padding: 8px 14px; border-radius: 8px; }
.catnav-links a:hover, .catnav-links a.is-active { background: rgba(255,255,255,.1); color: #fff; }
.mega { position: absolute; top: 50px; left: 0; width: min(760px, 92vw); background: #fff; border: 1px solid var(--line); border-radius: 0 0 14px 14px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1fr; z-index: 70; }
.mega[hidden] { display: none; }
.mega-col { padding: 18px 22px; }
.mega-col:first-child { border-right: 1px solid var(--line); }
.mega-col h4 { display: flex; justify-content: space-between; align-items: center; font-size: .95rem; margin-bottom: 12px; color: var(--red); }
.mega-all { font-size: .74rem; font-weight: 600; color: var(--muted); }
.mega-all:hover { color: var(--red); }
.mega-links { display: flex; flex-direction: column; gap: 1px; max-height: 340px; overflow-y: auto; padding-right: 4px; }
.mega-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 6px; border-radius: 8px; font-size: .82rem; color: var(--ink-2); transition: .15s; }
.mega-link:hover { background: var(--bg-soft); color: var(--red); }
.mega-link-name { flex: 1; min-width: 0; line-height: 1.3; }
.mega-link-tags { display: flex; gap: 4px; flex-shrink: 0; flex-wrap: wrap; justify-content: flex-end; }

/* ===== Category / product tags ===== */
.cat-tag { display: inline-block; font-size: .58rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 7px; border-radius: 5px; line-height: 1; white-space: nowrap; }
.cat-tag--new { background: #dcfce7; color: #166534; }
.cat-tag--featured { background: #fee2e2; color: #b91c1c; }
.cat-tag--demand { background: #ffedd5; color: #c2410c; }

/* ===== Hero / Banner ===== */
.hero { background: linear-gradient(180deg, var(--bg-soft), #fff); padding: 26px 0 10px; }
.banner { position: relative; border-radius: 20px; overflow: hidden; background: linear-gradient(120deg, #1b1d24 0%, #2a0e10 55%, #7d1418 100%); min-height: 400px; box-shadow: var(--shadow-lg); }
.banner-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 20px; padding: 44px 64px; opacity: 0; visibility: hidden; transition: opacity .6s ease; }
.banner-slide.is-active { opacity: 1; visibility: visible; position: relative; }
.banner-slide--solo { grid-template-columns: 1fr; max-width: 760px; }
.banner-slide--solo .banner-text { max-width: none; }
.banner-slide--solo .banner-text p { max-width: 620px; }
.country-banner--flag { position: relative; background: linear-gradient(120deg, #1b1d24 0%, #2a0e10 55%, #7d1418 100%); }
.country-banner--flag::before { content: ""; position: absolute; inset: 0; background-image: var(--country-flag); background-size: cover; background-position: center; opacity: .12; pointer-events: none; }
.country-banner--flag > * { position: relative; z-index: 1; }
.country-final-cta.country-banner--flag::before { opacity: .12; }
.banner-logo { height: 30px; width: auto; margin-bottom: 16px; }
.banner-text { color: #fff; max-width: 580px; }
.banner-text .pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: .78rem; font-weight: 600; margin-bottom: 16px; }
.banner-text .pill .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.banner-text h1 { font-size: clamp(1.7rem, 3.6vw, 2.9rem); margin-bottom: 12px; }
.banner-text .grad { color: #ff9aa0; }
.banner-text p { color: rgba(255,255,255,.82); font-size: 1.02rem; margin-bottom: 22px; max-width: 480px; }
.banner-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.banner-art { display: flex; align-items: center; justify-content: center; min-height: 300px; }
.banner-art > img { max-height: 290px; width: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,.45)); }
.banner-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 430px;
  height: min(340px, 36vw);
  min-height: 260px;
  background: #eef1f5;
  border: 1px solid #c8ced8;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.65);
}
.banner-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1.5px solid #b8beca;
  box-shadow: 0 2px 8px rgba(15,23,42,.08), inset 0 0 0 1px rgba(255,255,255,.9);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.banner-tile:hover { transform: translateY(-3px) scale(1.02); border-color: #8f98a8; box-shadow: 0 10px 22px rgba(0,0,0,.14); z-index: 2; }
.banner-tile--hero { grid-column: 1 / 3; grid-row: 1 / 3; padding: 16px; }
.banner-tile:nth-child(2) { grid-column: 3; grid-row: 1; }
.banner-tile:nth-child(3) { grid-column: 3; grid-row: 2; }
.banner-tile:nth-child(4) { grid-column: 1; grid-row: 3; }
.banner-tile:nth-child(5) { grid-column: 2; grid-row: 3; }
.banner-tile:nth-child(6) { grid-column: 3; grid-row: 3; }
.banner-tile img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.1));
  background: #fff;
}
.banner { touch-action: pan-y pinch-zoom; }
.banner-collage:has(.banner-tile:nth-child(5):last-child) .banner-tile--hero { grid-column: 1 / 3; grid-row: 1 / 2; }
.banner-collage:has(.banner-tile:nth-child(5):last-child) { grid-template-rows: repeat(2, 1fr); height: min(280px, 32vw); }
.banner-collage:has(.banner-tile:nth-child(5):last-child) .banner-tile:nth-child(2) { grid-column: 3; grid-row: 1; }
.banner-collage:has(.banner-tile:nth-child(5):last-child) .banner-tile:nth-child(3) { grid-column: 1; grid-row: 2; }
.banner-collage:has(.banner-tile:nth-child(5):last-child) .banner-tile:nth-child(4) { grid-column: 2; grid-row: 2; }
.banner-collage:has(.banner-tile:nth-child(5):last-child) .banner-tile:nth-child(5) { grid-column: 3; grid-row: 2; }
.banner-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.banner-controls > * { pointer-events: auto; }
.banner-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.05rem; cursor: pointer; display: grid; place-items: center; transition: .15s; line-height: 1; }
.banner-nav:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.banner-nav.prev { left: 12px; } .banner-nav.next { right: 12px; }
.banner-dots { position: absolute; bottom: 16px; left: 56px; display: flex; gap: 8px; }
.banner-dot { width: 9px; height: 9px; border-radius: 999px; border: none; background: rgba(255,255,255,.4); cursor: pointer; transition: .2s; padding: 0; }
.banner-dot.is-active { width: 26px; background: #fff; }

/* ===== Trust strip ===== */
.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; margin-top: 18px; box-shadow: var(--shadow); }
.trust { text-align: center; }
.trust strong { display: block; font-family: var(--display); font-size: 1.5rem; color: var(--red); }
.trust span { font-size: .82rem; color: var(--muted); }

/* ===== Section frame ===== */
.section { padding: 64px 0; }
.section--alt { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.eyebrow { display: inline-block; color: var(--red); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.eyebrow--light { color: #ffd0d2; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.section-head p { color: var(--muted); margin-top: 10px; }
.section-cta { text-align: center; margin-top: 36px; }

/* ===== Thank you page ===== */
.thank-you-page { padding: 80px 0; min-height: 50vh; display: flex; align-items: center; }
.thank-you-icon {
  width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%;
  background: #dcfce7; color: #166534; font-size: 2rem; font-weight: 700;
  display: grid; place-items: center; line-height: 1;
}
.thank-you-page h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 12px; }
.thank-you-sub { color: var(--muted); font-size: .95rem; margin-top: 8px; }

/* ===== Cat split (Indian / Chinese) ===== */
.catsplit { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.catsplit-card { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.catsplit-card--dark { background: var(--bg-dark); border-color: #2a2d35; color: #fff; }
.catsplit-media { background: var(--bg-soft); display: flex; align-items: center; justify-content: center; padding: 22px; }
.catsplit-card--dark .catsplit-media { background: #1d2027; }
.catsplit-media img { max-height: 220px; object-fit: contain; }
.catsplit-body { padding: 28px; display: flex; flex-direction: column; }
.catsplit-flag { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.catsplit-card--dark .catsplit-flag { color: #ff9aa0; }
.catsplit-body h3 { font-size: 1.7rem; margin: 6px 0 14px; }
.catsplit-body ul { margin-bottom: 22px; }
.catsplit-body li { padding: 6px 0 6px 24px; position: relative; color: var(--ink-2); font-size: .95rem; }
.catsplit-card--dark .catsplit-body li { color: #c9cdd6; }
.catsplit-body li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.catsplit-body .btn { margin-top: auto; align-self: flex-start; }

/* ===== Shop layout (sidebar + grid) ===== */
.shop { padding: 36px 0 64px; }
.shop-layout { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; }
.shop .sidebar-col {
  position: sticky;
  top: 108px;
  align-self: start;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  padding-bottom: 2px;
}
.sidebar-col { display: flex; flex-direction: column; gap: 18px; }
.side-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
}
.side-panel--range {
  display: flex;
  flex-direction: column;
}
.side-panel--sticky {
  position: static;
  max-height: none;
}
#shop-india .side-browse-list, #shop-china .side-browse-list { max-height: 320px; min-height: 180px; }
.shop .side-browse-list { max-height: 220px; min-height: 120px; }
.range-browse-wrap { display: flex; justify-content: flex-start; }
.side-panel--enquiry { flex-shrink: 0; }
.side-panel-title { font-size: 1.05rem; margin-bottom: 14px; }
.side-panel-sub {
  margin: 14px 0 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.side-box { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; flex-shrink: 0; }
.side-box h3 { font-size: 1.05rem; margin-bottom: 14px; }
.side-browse h3 { margin-bottom: 12px; }
.side-browse-divider { height: 1px; background: var(--line); margin: 14px 0; }
.side-browse .side-cats { margin-bottom: 0; }
.side-cats li { margin-bottom: 4px; }
.side-cats button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; background: none; border: none; padding: 11px 12px; border-radius: 8px; font-family: var(--sans); font-size: .92rem; color: var(--ink-2); cursor: pointer; font-weight: 500; transition: .15s; }
.side-cats button:hover { background: var(--bg-soft); }
.side-cats button.is-active { background: var(--red); color: #fff; }
.side-cats button.is-active .side-count { background: rgba(255,255,255,.22); color: #fff; }
.side-cats button.is-active .cat-tag { opacity: .95; }
.side-label { flex: 1; min-width: 0; }
.side-meta { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.side-count { display: inline-grid; place-items: center; min-width: 26px; height: 22px; padding: 0 7px; border-radius: 999px; background: var(--bg-soft); font-size: .72rem; font-weight: 700; color: var(--muted); }
.side-browse-tabs { display: flex; gap: 6px; margin-bottom: 12px; flex-direction: column; }
.side-browse-tabs button {
  flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 8px;
  border: 1.5px solid var(--line); background: #fff; border-radius: 8px; padding: 10px 12px;
  font-family: var(--sans); font-size: .84rem; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: .15s;
}
.side-browse-tabs button.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.side-browse-tabs button.is-active .side-count { background: rgba(255,255,255,.22); color: #fff; }
.side-browse-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-height: 160px;
  max-height: min(320px, calc(100vh - 480px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
  scrollbar-width: thin;
}
.side-browse-item {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  width: 100%; padding: 8px 10px; border-radius: 8px; border: none; background: none;
  font-family: var(--sans); font-size: .84rem; color: var(--ink-2); text-align: left; cursor: pointer; transition: .15s;
}
.side-browse-item:hover { background: var(--bg-soft); color: var(--red); }
.side-browse-item.is-active { background: var(--red); color: #fff; }
.side-browse-item.is-active .side-count { background: rgba(255,255,255,.22); color: #fff; }
.side-browse-name { flex: 1; min-width: 0; line-height: 1.3; }
.side-browse-tags { display: flex; gap: 4px; flex-shrink: 0; flex-wrap: wrap; justify-content: flex-end; }
.side-enquiry p { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.side-panel--enquiry p { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.side-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: .9rem; font-weight: 600; }
.side-contact a:hover { color: var(--red); }
.listing-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 22px; }
.listing-head--count-only h2 { display: none; }
.listing-head--count-only { margin-bottom: 12px; min-height: 0; }
.listing-head h2 { font-size: 1.5rem; }
.listing-head p { color: var(--muted); font-size: .88rem; }

/* Homepage: 2-row scrollable product area */
.listing--compact .prod-grid-scroll {
  max-height: 860px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 12px 16px 16px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  scrollbar-width: thin;
}
.listing--compact .prod-grid-scroll .prod-grid { margin: 0; }
.listing--compact .pagination { display: none; }
.listing--compact .prod-more { margin-top: 4px; }

/* ===== Mobile category strip (homepage + products) ===== */
.mobile-cat-nav { display: none; }
.mobile-cat-nav__range {
  display: none;
  gap: 8px;
  margin-bottom: 10px;
}
.mobile-cat-nav__range button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid var(--line);
  background: #fff;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink-2);
  cursor: pointer;
  transition: .15s;
}
.mobile-cat-nav__range button.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.mobile-cat-nav__viewport {
  position: relative;
  overflow: hidden;
}
.mobile-cat-nav__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff 78%);
  pointer-events: none;
  z-index: 1;
}
.section--alt .mobile-cat-nav__viewport::after {
  background: linear-gradient(90deg, transparent, var(--bg-soft) 78%);
}
.mobile-cat-nav__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 52px 6px 2px;
}
.mobile-cat-nav__track::-webkit-scrollbar { display: none; }
.mobile-cat-pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100vw - 96px);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: #fff;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  white-space: nowrap;
  transition: .15s;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .04);
}
.mobile-cat-pill span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-cat-pill:hover { border-color: rgba(225,27,34,.35); color: var(--red); }
.mobile-cat-pill.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 4px 14px rgba(225,27,34,.28);
}
.mobile-cat-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--bg-soft);
  font-size: .68rem;
  font-weight: 700;
  color: var(--muted);
}
.mobile-cat-pill.is-active .mobile-cat-count {
  background: rgba(255,255,255,.22);
  color: #fff;
}

/* ===== Category index grid ===== */
.cat-index { padding-top: 32px; }
.cat-index-tabs { display: flex; gap: 10px; margin-bottom: 28px; justify-content: center; }
.cat-tab { padding: 10px 22px; border-radius: 999px; border: 1.5px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--ink-2); transition: .15s; }
.cat-tab:hover { border-color: var(--red); color: var(--red); }
.cat-tab.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.cat-index-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: .2s; display: flex; flex-direction: column; }
.cat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }
.cat-card-media { aspect-ratio: 1/1; background: var(--bg-soft); padding: 16px; display: grid; place-items: center; }
.cat-card-media img { max-height: 100%; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cat-card-body { padding: 14px 16px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cat-card-body h3 { font-size: .92rem; line-height: 1.3; color: var(--ink); }
.cat-card-count { flex-shrink: 0; min-width: 32px; height: 32px; border-radius: 50%; background: #fef3c7; color: #b45309; font-weight: 700; font-size: .82rem; display: grid; place-items: center; }

/* ===== Pagination ===== */
.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.page-btn { background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 18px; font-family: var(--sans); font-weight: 600; font-size: .88rem; cursor: pointer; transition: .15s; }
.page-btn:hover { border-color: var(--red); color: var(--red); }
.page-info { font-size: .88rem; color: var(--muted); font-weight: 500; }

.pcard-sku { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .03em; }
.pcard-cat a:hover { color: var(--red); }
.pdp-sku { font-size: .9rem; color: var(--ink-2); margin-bottom: 8px; }
.pdp-cat a { color: var(--red); font-weight: 700; }
.pdp-cat a:hover { text-decoration: underline; }

/* ===== Product grid ===== */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.pcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }
.pcard-media { display: block; aspect-ratio: 1 / 1; background: var(--bg-soft); padding: 18px; }
.pcard-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: .25s; }
.pcard:hover .pcard-media img { transform: scale(1.05); }
.pcard-badges { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-wrap: wrap; gap: 4px; max-width: calc(100% - 24px); }
.pcard-badge { font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 8px; border-radius: 6px; color: #fff; line-height: 1; }
.pcard-badge--new { background: #16a34a; }
.pcard-badge--featured { background: var(--red); }
.pcard-badge--demand { background: #d97706; }
.pdp-badge { display: inline-block; position: absolute; top: 16px; left: 16px; z-index: 2; font-size: .7rem; font-weight: 700; text-transform: uppercase; padding: 6px 12px; border-radius: 6px; color: #fff; }
.pcard-body { padding: 16px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.pcard-cat { font-size: .72rem; font-weight: 600; color: var(--red); text-transform: uppercase; letter-spacing: .05em; }
.pcard-body h3 { font-size: 1.02rem; }
.pcard-body h3 a:hover { color: var(--red); }
.pcard-price { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 1rem; }
.pcard-price span { font-family: var(--sans); font-weight: 500; font-size: .76rem; color: var(--muted); }
.pcard-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 6px; }
.pcard-actions .btn { flex: 1; padding: 9px 8px; font-size: .82rem; }
.prod-more { text-align: center; margin-top: 38px; }
.prod-more .btn-block { width: 100%; }
.prod-more__all { padding: 13px 18px; font-size: .9rem; box-shadow: 0 4px 14px rgba(225, 27, 34, .22); }
.prod-more__all:hover { box-shadow: 0 6px 18px rgba(225, 27, 34, .3); }
.prod-more--secondary { margin-top: 10px; }
.prod-more--secondary .btn { font-size: .84rem; padding: 10px 16px; background: transparent; }
.empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px; }

/* ===== Catalogue CTA (country pages) ===== */
.catalogue { background: linear-gradient(120deg, var(--red), var(--red-dark)); color: #fff; padding: 46px 0; }
.catalogue-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.catalogue h2 { font-size: 1.7rem; }
.catalogue p { color: rgba(255,255,255,.9); margin-top: 6px; max-width: 52ch; }

/* ===== Range catalogue CTA (homepage India / China) ===== */
.range-cta { padding: 28px 0; }
.range-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
  padding: 40px 44px;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #1b1d24 0%, #2a0e10 52%, #7d1418 100%);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.1);
}
.range-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--range-flag);
  background-size: cover;
  background-position: center;
  opacity: .14;
  pointer-events: none;
}
.range-cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.08), transparent 42%),
    radial-gradient(circle at 10% 90%, rgba(225,27,34,.25), transparent 38%);
  pointer-events: none;
}
.range-cta--india { --range-flag: url("https://flagcdn.com/w640/in.png"); --range-accent: #ff9933; }
.range-cta--china { --range-flag: url("https://flagcdn.com/w640/cn.png"); --range-accent: #ffd666; }
.range-cta-copy, .range-cta-visual { position: relative; z-index: 1; }
.range-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  margin-bottom: 16px;
}
.range-cta-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,.25); }
.range-cta-copy h2 { font-size: clamp(1.45rem, 2.8vw, 2rem); margin-bottom: 12px; max-width: 16ch; }
.range-cta-copy p { color: rgba(255,255,255,.82); line-height: 1.65; max-width: 48ch; margin-bottom: 18px; }
.range-cta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.range-cta-tags li {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
}
.range-cta-visual {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 16px 20px;
  align-items: center;
  justify-items: center;
}
.range-cta-flag {
  width: 132px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0,0,0,.35);
  border: 3px solid rgba(255,255,255,.22);
  grid-row: 1 / 3;
  align-self: center;
}
.range-cta-mock {
  position: relative;
  width: 148px;
  height: 188px;
  justify-self: start;
}
.range-cta-mock-sheet {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(4px);
}
.range-cta-mock-sheet--1 { transform: rotate(4deg) translate(6px, -4px); }
.range-cta-mock-sheet--2 { transform: rotate(-5deg) translate(-5px, 3px); opacity: .55; }
.range-cta-mock-sheet--front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.96), rgba(255,245,245,.92));
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  transform: rotate(-2deg);
}
.range-cta-mock-tag {
  align-self: flex-start;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.range-cta-mock-sheet--front strong {
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--ink);
}
.range-cta-mock-sheet--front span:last-child { font-size: .72rem; color: var(--muted); font-weight: 600; }
.range-cta-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.range-cta-stats div {
  text-align: center;
  padding: 12px 8px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(4px);
}
.range-cta-stats strong {
  display: block;
  font-family: var(--display);
  font-size: 1.05rem;
  color: #fff;
}
.range-cta-stats span {
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: rgba(255,255,255,.62);
}

/* ===== USP ===== */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.usp-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px 26px; text-align: center; transition: .2s; }
.usp-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.usp-ico { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px; background: #fdecec; display: grid; place-items: center; }
.usp-ico svg { width: 30px; height: 30px; stroke: var(--red); }
.usp-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.usp-card p { color: var(--muted); font-size: .92rem; }

/* ===== Brands ===== */
.brand-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: center; }
.brand-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; height: 110px; display: grid; place-items: center; padding: 18px; transition: .2s; cursor: default; text-decoration: none; color: inherit; }
.pdp-brand-item { cursor: default; text-decoration: none; color: inherit; }
.brand-item:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.brand-item img { max-height: 64px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .8; transition: .2s; }
.brand-item:hover img { filter: none; opacity: 1; }

/* ===== Capacity (realistic) ===== */
.capacity { position: relative; overflow: hidden; padding: 60px 0 64px; color: #fff; background: #0e0f13; }
.capacity::before { content: ""; position: absolute; inset: 0; background: url("assets/capacity-bg.webp") center / cover no-repeat; opacity: .35; filter: blur(2px) grayscale(.2); transform: scale(1.05); }
.capacity-overlay { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(225,27,34,.94), rgba(120,18,22,.92)); }
.capacity .container { position: relative; z-index: 2; }
.cap-head { text-align: center; margin-bottom: 42px; }
.cap-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
.cap-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.cap { text-align: center; }
.cap-ico { width: 90px; height: 90px; margin: 0 auto 14px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.25); }
.cap-ico svg { width: 40px; height: 40px; stroke: var(--red); }
.cap strong { display: block; font-family: var(--display); font-size: 1.35rem; }
.cap span { font-size: .85rem; color: rgba(255,255,255,.92); }

/* ===== Infrastructure gallery (balanced) ===== */
.infra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.infra-item { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.infra-item img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.infra-item:hover img { transform: scale(1.06); }

/* ===== Certifications ===== */
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cert-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; text-align: center; transition: .2s; display: flex; flex-direction: column; }
.cert-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.cert-img { height: 200px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--bg-soft); border-radius: 12px; margin-bottom: 16px; padding: 16px; overflow: hidden; }
.cert-img img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.cert-card h3 { font-size: 1.05rem; margin-bottom: 8px; flex-shrink: 0; }
.cert-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; margin: 0; }

/* ===== Awards ===== */
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.award-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-align: center; box-shadow: var(--shadow); transition: .2s; }
.award-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.award-card img { width: 100%; height: 240px; object-fit: cover; }
.award-card figcaption { padding: 16px; font-weight: 600; font-family: var(--display); }

/* ===== Testimonials ===== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; box-shadow: var(--shadow); }
.testi-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 12px; }
.testi-card p { color: var(--ink-2); font-style: italic; margin-bottom: 20px; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 700; display: grid; place-items: center; font-family: var(--display); }
.testi-who strong { display: block; font-size: .95rem; }
.testi-who small { color: var(--muted); }

/* ===== Latin America ===== */
.latam-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.latam-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.latam-copy p { color: var(--muted); margin-bottom: 22px; }
.latam-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.latam-tags span { background: #fff; border: 1px solid var(--line); padding: 9px 16px; border-radius: 999px; font-weight: 600; font-size: .88rem; color: var(--ink-2); }

/* ===== About ===== */
.about-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; width: 100%; max-width: 100%; min-width: 0; }
.about-copy { min-width: 0; }
.about-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.about-copy p { color: var(--ink-2); margin-bottom: 14px; }
.about-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.about-media { min-width: 0; max-width: 100%; }
.about-media img { border-radius: 18px; box-shadow: var(--shadow-lg); width: 100%; max-width: 100%; }
.career-hero-media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 320px;
  background: var(--bg-soft);
}
.career-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center 25%;
}
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; transition: .2s; }
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.value-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.value-card p { color: var(--muted); }

/* ===== Country pages ===== */
.country-seo-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 14px; }
.country-seo-section p { color: var(--ink-2); margin-bottom: 12px; max-width: none; }
.country-intro-grid { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: start; }
.country-intro-flag { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 16px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 16px; }
.country-intro-flag img { width: 120px; height: auto; border-radius: 8px; box-shadow: var(--shadow); }
.country-flag-xl { font-size: 2rem; line-height: 1; }
.country-intro-copy { min-width: 0; }
.country-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; }
.country-category-card { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-2); line-height: 1.45; font-size: .92rem; min-width: 0; transition: .2s; }
.country-category-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(225,27,34,.18); }
.country-category-card span:last-child { min-width: 0; }
.country-cat-num { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; background: var(--red); color: #fff; font-weight: 700; font-size: .78rem; display: grid; place-items: center; }
.country-product-list { margin: 0; padding-left: 1.25rem; color: var(--ink-2); line-height: 1.8; }
.country-product-list li { margin-bottom: 4px; }
.country-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 28px; list-style: disc; padding-left: 1.25rem; }
.country-product-grid .country-product-item { margin: 0; }
.country-value-grid { grid-template-columns: repeat(2, 1fr); }
.country-cert-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; max-width: none; }
.country-cert-list li { padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; color: var(--ink-2); line-height: 1.55; box-shadow: var(--shadow); transition: .2s; }
.country-cert-list li:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.country-cert-list strong { color: var(--ink); display: block; margin-bottom: 4px; }
.country-grid-5 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; width: 100%; max-width: none; margin: 0; }
.country-grid-5 > * { grid-column: span 2; min-width: 0; }
.country-grid-5 > *:nth-child(4) { grid-column: 2 / 4; }
.country-grid-5 > *:nth-child(5) { grid-column: 4 / 6; }
.country-steps { list-style: none; padding: 0; margin: 20px 0 0; counter-reset: country-step; max-width: none; }
.country-steps--wide { display: grid; }
.country-step-card { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px; background: linear-gradient(180deg, #fff 0%, #f8f9fb 100%); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; border-bottom: none; }
.country-step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.country-step-card p { margin: 0; color: var(--ink-2); line-height: 1.6; font-size: .92rem; }
.country-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); line-height: 1.6; }
.country-step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; box-shadow: 0 4px 14px rgba(225,27,34,.28); }
.country-split-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: stretch; }
.country-split-block { min-width: 0; }
.country-split-block--list { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; box-shadow: var(--shadow); }
.country-split-block h2 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin-bottom: 14px; }
.country-split-block p { color: var(--ink-2); margin-bottom: 12px; line-height: 1.65; }
.country-check-list { list-style: none; padding: 0; margin: 0; }
.country-check-list li { position: relative; padding: 10px 0 10px 28px; color: var(--ink-2); line-height: 1.55; border-bottom: 1px solid var(--line); }
.country-check-list li:last-child { border-bottom: none; }
.country-check-list li::before { content: ""; position: absolute; left: 0; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.country-ship-grid { list-style: none; padding: 0; margin: 0; display: grid; }
.country-ship-grid li { display: flex; align-items: flex-start; gap: 14px; padding: 20px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; color: var(--ink-2); line-height: 1.55; box-shadow: var(--shadow); transition: .2s; }
.country-ship-grid li:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(225,27,34,.18); }
.country-ship-ico { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: #fff5f5; display: grid; place-items: center; font-size: 1.2rem; }
.country-supply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; width: 100%; }
.country-supply-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); transition: .22s; display: flex; flex-direction: column; }
.country-supply-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.country-supply-card--india { border-top: 4px solid #ff9933; }
.country-supply-card--china { border-top: 4px solid #de2910; }
.country-supply-visual { position: relative; overflow: hidden; background: var(--bg-soft); }
.country-supply-visual--flag {
  aspect-ratio: 3 / 2;
  min-height: 148px;
  max-height: 240px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: linear-gradient(180deg, #f6f7f9 0%, #eceef2 100%);
}
.country-supply-cover {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.country-supply-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.country-supply-label { display: inline-block; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--red); margin-bottom: 8px; }
.country-supply-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.country-supply-body p { color: var(--muted); line-height: 1.6; margin: 0; font-size: .92rem; flex: 1; }
.country-supply-btn { margin-top: 16px; align-self: flex-start; }
.country-highlight-card { max-width: 860px; margin: 0 auto; text-align: center; background: linear-gradient(135deg, #fff 0%, #f8f9fb 100%); border: 1px solid var(--line); border-radius: 18px; padding: 36px 32px; box-shadow: var(--shadow); }
.country-highlight-card h2 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin: 8px 0 12px; }
.country-highlight-card p { color: var(--ink-2); line-height: 1.65; max-width: 680px; margin: 0 auto; }
.country-pricing-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; background: var(--bg-dark); color: #fff; border-radius: 18px; padding: 36px 40px; box-shadow: var(--shadow-lg); }
.country-pricing-copy h2 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin-bottom: 10px; color: #fff; }
.country-pricing-copy p { color: rgba(255,255,255,.78); line-height: 1.65; margin: 0; max-width: 620px; }
.country-pricing-card .btn { flex-shrink: 0; }
.country-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.country-two-col h3 { margin-bottom: 10px; font-size: 1.15rem; }
.country-two-col p { color: var(--ink-2); line-height: 1.65; }
.country-faq { max-width: none; width: 100%; margin: 0; }
.country-faq-item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.country-faq-item summary { padding: 18px 24px; font-weight: 600; cursor: pointer; list-style: none; transition: color .15s; font-size: 1rem; }
.country-faq-item[open] summary { color: var(--red); }
.country-faq-item[open] { border-color: rgba(225,27,34,.22); box-shadow: var(--shadow); }
.country-faq-item summary::-webkit-details-marker { display: none; }
.country-faq-item p { padding: 0 20px 16px; color: var(--muted); margin: 0; line-height: 1.6; }
.country-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; width: 100%; }
.country-region-block h2 { font-size: 1.25rem; margin-bottom: 14px; color: var(--ink); border-bottom: 2px solid var(--red); padding-bottom: 8px; display: inline-block; }
.country-index-list { list-style: none; padding: 0; margin: 0; }
.country-index-list li { margin: 0; }
.country-index-list a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; color: var(--ink-2); font-weight: 600; text-decoration: none; border: 1px solid transparent; transition: background .15s, border-color .15s; }
.country-index-list a:hover { background: var(--bg-soft); border-color: var(--line); color: var(--red); }
.country-flag { font-size: 1.25rem; line-height: 1; display: inline-flex; align-items: center; }
.country-flag-img { display: inline-block; width: 22px; height: 15px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); flex-shrink: 0; vertical-align: middle; }
.market-pill .country-flag-img { width: 18px; height: 12px; }
.mega-link--market .country-flag-img { margin-right: 2px; }
.country-hero .country-banner { min-height: 340px; }
.country-final-cta { padding: 64px 0; background: var(--bg-dark); }
.country-final-cta.country-banner--flag { background: linear-gradient(120deg, #1b1d24 0%, #2a0e10 55%, #7d1418 100%); position: relative; overflow: hidden; }
.country-cta-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 40px 44px; backdrop-filter: blur(6px); }
.country-cta-main h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 12px; color: #fff; }
.country-cta-main p { color: rgba(255,255,255,.82); line-height: 1.65; margin-bottom: 24px; max-width: 560px; }
.country-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.country-cta-side { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.country-cta-flag-img { width: 140px; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.35); border: 3px solid rgba(255,255,255,.25); }
.country-cta-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.country-cta-stats div { text-align: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 12px 8px; }
.country-cta-stats strong { display: block; font-family: var(--display); color: #fff; font-size: 1.05rem; }
.country-cta-stats span { font-size: .68rem; color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .04em; }
.country-final-cta .contact-grid { align-items: center; }
.contact-grid--solo { grid-template-columns: 1fr; max-width: 720px; }
.pill--light { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: .78rem; font-weight: 600; margin-bottom: 16px; }

/* ===== Contact ===== */
.contact { background: var(--bg-dark); color: #fff; padding: 64px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 12px; }
.contact-copy p { color: rgba(255,255,255,.78); margin-bottom: 24px; }
.contact-list li { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-list span { color: #b8bdc7; font-size: .85rem; }
.contact-list a, .contact-list address { color: #fff; font-style: normal; }
.contact-form { background: #fff; border-radius: 18px; padding: 30px; color: var(--ink); }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.field input, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; font-family: var(--sans); font-size: .95rem; outline: none; transition: .15s; }
.field input:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,27,34,.12); }
.field input.is-invalid, .field textarea.is-invalid, .phone-number.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}
.loading-note { color: var(--muted); text-align: center; padding: 32px 16px; font-size: .92rem; }
.phone-field { display: grid; grid-template-columns: minmax(108px, 30%) 1fr; gap: 8px; align-items: stretch; }
.phone-code { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 8px; font-family: var(--sans); font-size: .74rem; background: #fff; cursor: pointer; min-width: 0; text-overflow: ellipsis; }
.phone-code:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px rgba(225,27,34,.12); }
.phone-number { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 13px; font-family: var(--sans); font-size: .95rem; outline: none; }
.phone-number:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,27,34,.12); }
.about-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 16px; }
.catnav-market { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: none; color: rgba(255,255,255,.88); font-family: var(--sans); font-size: .88rem; font-weight: 600; padding: 10px 14px; border-radius: 8px; cursor: pointer; transition: .15s; white-space: nowrap; }
.catnav-market:hover, .catnav-market.is-open { background: rgba(255,255,255,.12); color: #fff; }
.catnav-market svg { width: 14px; height: 14px; transition: transform .15s; }
.catnav-market.is-open svg { transform: rotate(180deg); }
.mega--markets { grid-template-columns: repeat(3, 1fr); min-width: 720px; }
.mega-links--market { max-height: 280px; overflow-y: auto; }
.mega-link--market .country-flag { margin-right: 4px; }
.global-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.global-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.global-copy p { color: var(--muted); margin-bottom: 22px; max-width: 520px; }
.global-markets { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.global-markets-title { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 14px; }
.global-flags { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 10px; }
.market-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); padding: 9px 12px; border-radius: 10px; font-weight: 600; font-size: .82rem; color: var(--ink-2); transition: .15s; }
.market-pill:hover { border-color: var(--red); color: var(--red); background: #fff5f5; }
.market-pill--all { background: var(--red); color: #fff; border-color: var(--red); }
.market-pill--all:hover { background: #c4161c; color: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card-body h3 { font-size: 1.05rem; line-height: 1.35; }
.blog-card-body p { color: var(--muted); font-size: .88rem; line-height: 1.55; flex: 1; }
.blog-tag { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--red); }
.blog-card h3 { font-size: 1.05rem; line-height: 1.35; }
.blog-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; flex: 1; }
.blog-link { font-weight: 600; font-size: .88rem; color: var(--red); margin-top: 6px; }

/* ===== WordPress blog (eastman-blog theme) ===== */
.page-head--blog { padding-bottom: 28px; }
.blog-meta-line { color: rgba(255,255,255,.78); font-size: .92rem; margin-top: 8px; }
.blog-meta-sep { margin: 0 8px; opacity: .6; }
.blog-pagination { margin-top: 28px; display: flex; justify-content: center; }
.blog-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.blog-pagination a, .blog-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 600; font-size: .88rem; }
.blog-pagination span.current { background: var(--red); border-color: var(--red); color: #fff; }
.blog-empty { text-align: center; color: var(--muted); padding: 40px 0; }
.blog-single { max-width: 860px; margin: 0 auto; }
.blog-single-hero { margin-bottom: 28px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.blog-single-hero img { width: 100%; height: auto; display: block; }
.blog-content { font-size: 1.02rem; line-height: 1.75; color: var(--ink-soft); }
.blog-content h2, .blog-content h3, .blog-content h4 { font-family: var(--display); color: var(--ink); margin: 1.6em 0 .6em; line-height: 1.25; }
.blog-content p { margin-bottom: 1em; }
.blog-content ul, .blog-content ol { margin: 0 0 1.2em 1.2em; }
.blog-content li { margin-bottom: .45em; }
.blog-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.2em 0; }
.blog-content a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }
.blog-content blockquote { margin: 1.4em 0; padding: 16px 20px; border-left: 4px solid var(--red); background: var(--bg-soft); border-radius: 0 12px 12px 0; }
.blog-single-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.blog-card h3 a { color: inherit; text-decoration: none; }
.blog-card h3 a:hover { color: var(--red); }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.footer-social .social-ico { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); transition: .15s; }
.footer-social .social-ico svg { width: 16px; height: 16px; }
.footer-social .social-ico:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.export-regions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.export-region { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 20px; }
.export-region h3 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.export-region p { color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.55; margin: 0; }
.timeline { display: grid; gap: 16px; max-width: none; width: 100%; }
.timeline-item { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; align-items: start; }
.timeline-year { font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--red); grid-column: 1; grid-row: 1 / span 2; align-self: start; }
.timeline-item h3 { font-size: 1rem; margin-bottom: 6px; grid-column: 2; grid-row: 1; }
.timeline-item p { color: var(--muted); font-size: .88rem; margin: 0; line-height: 1.55; grid-column: 2; grid-row: 2; min-width: 0; }
.career-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.career-gallery img { width: 100%; height: 140px; object-fit: cover; border-radius: 12px; }
.career-gallery img:first-child { grid-column: 1 / -1; height: 220px; }
.job-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.job-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.job-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.job-meta span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; background: var(--bg-soft); padding: 4px 8px; border-radius: 6px; color: var(--muted); }
.job-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; margin-bottom: 16px; }
.btn-sm { padding: 8px 14px; font-size: .82rem; }
.infra-item figcaption { text-align: center; font-size: .82rem; color: var(--muted); padding: 10px 8px 0; }
.form-note { color: #16a34a; font-size: .85rem; margin-top: 10px; text-align: center; }

/* ===== Page head (inner pages) ===== */
.page-head { background: var(--bg-soft); padding: 34px 0; border-bottom: 1px solid var(--line); }
.page-head--sm { padding: 18px 0; }
.page-head h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 8px 0 6px; }
.page-head p { color: var(--muted); }
.crumbs { font-size: .85rem; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.crumbs a:hover { color: var(--red); }

/* ===== PDP ===== */
.pdp { padding: 40px 0 56px; overflow-x: clip; }
.pdp .container { max-width: var(--maxw); width: 100%; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; box-sizing: border-box; }
.pdp #pdpBody { display: block; width: 100%; max-width: 100%; min-width: 0; }
.pdp-main { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; margin-bottom: 48px; width: 100%; max-width: 100%; min-width: 0; }
.pdp-media { position: relative; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; padding: 40px; display: grid; place-items: center; }
.pdp-media img, .pdp-gallery img { max-height: 420px; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pdp-gallery { width: 100%; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.pdp-thumbs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pdp-thumb { width: 68px; height: 68px; padding: 6px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; transition: .15s; }
.pdp-thumb.is-active, .pdp-thumb:hover { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pdp-cat { color: var(--red); font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.pdp-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 4px; }
.pdp-tags .cat-tag { font-size: .68rem; padding: 5px 10px; }
.pdp-info h1 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 8px 0 12px; }
.pdp-rate { color: #f5a623; font-size: .95rem; margin-bottom: 16px; }
.pdp-rate span { color: var(--muted); font-size: .85rem; }
.pdp-price { font-family: var(--display); font-size: 1.6rem; font-weight: 700; margin-bottom: 16px; }
.pdp-price small { display: block; font-family: var(--sans); font-size: .82rem; font-weight: 500; color: var(--muted); }
.pdp-desc { color: var(--ink-2); margin-bottom: 22px; white-space: pre-line; line-height: 1.65; font-size: .95rem; }
.pdp-attrs { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.pdp-attrs th, .pdp-attrs td { text-align: left; padding: 11px 14px; border: 1px solid var(--line); font-size: .9rem; }
.pdp-attrs th { background: var(--bg-soft); width: 40%; color: var(--ink-2); font-weight: 600; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.pdp-trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--ink-2); font-size: .88rem; font-weight: 600; }
.pdp-trust li { position: relative; padding-left: 22px; }
.pdp-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }

.pdp-sections { display: grid; gap: 20px; margin-top: 8px; width: 100%; max-width: 100%; min-width: 0; }
.pdp-block { padding: 0; border: none; width: 100%; max-width: 100%; min-width: 0; }
.pdp-block--alt .pdp-block-card { background: linear-gradient(135deg, #fafbfc 0%, #f3f5f8 100%); }
.pdp-block-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.pdp-block-head { margin-bottom: 20px; max-width: 100%; }
.pdp-block-head .eyebrow { display: block; margin-bottom: 8px; }
.pdp-block-head h2 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); margin: 0 0 10px; line-height: 1.25; }
.pdp-block-lead { color: var(--ink-soft); font-size: .98rem; line-height: 1.65; margin: 0; max-width: 720px; }
.pdp-block-body { width: 100%; max-width: 100%; min-width: 0; }
.pdp-overview-text {
  margin: 0;
  padding: 18px 20px;
  background: var(--bg-soft);
  border-left: 4px solid var(--red);
  border-radius: 0 12px 12px 0;
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 100%;
}
.pdp-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.pdp-checklist li {
  position: relative;
  padding: 12px 12px 12px 36px;
  color: var(--ink-2);
  font-size: .88rem;
  line-height: 1.4;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.pdp-block--alt .pdp-checklist li { background: rgba(255, 255, 255, 0.85); }
.pdp-checklist li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 12px;
  color: var(--red);
  font-weight: 700;
}
.pdp-brands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 100%;
}
.pdp-brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  transition: .15s;
}
.pdp-brand-item:hover { border-color: var(--red); box-shadow: var(--shadow); }
.pdp-brand-item img { height: 40px; width: auto; max-width: 100%; object-fit: contain; }
.pdp-brand-item span { font-size: .7rem; font-weight: 600; line-height: 1.25; }
.pdp-cat-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.pdp-cat-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: .15s;
  white-space: nowrap;
}
.pdp-cat-chip span { color: var(--muted); font-size: .78rem; font-weight: 500; }
.pdp-cat-chip:hover { border-color: var(--red); color: var(--red); background: #fff5f5; }
.pdp-faq { display: grid; gap: 10px; width: 100%; max-width: 100%; }
.pdp-faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .15s;
}
.pdp-faq-item[open] { border-color: rgba(196, 30, 58, 0.35); }
.pdp-faq-item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 600;
  font-size: .95rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.pdp-faq-item summary { word-break: break-word; overflow-wrap: anywhere; }
.pdp-faq-item summary::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--red);
  flex-shrink: 0;
}
.pdp-faq-item[open] summary::after { content: "−"; }
.pdp-faq-item summary::-webkit-details-marker { display: none; }
.pdp-faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: .92rem;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.section-head--center { text-align: center; }
.section-head--center p { margin-left: auto; margin-right: auto; }
#relatedWrap { overflow-x: clip; }
#relatedWrap .container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
#relatedWrap .pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#relatedWrap .pdp-related-grid .pcard {
  min-width: 0;
  max-width: 100%;
}
#relatedWrap .pcard-media {
  aspect-ratio: 1 / 1;
  padding: clamp(10px, 2.5vw, 18px);
}
#relatedWrap .pcard-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 1100px) {
  .pdp-checklist { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  #relatedWrap .pdp-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  #relatedWrap .container { padding-left: 14px; padding-right: 14px; }
  #relatedWrap .pdp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 400px) {
  #relatedWrap .pdp-related-grid { gap: 10px; }
}

/* ===== Footer ===== */
.footer { background: #0e1014; color: #b8bdc7; padding: 54px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer-logo { height: 40px; margin-bottom: 16px; }
.footer-brand p { font-size: .9rem; margin-bottom: 14px; }
.footer-office { font-size: .85rem; color: #8b919c; line-height: 1.7; margin-bottom: 10px; }
.footer-contact-line { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; color: #8b919c; margin: 0 0 8px; line-height: 1.5; }
.footer-contact-line svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: #aeb4bf; }
.footer-contact-line a { color: #c5cad3; text-decoration: none; }
.footer-contact-line a:hover { color: #fff; }
.footer-office a { color: #c5cad3; text-decoration: none; }
.footer-office a:hover { color: #fff; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: .9rem; }
.footer-col a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: .85rem; color: #7c828d; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal a { color: #aeb4bf; text-decoration: none; }
.footer-legal a:hover { color: #fff; }

/* ===== Legal pages ===== */
.legal-content { max-width: 780px; margin: 0 auto; font-size: 1rem; line-height: 1.75; color: var(--ink-soft); }
.legal-content h2 { font-family: var(--display); font-size: 1.35rem; color: var(--ink); margin: 2rem 0 .75rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { margin-bottom: .85em; }
.legal-content ul { margin: 0 0 1em 1.2em; }
.legal-content a { color: var(--red); }
.legal-updated { color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }

/* ===== Modal ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(15,17,22,.55); opacity: 0; visibility: hidden; transition: .25s; z-index: 110; }
.modal-overlay.is-open { opacity: 1; visibility: visible; }
.enquiry-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -46%); width: min(560px, 94vw); max-height: 92vh; overflow-y: auto; background: #fff; border-radius: 18px; z-index: 115; opacity: 0; visibility: hidden; transition: .25s; box-shadow: var(--shadow-lg); }
.enquiry-modal.is-open { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; background: var(--bg-soft); border: none; border-radius: 9px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.modal-close svg { width: 18px; height: 18px; stroke: var(--ink); }
.modal-close:hover svg { stroke: var(--red); }
.modal-head { padding: 26px 26px 14px; }
.modal-head h3 { font-size: 1.4rem; }
.modal-head p { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.modal-product { display: flex; align-items: center; gap: 14px; margin: 0 26px 8px; padding: 12px; background: var(--bg-soft); border-radius: 12px; }
.modal-product img { width: 60px; height: 60px; object-fit: contain; mix-blend-mode: multiply; }
.mp-cat { display: block; font-size: .72rem; color: var(--red); font-weight: 700; text-transform: uppercase; }
.modal-form { padding: 14px 26px 28px; }
.m-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-actions { display: flex; gap: 10px; margin-top: 6px; }
.modal-actions .btn { flex: 1; }
.modal-note { color: #16a34a; text-align: center; font-size: .9rem; margin-top: 12px; }

/* ===== Drawer (mobile menu) ===== */
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); opacity: 0; visibility: hidden; transition: .25s; z-index: 105; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(330px, 88vw); background: #fff; z-index: 106; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); overflow-y: auto; }
.drawer.is-open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head img { height: 38px; }
.drawer-close { width: 42px; height: 42px; border: none; background: var(--bg-soft); border-radius: 10px; display: grid; place-items: center; cursor: pointer; }
.drawer-close svg { width: 20px; height: 20px; stroke: var(--ink); }
.drawer-nav { padding: 12px; display: flex; flex-direction: column; }
.drawer-nav a { padding: 13px 14px; border-radius: 10px; font-weight: 600; color: var(--ink); font-size: 1rem; }
.drawer-nav a:hover, .drawer-nav a.is-active { background: var(--bg-soft); color: var(--red); }
.drawer-cats { padding: 16px 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px; }
.drawer-cap { width: 100%; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
.drawer-chip { background: var(--bg-soft); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.drawer-chip:hover { border-color: var(--red); color: var(--red); }
.drawer-contact { padding: 16px 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.drawer-contact a { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--ink-2); font-weight: 500; }
.drawer-contact svg { width: 18px; height: 18px; stroke: var(--red); flex: none; }
.drawer-actions { padding: 18px 20px; margin-top: auto; }

/* ===== Mobile bottom bar ===== */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; background: #fff; border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px; box-shadow: 0 -4px 16px rgba(0,0,0,.08); }
.mobile-bar-call { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1.5px solid var(--line); border-radius: 10px; flex-shrink: 0; }
.mobile-bar-call svg { width: 22px; height: 22px; stroke: var(--red); }
.mobile-bar-cta { flex: 1; }

/* ===== WhatsApp FAB + toast ===== */
.whatsapp-fab { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: var(--shadow-lg); z-index: 70; transition: .2s; }
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab svg { width: 30px; height: 30px; fill: #fff; }
.toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 10px; font-size: .92rem; font-weight: 500; opacity: 0; visibility: hidden; transition: .25s; z-index: 120; box-shadow: var(--shadow-lg); max-width: 90vw; text-align: center; }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .banner-tile { transition: none; }
  .banner-tile:hover { transform: none; }
  html { scroll-behavior: auto; }
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-row { grid-template-columns: repeat(3, 1fr); }
  .cap-grid { grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .cap-ico { width: 72px; height: 72px; }
  .cap-ico svg { width: 32px; height: 32px; }
}
@media (max-width: 960px) {
  .topbar { display: none; }
  .container { padding: 0 14px; }

  /* Mobile header: logo | search | menu — single row */
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    flex-wrap: nowrap;
  }
  .brand { margin-right: 0; }
  .brand img { height: 34px; }
  .search {
    order: unset;
    flex: unset;
    flex-basis: auto;
    max-width: none;
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }
  .search select { display: none; }
  .lang-select { min-width: 108px; max-width: 120px; height: 40px; font-size: .74rem; padding-right: 26px; }
  .search input {
    height: 38px;
    font-size: .82rem;
    padding: 0 10px;
  }
  .search button {
    height: 38px;
    padding: 0 11px;
    flex-shrink: 0;
  }
  .search button span { display: none; }
  .header-actions {
    margin-left: 0;
    gap: 0;
  }
  .header-actions .btn-outline,
  .header-actions .btn-primary { display: none; }
  .nav-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .catnav { display: none; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 74px; }
  .whatsapp-fab { bottom: 86px; width: 48px; height: 48px; right: 14px; }
  .whatsapp-fab svg { width: 24px; height: 24px; }
  .toast { bottom: 90px; }

  /* Hero */
  .hero { padding: 14px 0 8px; }
  .banner {
    min-height: 0;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
  }
  .banner-slide {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 26px 16px 12px;
    min-height: 0;
  }
  .banner-art { display: flex; margin-top: 16px; min-height: 0; justify-content: center; width: 100%; }
  .banner-collage {
    max-width: min(100%, 320px);
    height: 220px;
    min-height: 220px;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    border-width: 1.5px;
  }
  .banner-tile { padding: 8px; border-radius: 10px; border-width: 1.5px; }
  .banner-tile--hero { padding: 10px; }
  .banner-text { margin: 0 auto; max-width: 100%; }
  .banner-text p { font-size: .92rem; max-width: 100%; }
  .banner-actions { justify-content: center; }
  .banner-controls {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px 14px;
    pointer-events: auto;
  }
  .banner-nav {
    position: static;
    transform: none;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    font-size: .95rem;
  }
  .banner-nav:hover { transform: scale(1.05); }
  .banner-dots {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 80px);
  }
  .banner-dot { background: rgba(255,255,255,.45); }
  .banner-dot.is-active { background: #fff; }
  .mega--markets { min-width: 0; grid-template-columns: 1fr; }
  .global-grid, .blog-grid { grid-template-columns: 1fr; }
  .country-intro-grid, .country-split-grid, .country-two-col, .country-supply-grid, .country-cta-panel { grid-template-columns: 1fr; }
  .country-grid-5 { grid-template-columns: 1fr; max-width: none; }
  .country-grid-5 > *, .country-grid-5 > *:nth-child(4), .country-grid-5 > *:nth-child(5) { grid-column: auto; }
  .country-pricing-card { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .country-cta-side { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .country-cta-stats { grid-template-columns: repeat(3, 1fr); max-width: 360px; }
  .country-index-grid { grid-template-columns: 1fr; }
  .career-gallery { grid-template-columns: 1fr 1fr; }

  /* Sections */
  .section { padding: 44px 0; }
  .section-head { margin-bottom: 28px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); padding: 16px; gap: 10px; margin-top: 12px; }
  .trust strong { font-size: 1.15rem; }
  .trust span { font-size: .75rem; }
  .catsplit, .latam-grid, .contact-grid, .pdp-main, .about-intro { grid-template-columns: 1fr; }
  .pdp-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-brands { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pdp-block-card { padding: 22px 20px; }
  .pdp-checklist { grid-template-columns: 1fr; }
  .pdp .container { padding-left: 14px; padding-right: 14px; }
  .pdp-block-card { padding: 20px 16px; }
  .catsplit { gap: 16px; }
  .catsplit-card { grid-template-columns: 1fr; }
  .catsplit-media { padding: 16px; }
  .catsplit-media img { max-height: 150px; }
  .catsplit-body { padding: 20px; }
  .catsplit-body h3 { font-size: 1.35rem; }
  .usp-grid, .testi-grid, .cert-grid, .value-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .page-head { padding: 24px 0; }
  .page-head h1 { font-size: 1.5rem; }
  .shop { padding: 24px 0 40px; }
  .shop-layout { grid-template-columns: 1fr; gap: 20px; }
  .mobile-cat-nav {
    display: block;
    margin: -4px 0 16px;
    padding: 0;
  }
  .mobile-cat-nav--shop { margin-top: 0; margin-bottom: 18px; }
  .section-head + .mobile-cat-nav { margin-top: -8px; }
  .mobile-cat-nav--shop .mobile-cat-nav__range { display: flex; }
  .shop-layout--home .sidebar-col,
  .shop .sidebar-col { display: none; }
  .listing { order: 1; }
  .side-panel--sticky { position: static; max-height: none; }
  .listing--compact .prod-grid-scroll,
  .shop .prod-grid-scroll {
    max-height: none;
    overflow: visible;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .listing--compact .prod-grid-scroll .prod-grid,
  .shop .prod-grid { margin: 0; }
  .side-browse-list { max-height: 240px; min-height: 140px; }
  .listing-head { flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 16px; }
  .listing-head h2 { font-size: 1.25rem; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .prod-more { margin-top: 24px; }
  .catalogue { padding: 32px 0; }
  .catalogue-inner { flex-direction: column; text-align: center; gap: 16px; }
  .catalogue h2 { font-size: 1.35rem; }
  .catalogue p { max-width: none; }
  .range-cta { padding: 20px 0; }
  .range-cta-panel { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; text-align: center; }
  .range-cta-copy h2 { max-width: none; margin-left: auto; margin-right: auto; }
  .range-cta-copy p { max-width: none; margin-left: auto; margin-right: auto; }
  .range-cta-tags { justify-content: center; }
  .range-cta-visual { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 18px; }
  .range-cta-flag { grid-row: auto; width: 112px; margin: 0 auto; }
  .range-cta-mock { margin: 0 auto; }
  .range-cta-stats { grid-column: 1; max-width: 360px; margin: 0 auto; }
  .pdp { padding: 24px 0 40px; }
  .pdp-media { padding: 24px; }
  .pdp-actions { flex-direction: column; }
  .pdp-actions .btn { width: 100%; }
  .contact { padding: 44px 0; }
  .contact-form { padding: 22px; }
  .enquiry-modal { width: 96vw; max-height: 88vh; border-radius: 14px; }
  .cat-index-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cat-card-body h3 { font-size: .84rem; }
  .modal-head { padding: 20px 20px 12px; }
  .modal-form { padding: 12px 20px 22px; }
  .drawer { width: min(300px, 90vw); }
}
@media (max-width: 720px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .infra-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .award-grid { grid-template-columns: 1fr; max-width: 420px; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
  .brand-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { padding: 0 12px; }
  .header-inner { gap: 6px; padding: 8px 12px; }
  .brand img { height: 32px; }
  .search input { font-size: .78rem; padding: 0 8px; }
  .search button { padding: 0 10px; }
  .nav-toggle { width: 36px; height: 36px; }

  .usp-grid, .cert-grid, .testi-grid, .value-grid, .brand-row { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust:last-child { grid-column: span 2; }
  .m-row { grid-template-columns: 1fr; }
  .modal-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; justify-content: center; }
  .footer-legal { justify-content: center; }
  .banner-text h1 { font-size: 1.35rem; }
  .banner-text .pill { font-size: .7rem; padding: 5px 10px; }
  .banner-actions .btn-lg { padding: 11px 16px; font-size: .88rem; width: 100%; }
  .banner-actions { flex-direction: column; width: 100%; }
  .section { padding: 36px 0; }

  /* Product cards — compact mobile */
  .pcard-body { padding: 10px; gap: 5px; }
  .pcard-body h3 { font-size: .84rem; line-height: 1.25; }
  .pcard-cat { font-size: .65rem; }
  .pcard-price { font-size: .82rem; }
  .pcard-price span { display: block; font-size: .68rem; margin-top: 2px; }
  .pcard-actions { flex-direction: column; gap: 6px; }
  .pcard-actions .btn { width: 100%; font-size: .72rem; padding: 8px 6px; }
  .pcard-badges { top: 8px; left: 8px; gap: 3px; }
  .pcard-badge { font-size: .52rem; padding: 3px 6px; }

  /* Sidebar mobile */
  .side-panel, .side-box { padding: 16px; }
  .side-browse-item { font-size: .8rem; padding: 7px 8px; }
  .side-browse-tags .cat-tag { font-size: .5rem; padding: 2px 5px; }
  .side-enquiry .btn { font-size: .88rem; }

  .job-grid, .export-regions { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .timeline-year { grid-row: auto; margin-bottom: 4px; }
  .timeline-item h3, .timeline-item p { grid-column: 1; }
  .country-category-grid { grid-template-columns: 1fr; }
  .country-intro-flag { flex-direction: row; gap: 16px; }
  .phone-field { grid-template-columns: minmax(96px, 34%) 1fr; }
  .about-actions .btn { width: 100%; }
  .latam-tags span { font-size: .78rem; padding: 7px 12px; }
  .contact-list li { grid-template-columns: 1fr; gap: 4px; }
  .pdp-trust { flex-direction: column; gap: 8px; }
}
@media (max-width: 400px) {
  .brand img { height: 28px; }
  .search input::placeholder { font-size: .72rem; }
  .prod-grid { gap: 8px; }
  .mobile-bar { padding: 8px 10px; }
  .mobile-bar-call { width: 44px; height: 44px; }
}
