/* ================================================================
   EAMIL INTERNATIONAL — Home Page
   home.css · v6.0 · Responsive & Premium Rebuild
   ================================================================ */

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  max-height: 960px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg video,
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.hero-bg img {
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(23, 20, 15, 0.84) 0%,
    rgba(23, 20, 15, 0.52) 55%,
    rgba(23, 20, 15, 0.22) 100%
  );
}
.hero-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  z-index: 1;
  background: linear-gradient(to top, rgba(23, 20, 15, 0.45), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin-inline: auto;
  padding: calc(var(--nav-h) + 2rem) var(--gutter) 3rem;
  width: 100%;
}
.hero-content .eyebrow {
  color: var(--brass-pale);
  animation: fadeSlideUp 1s var(--ease-out) 0.3s both;
}
.hero-content h1 {
  color: var(--text-on-dark);
  max-width: 620px;
  margin-top: 0.5rem;
  margin-bottom: 1.15rem;
  animation: fadeSlideUp 1s var(--ease-out) 0.5s both;
}
.hero-content h1 em {
  color: var(--brass-pale);
  font-style: italic;
}
.hero-content > p {
  color: rgba(250, 247, 242, 0.65);
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  max-width: 460px;
  line-height: 1.8;
  margin-bottom: 2rem;
  animation: fadeSlideUp 1s var(--ease-out) 0.7s both;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  animation: fadeSlideUp 1s var(--ease-out) 0.9s both;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  animation: fadeSlideUp 1.2s var(--ease-out) 1.3s both;
}
.hero-scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, var(--brass-pale));
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }
  50%       { opacity: 1;   transform: scaleY(1); }
}
.hero-scroll span {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.38);
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

/* Hero tablet */
@media (max-width: 1024px) {
  .hero {
    max-height: 860px;
  }
  .hero-content {
    padding-top: calc(var(--nav-h) + 2.5rem);
  }
}

/* Hero mobile */
@media (max-width: 768px) {
  .hero {
    min-height: 560px;
    max-height: none;
    height: 100svh;
  }
  .hero-content {
    padding-top: calc(var(--nav-h) + 3rem);
    padding-bottom: 4rem;
  }
  .hero-content h1 {
    font-size: clamp(2.1rem, 8.5vw, 3rem);
  }
  .hero-content > p {
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 520px;
  }
  .hero-content {
    padding-top: calc(var(--nav-h) + 2rem);
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-scroll { display: none; }
}

/* ── STATS STRIP ──────────────────────────────────────────────── */
.stats-strip {
  background: var(--ink);
  border-top: 1px solid rgba(250, 247, 242, 0.06);
}
.stats-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-cell {
  padding: 2.25rem 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(250, 247, 242, 0.07);
  transition: background var(--dur-md);
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(184, 146, 58, 0.06); }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300;
  color: var(--brass-light);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
}
.stat-lbl {
  font-family: var(--font-ui);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.35);
}

@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(3) { border-right: 1px solid rgba(250, 247, 242, 0.07); }
  .stat-cell { padding: 1.9rem 1.25rem; }
  .stat-cell:nth-child(3),
  .stat-cell:nth-child(4) { border-top: 1px solid rgba(250, 247, 242, 0.07); }
}
@media (max-width: 360px) {
  .stat-num { font-size: 2rem; }
}

/* ── ABOUT INTRO ──────────────────────────────────────────────── */
.about-intro {
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  max-width: var(--max-w);
  margin-inline: auto;
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.about-intro-media { position: relative; }
.about-intro-frame {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-xl);
  max-height: 540px;
}
.about-intro-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.about-intro-frame:hover img { transform: scale(1.04); }
.about-intro-badge {
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  background: var(--brass);
  color: var(--ivory);
  border-radius: var(--r-lg);
  padding: 1.35rem 1.65rem;
  text-align: center;
  box-shadow: var(--sh-brass);
  border: 3px solid var(--ivory);
}
.about-intro-badge .big {
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}
.about-intro-badge .small {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.88;
  margin-top: 4px;
}

.about-intro-text .eyebrow { display: block; }
.about-intro-text h2 {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.about-intro-text p { margin-bottom: 1.15rem; }
.highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 2rem 0;
}

@media (max-width: 1100px) {
  .about-intro-frame { max-height: 460px; }
}
@media (max-width: 960px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
  }
  .about-intro-media { max-width: 460px; }
  .about-intro-frame {
    aspect-ratio: 16 / 10;
    max-height: 340px;
  }
  .about-intro-badge { right: 0; }
  .about-intro { padding: clamp(2.5rem, 5vw, 4rem) var(--gutter); }
}
@media (max-width: 580px) {
  .highlights { grid-template-columns: 1fr; gap: 0.6rem; }
  .about-intro-badge {
    position: static;
    margin-top: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.35rem;
    border-radius: var(--r-md);
  }
  .about-intro-badge .big { font-size: 2rem; }
}
@media (max-width: 400px) {
  .about-intro-frame { aspect-ratio: 3 / 2; max-height: 240px; }
}

/* ── FEATURED PRODUCTS ────────────────────────────────────────── */
.featured-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) var(--gutter);
  background: var(--ivory-warm);
  border-top: 1px solid var(--stone-100);
  border-bottom: 1px solid var(--stone-100);
}
.featured-header {
  max-width: var(--max-w);
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  gap: 1rem;
  flex-wrap: wrap;
}
.products-preview-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

/* Product Card */
.prod-card {
  background: var(--surface);
  border: 1px solid var(--stone-100);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-md) var(--ease),
              box-shadow var(--dur-md),
              border-color var(--dur-md);
}
.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: var(--brass-muted);
}
.prod-card-img {
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
  background: var(--ivory-deep);
  flex-shrink: 0;
}
.prod-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s var(--ease);
  display: block;
}
.prod-card:hover .prod-card-img img { transform: scale(1.06); }
.img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.55rem;
  background: linear-gradient(to top, rgba(23, 20, 15, 0.5), transparent);
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.5);
  text-align: right;
}
.prod-card-body {
  padding: 1.25rem 1.35rem;
  flex: 1;
}
.prod-card-body .tag { margin-bottom: 0.6rem; }
.prod-card-body h4 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.prod-card-body p {
  font-size: 0.82rem;
  line-height: 1.75;
}
.prod-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.35rem;
  border-top: 1px solid var(--stone-100);
  background: var(--ivory-warm);
  flex-shrink: 0;
}
.prod-moq {
  font-family: var(--font-ui);
  font-size: 0.63rem;
  font-weight: 500;
  color: var(--text-hint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.prod-moq span {
  color: var(--brass);
  font-weight: 600;
  font-size: 0.82rem;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2px;
}
.prod-arrow {
  width: 34px;
  height: 34px;
  background: var(--brass-glow);
  border: 1px solid var(--brass-muted);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass);
  font-size: 0.72rem;
  transition: all var(--dur-md) var(--ease);
  flex-shrink: 0;
}
.prod-card:hover .prod-arrow {
  background: var(--brass);
  color: var(--ivory);
  border-color: var(--brass);
}

@media (max-width: 1200px) {
  .products-preview-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .products-preview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .products-preview-grid { grid-template-columns: 1fr; gap: 0.9rem; }
  .featured-section { padding: 2.5rem var(--gutter); }
  .featured-header { flex-direction: column; align-items: flex-start; }
  .prod-card-img { aspect-ratio: 16 / 9; }
}

/* ── WHY SECTION ──────────────────────────────────────────────── */
.why-section {
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  max-width: var(--max-w);
  margin-inline: auto;
}
.why-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.5rem;
}
.why-card {
  padding: 1.35rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--stone-100);
  border-radius: var(--r-lg);
  border-top: 2px solid var(--brass);
  transition: transform var(--dur-md), box-shadow var(--dur-md),
              border-color var(--dur-md);
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--brass-muted);
  border-top-color: var(--brass);
}
.wc-icon {
  width: 40px;
  height: 40px;
  background: var(--brass-glow);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass);
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
  transition: background var(--dur-md);
}
.why-card:hover .wc-icon { background: var(--brass-muted); }
.why-card h4 { font-size: 0.92rem; margin-bottom: 0.35rem; line-height: 1.3; }
.why-card p { font-size: 0.78rem; line-height: 1.72; margin: 0; }
.why-visual {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--sh-xl);
  flex-shrink: 0;
  max-height: 520px;
}
.why-visual img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1100px) {
  .why-visual { max-height: 440px; }
}
@media (max-width: 960px) {
  .why-grid { grid-template-columns: 1fr; gap: var(--sp-5); }
  .why-visual { max-width: 460px; aspect-ratio: 16 / 10; max-height: 300px; }
  .why-section { padding: 2.5rem var(--gutter); }
}
@media (max-width: 640px) {
  .why-cards { grid-template-columns: 1fr; gap: 0.7rem; }
}

/* ── PROCESS SECTION ──────────────────────────────────────────── */
.process-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) var(--gutter);
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(184, 146, 58, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.process-section .sec-head {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin-inline: auto;
}
.process-section .sec-head h2 { color: var(--text-on-dark); }
.process-section .sec-head p { color: rgba(250, 247, 242, 0.45); }
.process-section .eyebrow { color: var(--brass-light); }
.process-section .gold-line.center { background: var(--brass); }
.process-steps {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(184, 146, 58, 0.2);
  z-index: 0;
}
.process-step {
  padding: 0 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.35rem;
  background: rgba(250, 247, 242, 0.04);
  border: 1px solid rgba(184, 146, 58, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--brass-light);
  letter-spacing: -0.04em;
  transition: all var(--dur-md) var(--ease);
}
.process-step:hover .step-num {
  background: var(--brass);
  color: var(--ivory);
  border-color: var(--brass);
  box-shadow: var(--sh-brass);
  transform: scale(1.06);
}
.process-step h4 {
  color: var(--text-on-dark);
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
  line-height: 1.3;
}
.process-step p {
  font-size: 0.8rem;
  color: rgba(250, 247, 242, 0.38);
  line-height: 1.72;
}

@media (max-width: 900px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 3vw, 2rem); }
  .process-steps::before { display: none; }
  .process-section { padding: 2.5rem var(--gutter); }
  .process-step { padding: 0 0.5rem; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .step-num { width: 64px; height: 64px; font-size: 1.2rem; }
}
@media (max-width: 360px) {
  .process-steps { grid-template-columns: 1fr; }
}

/* ── QUOTE STRIP ──────────────────────────────────────────────── */
.quote-strip {
  padding: clamp(2rem, 4vw, 3.5rem) var(--gutter);
  background: var(--ivory-warm);
  border-top: 1px solid var(--stone-100);
  border-bottom: 1px solid var(--stone-100);
}
.quote-strip-inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.quote-strip-inner blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.quote-strip-inner blockquote::before {
  content: '\201C';
  font-size: 3.5rem;
  line-height: 0;
  vertical-align: -0.5em;
  color: var(--brass-muted);
  margin-right: 0.1em;
}
.quote-strip-inner cite {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.quote-strip-inner cite::before,
.quote-strip-inner cite::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--brass-muted);
  flex-shrink: 0;
}

/* ── INDUSTRIES — REDESIGNED ──────────────────────────────────── */
.industries {
  padding: clamp(2.5rem, 5vw, 4.5rem) var(--gutter);
  background: var(--ivory);
  border-top: 1px solid var(--stone-100);
}
.industries .sec-head {
  max-width: var(--max-w);
  margin-inline: auto 0;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.industry-list {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-top: 0;
}
.ind-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: var(--surface);
  border: 1px solid var(--stone-100);
  border-radius: var(--r-lg);
  transition: all var(--dur-md) var(--ease);
  cursor: default;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.ind-item:hover {
  border-color: var(--brass-muted);
  background: var(--brass-glow);
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
}
.ind-icon {
  font-size: 2rem;
  line-height: 1;
  display: block;
  filter: saturate(0.9);
  transition: transform var(--dur-md) var(--spring);
}
.ind-item:hover .ind-icon {
  transform: scale(1.15);
}
.ind-name {
  font-family: var(--font-ui);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .industry-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .industry-list { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
  .ind-item { padding: 1.25rem 0.75rem; }
  .ind-icon { font-size: 1.7rem; }
  .ind-name { font-size: 0.7rem; }
}
@media (max-width: 420px) {
  .industry-list { grid-template-columns: repeat(2, 1fr); gap: 0.65rem; }
  .ind-item { padding: 1.1rem 0.75rem; }
}

/* ── COUNTRIES SECTION — REDESIGNED ──────────────────────────── */
.countries-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) var(--gutter);
  background: var(--ivory-warm);
  border-top: 1px solid var(--stone-100);
}

/* Header row */
.countries-header {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.countries-header .sec-head { margin-bottom: 0; }

/* Stat pill */
.countries-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--ivory);
  border-radius: var(--r-xl);
  padding: 1.5rem 2rem;
  text-align: center;
  flex-shrink: 0;
  box-shadow: var(--sh-lg);
  min-width: 110px;
  position: relative;
  overflow: hidden;
}
.countries-stat-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(184, 146, 58, 0.18) 0%, transparent 65%);
  pointer-events: none;
}
.countries-stat-pill .cs-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--brass-light);
  line-height: 1;
  letter-spacing: -0.04em;
  display: block;
  position: relative;
}
.countries-stat-pill .cs-lbl {
  font-family: var(--font-ui);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.42);
  margin-top: 0.35rem;
  display: block;
  position: relative;
  line-height: 1.4;
}

/* Region rows */
.countries-regions {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.cr-region {
  background: var(--surface);
  border: 1px solid var(--stone-100);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow var(--dur-md), border-color var(--dur-md);
}
.cr-region:hover {
  box-shadow: var(--sh-md);
  border-color: var(--brass-muted);
}
.cr-label {
  padding: 0.9rem 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--stone-100);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(244, 239, 230, 0.5);
}
.cr-label i {
  color: var(--brass);
  font-size: 0.7rem;
  flex-shrink: 0;
}
.cr-flags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.75rem 0.9rem;
}
.cr-flag-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 30px;
  transition: background var(--dur-md);
}
.cr-flag-item:hover { background: var(--brass-glow); }
.cflag {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}
.cname {
  font-family: var(--font-ui);
  font-size: 0.73rem;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
}

/* Enquiry nudge */
.countries-cta {
  max-width: var(--max-w);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding: 1rem 1.35rem;
  background: var(--surface);
  border: 1px dashed var(--stone-200);
  border-radius: var(--r-lg);
  flex-wrap: wrap;
}
.countries-cta span {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  color: var(--text-muted);
  flex: 1;
}

@media (max-width: 860px) {
  .countries-regions { grid-template-columns: 1fr; gap: 0.65rem; }
  .cflag { font-size: 1.1rem; }
  .cname { font-size: 0.7rem; }
}
@media (max-width: 640px) {
  .countries-section { padding: 2.5rem var(--gutter); }
  .countries-header { grid-template-columns: 1fr; gap: 1rem; }
  .countries-stat-pill {
    flex-direction: row;
    gap: 0.85rem;
    padding: 1rem 1.35rem;
    border-radius: var(--r-lg);
    justify-content: center;
    width: 100%;
  }
  .countries-stat-pill .cs-num { font-size: 2.2rem; }
  .countries-cta { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}
@media (max-width: 420px) {
  .cflag { font-size: 1rem; }
  .cname { font-size: 0.66rem; }
  .cr-flag-item { padding: 0.25rem 0.45rem; gap: 0.25rem; }
}

/* ── CTA BANNER ───────────────────────────────────────────────── */
.cta-banner {
  background: var(--ink);
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(184, 146, 58, 0.13) 0%, transparent 65%);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin-inline: auto;
  text-align: center;
}
.cta-inner h2 {
  color: var(--text-on-dark);
  font-size: clamp(1.45rem, 2.4vw, 2.5rem);
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: var(--sp-3);
  line-height: 1.25;
}
.cta-inner h2 em { color: var(--brass-pale); }
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { justify-content: center; }
}