:root {
  --green: #1f7a4c;
  --green-dark: #0f5132;
  --blue: #173b57;
  --gold: #c69a35;
  --ink: #17211c;
  --muted: #5c6861;
  --line: #dce5de;
  --soft: #f5f8f4;
  --paper: #ffffff;
  --shadow: 0 18px 48px rgba(23, 33, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green-dark);
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.25rem, 6vw, 5rem);
  max-width: 980px;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  overflow-wrap: anywhere;
}

h3 {
  font-size: 1.25rem;
  overflow-wrap: anywhere;
}

p {
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

section,
.article-page {
  padding: 78px 6vw;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(220, 229, 222, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(17, 35, 28, 0.06);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 0 5vw;
  width: 100%;
}

.language-switcher {
  position: relative;
  z-index: 45;
}

.language-switcher summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(31, 122, 76, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  backdrop-filter: blur(14px);
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.language-switcher[open] summary::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.language-code {
  color: var(--green);
  font-size: 0.78rem;
}

.language-name {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.86rem;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 210px;
  padding: 8px;
  border: 1px solid rgba(220, 229, 222, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(17, 35, 28, 0.16);
  backdrop-filter: blur(18px);
}

.language-menu a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  padding: 7px 9px;
  border-radius: 5px;
  color: var(--ink);
  font-weight: 700;
}

.language-menu a:hover,
.language-menu a:focus-visible,
.language-menu a[aria-current="page"] {
  background: rgba(31, 122, 76, 0.09);
  color: var(--green);
  text-decoration: none;
}

.language-menu a span {
  color: var(--muted);
  font-size: 0.72rem;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .check-list {
  padding-right: 0;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  text-align: right;
}

html[dir="rtl"] .spec-table th,
html[dir="rtl"] .spec-table td {
  text-align: right;
}

html[dir="rtl"] .proof-strip dt {
  direction: ltr;
  unicode-bidi: isolate;
}

.brand img {
  width: 260px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: var(--green);
  background: rgba(31, 122, 76, 0.08);
  text-decoration: none;
}

.nav-item {
  position: relative;
}

.mega-panel {
  position: fixed;
  top: 82px;
  left: 50%;
  z-index: 40;
  width: min(1060px, calc(100vw - 48px));
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel,
.has-mega.is-open .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 861px) {
  .has-mega::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -12px;
    width: calc(100% + 24px);
    height: 28px;
  }
}

.mega-inner {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(220, 229, 222, 0.8);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 248, 244, 0.74));
  box-shadow: 0 24px 70px rgba(17, 35, 28, 0.2);
  backdrop-filter: blur(22px) saturate(1.25);
}

.mega-feature,
.mega-column {
  min-width: 0;
  border-radius: 14px;
}

.mega-feature {
  padding: 22px;
  color: white;
  background:
    linear-gradient(145deg, rgba(15, 81, 50, 0.93), rgba(31, 122, 76, 0.84)),
    url("/assets/images/factory-aerial-wide.webp") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.mega-feature h2 {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.mega-feature a {
  color: white;
  text-decoration: underline;
}

.mega-column {
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(220, 229, 222, 0.72);
}

.mega-column h3 {
  font-size: 0.88rem;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 12px;
}

.mega-link {
  display: grid;
  gap: 3px;
  padding: 12px 10px;
  border-radius: 10px;
  color: var(--ink);
  font-weight: 800;
}

.mega-link:hover,
.mega-link:focus-visible {
  background: rgba(31, 122, 76, 0.08);
  text-decoration: none;
}

.mega-link small {
  color: var(--muted);
  font-weight: 500;
  line-height: 1.35;
}

.nav-cta,
.button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.button.primary {
  color: white;
  background: var(--green);
}

.button.secondary {
  color: var(--green-dark);
  background: white;
  border-color: var(--line);
}

.button.light {
  color: var(--green-dark);
  background: white;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
  background: var(--blue);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacturing-hero .hero-media img {
  object-position: center 42%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 30, 25, 0.86), rgba(11, 30, 25, 0.5), rgba(11, 30, 25, 0.16));
}

.hero-content {
  position: relative;
  width: min(1120px, 88vw);
  padding: 96px 0 56px;
  margin: 0 auto;
  color: white;
  min-width: 0;
}

.hero-content p {
  max-width: 700px;
  font-size: 1.12rem;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.hero-actions,
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 50px 0 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
}

.proof-strip div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip dt {
  font-size: 1.5rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.section-intro {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-intro p:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.card-grid,
.article-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.item-card,
.article-card,
.feature,
.contact-card,
.quick-answer,
.form-panel,
.detail-grid > div,
.inline-cta,
.bottom-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  min-width: 0;
}

.item-card {
  overflow: hidden;
  display: grid;
  align-content: start;
}

.item-card img,
.article-card-media > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}

.item-card > div,
.article-card > div,
.article-card:not(.article-card-media),
.feature,
.contact-card,
.detail-grid > div {
  padding: 22px;
}

.article-card-media {
  overflow: hidden;
  display: grid;
  align-content: start;
}

.item-card p,
.article-card p,
.feature p,
.contact-card p,
.detail-grid p,
.article-body p {
  color: var(--muted);
}

.source-selector,
.application-formats,
.quality-workflow {
  background: var(--soft);
}

.source-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.source-choice {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.source-choice img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.source-choice > div {
  padding: 26px;
}

.source-choice ul {
  margin: 18px 0;
  padding-left: 20px;
  color: var(--muted);
}

.spec-section {
  padding: 34px 0;
  min-width: 0;
  max-width: 100%;
}

.spec-table-wrap {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.spec-table {
  width: 100%;
  min-width: 1380px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.spec-table th,
.spec-table td {
  padding: 13px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table thead th {
  color: white;
  background: var(--green-dark);
}

.spec-table tbody th {
  min-width: 170px;
  color: var(--green-dark);
  background: rgba(31, 122, 76, 0.05);
}

.status-tag {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid rgba(31, 122, 76, 0.24);
  border-radius: 5px;
  color: var(--green-dark);
  background: rgba(31, 122, 76, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.document-status-grid,
.quality-group-grid,
.application-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.documents-request {
  padding: 34px 0;
}

.product-main .technical-specification,
.product-main .download-library {
  padding: 34px 0;
}

.technical-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.technical-spec-grid > div {
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-spec-grid dt,
.technical-spec-grid dd {
  margin: 0;
}

.technical-spec-grid dt {
  color: var(--green-dark);
  font-weight: 800;
}

.technical-spec-grid dd {
  color: var(--muted);
}

.document-caution {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  color: var(--muted);
  background: #fffaf0;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.download-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  box-shadow: 0 10px 24px rgba(20, 38, 29, 0.06);
}

.download-card:hover {
  border-color: rgba(31, 122, 76, 0.45);
  text-decoration: none;
  transform: translateY(-1px);
}

.download-card > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.download-card small {
  color: var(--muted);
}

.download-format {
  display: grid;
  place-items: center;
  width: 54px;
  height: 42px;
  border-radius: 6px;
  color: white;
  background: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.application-format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.document-status-grid article,
.quality-group-grid article,
.application-format-grid article {
  padding: 22px;
  border-top: 3px solid var(--gold);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.document-status-grid p,
.quality-group-grid p,
.application-format-grid p {
  color: var(--muted);
}

.manufacturing-process {
  background: white;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-flow li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-flow li:nth-child(3n) {
  border-right: 0;
}

.process-flow li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-weight: 900;
}

.process-flow h3 {
  font-size: 1rem;
}

.process-flow p {
  color: var(--muted);
  font-size: 0.92rem;
}

.split-section,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 46px;
}

.split-section {
  background: var(--soft);
}

.section-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-packaging .section-photo,
.packaging-proof .section-photo {
  object-position: center 58%;
}

.dispatch-proof {
  background: white;
}

.dispatch-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dispatch-gallery figure {
  margin: 0;
}

.dispatch-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dispatch-photo-portrait {
  object-position: center 48%;
}

.dispatch-gallery figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.check-list {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.number-list {
  margin: 0 0 24px;
  padding-left: 22px;
}

.number-list li {
  margin: 10px 0;
  padding-left: 4px;
}

.link-stack {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
}

.link-stack a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  background: #f8fbf8;
}

.link-stack a::after {
  content: ">";
  color: var(--gold);
  font-weight: 900;
}

.link-stack a:hover {
  border-color: rgba(31, 122, 76, 0.35);
  background: #eef7f0;
  text-decoration: none;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  color: white;
  background: var(--green-dark);
}

.cta-band > div {
  max-width: 850px;
}

.company-video-section {
  color: white;
  background: #0b1d16;
}

.company-video-copy {
  max-width: 860px;
  margin-bottom: 30px;
}

.company-video-copy h2 {
  max-width: 760px;
  color: white;
  font-size: clamp(1.85rem, 3vw, 3rem);
}

.company-video-copy p:last-child {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.company-video-player,
.manufacturing-video {
  width: 100%;
  max-width: 1180px;
  margin: 0;
}

.company-video-player video,
.manufacturing-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #000;
  object-fit: cover;
}

.company-video-player figcaption,
.manufacturing-video figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.manufacturing-proof-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 52px;
}

.manufacturing-video {
  align-self: center;
}

.manufacturing-video video {
  border-color: rgba(19, 83, 53, 0.18);
  box-shadow: 0 20px 48px rgba(16, 45, 33, 0.14);
}

.manufacturing-video figcaption {
  color: var(--muted);
}

.claim-marquee {
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 10%, rgba(13, 107, 67, 0.08), transparent 28%),
    #ffffff;
}

.claim-marquee-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.4fr);
  column-gap: 54px;
  align-items: end;
  margin-bottom: 30px;
}

.claim-marquee-intro .eyebrow {
  grid-column: 1 / -1;
}

.claim-marquee-intro h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  line-height: 1.15;
}

.claim-marquee-intro > p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}

.claim-marquee-window {
  width: calc(100% + 12vw);
  margin-left: -6vw;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.claim-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: claim-marquee-scroll 48s linear infinite;
}

.claim-marquee-window:hover .claim-marquee-track,
.claim-marquee-window:focus-within .claim-marquee-track {
  animation-play-state: paused;
}

.claim-icon-list {
  display: flex;
  flex: none;
  gap: 18px;
  margin: 0;
  padding: 0 18px 0 0;
  list-style: none;
}

.claim-icon-card {
  display: grid;
  grid-template-rows: 118px auto;
  place-items: center;
  width: 184px;
  min-height: 174px;
  padding: 15px 14px 13px;
  border: 1px solid rgba(13, 107, 67, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(8, 42, 29, 0.08);
}

.claim-icon-card img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.claim-icon-card span {
  color: var(--deep);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

@keyframes claim-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

.quick-answer {
  margin: 64px 6vw 0;
  padding: 34px;
  background: #f8fbf8;
  border-left: 6px solid var(--green);
}

.quick-answer h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.25rem);
}

.product-template {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 34px;
  align-items: start;
  background:
    radial-gradient(circle at 82% 12%, rgba(198, 154, 53, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
}

.product-main {
  display: grid;
  gap: 34px;
  min-width: 0;
}

.product-template .quick-answer,
.product-template .detail-grid,
.product-template .split-section,
.product-template .product-faq {
  margin: 0;
  padding: 0;
}

.product-template .quick-answer {
  padding: 34px;
}

.ps-benefits {
  padding: 70px 6vw 56px;
  background: #ffffff;
}

.ps-benefits-intro {
  max-width: 100%;
}

.ps-benefits-intro h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  color: #202575;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

.ps-benefits-intro h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 190px;
  height: 3px;
  border-radius: 999px;
  background: #67a82c;
}

.ps-benefits-intro p:last-child {
  max-width: 1120px;
  color: #202575;
  font-size: 1.02rem;
}

.ps-benefit-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.ps-benefit-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(20, 27, 82, 0.06);
  border-radius: 18px;
  color: #202575;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(26, 35, 76, 0.16);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ps-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(26, 35, 76, 0.2);
  text-decoration: none;
}

.benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--benefit-color);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.benefit-copy {
  display: grid;
  min-width: 0;
}

.benefit-copy strong {
  font-size: 1rem;
  line-height: 1.2;
}

.benefit-copy small {
  display: none;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.35;
}

.benefit-arrow {
  color: #67a82c;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.benefit-disclaimer {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-quality {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-quality .section-intro {
  margin-bottom: 22px;
}

.advisor-sticky {
  position: sticky;
  top: 104px;
  align-self: start;
  z-index: 3;
}

.advisor-card {
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(245, 250, 247, 0.68)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 70px rgba(23, 33, 28, 0.16);
  backdrop-filter: blur(22px);
}

.advisor-photo-wrap {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.advisor-photo-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 58% 36%;
}

.advisor-card h2 {
  font-size: 1.55rem;
}

.advisor-card p {
  color: var(--muted);
}

.advisor-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.advisor-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 0.95rem;
}

.advisor-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.advisor-actions {
  display: grid;
  gap: 10px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: white;
}

summary {
  font-weight: 900;
  cursor: pointer;
}

.form-panel {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 32px;
  align-items: start;
  margin: 70px 6vw;
  padding: 30px;
  background: var(--soft);
}

.quote-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid .form-full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c8d5cc;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  font: inherit;
  min-width: 0;
}

textarea {
  resize: vertical;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.page-hero {
  background: var(--soft);
}

.page-hero.compact {
  min-height: 420px;
  display: grid;
  align-content: center;
}

.inquiry-page {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 42px;
  align-items: start;
  min-height: calc(100vh - 74px);
  color: #f7f4e8;
  background:
    linear-gradient(135deg, rgba(7, 9, 10, 0.94), rgba(20, 20, 17, 0.9)),
    radial-gradient(circle at 82% 16%, rgba(229, 174, 45, 0.22), transparent 28%);
}

.inquiry-copy h1 {
  color: #ffffff;
}

.inquiry-copy > p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.inquiry-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.inquiry-trust span {
  border: 1px solid rgba(229, 174, 45, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: #f0d889;
  background: rgba(229, 174, 45, 0.08);
  font-weight: 800;
  font-size: 0.88rem;
}

.inquiry-tech-card,
.inquiry-form {
  border: 1px solid rgba(229, 174, 45, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.inquiry-tech-card {
  max-width: 640px;
  padding: 24px;
}

.inquiry-tech-card h2 {
  color: #ffffff;
  font-size: 1.5rem;
}

.inquiry-tech-card p,
.inquiry-tech-card li {
  color: rgba(255, 255, 255, 0.72);
}

.inquiry-form {
  padding: 28px;
}

.required-note {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.required-note span,
.inquiry-form label span {
  color: #f0c143;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.inquiry-grid label {
  color: #ffffff;
}

.inquiry-grid label.full {
  grid-column: 1 / -1;
}

.inquiry-grid input,
.inquiry-grid select,
.inquiry-grid textarea {
  border-color: rgba(229, 174, 45, 0.28);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.inquiry-grid input::placeholder,
.inquiry-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.inquiry-grid input:focus,
.inquiry-grid select:focus,
.inquiry-grid textarea:focus {
  outline: 2px solid rgba(240, 193, 67, 0.54);
  border-color: #f0c143;
}

.inquiry-grid small {
  display: none;
  color: #ffd36b;
  font-weight: 700;
}

.inquiry-grid .is-invalid small {
  display: block;
}

.inquiry-grid .is-invalid input,
.inquiry-grid .is-invalid textarea {
  border-color: #ffd36b;
}

.inquiry-form-actions {
  display: grid;
  gap: 12px;
}

.inquiry-submit {
  border-color: #f0c143;
  color: #111;
  background: linear-gradient(135deg, #f7d66f, #d39a21);
}

.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.form-status.success {
  color: #93f1bd;
}

.form-status.error {
  color: #ffd36b;
}

.code-template {
  background: #f7f6ef;
}

.code-template pre {
  overflow: auto;
  margin: 0;
  padding: 22px;
  border-radius: 8px;
  color: #f7f4e8;
  background: #111;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
}

.link-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: var(--soft);
}

.link-panel a {
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-hero {
  background:
    linear-gradient(100deg, rgba(8, 54, 35, 0.98), rgba(16, 91, 55, 0.9)),
    url("/assets/images/news-lab-measurement-unsplash.jpg") center 44% / cover;
}

.news-hero > p:not(.eyebrow) {
  max-width: 780px;
}

.news-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.news-hero-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 700;
}

.news-briefing {
  padding-top: 54px;
  padding-bottom: 70px;
  background: white;
}

.news-date-band {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  color: white;
  background: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-date-band time {
  color: #f4cc61;
}

.news-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0 24px;
  border-bottom: 1px solid var(--line);
}

.news-category-tabs a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green-dark);
  background: var(--soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.news-category-tabs a:hover,
.news-category-tabs a:focus-visible {
  border-color: var(--green);
  background: white;
  text-decoration: none;
}

.news-briefing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(290px, 0.75fr);
  gap: 24px;
  padding-top: 28px;
  align-items: stretch;
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.news-featured > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center 48%;
}

.news-featured > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 34px;
}

.news-featured h2 {
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

.news-featured p:not(.eyebrow) {
  color: var(--muted);
}

.news-headline-summary {
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--soft);
}

.news-headline-summary h2 {
  font-size: 1.35rem;
}

.news-headline-summary ol {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.news-headline-summary li + li {
  border-top: 1px solid var(--line);
}

.news-headline-summary a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.news-headline-summary a span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 0.8rem;
}

.news-section {
  background: var(--soft);
}

.news-brief-list {
  display: grid;
  gap: 18px;
}

.news-brief-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.news-brief-thumb {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #eef5f0;
}

.news-brief-thumb img {
  width: 100%;
  height: 100%;
  min-height: 172px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.news-brief-card:hover .news-brief-thumb img {
  transform: scale(1.025);
}

.news-brief-content {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
}

.news-brief-content h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.22;
}

.news-brief-content p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.news-card h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.22;
}

.news-card > p {
  margin: 0;
  color: var(--muted);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.news-meta span {
  color: var(--green);
  text-transform: uppercase;
}

.news-source-link {
  align-self: end;
  font-weight: 850;
}

.news-article {
  padding: 64px 6vw 80px;
  background: white;
}

.news-article-header {
  max-width: 940px;
  margin: 0 auto 34px;
}

.news-back-link {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 800;
}

.news-article-header h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.03;
}

.news-byline {
  color: var(--muted);
  font-weight: 700;
}

.news-byline span {
  padding: 0 8px;
  color: var(--gold);
}

.news-deck {
  max-width: 820px;
  margin-top: 24px;
  color: #3d4b44;
  font-size: 1.2rem;
  line-height: 1.65;
}

.news-article-figure {
  max-width: 1120px;
  margin: 0 auto 54px;
}

.news-article-figure img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center 48%;
  border-radius: 8px;
}

.news-article-figure figcaption {
  padding-top: 9px;
  color: var(--muted);
  font-size: 0.82rem;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 760px);
  gap: 54px;
  justify-content: center;
  align-items: start;
}

.news-article-toc {
  position: sticky;
  top: 116px;
  padding: 22px;
  border-left: 4px solid var(--gold);
  background: var(--soft);
}

.news-article-toc h2 {
  font-size: 1.15rem;
}

.news-article-toc ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.news-article-toc a {
  color: var(--ink);
  font-weight: 700;
}

.news-article-body {
  min-width: 0;
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.78;
}

.news-article-body section {
  padding: 0;
}

.news-article-body section + section {
  margin-top: 46px;
}

.news-article-body h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.news-sources {
  padding: 26px !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.news-sources ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.news-editorial-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.simple-news-article .news-article-header {
  margin-bottom: 28px;
}

.simple-news-article .news-article-figure {
  max-width: 980px;
  margin-bottom: 44px;
}

.simple-news-article .news-sources {
  margin-top: 54px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 1px;
  min-width: 172px;
  padding: 12px 16px 12px 46px;
  color: white;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 16px 36px rgba(3, 34, 22, 0.24);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: white;
  box-shadow: inset 0 0 0 7px #25d366;
}

.whatsapp-float span {
  opacity: 0.86;
}

.whatsapp-float strong {
  font-size: 0.96rem;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: white;
  background: #1ebe5d;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 1000px) {
  .news-briefing-grid {
    grid-template-columns: 1fr;
  }

  .news-headline-summary {
    border-top-width: 1px;
    border-left: 4px solid var(--gold);
  }

  .news-article-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .news-article-toc {
    position: static;
  }
}

@media (max-width: 720px) {
  .news-date-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-featured > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .news-featured > div {
    padding: 24px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-brief-card {
    grid-template-columns: 1fr;
  }

  .news-brief-thumb img {
    min-height: 0;
  }

  .news-article {
    padding: 42px 6vw 60px;
  }

  .news-article-header h1 {
    font-size: 2.25rem;
  }

  .news-article-figure img {
    aspect-ratio: 4 / 3;
  }

	.whatsapp-float {
	    right: 14px;
	    bottom: 14px;
	    width: 52px;
	    height: 52px;
	    min-width: 52px;
	    padding: 0;
	    place-items: center;
	    font-size: 0;
	  }

	.whatsapp-float span,
	.whatsapp-float strong {
	    display: none;
	  }

	.whatsapp-float::before {
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	  }
}

@media (min-width: 721px) and (max-width: 860px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0;
    place-items: center;
    font-size: 0;
  }

  .whatsapp-float span,
  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.document-grid,
.coa-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.document-card,
.coa-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  min-width: 0;
}

.document-card img,
.coa-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  background: var(--soft);
}

.coa-image-link {
  display: block;
  background: var(--soft);
}

.document-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--green-dark);
  font-weight: 800;
}

.document-card > div,
.coa-card > div {
  padding: 20px;
}

.document-card p,
.coa-card p {
  color: var(--muted);
}

.coa-section {
  background: #f8fbf8;
}

.coa-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coa-card table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 0.92rem;
}

.coa-card th,
.coa-card td {
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  text-align: left;
  vertical-align: top;
}

.coa-card th {
  width: 38%;
  color: var(--ink);
}

.article-page {
  max-width: 1120px;
  margin: 0 auto;
}

.article-page header {
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.article-page header p {
  max-width: 850px;
  color: var(--muted);
}

.article-hero-image {
  width: 100%;
  margin-top: 24px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-inline-image {
  width: 100%;
  height: auto;
  margin: 26px 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-body {
  max-width: 820px;
  padding: 42px 0;
}

.article-body h2 {
  margin-top: 32px;
}

.article-body h3 {
  margin-top: 24px;
  font-size: 1.2rem;
}

.article-date {
  font-size: 0.9rem;
}

.article-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-table-wrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.article-table-wrap th,
.article-table-wrap td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-table-wrap th {
  color: var(--ink);
  background: var(--soft);
}

.inline-cta,
.bottom-cta {
  padding: 22px;
  margin: 26px 0;
  background: var(--soft);
}

.inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.site-footer {
  padding: 58px 6vw;
  color: rgba(255, 255, 255, 0.84);
  background: #11231c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 34px;
}

.footer-logo {
  width: 260px;
  border-radius: 4px;
  margin-bottom: 18px;
  background: white;
}

.site-footer h2 {
  font-size: 1rem;
  color: white;
}

.site-footer a {
  display: block;
  color: white;
  margin: 8px 0;
}

.site-footer .small {
  font-size: 0.9rem;
}

.site-footer a.footer-button {
  display: inline-flex;
  width: max-content;
  min-width: 160px;
  margin-top: 14px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border: 1px solid rgba(246, 184, 45, 0.72);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.site-footer a.footer-button:hover,
.site-footer a.footer-button:focus-visible {
  color: var(--green-dark);
  background: var(--gold);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .card-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-template {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }

  .ps-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-copy small {
    display: block;
  }

  .product-detail-grid,
  .product-faq .faq-list {
    grid-template-columns: 1fr;
  }

  .article-grid,
  .news-grid,
  .faq-list,
  .gallery,
  .document-grid,
  .coa-grid,
  .technical-spec-grid,
  .download-grid,
  .document-status-grid,
  .quality-group-grid,
  .application-format-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-choice {
    grid-template-columns: 1fr;
  }

  .source-choice img {
    min-height: 240px;
    max-height: 300px;
  }
}

@media (max-width: 1320px) {
  .nav-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 14px;
    background: white;
    font-weight: 800;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 18px;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-link,
  .nav-item,
  .has-mega {
    width: 100%;
  }

  .nav-link {
    justify-content: flex-start;
    padding-left: 12px;
  }

  .mega-panel {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 8px;
  }

  .has-mega.is-open > .mega-panel {
    display: block;
  }

  .mega-inner {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 8px;
    box-shadow: none;
  }

  .mega-feature {
    display: none;
  }

  .language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 860px) {
  body,
  main,
  section,
  .site-header,
  .nav-shell,
  .hero,
  .hero-content,
  .page-hero,
  .contact-layout,
  .form-panel {
    max-width: 100vw;
  }

  section,
  .article-page {
    padding: 54px 5vw;
  }

  .nav-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 14px;
    background: white;
    font-weight: 800;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 18px;
  }

  .language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .language-menu {
    max-height: min(420px, calc(100vh - 100px));
    overflow-y: auto;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding-left: 12px;
  }

  .nav-item,
  .has-mega {
    width: 100%;
  }

  .mega-panel {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 8px;
  }

  .has-mega.is-open > .mega-panel {
    display: block;
  }

  .mega-inner {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 12px;
    box-shadow: none;
  }

  .mega-feature {
    display: none;
  }

  .mega-column {
    padding: 12px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    width: 90vw;
    max-width: 90vw;
    padding-top: 92px;
    padding-bottom: 36px;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .claim-marquee {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .claim-marquee-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .claim-marquee-window {
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }

  .claim-icon-card {
    grid-template-rows: 94px auto;
    width: 154px;
    min-height: 148px;
  }

  .claim-icon-card img {
    width: 90px;
    height: 90px;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .proof-strip,
  .split-section,
  .contact-layout,
  .product-template,
  .form-panel,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .form-panel,
  .quick-answer {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .product-template .quick-answer,
  .product-template .form-panel {
    margin-left: 0;
    margin-right: 0;
  }

  .advisor-sticky {
    position: static;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .advisor-photo-wrap img {
    aspect-ratio: 5 / 4;
    object-position: 58% 34%;
  }

  .ps-benefits {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ps-benefits-intro,
  .ps-benefits-intro h2,
  .ps-benefits-intro p,
  .ps-benefit-card {
    width: 100%;
    max-width: 100%;
  }

  .ps-benefits-intro h2 {
    display: block;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .form-grid,
  .link-panel,
  .article-grid,
  .news-grid,
  .faq-list,
  .gallery,
  .document-grid,
  .coa-grid,
  .technical-spec-grid,
  .download-grid,
  .source-choice-grid,
  .document-status-grid,
  .quality-group-grid,
  .application-format-grid,
  .dispatch-gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .technical-spec-grid > div {
    grid-template-columns: 1fr;
    gap: 5px;
    border-right: 0;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-flow li,
  .process-flow li:nth-child(3n) {
    border-right: 0;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .claim-marquee-track {
    animation: none;
  }

  .claim-marquee-window {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .claim-icon-list[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .card-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .ps-benefit-strip {
    grid-template-columns: 1fr;
  }

  .ps-benefit-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .hero-content > *,
  .page-hero > *,
  .contact-card > *,
  .quote-form,
  .article-page header > *,
  .article-body > * {
    max-width: min(100%, 340px);
  }

  .brand img {
    width: 150px;
  }

  .language-name {
    display: none;
  }

  .nav-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-actions,
  .article-actions,
  .inline-cta {
    flex-direction: column;
  }

  .button,
  .nav-cta,
  .footer-button {
    width: 100%;
  }
}

/* 2026 premium B2B biotechnology homepage */
:root {
  --green: #2a8b65;
  --green-dark: #17684c;
  --blue: #1769e0;
  --blue-dark: #102a56;
  --deep: #102a56;
  --gold: #2a8b65;
  --ink: #102a56;
  --muted: #465a78;
  --line: #dbe8f6;
  --soft: #f6faff;
  --paper: #ffffff;
  --tech-blue: #1769e0;
  --pale-blue: #edf6ff;
  --soft-green: #f3faf5;
  --shadow: 0 22px 60px rgba(16, 42, 86, 0.11);
}

body {
  font-family: "Inter", Arial, sans-serif;
}

.site-header {
  border-bottom-color: rgba(23, 105, 224, 0.1);
  box-shadow: 0 8px 28px rgba(16, 42, 86, 0.05);
}

.nav-shell {
  min-height: 80px;
}

.nav-link {
  color: var(--blue-dark);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: var(--tech-blue);
  background: rgba(23, 105, 224, 0.08);
}

.nav-cta,
.button.primary {
  background: var(--tech-blue);
  box-shadow: 0 10px 24px rgba(23, 105, 224, 0.2);
}

.button.secondary {
  color: var(--tech-blue);
  border-color: rgba(23, 105, 224, 0.24);
}

.eyebrow {
  color: var(--tech-blue);
}

.home-hero {
  position: relative;
  display: block;
  min-height: clamp(760px, 41.66vw, 1080px);
  padding: 0;
  overflow: hidden;
  background: #f4f9ff url("/assets/images/hero-ps-banner-v4.webp") center / 100% auto no-repeat;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: min(680px, 46vw);
  min-height: clamp(760px, 41.66vw, 1080px);
  margin-left: max(6vw, calc((100vw - 1280px) / 2));
  margin-right: clamp(24px, 2vw, 40px);
  padding: 72px 0 72px;
}

.home-hero-copy h1 {
  max-width: 680px;
  color: var(--blue-dark);
  font-size: clamp(2.7rem, 3.5vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.home-hero-copy h1 span {
  display: block;
  color: var(--tech-blue);
}

.home-hero-lead {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.hero-certification-rotator {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  width: min(100%, 430px);
  min-height: 66px;
  margin-top: 22px;
  padding: 8px 10px 8px 15px;
  border: 1px solid rgba(23, 105, 224, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 32px rgba(16, 42, 86, 0.08);
  backdrop-filter: blur(10px);
}

.hero-certification-label {
  padding-right: 16px;
  border-right: 1px solid rgba(23, 105, 224, 0.14);
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-certification-label small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-certification-stage {
  position: relative;
  display: block;
  min-width: 0;
  height: 50px;
}

.hero-certification-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 13px;
  opacity: 0;
  transform: translateY(5px);
  animation: hero-certification-fade 24s ease-in-out infinite;
  will-change: opacity, transform;
}

.hero-certification-slide:nth-child(1) {
  animation-delay: -0.6s;
}

.hero-certification-slide:nth-child(2) {
  animation-delay: 3.4s;
}

.hero-certification-slide:nth-child(3) {
  animation-delay: 7.4s;
}

.hero-certification-slide:nth-child(4) {
  animation-delay: 11.4s;
}

.hero-certification-slide:nth-child(5) {
  animation-delay: 15.4s;
}

.hero-certification-slide:nth-child(6) {
  animation-delay: 19.4s;
}

.hero-certification-slide img {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.hero-certification-slide strong {
  color: var(--blue-dark);
  font-size: 0.82rem;
  line-height: 1.2;
}

@keyframes hero-certification-fade {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  2.5%,
  14.167% {
    opacity: 1;
    transform: translateY(0);
  }

  16.667%,
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-certification-slide {
    animation: none;
  }

  .hero-certification-slide:first-child {
    opacity: 1;
    transform: none;
  }
}

.hero-benefit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 4px;
  padding: 0;
  list-style: none;
}

.hero-benefit-tags li {
  padding: 7px 11px;
  border: 1px solid rgba(23, 105, 224, 0.14);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.79rem;
  font-weight: 700;
}

.home-hero-visual {
  position: relative;
  display: none;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
}

.home-hero-visual::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 10%;
  content: "";
  background: linear-gradient(90deg, #f8fbff, transparent);
}

.home-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.hero-visual-note {
  position: absolute;
  right: 5vw;
  bottom: 36px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 360px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(16, 42, 86, 0.14);
  backdrop-filter: blur(14px);
}

.hero-visual-note > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--tech-blue);
  font-weight: 800;
}

.hero-visual-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-visual-note strong {
  color: var(--blue-dark);
  font-size: 0.9rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px max(6vw, calc((100vw - 1280px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-strip article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 9px 24px;
  border-right: 1px solid var(--line);
}

.trust-strip article:first-child {
  padding-left: 0;
}

.trust-strip article:last-child {
  padding-right: 0;
  border-right: 0;
}

.trust-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  color: var(--tech-blue);
  background: var(--pale-blue);
  font-size: 0.72rem;
  font-weight: 800;
}

.trust-strip h2 {
  margin: 0 0 2px;
  color: var(--blue-dark);
  font-size: 0.97rem;
}

.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.home-section {
  padding: 92px max(6vw, calc((100vw - 1280px) / 2));
}

.home-section .section-intro {
  max-width: 760px;
  margin-bottom: 42px;
}

.home-section .section-intro h2 {
  color: var(--blue-dark);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.home-hero-subcopy {
  max-width: 640px;
  margin-top: -4px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.buyer-verification {
  background: #fff;
}

.verification-card-grid,
.verification-source-grid,
.verification-patent-grid,
.verification-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.verification-card-grid > a,
.verification-source-card,
.verification-patent-card,
.verification-document-grid > article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.06);
}

.verification-card-grid > a:hover,
.verification-card-grid > a:focus-visible,
.verification-source-card:hover,
.verification-patent-card:hover,
.verification-document-grid > article:hover {
  border-color: rgba(23, 105, 224, 0.32);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.verification-card-grid > a > span {
  color: var(--tech-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.verification-card-grid h3,
.verification-source-card h3,
.verification-patent-card h3,
.verification-document-grid h3 {
  margin-bottom: 0;
  color: var(--blue-dark);
}

.verification-card-grid p,
.verification-source-card p,
.verification-patent-card p,
.verification-document-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.verification-card-grid strong,
.verification-source-card a,
.verification-patent-card a,
.verification-document-grid a {
  margin-top: 8px;
  color: var(--tech-blue);
  font-size: 0.88rem;
}

.representative-batch {
  background: var(--soft);
}

.representative-batch-grid,
.verification-summary,
.verification-manufacturing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.batch-fact-list,
.verification-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.batch-fact-list > div,
.verification-fact-grid > div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.batch-fact-list dt,
.verification-fact-grid dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.batch-fact-list dd,
.verification-fact-grid dd {
  margin: 5px 0 0;
  color: var(--blue-dark);
  font-weight: 800;
}

.verification-summary {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--pale-blue);
}

.verification-summary-note {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 24px;
  border-left: 4px solid var(--tech-blue);
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.06);
}

.verification-summary-note time {
  color: var(--blue-dark);
  font-size: 1.25rem;
  font-weight: 800;
}

.verification-summary-note span {
  color: var(--muted);
  font-size: 0.9rem;
}

.verification-section:nth-of-type(even) {
  background: #fff;
}

.verification-section:nth-of-type(odd) {
  background: var(--soft);
}

.verification-naming {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.verification-manufacturing-grid figure {
  margin: 0;
}

.verification-manufacturing-grid figure > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.verification-manufacturing-grid figcaption {
  padding-top: 9px;
  color: var(--muted);
  font-size: 0.85rem;
}

.verification-video {
  margin-top: 22px;
}

.verification-review p {
  color: var(--muted);
  font-size: 1rem;
}

.verification-cta {
  margin-top: 0;
}

.product-solutions {
  background: var(--soft);
}

.grade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.grade-card {
  position: relative;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.grade-card::after {
  position: absolute;
  right: -36px;
  bottom: -52px;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(23, 105, 224, 0.06);
  border-radius: 50%;
  content: "";
}

.grade-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.grade-card-featured {
  border-color: rgba(23, 105, 224, 0.28);
  background: linear-gradient(145deg, #ffffff, #edf6ff);
}

.grade-kicker {
  margin-bottom: 18px;
  color: var(--tech-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grade-value {
  display: block;
  margin-bottom: 8px;
  color: rgba(23, 105, 224, 0.13);
  font-size: 5.4rem;
  line-height: 0.9;
}

.grade-value span {
  font-size: 2rem;
}

.grade-card h3 {
  color: var(--blue-dark);
  font-size: 1.5rem;
}

.grade-card p:not(.grade-kicker) {
  min-height: 76px;
  color: var(--muted);
}

.grade-card a {
  position: relative;
  z-index: 2;
  color: var(--tech-blue);
}

.source-bar {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.source-bar > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.source-bar img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
}

.source-bar small,
.source-bar strong {
  display: block;
}

.source-bar small {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.source-bar strong {
  color: var(--blue-dark);
}

.source-bar > a,
.text-link {
  color: var(--tech-blue);
}

.applications-showcase {
  background: #fff;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.application-grid > a {
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--blue-dark);
  background: linear-gradient(180deg, #fff, #f7fbff);
  transition: transform 180ms ease, border-color 180ms ease;
}

.application-grid > a:nth-child(3),
.application-grid > a:nth-child(5) {
  background: linear-gradient(180deg, #fff, var(--soft-green));
}

.application-grid > a:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 105, 224, 0.35);
  text-decoration: none;
}

.application-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--tech-blue);
  background: var(--pale-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.application-grid h3 {
  font-size: 1.15rem;
}

.application-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.why-nutranexa {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.55fr);
  gap: 72px;
  color: white;
  background:
    radial-gradient(circle at 90% 15%, rgba(23, 105, 224, 0.3), transparent 32%),
    var(--blue-dark);
}

.why-nutranexa .section-intro h2,
.why-nutranexa .section-intro p:last-child {
  color: white;
}

.why-nutranexa .section-intro p:last-child {
  opacity: 0.76;
}

.why-nutranexa .text-link {
  color: #8fc1ff;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.capability-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.capability-grid span {
  color: #81b8ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.capability-grid h3 {
  margin-top: 28px;
  color: white;
}

.capability-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.science-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
  background: #fff;
}

.science-visual {
  position: relative;
}

.science-visual img {
  width: 100%;
  min-height: 560px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.science-visual > div {
  position: absolute;
  right: -24px;
  bottom: 30px;
  display: grid;
  padding: 18px 24px;
  border-radius: 14px;
  color: white;
  background: var(--tech-blue);
  box-shadow: 0 16px 40px rgba(23, 105, 224, 0.28);
}

.science-links {
  display: grid;
}

.science-links > a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--blue-dark);
}

.science-links > a:last-child {
  border-bottom: 1px solid var(--line);
}

.science-links > a:hover {
  color: var(--tech-blue);
  text-decoration: none;
}

.science-links span {
  color: var(--tech-blue);
  font-size: 0.76rem;
}

.science-links strong,
.science-links small {
  display: block;
}

.science-links small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 400;
}

.quality-docs {
  background: linear-gradient(145deg, #f6faff, #edf6ff);
}

.quality-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.quality-heading .section-intro {
  margin-bottom: 36px;
}

.quality-heading > .button {
  flex: 0 0 auto;
  margin-bottom: 42px;
}

.document-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.document-support-grid article {
  padding: 25px;
  border: 1px solid rgba(23, 105, 224, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.document-support-grid article > span {
  display: inline-block;
  margin-bottom: 32px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--tech-blue);
  background: var(--pale-blue);
  font-size: 0.75rem;
  font-weight: 900;
}

.document-support-grid h3 {
  color: var(--blue-dark);
  font-size: 1.08rem;
}

.document-support-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.quality-claims {
  margin: 28px 0 38px;
  padding: 24px 0 22px;
  overflow: hidden;
  border-top: 1px solid rgba(23, 105, 224, 0.12);
  border-bottom: 1px solid rgba(23, 105, 224, 0.12);
}

.quality-claims > p {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-weight: 800;
}

.quality-claims > small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

.quality-claims .claim-marquee-window {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.quality-claims .claim-icon-card {
  width: 160px;
  min-height: 150px;
  grid-template-rows: 96px auto;
}

.quality-claims .claim-icon-card img {
  width: 92px;
  height: 92px;
}

@media (prefers-reduced-motion: reduce) {
  .claim-marquee-track {
    animation: none;
  }
}

.resource-section {
  background: #fff;
}

.resource-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.resource-feature-grid > a {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--blue-dark);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-feature-grid > a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.resource-feature-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.resource-feature-grid div {
  padding: 24px;
}

.resource-feature-grid span {
  color: var(--tech-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-feature-grid h3 {
  margin-top: 10px;
}

.resource-feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  padding: 82px max(6vw, calc((100vw - 1280px) / 2));
  color: white;
  background: linear-gradient(120deg, #0f2a56, #1769e0);
}

.home-final-cta > div:first-child {
  max-width: 820px;
}

.home-final-cta h2 {
  max-width: 760px;
  color: white;
}

.home-final-cta p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.home-final-cta .eyebrow {
  color: #abd0ff;
}

.final-cta-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 14px;
  min-width: 250px;
  text-align: center;
}

.final-cta-actions > a:not(.button) {
  color: white;
}

.site-footer {
  background: #0a1d3d;
}

.mega-inner {
  border-color: rgba(23, 105, 224, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 255, 0.94));
}

.mega-feature {
  background:
    linear-gradient(145deg, rgba(16, 42, 86, 0.96), rgba(23, 105, 224, 0.9)),
    url("/assets/images/hero-ps-innovation-v2.png") center / cover;
}

.mega-column h3,
.mega-link:hover,
.mega-link:focus-visible {
  color: var(--tech-blue);
}

.mega-link:hover,
.mega-link:focus-visible {
  background: rgba(23, 105, 224, 0.07);
}

@media (max-width: 1100px) {
  .home-hero {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    background:
      radial-gradient(circle at 18% 18%, rgba(23, 105, 224, 0.07), transparent 27%),
      linear-gradient(135deg, #ffffff 0%, #f6faff 50%, #edf6ff 100%);
  }

  .home-hero-copy {
    display: block;
    width: auto;
    min-height: 0;
    max-width: 760px;
    margin: 0;
    padding: 72px 6vw 44px;
  }

  .home-hero-visual {
    display: block;
  }

  .home-hero-visual,
  .home-hero-visual > img {
    min-height: 0;
  }

  .home-hero-visual::after {
    inset: 0 0 auto;
    width: auto;
    height: 20%;
    background: linear-gradient(180deg, #f6faff, transparent);
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip article:nth-child(2) {
    border-right: 0;
  }

  .trust-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .application-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .verification-card-grid,
  .verification-source-grid,
  .verification-patent-grid,
  .verification-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-nutranexa,
  .science-section {
    grid-template-columns: 1fr;
  }

  .science-visual {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .home-hero-copy h1 {
    font-size: clamp(2rem, 8.7vw, 3rem);
  }

  .home-hero-visual,
  .home-hero-visual > img {
    min-height: 0;
  }

  .hero-visual-note {
    display: none;
  }

  .trust-strip {
    padding: 16px 5vw;
  }

  .trust-strip article {
    padding: 15px 10px;
  }

  .trust-strip article:first-child {
    padding-left: 10px;
  }

  .trust-strip article:last-child {
    padding-right: 10px;
  }

  .trust-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .trust-strip h2 {
    font-size: 0.82rem;
  }

  .trust-strip p {
    font-size: 0.72rem;
  }

  .home-section {
    padding: 64px 5vw;
  }

  .grade-grid,
  .application-grid,
  .capability-grid,
  .document-support-grid,
  .resource-feature-grid,
  .verification-card-grid,
  .verification-source-grid,
  .verification-patent-grid,
  .verification-document-grid,
  .representative-batch-grid,
  .verification-summary,
  .verification-manufacturing-grid {
    grid-template-columns: 1fr;
  }

  .batch-fact-list,
  .verification-fact-grid {
    grid-template-columns: 1fr;
  }

  .grade-card {
    min-height: 0;
  }

  .grade-card p:not(.grade-kicker) {
    min-height: 0;
  }

  .source-bar {
    grid-template-columns: 1fr;
  }

  .application-grid > a {
    min-height: 220px;
  }

  .application-grid span {
    margin-bottom: 34px;
  }

  .why-nutranexa,
  .science-section {
    gap: 42px;
  }

  .science-visual img {
    min-height: 400px;
  }

  .science-visual > div {
    right: 14px;
  }

  .quality-heading,
  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .quality-heading > .button {
    margin: -16px 0 38px;
  }

  .home-final-cta {
    padding: 64px 5vw;
  }

  .final-cta-actions {
    width: 100%;
  }
}

/* PART 2 application, grade, science, and lead-generation pages */
.grade-card {
  min-height: 520px;
}

.grade-card-media {
  position: relative;
  height: 180px;
  margin: -30px -30px 24px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.grade-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grade-card-media > span {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: var(--tech-blue);
  font-size: 0.72rem;
  font-weight: 800;
}

.grade-card > ul {
  display: grid;
  gap: 8px;
  min-height: 104px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.grade-card > ul li {
  color: var(--muted);
  font-size: 0.88rem;
}

.grade-card > ul li::before {
  margin-right: 8px;
  color: var(--tech-blue);
  content: "✓";
  font-weight: 900;
}

.grade-hub {
  background: var(--soft);
}

.application-hero,
.product-grade-hero {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 620px;
  padding: 0;
  background: linear-gradient(135deg, #fff, var(--pale-blue));
}

.application-hero > div,
.product-grade-hero > div {
  align-self: center;
  padding: 72px 6vw;
}

.application-hero h1,
.product-grade-hero h1 {
  max-width: 720px;
  color: var(--blue-dark);
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  letter-spacing: -0.035em;
}

.application-hero > div > p:not(.eyebrow),
.product-grade-hero > div > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.1rem;
}

.application-hero > img,
.product-grade-hero > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

@media (min-width: 1001px) {
  .application-hero {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 540px;
  }

  .application-hero > div {
    padding: 50px clamp(54px, 5vw, 96px);
  }

  .application-hero > img {
    min-height: 540px;
  }
}

.application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.application-tags li {
  padding: 8px 11px;
  border: 1px solid rgba(23, 105, 224, 0.16);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 800;
}

.application-tag-band {
  padding: 18px 6vw;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.application-tag-band .application-tags {
  margin: 0;
}

.application-relevance,
.mechanism-module,
.grade-comparison,
.application-science,
.product-overview,
.technical-specification,
.product-downloads,
.application-links,
.research-library,
.research-compliance {
  padding-left: max(6vw, calc((100vw - 1280px) / 2));
  padding-right: max(6vw, calc((100vw - 1280px) / 2));
}

.explanation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.explanation-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.05);
}

.explanation-grid span {
  color: var(--tech-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.explanation-grid h3 {
  margin-top: 34px;
  color: var(--blue-dark);
}

.explanation-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.mechanism-module {
  background: var(--soft);
}

.mechanism-module ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mechanism-module li {
  position: relative;
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.mechanism-module li:not(:last-child)::after {
  position: absolute;
  top: 28px;
  left: calc(50% + 34px);
  width: calc(100% - 34px);
  height: 1px;
  content: "";
  background: rgba(23, 105, 224, 0.28);
}

.mechanism-module li > span {
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(23, 105, 224, 0.2);
  border-radius: 50%;
  color: var(--tech-blue);
  background: white;
  font-size: 0.76rem;
  font-weight: 900;
}

.mechanism-module strong {
  color: var(--blue-dark);
  font-size: 0.9rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.table-wrap .spec-table {
  min-width: 760px;
  margin: 0;
}

@media (max-width: 860px) {
  .batch-table-wrap {
    overflow-x: visible;
  }

  .batch-table-wrap .spec-table {
    min-width: 0;
    width: 100%;
  }

  .batch-table-wrap .spec-table tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }

  .batch-table-wrap .spec-table tr:last-child {
    border-bottom: 0;
  }

  .batch-table-wrap .spec-table th,
  .batch-table-wrap .spec-table td {
    display: block;
    width: 100%;
    padding: 4px 14px;
    text-align: left;
  }

  .batch-table-wrap .spec-table th {
    color: var(--green-dark);
    background: transparent;
  }
}

.science-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.science-card-grid > a {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--blue-dark);
  background: white;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.05);
}

.science-card-grid > a:hover {
  border-color: rgba(23, 105, 224, 0.34);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.science-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-grade-hero > img {
  object-position: center;
}

.product-overview {
  background: white;
}

.technical-specification,
.product-downloads {
  background: var(--soft);
}

.product-overview .detail-grid {
  padding: 0;
}

.research-compliance {
  padding-top: 34px;
  padding-bottom: 34px;
  color: var(--blue-dark);
  background: var(--soft-green);
}

.research-compliance h2 {
  font-size: 1.3rem;
}

.research-compliance p {
  max-width: 960px;
  margin: 0;
  color: var(--muted);
}

.research-library {
  display: grid;
  gap: 22px;
}

.research-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 34px rgba(16, 42, 86, 0.05);
}

.research-card.featured {
  border-color: rgba(23, 105, 224, 0.26);
}

.research-card h2 {
  max-width: 1000px;
  color: var(--blue-dark);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.research-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.research-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--tech-blue);
  background: var(--pale-blue);
  font-size: 0.74rem;
  font-weight: 800;
}

.research-authors {
  color: var(--muted);
  font-size: 0.9rem;
}

.research-card dl {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr 1.3fr;
  gap: 14px;
  margin: 24px 0;
}

.research-card dl > div {
  padding: 16px;
  border-radius: 12px;
  background: var(--soft);
}

.research-card dt {
  margin-bottom: 7px;
  color: var(--blue-dark);
  font-weight: 800;
}

.research-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.document-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 14px;
  border: 1px solid #c8d5cc;
  border-radius: 8px;
}

.document-choice legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.document-choice label,
.consent-field {
  display: flex;
  grid-auto-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-weight: 600;
}

.document-choice input,
.consent-field input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 3px;
}

.consent-field {
  padding: 12px;
  border-radius: 8px;
  background: var(--soft);
}

@media (max-width: 1000px) {
  .application-hero,
  .product-grade-hero {
    grid-template-columns: 1fr;
  }

  .application-hero > img,
  .product-grade-hero > img {
    min-height: 440px;
  }

  .explanation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mechanism-module ol {
    grid-template-columns: 1fr;
  }

  .mechanism-module li {
    grid-template-columns: 56px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .mechanism-module li:not(:last-child)::after {
    top: 56px;
    bottom: -34px;
    left: 28px;
    width: 1px;
    height: auto;
  }

  .research-card dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .application-hero > div,
  .product-grade-hero > div {
    padding: 58px 5vw 38px;
  }

  .application-hero h1 {
    font-size: clamp(2.15rem, 9.6vw, 2.35rem);
    line-height: 1.06;
  }

  .application-hero > img,
  .product-grade-hero > img {
    min-height: 330px;
  }

  .explanation-grid,
  .science-card-grid {
    grid-template-columns: 1fr;
  }

  .grade-card {
    min-height: 0;
  }

  .grade-card > ul {
    min-height: 0;
  }
}

/* ==========================================================================
   Nutranexa 2026 visual refresh — "Scientific Ingredient Manufacturer"
   New-section components are prefixed nx- and are additive only; legacy
   pages keep their existing classes until their phase-1/2 refresh.
   Palette: off-white + charcoal/forest green + sage, serif display type.
   ========================================================================== */

:root {
  --nx-forest: #1d4a38;
  --nx-forest-deep: #12362a;
  --nx-ink: #212b26;
  --nx-muted: #67736b;
  --nx-cream: #f6f3ec;
  --nx-sage: #eaf0e5;
  --nx-line: #e3e1d8;
  --nx-serif: Georgia, "Times New Roman", "Songti SC", serif;
}

.nx-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nx-hero h1,
.nx-section h2,
.nx-final-cta h2,
.nx-grade-card h3,
.nx-photo-card h3 {
  font-family: var(--nx-serif);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--nx-ink);
}

/* Buttons ---------------------------------------------------------------- */

.nx-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  background: var(--nx-forest);
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
  border: 1px solid var(--nx-forest);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nx-btn:hover {
  background: var(--nx-forest-deep);
  border-color: var(--nx-forest-deep);
  color: #fff;
  text-decoration: none;
}

.nx-btn.ghost {
  background: transparent;
  color: var(--nx-ink);
  border-color: #c9cfc4;
}

.nx-btn.ghost:hover {
  border-color: var(--nx-forest);
  color: var(--nx-forest);
  background: transparent;
}

.nx-btn.small {
  padding: 10px 16px;
  font-size: 0.88rem;
}

.nx-btn.light {
  background: #fff;
  border-color: #fff;
  color: var(--nx-forest-deep);
}

.nx-btn.light:hover {
  background: var(--nx-cream);
  border-color: var(--nx-cream);
  color: var(--nx-forest-deep);
}

.nx-btn.outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.nx-btn.outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nx-textlink {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--nx-forest);
  white-space: nowrap;
}

.nx-textlink:hover {
  color: var(--nx-forest-deep);
}

/* Hero -------------------------------------------------------------------- */

.nx-hero {
  position: relative;
  padding: 0;
  background: var(--nx-cream);
  overflow: hidden;
}

/* Homepage banner uses a 20:9 canvas; keep the hero tall enough that the
   full scene (wall logo, researcher, jar labels) stays in frame. */
.nx-hero:not(.nx-phero) {
  min-height: min(45vw, 730px);
}

.nx-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 55%;
}

.nx-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.93) 34%, rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0.04) 80%);
}

.nx-hero-eyebrow {
  margin: 0 0 16px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3d4a43;
}

.nx-hero-side {
  position: absolute;
  top: 46px;
  right: 34px;
  display: grid;
  gap: 4px;
  justify-items: end;
  font-family: var(--nx-serif);
  font-size: 1.15rem;
  line-height: 1.4;
  color: rgba(33, 43, 38, 0.5);
  z-index: 2;
}

.nx-breadcrumb {
  padding: 18px 0 0;
  background: #fff;
}

.nx-breadcrumb .nx-shell {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.86rem;
  color: var(--nx-muted);
}

.nx-breadcrumb a {
  color: var(--nx-muted);
  font-weight: 600;
}

.nx-breadcrumb a:hover {
  color: var(--nx-forest);
  text-decoration: none;
}

.nx-breadcrumb [aria-current] {
  color: var(--nx-ink);
  font-weight: 700;
}

.nx-phero .nx-hero-inner {
  padding-top: 54px;
  padding-bottom: 66px;
}

.nx-hero-inner {
  position: relative;
  padding-top: 76px;
  padding-bottom: 88px;
}

.nx-hero-copy {
  max-width: 560px;
}

.nx-hero-copy h1 {
  font-size: clamp(2.2rem, 3.7vw, 3.4rem);
  margin: 0 0 18px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  max-width: 12em;
}

.nx-hero-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: var(--nx-muted);
  max-width: 34em;
  margin: 0 0 28px;
}

.nx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.nx-hero-facts {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.nx-hero-facts li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 16px 8px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(33, 43, 38, 0.1);
}

.nx-fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--nx-sage);
  color: var(--nx-forest);
  flex: none;
}

.nx-fact-icon svg {
  width: 16px;
  height: 16px;
}

.nx-fact-label {
  display: grid;
  line-height: 1.25;
  white-space: nowrap;
}

.nx-fact-label strong {
  font-size: 0.92rem;
  color: var(--nx-ink);
}

.nx-fact-label small {
  font-size: 0.8rem;
  color: var(--nx-muted);
}

.nx-hero-card {
  position: absolute;
  right: 24px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(18, 54, 42, 0.18);
}

.nx-hero-card img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.nx-hero-card span {
  display: grid;
  line-height: 1.3;
}

.nx-hero-card strong {
  font-size: 0.95rem;
  color: var(--nx-ink);
}

@media (min-width: 1623px) {
  /* Past 1622px the hero height caps at 730px and the jar labels sink into
     the bottom-right corner, so park the badge in the empty scrim area. */
  .nx-hero-card {
    right: auto;
    left: 24px;
  }
}

.nx-hero-card small {
  font-size: 0.78rem;
  color: var(--nx-muted);
}

/* Sections ---------------------------------------------------------------- */

.nx-section {
  padding: 72px 0;
}

.nx-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.nx-section-head h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  margin: 0 0 6px;
}

.nx-section-sub {
  color: var(--nx-muted);
  margin: 0;
  max-width: 46em;
}

.nx-made {
  background: var(--nx-cream);
}

.nx-docs {
  background: var(--nx-cream);
}

/* Products + sources panel ------------------------------------------------ */

.nx-products-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(300px, 1fr);
  gap: 26px;
  align-items: start;
}

.nx-grade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nx-grade-card {
  border: 1px solid var(--nx-line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.nx-grade-media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6px;
}

.nx-grade-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 240ms ease;
}

.nx-grade-card:hover .nx-grade-media img {
  transform: scale(1.03);
}

.nx-grade-card h3 {
  font-size: 1.22rem;
  margin: 0;
}

.nx-grade-card h3 a {
  color: var(--nx-ink);
}

.nx-grade-card h3 a:hover {
  color: var(--nx-forest);
  text-decoration: none;
}

.nx-grade-tag {
  margin: 0;
  font-size: 0.92rem;
  color: var(--nx-muted);
  min-height: 2.6em;
}

.nx-grade-meta {
  margin: 2px 0 6px;
  padding-top: 10px;
  border-top: 1px solid var(--nx-line);
  font-size: 0.82rem;
  color: var(--nx-muted);
}

.nx-source-panel {
  background: var(--nx-sage);
  border-radius: 16px;
  padding: 24px;
}

.nx-source-panel h2 {
  font-size: 1.45rem;
  margin: 0 0 16px;
}

.nx-source-panel .nx-section-sub {
  margin-bottom: 16px;
}

.nx-source-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nx-source-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.nx-source-col img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.nx-source-col h3 {
  font-size: 1.02rem;
  margin: 0;
  font-family: var(--nx-serif);
  color: var(--nx-ink);
}

.nx-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.nx-checks li {
  position: relative;
  padding-left: 22px;
  font-size: 0.85rem;
  color: var(--nx-ink);
  margin: 0;
}

.nx-checks li::before {
  content: "\2713";
  position: absolute;
  left: 2px;
  top: 0;
  color: var(--nx-forest);
  font-weight: 900;
}

.nx-source-panel > .nx-textlink {
  display: inline-block;
  margin-top: 16px;
}

/* Photo cards (Made. Tested. Documented. / Manufacturing & Quality) ------- */

.nx-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nx-photo-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--nx-forest-deep);
}

.nx-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.nx-photo-card:hover img {
  transform: scale(1.04);
}

.nx-photo-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 16px 14px;
  background: linear-gradient(180deg, rgba(16, 38, 30, 0) 0%, rgba(16, 38, 30, 0.88) 78%);
  color: #fff;
}

.nx-photo-caption h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  color: #fff;
}

.nx-photo-caption p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

/* Applications ------------------------------------------------------------ */

.nx-app-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.nx-app-grid.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nx-app-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.nx-app-media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--nx-line);
}

.nx-app-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 240ms ease;
}

.nx-app-card:hover .nx-app-media img {
  transform: scale(1.04);
}

.nx-app-label {
  display: grid;
  gap: 2px;
}

.nx-app-label h3 {
  margin: 0;
  font-size: 0.98rem;
  color: var(--nx-ink);
}

.nx-app-label p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--nx-muted);
}

.nx-app-card:hover {
  text-decoration: none;
}

.nx-app-card:hover .nx-app-label h3 {
  color: var(--nx-forest);
}

/* Documents --------------------------------------------------------------- */

.nx-doc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nx-doc-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--nx-line);
  border-radius: 14px;
  background: #fff;
}

.nx-doc-card:hover {
  text-decoration: none;
  border-color: #c9cfc4;
  box-shadow: 0 10px 26px rgba(18, 54, 42, 0.08);
}

.nx-doc-card img {
  width: 74px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  border: 1px solid var(--nx-line);
  flex: none;
}

.nx-doc-info {
  display: grid;
  gap: 6px;
}

.nx-doc-info strong {
  font-size: 0.94rem;
  color: var(--nx-ink);
  line-height: 1.3;
}

.nx-doc-info small {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nx-muted);
  border: 1px solid var(--nx-line);
  border-radius: 5px;
  padding: 2px 8px;
  width: fit-content;
}

.nx-doc-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nx-doc-card.more {
  background: var(--nx-sage);
  border-color: transparent;
}

.nx-doc-info em {
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nx-muted);
  border: 1px solid var(--nx-line);
  border-radius: 5px;
  padding: 2px 8px;
  width: fit-content;
}

.nx-doc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--nx-forest);
  flex: none;
}

.nx-doc-icon svg {
  width: 22px;
  height: 22px;
}

/* About ------------------------------------------------------------------- */

.nx-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.nx-about-copy h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  margin: 0 0 8px;
}

.nx-about-copy .nx-section-sub {
  margin-bottom: 26px;
}

.nx-about-facts {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.nx-about-facts li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.nx-about-figure {
  position: relative;
  margin: 0;
}

.nx-about-figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(18, 54, 42, 0.92);
  color: #fff;
  font-family: var(--nx-serif);
  font-size: 1rem;
  line-height: 1.4;
  padding: 12px 18px;
  border-radius: 10px;
}

.nx-about-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
}

/* Footer -------------------------------------------------------------------- */

.nx-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 52px 0 30px;
}

.nx-footer-brand p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  margin: 16px 0 0;
}

.nx-footer-brand .footer-logo {
  width: 170px;
  height: auto;
}

.nx-footer-contact {
  font-size: 0.85rem;
}

.nx-footer-contact a {
  color: #fff;
}

.nx-footer-grid h2 {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 14px;
}

.nx-footer-grid div a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.92rem;
}

.nx-footer-grid div a:hover {
  color: #fff;
  text-decoration: none;
}

.nx-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 0 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.nx-footer-legal {
  display: flex;
  gap: 22px;
}

.nx-footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.nx-footer-legal a:hover {
  color: #fff;
  text-decoration: none;
}

/* Link band ---------------------------------------------------------------- */

.nx-linkband {
  border-top: 1px solid var(--nx-line);
  border-bottom: 1px solid var(--nx-line);
  background: #fff;
  padding: 16px 0;
}

.nx-linkband .nx-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
}

.nx-linkband span {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nx-muted);
  font-weight: 700;
}

.nx-linkband a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nx-muted);
}

.nx-linkband a:hover {
  color: var(--nx-forest);
  text-decoration: none;
}

/* Final CTA ---------------------------------------------------------------- */

.nx-final-cta {
  background: var(--nx-forest-deep);
  color: #fff;
  padding: 56px 0;
}

.nx-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 26px;
  align-items: center;
}

.nx-final-cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 8px;
}

.nx-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.nx-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* Certification strip ------------------------------------------------------- */

.nx-cert-strip {
  background: #fff;
  border-top: 1px solid var(--nx-line);
  border-bottom: 1px solid var(--nx-line);
  padding: 14px 0 16px;
}

.nx-cert-wrap {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.nx-cert-intro h2 {
  font-family: var(--nx-serif);
  font-size: 1.35rem;
  color: var(--nx-ink);
  margin: 0 0 4px;
}

.nx-cert-intro p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--nx-muted);
}

.nx-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.nx-marquee-track {
  display: flex;
  width: max-content;
  animation: nx-marquee-scroll 38s linear infinite;
}

.nx-marquee:hover .nx-marquee-track {
  animation-play-state: paused;
}

.nx-marquee-set {
  display: flex;
  align-items: center;
}

.nx-cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-right: 44px;
  text-align: center;
}

.nx-cert-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--nx-line);
  border-radius: 14px;
  background: #fff;
  color: var(--nx-forest);
  overflow: hidden;
}

.nx-cert-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nx-cert-badge svg {
  width: 26px;
  height: 26px;
}

.nx-cert-label {
  display: grid;
  gap: 1px;
  line-height: 1.25;
  max-width: 120px;
}

.nx-cert-label strong {
  font-size: 0.8rem;
  color: var(--nx-ink);
  white-space: nowrap;
}

.nx-cert-label small {
  font-size: 0.72rem;
  color: var(--nx-muted);
  white-space: nowrap;
}

.nx-cert-view {
  display: none;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--nx-forest);
  white-space: nowrap;
}

.nx-cert-item:hover {
  text-decoration: none;
}

.nx-cert-item:hover .nx-cert-badge {
  border-color: var(--nx-forest);
}

.nx-cert-item.has-doc:hover .nx-cert-label {
  display: none;
}

.nx-cert-item.has-doc:hover .nx-cert-view {
  display: block;
}

@keyframes nx-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nx-marquee-track {
    animation: none;
  }
}

/* Soy vs Sunflower section --------------------------------------------------- */

.nx-sources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nx-source-lg {
  border: 1px solid var(--nx-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  display: grid;
  align-content: start;
}

.nx-source-lg > img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.nx-source-lg-body {
  padding: 22px;
  display: grid;
  gap: 14px;
  justify-items: start;
}

.nx-source-lg-body h3 {
  font-family: var(--nx-serif);
  font-size: 1.45rem;
  margin: 0;
  color: var(--nx-ink);
}

.nx-source-lg-body .nx-checks li {
  font-size: 0.92rem;
}

/* Interior page facts band --------------------------------------------------- */

.nx-facts-band {
  list-style: none;
  margin: 0;
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--nx-line);
}

.nx-facts-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.nx-facts-row .nx-hero-facts {
  margin: 0;
}

/* Split feature (photo + copy) ------------------------------------------------ */

.nx-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.nx-split-photo {
  margin: 0;
  position: relative;
}

.nx-split-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.nx-split-photo figcaption {
  margin-top: 10px;
  font-size: 0.84rem;
  color: var(--nx-muted);
}

.nx-split-copy h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin: 0 0 12px;
}

.nx-split-copy .nx-section-sub {
  margin-bottom: 20px;
}

.nx-split-copy .nx-checks {
  margin: 0 0 24px;
  gap: 9px;
}

.nx-split-copy .nx-checks li {
  font-size: 0.95rem;
}

/* Process / parameter cards --------------------------------------------------- */

.nx-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nx-process-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nx-step-card {
  border: 1px solid var(--nx-line);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.nx-step-number {
  font-family: var(--nx-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--nx-forest);
  line-height: 1;
}

.nx-step-card h3 {
  font-size: 1.02rem;
  margin: 0;
  color: var(--nx-ink);
}

.nx-step-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--nx-muted);
  line-height: 1.55;
}

/* Document grid (quality page) ------------------------------------------------- */

.nx-doc-grid.docs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* R&D cards --------------------------------------------------------------------- */

.nx-rd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nx-rd-card {
  margin: 0;
  border: 1px solid var(--nx-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: grid;
  align-content: start;
}

.nx-rd-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nx-rd-card figcaption {
  padding: 16px 18px;
  display: grid;
  gap: 5px;
}

.nx-rd-card figcaption strong {
  font-family: var(--nx-serif);
  font-size: 1.05rem;
  color: var(--nx-ink);
}

.nx-rd-card figcaption span {
  font-size: 0.88rem;
  color: var(--nx-muted);
  line-height: 1.5;
}

.nx-rd-text {
  padding: 22px;
  gap: 12px;
  align-content: start;
}

.nx-rd-text h3 {
  font-family: var(--nx-serif);
  font-size: 1.25rem;
  margin: 0;
  color: var(--nx-ink);
}

.nx-rd-text p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--nx-muted);
  line-height: 1.6;
}

/* COA evidence block ----------------------------------------------------------- */

.nx-coa-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.nx-coa-image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--nx-line);
}

.nx-coa-image img {
  width: 100%;
  height: auto;
}

/* PS50 page ---------------------------------------------------------------- */

.nx-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: start;
}

.nx-spec-block h2,
.nx-mfgq h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin: 0 0 18px;
}

.nx-spec-table,
.table-wrap .nx-spec-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.93rem;
}

.nx-spec-table th {
  width: 42%;
  text-align: left;
  background: var(--nx-cream);
  color: var(--nx-ink);
  padding: 11px 14px;
  border-bottom: 1px solid var(--nx-line);
  vertical-align: top;
}

.nx-spec-table td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--nx-line);
  color: #3d4a43;
}

.nx-note {
  font-size: 0.84rem;
  color: var(--nx-muted);
  margin: 12px 0 0;
}

.nx-mfgq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: 26px;
  align-items: start;
}

.nx-mfgq-grid .nx-section-head {
  margin-bottom: 22px;
}

.nx-batch-panel .nx-coa-thumb {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 14px;
}

.nx-batch-panel .nx-coa-thumb:hover {
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(18, 54, 42, 0.1);
}

.nx-batch-panel .nx-coa-thumb img {
  width: 88px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  border: 1px solid var(--nx-line);
}

.nx-batch-panel .nx-coa-thumb span {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--nx-ink);
}

.nx-doc-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 4px;
}

.nx-doc-list li {
  margin: 0;
}

.nx-doc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nx-ink);
}

.nx-doc-list a:hover {
  background: rgba(29, 74, 56, 0.08);
  text-decoration: none;
}

.nx-doc-list svg {
  width: 17px;
  height: 17px;
  color: var(--nx-forest);
  flex: none;
}

/* FAQ ---------------------------------------------------------------------- */

.nx-faq .nx-section-head {
  margin-bottom: 22px;
}

.nx-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.nx-faq-list details {
  border-radius: 12px;
  border-color: var(--nx-line);
}

.nx-faq-list summary {
  padding-right: 28px;
  position: relative;
  font-weight: 700;
  color: var(--nx-ink);
}

.nx-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--nx-forest);
}

.nx-faq-list details[open] summary::after {
  content: "\2013";
}

.nx-faq-list details p {
  margin: 10px 0 0;
  font-size: 0.92rem;
  color: #3d4a43;
}

/* Mega menu (simplified) --------------------------------------------------- */

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-tag {
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  color: var(--nx-muted);
  margin-top: 3px;
}

.brand img {
  width: 158px;
  height: auto;
}

.mega-inner {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}

/* Responsive --------------------------------------------------------------- */

@media (max-width: 1080px) {
  .nx-products-grid,
  .nx-spec-grid,
  .nx-mfgq-grid {
    grid-template-columns: 1fr;
  }

  .nx-app-grid,
  .nx-app-grid.six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nx-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nx-section {
    padding: 54px 0;
  }

  .nx-hero-bg {
    position: static;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .nx-hero-scrim {
    display: none;
  }

  .nx-hero-inner {
    padding-top: 26px;
    padding-bottom: 44px;
  }

  .nx-hero-copy {
    max-width: none;
  }

  .nx-grade-grid {
    grid-template-columns: 1fr;
  }

  .nx-photo-grid {
    grid-template-columns: 1fr;
  }

  .nx-app-grid,
  .nx-app-grid.six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-about-grid,
  .nx-final-grid {
    grid-template-columns: 1fr;
  }

  .nx-final-actions {
    justify-content: flex-start;
  }

  .nx-faq-list {
    grid-template-columns: 1fr;
  }

  .nx-source-cols {
    grid-template-columns: 1fr;
  }

  .nx-sources-grid {
    grid-template-columns: 1fr;
  }

  .nx-cert-item {
    margin-right: 32px;
  }

  .nx-cert-badge {
    width: 48px;
    height: 48px;
  }

  .nx-split-grid {
    grid-template-columns: 1fr;
  }

  .nx-process-grid,
  .nx-process-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-doc-grid.docs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-rd-grid {
    grid-template-columns: 1fr;
  }

  .nx-cert-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nx-hero-side {
    display: none;
  }

  .nx-doc-grid.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .nx-footer-brand {
    grid-column: 1 / -1;
  }

  .nx-process-grid,
  .nx-process-grid.two {
    grid-template-columns: 1fr;
  }

  .nx-hero-card {
    display: none;
  }
}

@media (max-width: 560px) {
  .nx-doc-grid {
    grid-template-columns: 1fr;
  }

  .nx-about-facts {
    grid-template-columns: 1fr;
  }

  .nx-fact-label {
    white-space: normal;
  }

  .nx-hero-actions .nx-btn {
    width: 100%;
    text-align: center;
  }
}
