/* ================================================================
   Nexomed website styles
   Mobile-first, dependency-free and organized around shared tokens.
   ================================================================ */

:root {
  --blue: #2451a8;
  --blue-dark: #173a79;
  --navy: #0c254d;
  --teal: #12bfcd;
  --teal-dark: #087b86;
  --ink: #1b2a41;
  --muted: #5c6d82;
  --line: #d9e2eb;
  --soft: #f2f6f8;
  --canvas: #fbfcfd;
  --white: #fff;
  --success: #087c6c;
  --shadow: 0 18px 45px rgba(22, 53, 104, 0.1);
  --radius-sm: 0.65rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.1rem;
  --container: 82rem;
  --header-height: 5.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; overscroll-behavior: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -0.035em; text-wrap: balance; overflow-wrap: break-word; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.35rem, 8vw, 5rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 5vw, 3.35rem); }
h3 { margin-bottom: 0.7rem; font-size: 1.22rem; }
p { margin-bottom: 1rem; text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.services-pillars { padding-bottom: clamp(2rem, 4vw, 3rem); }
.services-channels { padding-top: clamp(2rem, 4vw, 3rem); }
.section--soft { background: var(--soft); }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 0.5rem; left: 0.5rem; transform: translateY(-150%); padding: 0.7rem 1rem; color: var(--white); background: var(--navy); border-radius: 0.4rem; }
.skip-link:focus { transform: translateY(0); }

/* Header and navigation */
.site-header { position: sticky; z-index: 100; top: 0; background: #fff; border-bottom: 1px solid rgba(18,43,82,.12); }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); }
.brand { display: block; width: 14.5rem; height: 2.75rem; overflow: hidden; }
.brand__crop { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.brand__crop img { position: absolute; width: 15.2rem; max-width: none; top: -6.38rem; left: -0.35rem; }
.nav-toggle { display: grid; gap: 0.28rem; width: 2.8rem; height: 2.8rem; place-content: center; padding: 0; background: var(--soft); border: 1px solid var(--line); border-radius: 0.6rem; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 1.25rem; height: 2px; background: var(--navy); transition: transform 180ms ease, opacity 180ms ease; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
.primary-nav { position: fixed; z-index: 110; top: var(--header-height); right: 0; left: 0; display: none; height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); max-height: calc(100dvh - var(--header-height)); flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1rem max(2rem, env(safe-area-inset-bottom)); background: var(--white); box-shadow: 0 20px 45px rgba(12,37,77,.14); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.primary-nav.is-open { display: flex; }
.primary-nav > a { flex: 0 0 auto; padding: 1rem 0.5rem; color: var(--navy); font-size: 1.05rem; font-weight: 650; border-bottom: 1px solid var(--line); }
.primary-nav > a[aria-current="page"] { color: var(--blue); }
.language-switcher { display: flex; align-items: center; gap: 0.4rem; margin-top: 1.3rem; padding-left: 0.5rem; color: var(--muted); }
.language-switcher button { display: inline-grid; min-width: 2.75rem; min-height: 2.75rem; place-items: center; padding: 0.25rem; background: none; border: 0; cursor: pointer; font-size: 0.82rem; font-weight: 800; }
.language-switcher button[aria-pressed="true"] { color: var(--blue); text-decoration: underline; text-underline-offset: 0.3rem; }

/* Shared components */
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; color: var(--teal-dark); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.7rem; height: 1px; background: currentColor; }
.eyebrow--light { color: #77e1e9; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: 0.8rem 1.35rem; border: 1px solid transparent; border-radius: 0.35rem; font-weight: 750; line-height: 1.2; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--blue); }
.button--primary:hover { background: var(--blue-dark); }
.button--secondary { color: var(--blue); background: var(--white); border-color: var(--blue); }
.button--secondary:hover { color: var(--white); background: var(--blue); }
.button--light { color: var(--navy); background: var(--white); }
.button--light:hover { background: #e9faff; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.45rem; margin-top: auto; color: var(--blue); font-weight: 750; }
.text-link::after { content: "→"; transition: transform 160ms ease; }
.text-link:hover::after { transform: translateX(0.25rem); }
.section-heading { max-width: 48rem; margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.section-heading > p:last-child { color: var(--muted); }
.card-grid { display: grid; gap: clamp(1rem, 2.5vw, 1.5rem); }
.service-card { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.4rem, 4vw, 2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: none; }
.service-card p { color: var(--muted); }
.service-card--photo { overflow: hidden; padding: 0; background: var(--canvas); border: 0; border-radius: .45rem; transition: transform 220ms ease, box-shadow 220ms ease; }
.service-card--photo:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(14,43,83,.12); }
.service-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; background: #dfe7ee; }
.service-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(6,23,50,.35)); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.03); transition: transform 500ms ease; }
.service-card--photo:hover .service-card__media img { transform: scale(1.035); }
.service-card__media--shelves img { object-position: right center; transform: scale(1.8); transform-origin: right center; }
.service-card--photo:hover .service-card__media--shelves img { transform: scale(1.86); }
.service-card__media > span { position: absolute; z-index: 1; right: 1rem; bottom: .8rem; color: var(--white); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.service-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.55rem 1.45rem 1.7rem; }
.service-card__body h3 { font-size: 1.45rem; }
.icon-box { display: grid; width: 3.4rem; height: 3.4rem; place-items: center; margin-bottom: 1.5rem; color: var(--blue); background: #eaf1ff; border-radius: 0.8rem; }
.icon-box svg { width: 1.65rem; fill: currentColor; }

/* Home hero */
.hero { position: relative; overflow: hidden; padding-block: clamp(3rem, 7vw, 6.8rem); background: var(--canvas); }
.hero::before { content: ""; position: absolute; top: 0; right: 0; width: 18vw; height: 0.35rem; background: var(--teal); }
.hero__heading { position: relative; z-index: 2; }
.hero__heading h1 { width: 100%; max-width: none; font-size: clamp(3rem, 7.6vw, 6.4rem); }
.hero__support { display: grid; gap: clamp(2rem, 5vw, 2.5rem); align-items: center; margin-top: clamp(2rem, 5vw, 4rem); }
.hero__content { position: relative; z-index: 2; }
.hero__lead { max-width: 39rem; color: #465970; font-size: clamp(1.08rem, 2vw, 1.24rem); }
.hero-media { position: relative; width: min(100%, 32rem); min-width: 0; justify-self: end; margin: 0; aspect-ratio: 16 / 10; }
.hero-media::before { content: ""; position: absolute; z-index: 0; top: -1.25rem; right: -1.25rem; width: 58%; height: 46%; background: var(--teal); }
.hero-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04); }
.hero-panel__top { display: flex; align-items: center; gap: 0.6rem; padding: 0.2rem 0.25rem 1.2rem; color: #dce8ff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.status-dot { width: 0.55rem; height: 0.55rem; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 0.3rem rgba(18,191,205,.16); }
.supply-flow { padding: 1.25rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); }
.flow-node { display: flex; align-items: flex-start; gap: 1rem; }
.flow-node__number { display: grid; flex: 0 0 auto; width: 2.15rem; height: 2.15rem; place-items: center; color: var(--navy); background: var(--teal); border-radius: 50%; font-size: 0.7rem; font-weight: 850; }
.flow-node strong, .flow-node small { display: block; }
.flow-node strong { color: var(--white); line-height: 1.3; }
.flow-node small { margin-top: 0.25rem; color: #bed0ed; }
.flow-line { width: 1px; height: 2.5rem; margin: 0.4rem 0 0.4rem 1.05rem; background: rgba(119,225,233,.55); }
.hero-panel__footer { padding: 1.25rem 0.25rem 0.25rem; color: #dce8ff; font-size: 0.9rem; }

/* Why Nexomed */
.section--ink { color: #b8c9de; background: var(--navy); }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink .eyebrow { color: #5fd9e2; }
.section--ink .section-heading > p:last-of-type, .section--ink .feature-item p { color: #aebfd4; }
.section--ink .button--secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.7); }
.section--ink .button--secondary:hover { color: var(--navy); background: var(--white); }
.section--ink .feature-item { border-top-color: rgba(255,255,255,.16); }
.section--ink .feature-item > span { color: var(--teal); }
.why-grid { display: grid; gap: 2.5rem; }
.section-heading--sticky .button { margin-top: 0.6rem; }
.feature-list { display: grid; gap: 0.8rem; }
.feature-item { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid #ced9e7; }
.feature-item > span { color: var(--teal-dark); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.08em; }
.feature-item p { margin: 0; color: var(--muted); }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(3.5rem, 7vw, 6.5rem); color: #c0d0e4; background: var(--navy); }
.page-hero::after { content: ""; position: absolute; right: -8rem; bottom: -8rem; width: 21rem; height: 21rem; border: 1px solid rgba(18,191,205,.22); border-radius: 50%; }
.page-hero__layout { position: relative; z-index: 1; display: grid; gap: 3rem; align-items: center; }
.page-hero__inner { max-width: 55rem; }
.page-hero .eyebrow { color: #68dfe7; }
.page-hero h1 { max-width: 13ch; color: var(--white); font-size: clamp(2.5rem, 7vw, 4.9rem); }
.page-hero p:last-child { max-width: 44rem; color: #bdcce0; font-size: clamp(1.05rem, 2vw, 1.2rem); }
.page-hero__media { position: relative; margin: 0; }
.page-hero__media::before { content: ""; position: absolute; z-index: -1; top: -1rem; right: -1rem; width: 45%; height: 45%; background: var(--teal); }
.page-hero__media img { width: 100%; height: clamp(20rem, 45vw, 34rem); object-fit: cover; filter: saturate(.65) contrast(1.08); }
.page-hero__media figcaption { position: absolute; right: 0; bottom: 0; padding: .7rem 1rem; color: var(--navy); background: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.page-hero--stacked .page-hero__layout { grid-template-columns: minmax(0, 1fr); }
.page-hero--stacked .page-hero__inner { max-width: 70rem; }
.page-hero--stacked h1 { max-width: 19ch; }
.page-hero--stacked .page-hero__media { margin-top: .5rem; }
.page-hero--stacked .page-hero__media img { height: clamp(22rem, 52vw, 36rem); object-position: center; }
.services-hero__layout { position: relative; z-index: 1; }
.services-hero__heading { width: 100%; }
.page-hero--services h1 { width: 100%; max-width: none; margin-bottom: 0; font-size: clamp(2.35rem, 6.2vw, 5.35rem); line-height: 1; }
.services-hero__support { display: grid; gap: 2rem; align-items: start; margin-top: clamp(2.2rem, 5vw, 4rem); padding-top: clamp(1.5rem, 3vw, 2.2rem); border-top: 1px solid rgba(189,204,224,.3); }
.page-hero--services .services-hero__lead { max-width: 43rem; margin: 0; color: #bdcce0; font-size: clamp(1.05rem, 2vw, 1.2rem); }
.page-hero--services .page-hero__media { width: min(78%, 20rem); justify-self: start; }
.page-hero--services .page-hero__media::before { top: -.65rem; right: -.65rem; width: 52%; height: 45%; }
.page-hero--services .page-hero__media img { height: auto; aspect-ratio: 16 / 9; object-position: center; }

/* About page typography follows the annotated editorial scale without
   enlarging shared labels on the rest of the site. */
.page-about .eyebrow { font-size: clamp(1rem, 2.3vw, 1.4375rem); letter-spacing: .12em; }
.page-about .purpose-heading { max-width: none; }
.page-about .about-intro { position: relative; overflow: hidden; color: #bdcce0; background: var(--navy); }
.page-about .about-intro .eyebrow { color: #68dfe7; }
.page-about .about-intro h1 { margin-bottom: 1rem; color: var(--white); font-size: clamp(2rem, 5vw, 3.35rem); }
.page-about .about-intro .story-copy p { color: #bdcce0; }

.story-grid, .mission-grid, .pillar-grid, .contact-grid { display: grid; gap: 2rem; }
.story-grid--single { display: block; }
.story-grid--single .story-copy { max-width: 67rem; }
.story-grid--single .story-copy > p:not(.eyebrow) { max-width: 88ch; }
.story-copy p, .content-copy p { color: var(--muted); }
.fact-panel { padding: 1.8rem; color: var(--white); background: var(--navy); border-radius: .2rem; }
.fact-panel h2 { color: var(--white); font-size: 1.5rem; }
.fact-panel ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.fact-panel li { padding: 0.9rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.fact-panel strong, .fact-panel span { display: block; }
.fact-panel span { color: #bed0ed; font-size: 0.9rem; }
.mission-card { padding: clamp(1.6rem, 4vw, 2.5rem); background: var(--white); border-top: 3px solid var(--teal); border-radius: 0; box-shadow: 0 20px 50px rgba(16,48,90,.07); }
.mission-card p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.purpose-heading { max-width: 58rem; }
.purpose-kicker { margin: 0; color: var(--muted); font-size: clamp(1.15rem, 2.5vw, 1.55rem); font-weight: 500; }
.values-grid { display: grid; gap: 1rem; counter-reset: value; }
.value-card { padding: 1.7rem 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.value-card::before { counter-increment: value; content: "0" counter(value); display: block; margin-bottom: 1rem; color: var(--teal-dark); font-size: 0.75rem; font-weight: 850; }
.value-card p { margin: 0; color: var(--muted); }
.pillar-card { overflow: hidden; border: 1px solid var(--line); border-radius: .2rem; }
.pillar-card__head { padding: 1.5rem; color: var(--white); background: var(--blue); }
.pillar-card:nth-child(2) .pillar-card__head { background: var(--navy); }
.pillar-card__head h3 { margin: 0; color: var(--white); font-size: clamp(1.55rem, 3vw, 2.25rem); }
.pillar-card__body { padding: 1.5rem; }
.pillar-card__body > p { color: var(--muted); }
.check-list { margin: 1.25rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0.65rem 0 0.65rem 1.8rem; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 850; }
.contact-details { display: grid; gap: 1rem; }
.contact-item { padding: 1.15rem 0; background: transparent; border-bottom: 1px solid var(--line); border-radius: 0; }
.contact-item strong, .contact-item a, .contact-item span { display: block; }
.contact-item strong { margin-bottom: 0.3rem; color: var(--navy); }
.contact-item a { color: var(--blue); font-weight: 700; }
.contact-item span { color: var(--muted); }
.contact-form { padding: clamp(1.5rem, 4vw, 2.6rem); border: 0; border-top: 4px solid var(--blue); border-radius: 0; box-shadow: 0 24px 60px rgba(13,43,85,.1); }
.form-grid { display: grid; gap: 1rem; }
.form-field { display: grid; gap: 0.4rem; }
.form-field label { color: var(--navy); font-size: 0.9rem; font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; padding: 0.85rem 0.95rem; color: var(--ink); background: var(--white); border: 1px solid #b8c6d8; border-radius: 0.5rem; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(18,191,205,.23); }
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-note { margin-top: 0.8rem; color: var(--muted); font-size: 0.84rem; }
.form-status { min-height: 1.5rem; margin: 0.7rem 0 0; color: var(--success); font-weight: 700; }
/* Footer and WhatsApp */
.site-footer { padding-top: 4rem; color: #bed0ed; background: #071a38; }
.footer-grid { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
.brand--footer { background: transparent; border-radius: 0; }
.brand--footer img { filter: grayscale(1) invert(1) brightness(1.8); mix-blend-mode: screen; opacity: .94; }
.footer-brand p { max-width: 20rem; margin-top: 1.2rem; }
.footer-title { margin-bottom: 1rem; color: var(--white); font-size: 0.92rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 0.55rem; }
.footer-links a { display: inline-flex; min-height: 2.75rem; align-items: center; }
.footer-links a:hover, .site-footer address a:hover { color: var(--teal); }
.site-footer address { display: grid; gap: 0.55rem; max-width: 29rem; font-style: normal; }
.footer-bottom { display: flex; flex-direction: column; gap: 0.2rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: 0.78rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.55rem; padding: 0.72rem; color: var(--white); background: #157c68; border-radius: 999px; box-shadow: 0 10px 30px rgba(9,55,48,.28); font-weight: 750; line-height: 1; }
.whatsapp-float:hover { background: #0f6656; }
.whatsapp-float svg { width: 1.65rem; height: 1.65rem; fill: currentColor; }
.whatsapp-float span { display: none; }

@media (min-width: 42rem) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .card-grid--three, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; max-width: none; gap: 3rem; align-items: end; }
  .section-heading--split p:last-child { margin-bottom: 0.5rem; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1.5fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .form-grid--two { grid-template-columns: repeat(2, 1fr); }
  .whatsapp-float { right: 1.5rem; bottom: 1.5rem; }
  .page-hero--services .page-hero__media { width: min(100%, 23rem); }
}

@media (min-width: 56rem) {
  :root { --header-height: 4.8rem; }
  .site-header { background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); }
  body.nav-open { overflow: auto; }
  .nav-toggle { display: none; }
  .primary-nav { position: static; z-index: auto; display: flex; width: auto; height: auto; max-height: none; flex-direction: row; align-items: center; gap: clamp(0.65rem, 1.5vw, 1.4rem); padding: 0; background: transparent; box-shadow: none; overflow: visible; }
  .primary-nav > a { position: relative; padding: 1.8rem 0; border: 0; font-size: 0.9rem; }
  .primary-nav > a::after { content: ""; position: absolute; right: 0; bottom: 1.25rem; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform 160ms ease; }
  .primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1); }
  .language-switcher { margin: 0 0 0 .25rem; padding: 0 0 0 .8rem; border-left: 1px solid var(--line); }
  .hero__support { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr); gap: clamp(2.5rem, 5vw, 5rem); }
  .card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
  .services-hero__support { grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem); gap: clamp(3rem, 7vw, 7rem); }
  .page-hero--services .page-hero__media { width: 100%; justify-self: end; }
  .page-hero__layout { grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr); gap: clamp(3rem, 6vw, 6rem); }
  .page-hero__media img { height: 34rem; }
  .why-grid { grid-template-columns: .8fr 1.2fr; gap: 5rem; }
  .section-heading--sticky { position: sticky; top: 9rem; align-self: start; }
  .story-grid { grid-template-columns: 1.35fr .65fr; gap: 5rem; }
  .mission-grid, .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-grid { grid-template-columns: .75fr 1.25fr; gap: 4rem; }
}

@media (min-width: 70rem) {
  .card-grid--three { grid-template-columns: repeat(3, 1fr); align-items: start; }
  .hero-panel { padding: 1.5rem; }
  .supply-flow { padding: 1.7rem; }
  .whatsapp-float { padding-inline: 1rem; }
  .whatsapp-float span { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .whatsapp-float, .site-footer { display: none; }
  .section, .page-hero { padding-block: 2rem; }
  body { color: #000; }
}
