:root {
  --ink: #07182f;
  --navy: #07182f;
  --muted: #667386;
  --teal: #168b8f;
  --teal-dark: #0f6e72;
  --teal-pale: #e9f7f6;
  --gold: #caa66a;
  --champagne: #f7efe2;
  --light: #f6f9fb;
  --line: #dde7ee;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 24, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 86px;
  padding: 0 clamp(22px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(221, 231, 238, .8);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.brand strong, .footer-brand strong { display: block; font-size: 16px; letter-spacing: .05em; }
.brand small, .footer-brand span { display: block; margin-top: 2px; color: var(--teal); font-size: 9px; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
nav a { position: relative; color: var(--muted); font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-select {
  min-height: 40px;
  padding: 8px 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  outline: none;
}
.header-cta {
  padding: 11px 18px;
  color: var(--white);
  background: var(--teal);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.menu-toggle { display: none; width: 38px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero {
  min-height: 720px;
  padding: 82px clamp(22px, 7vw, 100px);
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
  background:
    radial-gradient(circle at 85% 10%, rgba(22,139,143,.14), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; color: var(--navy); font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; }
h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(34px, 4vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
h3 { color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.hero-subtitle {
  position: relative;
  margin: 0 0 18px;
  padding-top: 22px;
  color: var(--navy);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 800;
}
.hero-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
}
.hero-text { max-width: 640px; margin-bottom: 34px; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 50px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teal);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}
.button.primary { color: var(--white); background: var(--teal); }
.button.secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.button.whatsapp { margin-top: 24px; color: var(--white); background: #1f9d63; border-color: #1f9d63; }
.trust-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 14px; }
.trust-row b { color: var(--teal); }
.hero-image-panel {
  min-height: 560px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.hero-image-panel img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; object-position: center; }

.quick-facts {
  margin: -48px clamp(22px, 7vw, 100px) 0;
  padding: 30px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.quick-facts article { padding: 5px 32px; border-right: 1px solid rgba(255,255,255,.16); }
.quick-facts article:last-child { border: 0; }
.quick-facts strong { display: block; color: var(--white); font-size: 24px; }
.quick-facts span { color: #bdd6e2; font-size: 13px; }

.section { padding: 110px clamp(22px, 7vw, 100px); }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin-bottom: 5px; color: var(--muted); line-height: 1.7; }
.intro-section { padding-bottom: 80px; }

.certification-band {
  margin: 0 clamp(22px, 7vw, 100px);
  padding: 38px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 30px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0f304d);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.certification-band .eyebrow { color: #a9e4df; }
.certification-band h2 { margin: 0; color: var(--white); font-size: clamp(28px, 3vw, 44px); }
.certification-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.certification-grid article {
  min-height: 285px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255,255,255,.96);
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(0,0,0,.15);
}
.cert-photo {
  width: 100%;
  height: 205px;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.certification-grid span {
  padding: 16px 6px 2px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card {
  min-height: 250px;
  padding: 28px;
  background: linear-gradient(180deg, #fff, #f7fbfd);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(7,24,47,.06);
}
.category-card span { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.category-card h3 a { color: inherit; text-decoration: none; }
.category-card h3 a:hover { color: var(--teal); }
.category-card p { color: var(--muted); line-height: 1.65; }
.product-section-title { margin: 72px 0 28px; }
.product-section-title h3 { margin-bottom: 0; font-size: clamp(28px, 3vw, 42px); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  position: relative;
  padding: 22px 22px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(7,24,47,.06);
  transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-photo {
  height: 260px;
  margin-bottom: 24px;
  background: var(--teal-pale);
  border-radius: 16px;
  overflow: hidden;
}
.card-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.product-card:hover .card-photo img { transform: scale(1.04); }
.brochure-photo { height: 320px; background: linear-gradient(180deg, #fff, #edf6f4); }
.brochure-photo img { object-fit: contain; padding: 12px; }
.product-card:hover .brochure-photo img { transform: none; }
.category-product-photo {
  height: auto;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #ffffff, #f3f8f7);
  border: 1px solid rgba(22,139,143,.08);
}
.category-product-photo img {
  padding: 0;
  object-fit: cover;
}
.ivd-photo img {
  padding: 0;
  object-fit: cover;
}
.product-card:hover .category-product-photo img { transform: none; }
.card-art {
  height: 260px;
  margin-bottom: 24px;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--champagne);
  border-radius: 16px;
  overflow: hidden;
}
.card-art::before { content: ""; position: absolute; width: 190px; height: 190px; border: 36px solid rgba(202,166,106,.2); border-radius: 50%; }
.card-art span { position: relative; z-index: 2; color: var(--teal); font-size: 36px; font-weight: 900; }
.card-art i { display: none; }
.tag { width: fit-content; margin-bottom: 15px; padding: 7px 11px; color: var(--teal-dark); background: var(--teal-pale); border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tag.muted { color: #79603a; background: var(--champagne); }
.product-card p { color: var(--muted); line-height: 1.58; }
.product-card ul { margin: 16px 0 18px; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-card a { color: var(--teal); font-weight: 900; }
.premium-product-grid { margin-top: 22px; }
.premium-product-card {
  background: linear-gradient(180deg, #fff, #fbfcfc);
  box-shadow: 0 14px 34px rgba(7,24,47,.055);
}
.premium-product-photo {
  height: 250px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff, #f3f8f7);
  border: 1px solid rgba(22,139,143,.08);
}
.premium-product-photo img {
  object-fit: contain;
  padding: 10px;
  transform: none !important;
}
.rapidbiotec-grid {
  grid-template-columns: repeat(4, 1fr);
}
.rapidbiotec-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #fbfdfd);
}
.rapidbiotec-photo {
  height: 280px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff, #f3f8f7);
  border: 1px solid rgba(22,139,143,.08);
}
.rapidbiotec-photo img {
  object-fit: contain;
  padding: 10px;
  transform: none !important;
}
.rapidbiotec-card h3 {
  font-size: 18px;
  line-height: 1.25;
}
.rapidbiotec-card p {
  font-size: 14px;
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.button.mini {
  min-height: auto;
  padding: 11px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0;
}
.button.mini.secondary {
  color: var(--teal);
  background: #fff;
  border: 1px solid rgba(22,139,143,.28);
  box-shadow: none;
}
.product-category-note {
  margin: 24px 0 4px;
  padding: 18px 22px;
  color: var(--muted);
  background: rgba(22,139,143,.08);
  border: 1px solid rgba(22,139,143,.16);
  border-radius: 18px;
  line-height: 1.65;
}
.curenex-landing {
  margin-top: 64px;
  padding: clamp(24px, 4vw, 46px);
  background:
    radial-gradient(circle at 12% 12%, rgba(22,139,143,.12), transparent 30%),
    linear-gradient(180deg, #fff, #f7fbfc);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(7,24,47,.08);
}
.curenex-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: center;
}
.curenex-hero-copy h1,
.curenex-hero-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
}
.curenex-hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.curenex-hero-media {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: linear-gradient(180deg, #fff, #eef7f8);
  border: 1px solid rgba(22,139,143,.12);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  overflow: hidden;
}
.curenex-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 22px;
}
.curenex-product-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.curenex-card {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(7,24,47,.06);
}
.curenex-card-media {
  height: 340px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff, #f2f8f8);
  border-radius: 20px;
  overflow: hidden;
}
.curenex-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.curenex-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}
.curenex-card > p {
  color: var(--muted);
  line-height: 1.65;
}
.curenex-info {
  margin-top: 18px;
  padding: 18px;
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.curenex-info strong {
  display: block;
  margin: 8px 0;
  color: var(--navy);
}
.curenex-info ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}
.curenex-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.professional-note {
  width: fit-content;
  margin-top: 16px;
  padding: 8px 12px;
  color: var(--teal-dark) !important;
  background: var(--teal-pale);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.curenex-bottom-note {
  margin-top: 28px;
  padding: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(22,139,143,.16);
  border-radius: 24px;
}
.curenex-bottom-note h3 { margin-bottom: 10px; }
.curenex-bottom-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.product-detail-grid {
  margin-top: 72px;
  display: grid;
  gap: 28px;
}
.product-detail-card {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f8fbfc);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.product-detail-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  background: var(--teal-pale);
  border-radius: 22px;
  overflow: hidden;
}
.product-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-copy {
  padding: clamp(10px, 2vw, 24px);
}
.product-detail-copy h2 {
  margin-bottom: 10px;
}
.product-detail-copy h3 {
  margin-bottom: 18px;
  color: var(--teal);
  font-size: clamp(22px, 2vw, 30px);
}
.product-detail-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.detail-columns {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
}
.detail-columns > div {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.detail-columns h4 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 15px;
  letter-spacing: .02em;
}
.detail-columns ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.detail-columns p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.notice {
  margin-top: 22px;
  padding: 16px 18px;
  color: #79603a !important;
  background: var(--champagne);
  border: 1px solid rgba(202, 166, 106, .35);
  border-radius: 16px;
  font-size: 14px !important;
}
.detail-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
  background: var(--light);
}
.about-visual {
  position: sticky;
  top: 112px;
  min-height: 520px;
  padding: 46px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--teal-pale);
  border-radius: 28px;
}
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7, 24, 47, .78)); }
.about-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-visual p { position: relative; z-index: 2; margin: 0; color: var(--white); font-size: 31px; line-height: 1.1; text-shadow: 0 10px 24px rgba(0,0,0,.24); }
.about-visual strong { font-size: 48px; }
.about-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.vision-mission { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vision-mission article, .official-info article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(7,24,47,.05);
}
.vision-card-image, .official-card-image { width: 100%; height: 190px; display: block; object-fit: cover; }
.vision-mission span, .official-info span {
  display: block;
  margin: 20px 22px 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vision-mission p, .official-info p, .official-info li {
  margin: 0 22px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.official-info { margin-top: 18px; display: grid; gap: 16px; }
.official-info ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.official-info li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 900; }

.brands, .news { background: var(--white); }
.resources { background: var(--light); }
.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.brand-grid span {
  min-height: 105px;
  padding: 22px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(7,24,47,.05);
}
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-grid article {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(7,24,47,.05);
}
.resource-grid article span { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.resource-grid p { color: var(--muted); line-height: 1.65; }
.read-more {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}
.read-more:hover { color: var(--navy); }

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(45px, 8vw, 110px);
  background: var(--navy);
}
.contact .eyebrow { color: #a9e4df; }
.contact h2, .contact-copy > p { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #bdd6e2; font-size: 18px; line-height: 1.6; }
.contact-info-grid { margin-top: 30px; display: grid; gap: 14px; }
.contact-info-grid article {
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  color: #e8f3f5;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
}
.contact-info-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, #fff, #dff4f2);
  border-radius: 14px;
  font-size: 20px;
  font-weight: 900;
}
.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-info-grid strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 13px; letter-spacing: .03em; }
.contact-info-grid p { margin: 0; color: #bdd6e2; font-size: 14px; line-height: 1.55; }
.contact-map {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
}
.contact-map iframe {
  width: 100%;
  min-height: 400px;
  display: block;
  background: rgba(255,255,255,.08);
}
.directions-button {
  width: fit-content;
  margin-top: 16px;
  color: var(--white);
  background: transparent;
  border-color: rgba(255,255,255,.35);
}
.directions-button:hover { border-color: var(--gold); color: var(--gold); }
.contact-form { padding: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 800; }
.contact-form label:nth-child(6), .contact-form label:nth-child(7), .contact-form .button, .form-note { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f6f9fb; border: 1px solid var(--line); border-radius: 10px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,139,143,.12); }
textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }

footer {
  padding: 35px clamp(22px, 7vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--muted);
  background: #f2f6f8;
  font-size: 13px;
}
footer p { margin: 0; }
footer > a { color: var(--teal); font-weight: 900; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
.footer-logo { width: 52px; height: 52px; grid-row: span 2; object-fit: contain; }

@media (max-width: 1080px) {
  nav { display: none; }
  .menu-toggle { display: block; }
  nav.open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 900px) {
  .hero, .section-heading, .about, .contact, .certification-band, .curenex-hero, .curenex-product-grid { grid-template-columns: 1fr; }
  .curenex-card { grid-template-columns: 1fr; }
  .curenex-card-media { height: 260px; margin-bottom: 20px; }
  .hero { padding-top: 55px; }
  .quick-facts, .product-grid, .rapidbiotec-grid, .category-grid, .certification-grid, .resource-grid, .product-detail-card, .detail-columns { grid-template-columns: 1fr; }
  .quick-facts article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 17px; }
  .vision-mission { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visual { position: relative; top: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: 47px; }
  h2 { font-size: 36px; }
  .brand strong { font-size: 13px; }
  .brand-mark { width: 42px; height: 42px; }
  .header-cta { display: none; }
  .language-select { min-height: 36px; padding-inline: 10px; }
  .site-header { height: 72px; padding-inline: 18px; }
  nav.open { top: 74px; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  .hero-image-panel, .hero-image-panel img { min-height: 390px; }
  .product-detail-media { min-height: 360px; }
  .quick-facts, .certification-band { margin-left: 20px; margin-right: 20px; }
  .certification-band { padding: 22px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .contact-form { padding: 23px; grid-template-columns: 1fr; }
  .contact-map { padding: 12px; border-radius: 22px; }
  .contact-map iframe { min-height: 320px; border-radius: 18px !important; }
  .directions-button { width: 100%; }
  .contact-form label, .contact-form label:nth-child(6), .contact-form label:nth-child(7), .contact-form .button, .form-note { grid-column: 1; }
  .brand-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
}
