/* Core reset and theme primitives */
:root {
  --ink: #111820;
  --ink-soft: #202a32;
  --paper: #f7f6f1;
  --white: #fff;
  --gold: #bd8b2f;
  --gold-bright: #d5a84f;
  --gold-pale: #ead7aa;
  --line: #d9d7cf;
  --muted: #697178;
  --shell: min(1240px, calc(100vw - 64px));
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wp-site-blocks > * + * { margin-block-start: 0; }
body.menu-open { overflow: hidden; }
::selection { background: var(--gold-pale); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin: 0 0 28px;
  color: #8d661f;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow--light { color: var(--gold-bright); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: transform .3s var(--ease), background .3s ease, color .3s ease, border-color .3s ease;
}
.button span, .text-link span { transition: transform .3s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover span, .button:focus-visible span, .text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: var(--gold-bright); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--gold); color: var(--ink); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(17,24,32,.45);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link--light { border-color: rgba(255,255,255,.45); color: var(--white); }

/* Announcement and navigation */
.announcement { position: relative; z-index: 60; background: var(--ink); color: rgba(255,255,255,.8); }
.announcement__inner {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  font-size: .63rem;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.announcement a { color: var(--gold-bright); }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247,246,241,.94);
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(17,24,32,.04); }
.site-header__inner { display: flex; height: 86px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: flex-end; gap: 15px; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 42px); }
.primary-nav > a {
  position: relative;
  padding-block: 9px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.primary-nav > a:not(.primary-nav__cta):not(.primary-nav__cart)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  content: "";
  transition: transform .3s var(--ease);
}
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-nav__cta { display: flex; min-height: 42px; align-items: center; gap: 24px; padding-inline: 18px !important; background: var(--gold); }
.primary-nav__cta:hover { background: var(--gold-bright); }
.primary-nav__cart {
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 42px;
  place-items: center;
  padding: 0 !important;
}
.primary-nav__cart-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.primary-nav__cart-count {
  position: absolute;
  min-width: 18px;
  height: 18px;
  top: 0;
  right: -2px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.primary-nav__cart-count[hidden] { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

/* Hero */
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__grid { display: grid; min-height: 690px; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: stretch; }
.hero__content { z-index: 1; padding: clamp(80px, 9vw, 128px) 6vw 76px 0; }
.hero h1 {
  max-width: 750px;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(4rem, 6.7vw, 6.75rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .89;
}
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero__intro { max-width: 560px; margin: 36px 0 0; color: #4d565d; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.hero__proof { display: grid; max-width: 570px; margin-top: 74px; grid-template-columns: repeat(3, 1fr); }
.hero__proof div { display: flex; flex-direction: column; gap: 2px; padding: 0 18px; border-left: 1px solid var(--line); }
.hero__proof div:first-child { padding-left: 0; border: 0; }
.hero__proof strong { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__proof span { color: var(--muted); font-size: .72rem; }
.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(rgba(17,24,32,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,32,.035) 1px, transparent 1px),
    #eeece5;
  background-size: 64px 64px;
}
.hero-visual::before {
  position: absolute;
  width: min(35vw, 530px);
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(189,139,47,.38);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.hero-visual::after {
  position: absolute;
  width: 1px;
  height: 64%;
  top: 18%;
  left: 50%;
  background: rgba(189,139,47,.4);
  content: "";
}
.hero-visual__corner { position: absolute; z-index: 1; width: 56px; height: 56px; }
.hero-visual__corner--tl { top: 32px; left: 32px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.hero-visual__corner--br { right: 32px; bottom: 32px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.hero-visual__index { position: absolute; top: 28px; right: 32px; color: var(--muted); font-family: Iowan Old Style, Baskerville, serif; font-size: 1.1rem; }
.hero-visual__note { position: absolute; z-index: 2; bottom: 30px; left: 32px; display: flex; flex-direction: column; }
.hero-visual__note span { color: var(--muted); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual__note strong { font-family: Iowan Old Style, Baskerville, serif; font-size: 1.2rem; font-weight: 400; }
.hero__marquee { overflow: hidden; border-top: 1px solid var(--line); background: var(--white); white-space: nowrap; }
.hero__marquee div { width: max-content; padding: 18px 0; color: #4d555b; font-size: .65rem; font-weight: 750; letter-spacing: .18em; word-spacing: 1.6rem; }
.hero__marquee i { display: inline-block; width: 5px; height: 5px; margin: 0 24px; transform: rotate(45deg); background: var(--gold); }

/* Section headings */
.product-section h2,
.standards-section h2 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
}

/* Products */
.product-section { padding: 120px 0 130px; border-top: 1px solid var(--line); }
.product-section__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.product-section__header .eyebrow { margin-bottom: 20px; }

/* Standards */
.standards-section { padding: 128px 0; background: var(--ink); color: var(--white); }
.standards-section__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(70px, 10vw, 150px); }
.standards-section__intro { position: sticky; top: 140px; align-self: start; }
.standards-section__intro > p:last-child { max-width: 420px; margin: 42px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.standards-list { border-top: 1px solid rgba(255,255,255,.22); }
.standard-row { display: grid; min-height: 180px; grid-template-columns: 50px 1fr 30px; gap: 20px; align-items: start; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.standard-row > span { color: var(--gold-bright); font-family: Iowan Old Style, Baskerville, serif; font-size: .86rem; }
.standard-row h3 { margin: 0 0 12px; font-family: Iowan Old Style, Baskerville, serif; font-size: clamp(1.7rem, 2.5vw, 2.3rem); font-weight: 400; letter-spacing: -.025em; }
.standard-row p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.7; }
.standard-row > i { color: var(--gold-bright); font-style: normal; transition: transform .3s var(--ease); }
.standard-row:hover > i { transform: translate(4px, -4px); }

/* Manifesto */
.manifesto-section { padding: 130px 0; background: var(--gold-pale); }
.manifesto-section__grid { display: grid; grid-template-columns: 160px 1fr 190px; gap: 48px; align-items: start; }
.manifesto-section__number, .manifesto-section__aside > span { font-size: .62rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-section blockquote { margin: 0; font-family: Iowan Old Style, Baskerville, serif; font-size: clamp(3rem, 5.8vw, 5.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.manifesto-section blockquote em { color: #8c631d; font-weight: 400; }
.manifesto-section__aside { padding-top: 10px; }
.manifesto-section__aside p { margin: 22px 0 0; color: #5d4b2b; font-family: Iowan Old Style, Baskerville, serif; font-size: 1.2rem; line-height: 1.45; }

/* Trust strip and footer */
.trust-strip { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { display: flex; align-items: center; gap: 18px; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip__grid > div:last-child { padding-right: 0; border: 0; }
.trust-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: Iowan Old Style, Baskerville, serif; font-size: 1rem; }
.trust-icon--gold { border-color: var(--gold); color: #8d661f; font-size: .6rem; font-weight: 800; }
.trust-strip p { display: flex; margin: 0; flex-direction: column; }
.trust-strip strong { font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.trust-strip small { color: var(--muted); font-size: .67rem; }
.site-footer { padding: 120px 0 28px; background: #0b1015; color: var(--white); }
.site-footer__lead { display: flex; min-height: 370px; align-items: flex-start; flex-direction: column; border-bottom: 1px solid rgba(255,255,255,.16); }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr 1fr .7fr; gap: 70px; padding: 56px 0 70px; }
.site-footer__brand > p, .site-footer__contact p { margin: 26px 0 0; color: rgba(255,255,255,.5); font-size: .76rem; line-height: 1.7; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.footer-nav div, .site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav strong, .site-footer__contact strong { margin-bottom: 7px; color: var(--gold-bright); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a, .site-footer__contact a { color: rgba(255,255,255,.76); font-size: .76rem; }
.footer-nav a:hover, .site-footer__contact a:hover { color: var(--white); }
.site-footer__legal { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.38); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }

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

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 960px); }
  .hero__grid { min-height: 630px; grid-template-columns: 1fr .75fr; }
  .hero__content { padding-right: 40px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.2rem); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .standards-section__grid { gap: 70px; }
  .primary-nav { gap: 19px; }
}

@media (max-width: 800px) {
  :root { --shell: calc(100vw - 36px); }
  .announcement__inner > span { overflow: hidden; max-width: 60vw; text-overflow: ellipsis; white-space: nowrap; }
  .announcement__inner a { font-size: 0; }
  .announcement__inner a span { font-size: .75rem; }
  .site-header__inner { height: 74px; }
  .menu-toggle { z-index: 62; display: flex; align-items: center; gap: 12px; padding: 10px 0 10px 12px; }
  .menu-toggle__label { font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
  .menu-toggle__icon { position: relative; display: block; width: 25px; height: 16px; }
  .menu-toggle__icon i { position: absolute; right: 0; display: block; width: 25px; height: 1px; background: currentColor; transition: top .3s var(--ease), transform .3s var(--ease); }
  .menu-toggle__icon i:first-child { top: 3px; }
  .menu-toggle__icon i:last-child { top: 12px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { top: 8px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { top: 8px; transform: rotate(-45deg); }
  .primary-nav {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: flex;
    height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 100px 36px 50px;
    transform: translateX(100%);
    visibility: hidden;
    background: var(--ink);
    color: var(--white);
    transition: transform .45s var(--ease), visibility .45s;
  }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; }
  .primary-nav > a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: Iowan Old Style, Baskerville, serif; font-size: clamp(2rem, 10vw, 3.6rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .primary-nav__cart {
    min-height: 66px;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 14px 0 !important;
  }
  .primary-nav__cart-icon { width: 34px; height: 34px; }
  .primary-nav__cart-count {
    top: 8px;
    right: auto;
    left: 25px;
    border-color: var(--ink);
  }
  .primary-nav__cta { min-height: 0; margin-top: 24px; justify-content: space-between; padding: 14px 18px !important; color: var(--ink); font-family: inherit !important; font-size: .75rem !important; font-weight: 750 !important; letter-spacing: .1em !important; text-transform: uppercase !important; }
  .menu-open .brand, .menu-open .menu-toggle { color: var(--white); }

  .hero__grid { width: 100%; min-height: auto; grid-template-columns: 1fr; }
  .hero__content { width: var(--shell); margin-inline: auto; padding: 76px 0 64px; }
  .hero h1 { font-size: clamp(3.5rem, 15vw, 5.8rem); }
  .hero__intro { font-size: 1rem; }
  .hero__proof { margin-top: 58px; }
  .hero-visual { width: var(--shell); min-height: 490px; margin: 0 auto 18px; border: 1px solid var(--line); }
  .hero-visual::before { width: 64vw; }

  .product-section, .standards-section, .manifesto-section { padding-block: 86px; }
  .standards-section__grid { grid-template-columns: 1fr; }
  .standards-section__intro { position: static; }
  .manifesto-section__grid { grid-template-columns: 1fr; }
  .manifesto-section blockquote { order: -1; }
  .manifesto-section__number { display: none; }
  .manifesto-section__aside { padding-top: 20px; border-top: 1px solid rgba(17,24,32,.25); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .announcement__inner { min-height: 29px; }
  .hero__content { padding-top: 58px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 4.9rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero__proof { grid-template-columns: 1fr; gap: 15px; }
  .hero__proof div, .hero__proof div:first-child { padding: 0 0 0 14px; border-left: 1px solid var(--line); }
  .hero-visual { min-height: 390px; }
  .hero-visual__corner--tl { top: 20px; left: 20px; }
  .hero-visual__corner--br { right: 20px; bottom: 20px; }
  .hero-visual__note { bottom: 20px; left: 20px; }
  .hero-visual__index { top: 18px; right: 20px; }
  .product-section h2, .standards-section h2 { font-size: clamp(2.9rem, 14vw, 4.25rem); }
  .standard-row { grid-template-columns: 34px 1fr; }
  .standard-row > i { display: none; }
  .manifesto-section blockquote { font-size: clamp(2.85rem, 14vw, 4.3rem); }
  .trust-strip__grid { grid-template-columns: 1fr; row-gap: 0; }
  .trust-strip__grid > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .site-footer { padding-top: 86px; }
  .site-footer__lead { min-height: 330px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 45px; }
  .site-footer__brand { grid-column: auto; }
  .footer-nav { gap: 30px; }
  .site-footer__legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Sample-led visual direction */
.announcement { display: none; }
.site-header {
  position: sticky;
  background: rgba(255,255,255,.96);
}
.site-header__inner { height: 82px; }
.primary-nav__cta {
  min-height: 44px;
  border-radius: 2px;
  color: var(--white);
}

.hero {
  min-height: 650px;
  border: 0;
  background-color: #eef3f6;
  background-image:
    linear-gradient(90deg, rgba(248,250,250,.99) 0%, rgba(248,250,250,.96) 31%, rgba(248,250,250,.72) 45%, rgba(248,250,250,0) 62%),
    url("../hero-products-kyp.webp");
  background-position: center;
  background-size: cover;
}
.hero__grid {
  width: var(--shell);
  max-width: 1240px;
  min-height: 650px;
  grid-template-columns: minmax(0, 54%) 1fr;
}
.hero__content {
  display: flex;
  padding: 72px 26px 42px 0;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
.hero .eyebrow {
  margin-bottom: 25px;
  font-size: .78rem;
  letter-spacing: .13em;
}
.hero h1 {
  max-width: 660px;
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.35rem, 4.45vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.hero h1 em {
  color: var(--ink);
  font-style: normal;
  font-weight: inherit;
}
.hero__intro {
  max-width: 520px;
  margin-top: 27px;
  color: #323d43;
  font-size: 1.03rem;
  line-height: 1.58;
}
.hero__actions { margin-top: 30px; }
.hero__proof {
  max-width: 540px;
  margin-top: 42px;
}
.hero__proof div,
.hero__proof div:first-child {
  position: relative;
  min-height: 62px;
  justify-content: center;
  padding: 0 10px 0 52px;
  border: 0;
}
.hero__proof div::before {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 12px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px;
  content: "";
}
.hero__proof div:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd8b2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v5c0 5-3.4 8.5-8 10-4.6-1.5-8-5-8-10V6l8-3Z'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-5'/%3E%3C/svg%3E");
}
.hero__proof div:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd8b2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7Z'/%3E%3Cpath d='M14 3v5h4M9.5 13h5M9.5 17h3'/%3E%3C/svg%3E");
}
.hero__proof div:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd8b2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6M10 3v5l-5 9a2.5 2.5 0 0 0 2.2 4h9.6A2.5 2.5 0 0 0 19 17l-5-9V3'/%3E%3Cpath d='M7.5 15h9'/%3E%3C/svg%3E");
}
.hero__proof strong { font-size: .62rem; }
.hero__proof span { font-size: .67rem; }
.hero-visual {
  display: none;
  min-height: 610px;
  border: 0;
  background-color: #e8f0f2;
  background-image: url("../hero-products-kyp.webp");
  background-position: 62% center;
  background-size: cover;
}
.hero-visual::before,
.hero-visual::after { display: none; }
.hero__marquee { display: none; }

.research-disclaimer {
  background: var(--ink);
  color: var(--white);
}
.disclaimer-band {
  display: grid;
  min-height: 290px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding: 52px 0 46px;
}
.disclaimer-band__intro { max-width: 620px; }
.disclaimer-band__intro .eyebrow { margin-bottom: 20px; }
.disclaimer-band h2 {
  margin: 0;
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.4rem, 3.5vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: .96;
}
.disclaimer-band__intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.66);
  font-size: .9rem;
  line-height: 1.6;
}
.disclaimer-band__details {
  padding-left: clamp(30px, 4vw, 56px);
  border-left: 1px solid rgba(255,255,255,.18);
}
.disclaimer-band__label {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.disclaimer-band__details > div {
  display: grid;
  min-height: 58px;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.16);
}
.disclaimer-band__details > div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.disclaimer-band__details > div > span {
  color: var(--gold-bright);
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: .82rem;
}
.disclaimer-band__details p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 4px;
}
.disclaimer-band__details strong {
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.disclaimer-band__details small { color: rgba(255,255,255,.54); font-size: .75rem; }

.product-section {
  padding: 52px 0 44px;
  border: 0;
  background: #f8f7f2;
}
.product-section__header {
  display: block;
  margin-bottom: 34px;
  text-align: center;
}
.product-section__header .eyebrow { margin-bottom: 14px; }
.product-section__header > p:last-child {
  max-width: 560px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}
.product-section__header h2 {
  display: inline-block;
  position: relative;
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 750;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.product-section__header h2::after {
  position: absolute;
  width: 56px;
  height: 2px;
  right: 0;
  bottom: -14px;
  left: 0;
  margin: auto;
  background: var(--gold);
  content: "";
}
.kyp-product-collection .wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 225px)) !important;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.kyp-product-collection .wc-block-product {
  display: flex;
  min-width: 0;
  width: 100%;
  max-width: 280px;
  justify-self: center;
  flex-direction: column;
  padding: 14px 14px 16px;
  border: 1px solid #e0dfda;
  border-radius: 3px;
  background: var(--white);
  box-shadow: 0 4px 15px rgba(17,24,32,.025);
  transition: border-color .25s ease, box-shadow .25s ease, transform .3s var(--ease);
}
.kyp-product-collection .wc-block-product:hover {
  border-color: #c8c5bc;
  box-shadow: 0 14px 32px rgba(17,24,32,.08);
  transform: translateY(-4px);
}
.kyp-product-collection .wc-block-components-product-image {
  overflow: hidden;
  margin: 0 0 18px;
  background: #eef1f1;
}
.kyp-product-collection .wc-block-components-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.kyp-product-collection .wp-block-post-title {
  min-height: 2.4em;
  margin: 0 0 8px !important;
  font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem !important;
  font-weight: 750;
  letter-spacing: .01em;
  line-height: 1.2;
  text-transform: uppercase;
}
.kyp-product-collection .wc-block-components-product-price {
  margin: 0 0 10px;
  color: #4b5358;
  font-size: .8rem;
  font-weight: 650;
}
.kyp-product-collection .wp-block-woocommerce-product-stock-indicator {
  margin: 0 0 8px;
  color: #53695d;
  font-size: .7rem;
  font-weight: 700;
}
.product-card__assurance {
  margin: 0 0 16px;
  color: #687178;
  font-size: .66rem;
  line-height: 1.45;
}
.kyp-product-collection .wp-block-woocommerce-product-button {
  margin-top: auto;
  margin-bottom: 0;
}
.kyp-product-collection .wp-block-button__link,
.kyp-product-collection .wp-element-button {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #caa75e;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.kyp-product-collection .wp-block-button__link:hover,
.kyp-product-collection .wp-element-button:hover {
  background: var(--gold);
  color: var(--ink);
}
.product-grid__empty { grid-column: 1 / -1; padding: 70px 20px; border-block: 1px solid var(--line); color: var(--muted); }
.product-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.product-section__cta .button {
  min-width: 250px;
  min-height: 42px;
  color: var(--white);
}

.info-panels {
  padding: 76px 0 72px;
  background: #f8f7f2;
}
.info-panels__header {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}
.info-panels__header .eyebrow { margin-bottom: 16px; }
.info-panels__header h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
}
.info-panels__header > p:last-child {
  max-width: 600px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.65;
}
.info-panels__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.info-panel {
  position: relative;
  display: flex;
  min-height: 350px;
  padding: 30px 28px 28px;
  flex-direction: column;
  border: 1px solid #deddd8;
  border-top: 3px solid var(--gold);
  background: rgba(255,255,255,.82);
}
.info-panel h3 {
  max-width: 290px;
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.1;
  text-transform: uppercase;
}
.info-panel p,
.info-panel li {
  color: #4b5358;
  font-size: .78rem;
  line-height: 1.58;
}
.info-panel p { margin: 0 0 14px; }
.info-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.info-panel li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
}
.info-panel li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 800;
}
.info-panel__note,
.info-panel__link {
  margin-top: auto !important;
  padding-top: 24px;
  border-top: 1px solid #deddd8;
  color: var(--ink) !important;
  font-size: .68rem !important;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-panel__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-panel__link:hover { color: var(--gold-deep) !important; }
.info-panel--research {
  border-color: var(--ink);
  border-top-color: var(--gold);
  background: var(--ink);
  color: var(--white);
}
.info-panel--research h3 { color: var(--white); }
.info-panel--research p,
.info-panel--research li { color: rgba(255,255,255,.7); }
.info-panel--research .info-panel__note {
  border-color: rgba(255,255,255,.18);
  color: var(--white) !important;
}

.trust-strip { padding: 20px 0; }
.trust-icon {
  width: 42px;
  height: 42px;
}
.site-footer { padding-top: 64px; }
.site-footer__lead {
  min-height: 250px;
  justify-content: center;
  gap: 32px;
}
.footer-hero-logo {
  display: block;
  width: clamp(240px, 24vw, 330px);
}
.footer-hero-logo img { display: block; width: 100%; height: auto; }
.site-footer__brand > p { margin-top: 0; }

@media (max-width: 1100px) {
  .hero__grid { grid-template-columns: minmax(0, 58%) 1fr; }
  .hero__content { padding-left: 0; }
  .hero h1 { font-size: 3.5rem; }
  .kyp-product-collection .wp-block-post-title { font-size: .9rem !important; }
  .info-panel { padding-inline: 22px; }
}

@media (max-width: 800px) {
  .site-header__inner { height: 74px; }
  .hero {
    min-height: 0;
    background: #f4f8f8;
  }
  .hero__grid {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .hero__content {
    width: 100%;
    margin: 0;
    padding: 64px 24px 44px;
  }
  .hero h1 { font-size: clamp(3rem, 13.5vw, 4.6rem); }
  .hero-visual {
    display: block;
    width: 100%;
    min-height: 430px;
    margin: 0;
    border: 0;
    background-position: 62% center;
  }
  .disclaimer-band {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 0;
  }
  .disclaimer-band__intro { max-width: 680px; }
  .disclaimer-band__details {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
  .kyp-product-collection .wc-block-product-template,
  .kyp-product-collection--archive .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .info-panels { padding-block: 64px; }
  .info-panels__header { margin-bottom: 34px; }
  .info-panels__grid { max-width: 720px; margin-inline: auto; grid-template-columns: 1fr; }
  .info-panel { min-height: 300px; }
}

@media (max-width: 560px) {
  .hero__content { padding: 44px 18px 30px; }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.7rem, 11.8vw, 3.35rem); }
  .hero__intro {
    margin-top: 22px;
    font-size: .96rem;
  }
  .hero__actions { margin-top: 26px; }
  .hero__proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 30px;
  }
  .hero__proof div,
  .hero__proof div:first-child {
    min-height: 78px;
    align-items: center;
    padding: 44px 2px 0;
    text-align: center;
  }
  .hero__proof div::before {
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-visual {
    min-height: 240px;
    background-position: 62% center;
  }
  .disclaimer-band { gap: 40px; padding: 48px 0; }
  .disclaimer-band h2 { font-size: clamp(2.7rem, 13vw, 3.5rem); }
  .disclaimer-band__intro > p:not(.eyebrow) { font-size: .9rem; }
  .disclaimer-band__details > div { grid-template-columns: 32px 1fr; }
  .product-section { padding-top: 44px; }
  .product-section__header h2 { font-size: 1.35rem; }
  .kyp-product-collection .wc-block-product-template,
  .kyp-product-collection--archive .wc-block-product-template {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .info-panels { padding-block: 52px; }
  .info-panels__header { margin-bottom: 28px; text-align: left; }
  .info-panels__header h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .info-panels__header > p:last-child { margin-inline: 0; }
  .info-panel { min-height: 0; padding: 26px 22px 24px; }
  .info-panel__note,
  .info-panel__link { margin-top: 32px !important; }
  .trust-strip { padding-block: 12px; }
}

/* WooCommerce storefront */
.store-hero {
  padding: 82px 0 76px;
  border-bottom: 1px solid var(--line);
  background: #eef3f6;
}
.store-hero .eyebrow { margin-bottom: 20px; }
.store-hero h1 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: .95;
}
.store-hero p:last-child { max-width: 620px; margin: 26px 0 0; color: #4c565d; line-height: 1.7; }
.store-catalog { padding: 34px 0 108px; }
.store-catalog .woocommerce-breadcrumb { margin-bottom: 36px; color: var(--muted); font-size: .7rem; }
.store-catalog__tools { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.store-catalog__tools p { margin: 0; color: var(--muted); font-size: .75rem; }
.store-catalog__tools select {
  min-height: 42px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font-size: .75rem;
}
.kyp-product-collection--archive .wc-block-product-template {
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px)) !important;
}
.kyp-product-collection--archive .wc-block-product { padding: 18px 18px 20px; }
.kyp-product-collection .wp-block-query-pagination { grid-column: 1 / -1; margin-top: 42px; }
.kyp-product-collection .wp-block-query-pagination a,
.kyp-product-collection .wp-block-query-pagination .current {
  min-width: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  font-size: .72rem;
}
.kyp-product-collection .wp-block-query-pagination .current { border-color: var(--gold); background: var(--gold); }

.product-page { padding: 36px 0 100px; }
.product-page > .woocommerce-breadcrumb { margin-bottom: 34px; color: var(--muted); font-size: .7rem; }
.product-layout { gap: clamp(46px, 7vw, 100px); align-items: flex-start !important; margin: 0 0 72px; }
.product-layout .woocommerce-product-gallery,
.product-layout .wp-block-woocommerce-product-image-gallery {
  padding: 24px;
  background: #eef1f1;
}
.product-summary { position: sticky; top: 118px; padding-top: 18px; }
.product-summary .eyebrow { margin-bottom: 18px; }
.product-summary .wp-block-post-title {
  margin: 0 0 20px;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: .95;
}
.product-summary .wp-block-woocommerce-product-price {
  margin-bottom: 24px;
  color: #94691e;
  font-size: 1.35rem;
  font-weight: 750;
}
.product-summary .wp-block-post-excerpt { color: #4f585e; line-height: 1.7; }
.product-summary .wp-block-woocommerce-product-stock-indicator {
  margin: -8px 0 20px;
  color: #53695d;
  font-size: .75rem;
  font-weight: 700;
}
.product-purchase-assurance {
  display: grid;
  margin: 0;
  padding: 16px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-block: 1px solid var(--line);
  list-style: none;
}
.product-purchase-assurance li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #4f585e;
  font-size: .7rem;
  line-height: 1.4;
}
.product-purchase-assurance li::before {
  position: absolute;
  top: .08em;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 800;
}
.product-summary .wp-block-woocommerce-add-to-cart-form { margin: 30px 0; }
.product-summary .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
}
.product-summary .single_add_to_cart_button,
.standard-page .wp-element-button,
.woocommerce .button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--gold);
  color: var(--ink);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-summary .single_add_to_cart_button:hover,
.standard-page .wp-element-button:hover,
.woocommerce .button:hover { background: var(--gold-bright); color: var(--ink); }
.product-summary .wp-block-woocommerce-product-meta { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.product-research-note { margin-top: 28px; padding: 22px; border-left: 3px solid var(--gold); background: #f1efe8; }
.product-research-note strong { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.product-research-note p { margin: 9px 0 16px; color: #545d63; font-size: .8rem; line-height: 1.55; }
.product-research-note a { font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-page > .wp-block-woocommerce-product-details { margin-bottom: 80px; }

.standard-page { min-height: 60vh; padding: 72px 0 100px; }
.standard-page > .wp-block-post-title {
  margin: 0 0 46px;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: 1;
}
.standard-page .woocommerce { max-width: none; }
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 18px 22px;
  border-top: 2px solid var(--gold);
  background: #f1efe8;
  color: var(--ink);
}

@media (max-width: 1100px) {
  .kyp-product-collection--archive .wc-block-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  .store-hero { padding: 64px 0 60px; }
  .store-catalog { padding-bottom: 82px; }
  .kyp-product-collection--archive .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .product-page { padding-top: 24px; }
  .product-layout { gap: 38px; }
  .product-summary { position: static; padding-top: 0; }
}

@media (max-width: 560px) {
  .store-hero { padding: 50px 0 48px; }
  .store-hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .store-catalog__tools { align-items: flex-start !important; flex-direction: column; gap: 16px; }
  .kyp-product-collection--archive .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }
  .product-layout { display: flex; flex-direction: column; }
  .product-layout > .wp-block-column { flex-basis: auto !important; width: 100%; }
  .product-summary .wp-block-post-title { font-size: clamp(2.75rem, 13vw, 3.6rem); }
  .product-purchase-assurance { grid-template-columns: 1fr; gap: 8px; }
  .standard-page { padding: 52px 0 72px; }
  .standard-page > .wp-block-post-title { margin-bottom: 32px; }
}

/* Test reports page */
.tests-hero {
  background: var(--ink);
  color: var(--white);
}
.tests-hero__grid {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(64px, 9vw, 132px);
  align-items: center;
  padding: 82px 0;
}
.tests-hero__intro { max-width: 680px; }
.tests-hero__intro .eyebrow { margin-bottom: 22px; }
.tests-hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 5.4vw, 5.7rem);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: .94;
}
.tests-hero__intro > p:not(.eyebrow) {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 1rem;
  line-height: 1.7;
}
.tests-guide {
  padding-left: clamp(36px, 5vw, 72px);
  border-left: 1px solid rgba(255,255,255,.18);
}
.tests-guide__label {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.tests-guide ol { margin: 0; padding: 0; list-style: none; }
.tests-guide li {
  display: grid;
  min-height: 82px;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.16);
}
.tests-guide li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.tests-guide li > span {
  color: var(--gold-bright);
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: .82rem;
}
.tests-guide li p { display: flex; margin: 0; flex-direction: column; gap: 4px; }
.tests-guide strong { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.tests-guide small { color: rgba(255,255,255,.54); font-size: .75rem; }

.reports-library { padding: 96px 0 110px; background: #f8f7f2; }
.reports-library__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}
.reports-library__header .eyebrow { margin-bottom: 18px; }
.reports-library h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
}
.reports-library__header > p {
  max-width: 520px;
  margin: 0;
  color: #50585f;
  line-height: 1.7;
}
.reports-empty {
  display: grid;
  min-height: 210px;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reports-empty__icon {
  width: 58px;
  height: 58px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bd8b2f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7Z'/%3E%3Cpath d='M14 3v5h4M9.5 13h5M9.5 17h3'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reports-empty h3 { margin: 0 0 10px; font-size: 1.12rem; letter-spacing: -.01em; }
.reports-empty p { max-width: 680px; margin: 0; color: #5a6268; font-size: .9rem; line-height: 1.65; }

@media (max-width: 800px) {
  .tests-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 68px 0;
  }
  .tests-guide {
    padding: 30px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
  .reports-library { padding: 72px 0 84px; }
  .reports-library__header { grid-template-columns: 1fr; gap: 24px; }
  .reports-empty { grid-template-columns: 64px 1fr; }
  .reports-empty .text-link { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .tests-hero__grid { gap: 42px; padding: 52px 0; }
  .tests-hero h1 { font-size: clamp(2.9rem, 13vw, 3.7rem); }
  .tests-hero__intro > p:not(.eyebrow) { margin-top: 24px; font-size: .92rem; }
  .tests-guide li { grid-template-columns: 32px 1fr; }
  .reports-library { padding: 56px 0 68px; }
  .reports-library__header { margin-bottom: 38px; }
  .reports-library h2 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .reports-library__header > p { font-size: .9rem; }
  .reports-empty {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0;
  }
  .reports-empty__icon { width: 48px; height: 48px; }
  .reports-empty .text-link { grid-column: auto; }
}

.brand--image {
  display: flex;
  width: 138px;
  align-items: center;
}
.brand__logo {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 560px) {
  .brand--image { width: 122px; }
  .footer-hero-logo { width: min(240px, 80vw); }
}
