/* ==========================================================================
   CAMUK — Premium edition
   Palette: Teal #0f5e5a · Yellow #f4c430 · Coral-red #ef5a4a · White #fff
   ========================================================================== */

:root {
  --teal: #0f5e5a;
  --teal-deep: #0a4441;
  --yellow: #f4c430;
  --red: #ef5a4a;
  --white: #ffffff;
  --bone: #fafaf7;

  --ink: var(--teal);
  --paper: var(--white);

  --rule: rgba(15,94,90,0.12);
  --rule-strong: rgba(15,94,90,0.28);

  --display: 'Cormorant Garamond', 'Times New Roman', serif;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --pad: clamp(24px, 5vw, 96px);
  --gutter: 24px;
  --maxw: 1480px;

  --shadow-sm: 0 1px 2px rgba(15,94,90,0.06), 0 4px 12px rgba(15,94,90,0.05);
  --shadow-md: 0 4px 12px rgba(15,94,90,0.08), 0 16px 48px rgba(15,94,90,0.08);
  --shadow-lg: 0 20px 60px rgba(15,94,90,0.16);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(ellipse 70% 60% at 8% 18%, rgba(244, 196, 48, 0.16), transparent 60%),
    radial-gradient(ellipse 65% 55% at 95% 28%, rgba(15, 158, 130, 0.12), transparent 60%),
    radial-gradient(ellipse 80% 50% at 12% 78%, rgba(255, 230, 150, 0.14), transparent 60%),
    radial-gradient(ellipse 75% 50% at 92% 82%, rgba(140, 220, 180, 0.12), transparent 60%),
    linear-gradient(180deg, #fffef9 0%, #fdfdfb 40%, #ffffff 60%, #fbfffc 100%);
  background-attachment: fixed;
  color: var(--teal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "kern", "liga";
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
em { font-style: italic; }
::selection { background: var(--yellow); color: var(--teal); }

/* Cameroonian motif: repeating stripe in flag colors */
.stripes {
  height: 6px;
  background: linear-gradient(to right, var(--teal) 0 33.33%, var(--red) 33.33% 66.66%, var(--yellow) 66.66% 100%);
}
.stripes-vertical {
  width: 6px;
  background: linear-gradient(to bottom, var(--teal) 0 33.33%, var(--red) 33.33% 66.66%, var(--yellow) 66.66% 100%);
}

/* Home hero with background image */
.hero-cover {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hero-cover .hero-bg {
  position: absolute; inset: 0;
  background: var(--teal);
  z-index: -2;
}
.hero-cover .hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-cover::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(15,94,90,0.35) 0%, rgba(15,94,90,0.15) 40%, rgba(15,94,90,0.85) 100%),
    linear-gradient(to right, rgba(15,94,90,0.55) 0%, rgba(15,94,90,0) 60%);
  z-index: -1;
}
.hero-cover .hero-top {
  position: absolute; top: 92px; left: 0; right: 0;
  padding: clamp(16px, 2.5vw, 32px) var(--pad) 0;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  color: var(--white);
  z-index: 1;
  pointer-events: none;
}
.hero-cover .hero-top > * { pointer-events: auto; }
@media (max-width: 980px) {
  .hero-cover .hero-top { top: 80px; padding-top: 8px; }
  .hero-cover .hero-top span:last-child { display: none; }
}
@media (max-width: 640px) {
  .hero-cover .hero-top { display: none; }
}
.hero-cover .hero-top .eyebrow { color: var(--yellow); opacity: 1; }
.hero-cover .hero-top .eyebrow::before { background: var(--yellow); }
.hero-cover .hero-body {
  position: relative;
  padding: clamp(80px, 12vw, 160px) var(--pad) clamp(48px, 7vw, 88px);
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  color: var(--white);
}
.hero-cover h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(54px, 9vw, 168px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  margin: 0 0 32px;
  color: var(--white);
  max-width: 16ch;
}
.hero-cover h1 em {
  font-family: var(--serif);
  color: var(--yellow);
}
.hero-cover .hero-sub {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.45;
  color: var(--white);
  opacity: 0.95;
  max-width: 56ch;
  margin: 0 0 40px;
}
.hero-cover .hero-sub em { color: var(--yellow); }
.hero-cover .hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.app-badge {
  display: inline-block;
  height: 56px;
  transition: transform 0.25s, filter 0.25s;
}
.app-badge img { height: 100%; width: auto; display: block; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.25)); }
.app-badge:hover { transform: translateY(-2px); }
.hero-cover .caption-row {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-top: 48px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.25);
}

/* Animation primitives */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 14px var(--pad);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--rule);
}
body.hero-page .nav {
  position: absolute;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
  width: 100%;
}
body.hero-page .nav .brand,
body.hero-page .nav .links a { color: var(--white); }
body.hero-page .nav .links a.current { color: var(--yellow); }
body.hero-page .nav .links a.current::after { background: var(--yellow); }
body.hero-page .nav .brand-logo { filter: drop-shadow(0 2px 8px rgba(0,0,0,0.35)); }
body.hero-page .nav .pill.solid { background: var(--yellow); color: var(--teal); border-color: var(--yellow); }
body.hero-page .nav .pill.solid:hover { background: var(--red); color: var(--white); border-color: var(--red); }
body.hero-page .nav .menu-btn { background: var(--yellow); color: var(--teal); }
.nav .brand {
  display: flex; align-items: center;
  color: var(--teal);
}
.nav .brand-logo {
  width: 64px; height: 64px;
  object-fit: contain;
  display: block;
}
.nav .links {
  display: flex; gap: 28px; justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav .links a {
  position: relative;
  padding: 6px 0;
  color: var(--teal);
  opacity: 0.65;
  transition: opacity 0.2s, color 0.2s;
}
.nav .links a:hover, .nav .links a.current { opacity: 1; }
.nav .links a.current { color: var(--red); }
.nav .links a.current::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 1px; background: var(--red);
}
.nav .right { display: flex; gap: 12px; justify-content: flex-end; align-items: center; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em;
  padding: 6px 8px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  color: var(--teal);
}
.lang-toggle button {
  appearance: none; background: transparent; border: 0;
  font: inherit; color: inherit;
  padding: 2px 4px; border-radius: 999px;
  cursor: pointer; opacity: 0.55;
  transition: opacity 0.15s, color 0.15s;
}
.lang-toggle button:hover { opacity: 0.85; }
.lang-toggle button.active { opacity: 1; color: var(--red); }
.lang-toggle span { opacity: 0.4; }
body.hero-page .lang-toggle { color: var(--white); border-color: rgba(255,255,255,0.4); }
body.hero-page .lang-toggle button.active { color: var(--yellow); }
@media (max-width: 980px) {
  .lang-toggle { padding: 4px 6px; font-size: 10px; }
}
.nav .menu-btn {
  display: none;
  background: var(--teal); color: var(--white);
  border: none; width: 48px; height: 48px;
  border-radius: 50%; font-size: 20px; cursor: pointer;
  align-items: center; justify-content: center;
}

/* Buttons */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px;
  border: 1px solid var(--teal);
  color: var(--teal);
  background: transparent;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.2s, box-shadow 0.3s;
}
.pill:hover { background: var(--teal); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pill.solid { background: var(--teal); color: var(--white); }
.pill.solid:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.pill.ghost-white { border-color: var(--white); color: var(--white); }
.pill.ghost-white:hover { background: var(--white); color: var(--teal); }
.pill.solid-yellow { background: var(--yellow); color: var(--teal); border-color: var(--yellow); }
.pill.solid-yellow:hover { background: var(--red); color: var(--white); border-color: var(--red); }

/* Type primitives */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  opacity: 0.7;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 24px; height: 1px;
  background: var(--red);
}
.display-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(48px, 8.4vw, 156px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  margin: 0;
}
.display-title em {
  font-family: var(--serif);
  color: var(--red);
}
.lede {
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.45;
  max-width: 52ch;
  color: var(--teal);
}

/* Section shell */
.section {
  padding: clamp(96px, 12vw, 180px) var(--pad);
  max-width: var(--maxw);
  margin: 0 auto;
}
.section.flush { max-width: none; padding-left: 0; padding-right: 0; }
.section-head {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: end;
  gap: 56px;
  align-items: end;
  margin-bottom: 80px;
}
.section-head .eyebrow { padding-top: 12px; align-self: start; }
.section-head > .pill { white-space: nowrap; }
.section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.018em;
}
.section-head h2 em {
  font-family: var(--serif);
  color: var(--red);
}

/* Bands */
.band { padding: clamp(96px, 12vw, 180px) var(--pad); position: relative; }
.band-inner { max-width: var(--maxw); margin: 0 auto; }
.band.teal { background: var(--teal); color: var(--white); }
.band.red { background: var(--red); color: var(--white); }
.band.yellow { background: var(--yellow); color: var(--teal); }
.band.gradient { background: transparent; color: var(--teal); }
.band.gradient .eyebrow { color: var(--teal); opacity: 0.7; }
.band.gradient .section-head h2,
.band.gradient .lede { color: var(--teal); }
.band.bone {
  background: rgba(250, 250, 247, 0.55);
  backdrop-filter: blur(0.5px);
  color: var(--teal);
  border-top: 1px solid rgba(15, 94, 90, 0.06);
  border-bottom: 1px solid rgba(15, 94, 90, 0.06);
}
.band.teal .eyebrow,
.band.teal .section-head h2,
.band.teal .lede { color: var(--white); }
.band.teal .eyebrow { color: var(--yellow); opacity: 1; }
.band.teal .eyebrow::before { background: var(--yellow); }
.band.teal .section-head h2 em { color: var(--yellow); }
.band.red .eyebrow,
.band.red .section-head h2,
.band.red .lede { color: var(--white); }
.band.red .eyebrow { color: var(--white); opacity: 0.85; }
.band.red .eyebrow::before { background: var(--teal); }
.band.red .section-head h2 em { color: var(--teal); }

/* Image system */
.imgbox {
  position: relative;
  background: var(--teal);
  overflow: hidden;
  aspect-ratio: 4/3;
  color: var(--white);
}
.imgbox img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.imgbox:hover img { transform: scale(1.04); }
.imgbox .imgbox-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  opacity: 0.65;
}
.imgbox.red { background: var(--red); color: var(--white); }
.imgbox.yellow { background: var(--yellow); color: var(--teal); }
.imgbox.bone { background: var(--bone); color: var(--teal); border: 1px solid var(--rule); }
.imgbox::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 16px);
  pointer-events: none;
}
.imgbox.yellow::before, .imgbox.bone::before {
  background: repeating-linear-gradient(135deg, rgba(15,94,90,0.06) 0 1px, transparent 1px 16px);
}
.imgbox.has-img .imgbox-ph { display: none; }
.imgbox.has-img::before { display: none; }

/* Marquee */
.marquee {
  background: var(--red);
  color: var(--teal);
  padding: 28px 0;
  overflow: hidden;
  border-top: 1px solid rgba(15,94,90,0.18);
  border-bottom: 1px solid rgba(15,94,90,0.18);
}
.marquee-track {
  display: flex; gap: 64px; white-space: nowrap; align-items: center;
  animation: marq 60s linear infinite;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.005em;
  font-weight: 400;
  color: var(--teal);
}
.marquee-track .sep {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--yellow);
  display: inline-block;
  flex-shrink: 0;
}
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- FOOTER ---------- */
footer.site {
  background: var(--teal);
  color: var(--white);
  padding: 80px var(--pad) 32px;
}
footer.site .foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 56px;
  padding: 56px 0 48px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
footer.site .foot-newsletter { max-width: 360px; }
footer.site .foot-newsletter h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--white);
  opacity: 0.85;
  font-weight: 500;
}
footer.site .foot-tag {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 22px;
  line-height: 1.4;
  max-width: 36ch;
  color: var(--white);
  opacity: 0.9;
}
footer.site .foot-tag em { color: var(--yellow); font-style: italic; }
footer.site .foot-form {
  display: flex; align-items: stretch;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 4px;
  margin-bottom: 24px;
  gap: 12px;
}
footer.site .foot-form input {
  flex: 1; min-width: 0;
  background: transparent; border: none; outline: none;
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  padding: 12px 0;
}
footer.site .foot-form input::placeholder { color: rgba(255,255,255,0.5); }
footer.site .foot-form button {
  background: transparent; border: none; cursor: pointer;
  color: var(--white);
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 8px 4px; display: inline-flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}
footer.site .foot-form button:hover { color: var(--yellow); }
footer.site .foot-social {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
footer.site .foot-social a { color: var(--white); opacity: 0.75; transition: color 0.2s, opacity 0.2s; }
footer.site .foot-social a:hover { color: var(--yellow); opacity: 1; }
footer.site .foot-social span { opacity: 0.4; }
footer.site .foot-col h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  margin: 0 0 20px;
  font-weight: 500;
}
footer.site .foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
footer.site .foot-col a {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--white);
  opacity: 0.92;
  transition: color 0.2s, opacity 0.2s, transform 0.2s;
  display: inline-block;
}
footer.site .foot-col a:hover { color: var(--yellow); opacity: 1; transform: translateX(3px); }
footer.site .foot-app {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding: 36px 0;
  margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
footer.site .foot-app-brand {
  display: flex; align-items: center; gap: 14px;
}
footer.site .foot-logo {
  width: 96px; height: 96px;
  object-fit: contain;
  opacity: 1;
}
footer.site .foot-app-name {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
footer.site .foot-app-text {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  opacity: 0.9;
  max-width: 52ch;
  justify-self: center;
}
footer.site .foot-app-text em { color: var(--yellow); font-style: italic; }
footer.site .foot-app-badges {
  display: flex; gap: 10px; align-items: center;
}
footer.site .foot-app-badges .app-badge.sm { height: 42px; }
footer.site .foot-app-badges .app-badge.sm img { height: 100%; width: auto; display: block; }
footer.site .foot-bot {
  padding-top: 24px;
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.65);
}

/* ---------- DEVICE PREVIEW ROW ---------- */
.preview-row {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.preview-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  opacity: 0.6;
  color: var(--teal);
}
.device-desktop {
  position: relative;
  border: 1px solid var(--rule);
  background: var(--white);
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--shadow-md);
}
.device-desktop .bar {
  display: flex; gap: 6px;
  padding: 4px 4px 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 14px;
}
.device-desktop .bar i {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--red);
}
.device-desktop .bar i:nth-child(2) { background: var(--yellow); }
.device-desktop .bar i:nth-child(3) { background: var(--teal); }
.device-desktop .screen {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--white);
  border-radius: 6px;
  position: relative;
  border: 1px solid var(--rule);
}
.device-desktop .screen .mock { position: absolute; inset: 0; }

.device-phone {
  position: relative;
  width: 100%; max-width: 280px;
  margin: 0 auto;
  border: 2px solid var(--teal);
  border-radius: 38px;
  padding: 12px;
  background: var(--teal);
  box-shadow: var(--shadow-lg);
}
.device-phone .screen {
  aspect-ratio: 9/19;
  border-radius: 28px;
  overflow: hidden;
  background: var(--white);
  position: relative;
}
.device-phone .notch {
  position: absolute;
  top: 14px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 16px;
  background: var(--teal);
  border-radius: 12px;
  z-index: 2;
}

/* Responsive */
@media (max-width: 980px) {
  .nav .links { display: none; }
  .nav .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  .nav .links.open {
    display: flex; flex-direction: column;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--white); border-bottom: 1px solid var(--rule);
    padding: 20px var(--pad); gap: 16px; align-items: flex-start;
  }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 56px; }
  footer.site .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer.site .foot-newsletter { grid-column: 1 / -1; max-width: none; }
  footer.site .foot-app { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  footer.site .foot-app-brand { justify-content: center; }
  footer.site .foot-app-badges { justify-content: center; }
  .preview-row { grid-template-columns: 1fr; gap: 48px; }
  .preview-row .device-phone { max-width: 240px; }
}
@media (max-width: 540px) {
  footer.site .foot-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ──────────────────────────────────────────────────────────────────────────
   Mobile tap-target hygiene (WCAG 2.5.5 / spec ≥44×44 with ≥8px spacing).
   Only applied on small viewports — desktop mouse precision is finer.
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  /* Nav links in the open menu */
  .nav .links.open a {
    padding: 14px 4px;
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  /* Footer social and column links */
  footer.site .foot-social a {
    padding: 8px 4px;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  footer.site .foot-col a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  /* Footer newsletter button */
  footer.site .foot-form button {
    min-height: 44px;
    padding: 12px 8px;
  }
  /* Pills */
  .pill { min-height: 44px; padding: 14px 22px; }
  /* Lang toggle buttons */
  .lang-toggle button { min-width: 32px; min-height: 32px; padding: 6px 8px; }
}
