/* Actiponin UI/UX refinement v129
   Final visual layer: 4/8pt spacing, legible type, stable responsive geometry. */

:root {
  --v129-font: "Inter Variable", Inter, "Plus Jakarta Sans", "SF Pro Display", "SF Pro Text", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --v129-ink: #1a1d1e;
  --v129-ink-soft: #2d3133;
  --v129-muted: #68737a;
  --v129-forest: #052a20;
  --v129-forest-2: #0b5f47;
  --v129-emerald: #16805d;
  --v129-mint: #9de5b2;
  --v129-gold: #c59a47;
  --v129-paper: #f5f3ed;
  --v129-line: rgba(24, 64, 50, 0.13);
  --v129-radius: 12px;
  --v129-shadow: 0 16px 40px rgba(18, 47, 37, 0.055);
}

body:not(.admin) {
  font-family: var(--v129-font) !important;
  font-size: 1rem;
  line-height: 1.6;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

body:not(.admin) :where(h1, h2, h3, h4, p, a, button, input, textarea, select, small, b, strong) {
  font-family: var(--v129-font) !important;
}

body:not(.admin) :where(p, li) {
  letter-spacing: -0.01em;
}

body:not(.admin) :where(a, button) {
  transition-duration: 180ms;
}

/* ---------- global header / navigation ---------- */
.header {
  height: 72px !important;
  min-height: 72px !important;
  padding-inline: clamp(32px, 5vw, 80px) !important;
  gap: clamp(28px, 3vw, 48px) !important;
  background: rgba(2, 27, 20, 0.965) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14) !important;
}

.header .brand-lockup {
  min-width: 124px !important;
}

.header .brand-lockup img {
  width: 124px !important;
  filter: brightness(1.42) saturate(1.08) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
}

.header .nav {
  gap: clamp(18px, 2.15vw, 34px) !important;
}

.header .nav a {
  min-height: 44px !important;
  color: rgba(244, 248, 246, 0.82) !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.045em !important;
}

.header .nav a::after {
  bottom: 5px !important;
  height: 2px !important;
  border-radius: 99px;
}

.ampks-subnav,
.actiponin-subnav {
  min-height: 48px !important;
  padding-inline: 24px !important;
  border-bottom: 1px solid rgba(21, 59, 46, 0.1) !important;
  box-shadow: 0 8px 20px rgba(12, 38, 29, 0.045) !important;
}

.actiponin-subnav-inner {
  width: max-content !important;
  min-width: 100% !important;
  justify-content: center !important;
}

.ampks-subnav a,
.actiponin-subnav a {
  min-height: 48px !important;
  padding-inline: 13px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em !important;
}

/* ---------- home hero ---------- */
.hero-v3 {
  display: flex !important;
  min-height: 800px !important;
  padding: 104px 0 72px !important;
  align-items: center !important;
  background: #020805 !important;
}

.hero-v3 .hero-science-photo {
  inset: 0 !important;
  background-image: url("../img/science/hero-metabolic-cell-v129.png") !important;
  background-position: center center !important;
  background-size: cover !important;
  filter: brightness(0.92) saturate(0.93) contrast(1.06) !important;
}

.hero-v3 .hero-shade {
  background:
    linear-gradient(90deg, #020805 0%, rgba(2, 8, 5, 0.985) 30%, rgba(2, 8, 5, 0.84) 43%, rgba(2, 8, 5, 0.32) 61%, rgba(2, 8, 5, 0.04) 82%),
    linear-gradient(0deg, rgba(2, 8, 5, 0.34), transparent 48%) !important;
}

.hero-v3 .hero-copy {
  position: relative !important;
  z-index: 4 !important;
  width: min(920px, 52vw) !important;
  max-width: none !important;
  margin: 0 0 0 clamp(40px, 6.8vw, 112px) !important;
  padding: 28px 0 0 !important;
}

.hero-v3 .eyebrow {
  margin-bottom: 20px !important;
  color: #a8c9b9 !important;
  font-size: 0.75rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.14em !important;
  opacity: 1 !important;
}

body:has(.hero-v3) .hero-v3 .hero-copy h1 {
  max-width: 920px !important;
  margin: 0 0 22px !important;
  color: #f7f8f5 !important;
  font-size: clamp(4rem, 4.55vw, 5.25rem) !important;
  font-weight: 670 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
}

.hero-v3 .hero-copy > p {
  max-width: 640px !important;
  margin: 0 !important;
  color: rgba(223, 231, 226, 0.72) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.hero-v3 .actions {
  display: flex !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

.hero-v3 .btn {
  display: inline-flex !important;
  min-height: 48px !important;
  padding: 0 21px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 0.75rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0.055em !important;
}

.hero-v3 .btn.primary {
  color: #062319 !important;
  background: linear-gradient(135deg, #b4efc2 0%, #86daa4 100%) !important;
  border-color: rgba(204, 255, 220, 0.48) !important;
  box-shadow: 0 12px 30px rgba(71, 198, 133, 0.17) !important;
  text-shadow: none !important;
}

.hero-v3 .btn.primary:hover {
  color: #041a12 !important;
  background: linear-gradient(135deg, #c5f5cf 0%, #98e4b1 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(71, 198, 133, 0.23) !important;
}

.hero-v3 .btn.ghost {
  color: #f6f8f5 !important;
  background: rgba(4, 18, 13, 0.28) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  backdrop-filter: blur(8px);
}

.hero-v3 .btn.ghost:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.56) !important;
  transform: translateY(-2px);
}

/* ---------- home sections and benefit cards ---------- */
body:has(.hero-v3) .section {
  padding-block: clamp(76px, 7vw, 104px) !important;
}

body:has(.hero-v3) :where(.botanical-copy, .ingredient-copy-v8, .compounds-copy-v8, .ampk-copy-v9, .archive-copy-v9) {
  max-width: 560px !important;
}

body:has(.hero-v3) :where(.botanical-copy, .ingredient-copy-v8, .compounds-copy-v8, .ampk-copy-v9, .archive-copy-v9) > p {
  max-width: 540px !important;
  color: inherit;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

body:has(.hero-v3) :where(.botanical-copy, .ingredient-copy-v8, .compounds-copy-v8, .ampk-copy-v9, .archive-copy-v9) h2 {
  margin-bottom: 24px !important;
  font-size: clamp(3.2rem, 4.35vw, 4.75rem) !important;
  font-weight: 650 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

body:has(.hero-v3) .line-cta {
  display: inline-flex !important;
  min-height: 44px !important;
  margin-top: 24px !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 0.75rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.065em !important;
}

.home-benefits-v100 {
  padding-block: 104px !important;
  background:
    radial-gradient(circle at 52% -6%, rgba(33, 111, 82, 0.09), transparent 34%),
    #f4f1ea !important;
}

.home-benefits-v100-wrap {
  width: min(1248px, calc(100% - 80px)) !important;
}

.home-benefits-v100-head {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.7fr) !important;
  gap: 64px !important;
  margin-bottom: 48px !important;
}

body:has(.hero-v3) .home-benefits-v100-head h2 {
  margin-top: 14px !important;
  font-size: clamp(3.4rem, 4.8vw, 5rem) !important;
  font-weight: 650 !important;
  line-height: 0.97 !important;
  letter-spacing: -0.045em !important;
}

.home-benefits-v100-head > p {
  max-width: 500px !important;
  color: #596963 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.home-benefits-v100-grid {
  gap: 16px !important;
}

.home-benefit-v100 {
  min-height: 388px !important;
  padding: 32px !important;
  border: 1px solid var(--v129-line) !important;
  border-radius: var(--v129-radius) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--v129-shadow) !important;
}

.home-benefit-v100::before {
  height: 3px !important;
}

.home-benefit-v100-num {
  top: 28px !important;
  right: 28px !important;
  color: #8c9792 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
}

.home-benefit-v100-icon {
  position: relative;
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 28px !important;
  border: 1px solid rgba(26, 111, 81, 0.12);
  border-radius: 18px !important;
  background: linear-gradient(145deg, #f7fbf9, #dceae4) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(20, 85, 61, 0.09);
}

.home-benefit-v100.cardiovascular .home-benefit-v100-icon {
  border-color: rgba(169, 120, 36, 0.13);
  background: linear-gradient(145deg, #fffaf1, #efe1c7) !important;
}

.home-benefit-v100.joint .home-benefit-v100-icon {
  border-color: rgba(82, 120, 154, 0.14);
  background: linear-gradient(145deg, #f8fbfd, #dce7ef) !important;
}

.home-benefit-v100-icon svg {
  width: 34px !important;
  height: 34px !important;
  stroke-width: 1.8 !important;
}

.home-benefit-v100 small {
  font-size: 0.75rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.1em !important;
}

body:has(.hero-v3) .home-benefit-v100 h3 {
  margin: 12px 0 24px !important;
  font-size: 1.875rem !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

body:has(.hero-v3) .home-benefit-v100 strong {
  font-size: 2.25rem !important;
  font-weight: 750 !important;
}

.home-benefit-v100 strong em {
  font-size: 0.8125rem !important;
}

.home-benefit-v100 p {
  margin-top: 10px !important;
  color: #62716a !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
}

.home-benefit-v100-link {
  left: 32px !important;
  bottom: 28px !important;
  font-size: 0.75rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.055em !important;
}

.home-benefits-v100-method {
  min-height: 64px;
  margin-top: 24px !important;
  padding: 16px 20px !important;
  border: 1px solid rgba(30, 76, 59, 0.11) !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
}

.home-benefits-v100-method > span,
.home-benefits-v100-method b {
  font-size: 0.75rem !important;
}

/* ---------- Actiponin hero and semantic icon system ---------- */
.v15-hero {
  min-height: 760px !important;
  background: #020805 !important;
}

.v15-hero-bg {
  background-image: url("../img/detail/actiponin-botanical-3d-v129.png") !important;
  background-position: center center !important;
  background-size: cover !important;
  filter: brightness(0.91) saturate(0.95) contrast(1.04) !important;
}

.v15-hero-overlay {
  background:
    linear-gradient(90deg, #020805 0%, rgba(2, 8, 5, 0.98) 29%, rgba(2, 8, 5, 0.82) 43%, rgba(2, 8, 5, 0.18) 66%, rgba(2, 8, 5, 0.02) 82%),
    linear-gradient(0deg, rgba(2, 8, 5, 0.28), transparent 50%) !important;
}

.v15-copy {
  width: min(620px, 48vw) !important;
  padding-block: 36px 24px !important;
}

.v15-index {
  margin-bottom: 12px !important;
  font-size: 0.75rem !important;
}

.v15-title {
  font-size: clamp(3.7rem, 5vw, 4.6rem) !important;
  font-weight: 540 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

.v15-copy h1 {
  margin-bottom: 22px !important;
  color: #d4aa59 !important;
  font-size: clamp(2.65rem, 3.5vw, 3.2rem) !important;
  font-weight: 570 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

.v15-copy p {
  max-width: 570px !important;
  color: rgba(231, 237, 233, 0.86) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.v15-pillars {
  margin-top: 32px !important;
  padding-top: 22px !important;
}

.v15-pillars > div {
  min-width: 0;
  padding-inline: 12px !important;
}

.v15-pillars .ico {
  display: grid !important;
  width: 42px;
  height: 42px;
  margin: 0 auto 10px !important;
  place-items: center;
  border: 1px solid rgba(209, 171, 91, 0.3);
  border-radius: 12px;
  background: rgba(210, 173, 94, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.v15-pillars .ico svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #d1aa5d;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v15-pillars b {
  font-size: 0.6875rem !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.055em !important;
}

.v15-pillars small {
  margin-top: 5px !important;
  color: rgba(215, 225, 219, 0.68) !important;
  font-size: 0.625rem !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em !important;
}

.a11-subnav {
  display: none !important;
}

/* ---------- Body Atlas 3D geometry ---------- */
.atlas128__stage::before {
  top: 5% !important;
  bottom: 5% !important;
  width: 52% !important;
  background: radial-gradient(circle, rgba(43, 146, 108, 0.1), rgba(209, 167, 83, 0.035) 44%, transparent 70%) !important;
}

.atlas128__figure {
  width: min(64%, 440px) !important;
  aspect-ratio: 2 / 3 !important;
  filter: drop-shadow(0 22px 28px rgba(13, 56, 42, 0.13)) !important;
}

.atlas128__figure > img {
  object-fit: contain !important;
}

.atlas128__pin--brain { --pin-x: 50%; --pin-y: 6.4%; }
.atlas128__pin--heart { --pin-x: 50.5%; --pin-y: 23.5%; }
.atlas128__pin--liver { --pin-x: 43%; --pin-y: 31.7%; }
.atlas128__pin--pancreas { --pin-x: 52.3%; --pin-y: 36.5%; }
.atlas128__pin--adipose { --pin-x: 49.5%; --pin-y: 44.2%; }
.atlas128__pin--muscle { --pin-x: 58%; --pin-y: 60.7%; }
.atlas128__pin--cartilage { --pin-x: 43.7%; --pin-y: 70.8%; }

.atlas128__body-card,
.atlas128__detail {
  border-radius: 16px !important;
}

.atlas128__label,
.atlas128__tabs button,
.atlas128__organ-visual,
.atlas128__roles > div {
  border-radius: var(--v129-radius) !important;
}

.atlas128__hint > span svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlas128__organ-visual {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.98), rgba(233, 241, 236, 0.9) 72%),
    #eef3ef !important;
  box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(20, 66, 49, 0.05);
}

.atlas128__organ-visual img,
.atlas128__label img,
.atlas128__tabs img {
  filter: drop-shadow(0 8px 12px rgba(65, 42, 30, 0.12));
}

/* ---------- Evidence: readable controls and cards ---------- */
.ev109-hero {
  padding: 166px 0 80px !important;
}

.ev109-hero > .container > span,
.ev109-group > header span {
  font-size: 0.75rem !important;
}

.ev109-hero h1 {
  font-size: clamp(3.4rem, 4.6vw, 4.9rem) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

.ev109-hero p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.ev109-toolbar {
  top: 72px !important;
  padding: 16px 0 !important;
}

#ev109-search {
  min-height: 52px !important;
  padding-inline: 16px !important;
  font-size: 1rem !important;
}

#ev109-filters {
  gap: 8px !important;
  padding-top: 12px !important;
}

#ev109-filters button {
  min-height: 40px !important;
  padding-inline: 15px !important;
  border-radius: 999px !important;
  font-size: 0.75rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.045em !important;
}

.ev109-group {
  padding: 56px 0 32px !important;
}

.ev109-group > header p {
  color: #65746d !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
}

.ev109-grid {
  gap: 16px !important;
}

.ev109-grid article {
  min-height: 292px !important;
  padding: 24px !important;
  border-radius: var(--v129-radius) !important;
  box-shadow: 0 12px 30px rgba(25, 56, 45, 0.045) !important;
}

.ev109-meta,
.ev109-meta span,
.ev109-status {
  font-size: 0.75rem !important;
}

.ev109-grid h3 {
  margin: 18px 0 12px !important;
  color: #203a32 !important;
  font-size: 1.125rem !important;
  font-weight: 630 !important;
  line-height: 1.32 !important;
}

.ev109-grid p {
  color: #64716c !important;
  font-size: 0.875rem !important;
  line-height: 1.58 !important;
}

.ev109-status {
  padding: 7px 9px !important;
  line-height: 1.35 !important;
}

.ev109-grid article button,
.ev109-grid article a {
  min-height: 44px !important;
  padding-top: 18px !important;
  font-size: 0.75rem !important;
}

/* ---------- Contact: consistent card density ---------- */
.contact-v118-hero {
  padding: 166px 0 88px !important;
}

.contact-v118-kicker,
.contact-v118-reasons-head > span,
.contact-v118-library-grid > div > span,
.contact-v118-card > span,
.contact-v118-details small {
  font-size: 0.75rem !important;
}

.contact-v118-copy h1 {
  font-size: clamp(3.35rem, 4.5vw, 4.75rem) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

.contact-v118-copy p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.contact-v118-card {
  padding: 32px !important;
  border-radius: var(--v129-radius) !important;
}

.contact-v118-send {
  min-height: 48px !important;
  padding-inline: 20px !important;
  font-size: 0.75rem !important;
}

.contact-v118-details > div {
  grid-template-columns: 104px 1fr !important;
  padding-block: 14px !important;
}

.contact-v118-details b {
  font-size: 0.875rem !important;
  line-height: 1.45 !important;
}

.contact-v118-reasons,
.contact-v118-library {
  padding-block: 80px !important;
}

.contact-v118-reasons-grid {
  gap: 16px !important;
}

.contact-v118-reasons-grid article {
  min-height: 224px !important;
  padding: 24px !important;
  border-radius: var(--v129-radius) !important;
  box-shadow: 0 10px 26px rgba(20, 55, 43, 0.035) !important;
}

.contact-v118-reasons-grid article > span {
  font-size: 0.75rem !important;
}

.contact-v118-reasons-grid h3 {
  font-size: 1.125rem !important;
  font-weight: 630 !important;
}

.contact-v118-reasons-grid p,
.contact-v118-library p {
  color: #63716b !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}

.contact-v118-library a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.75rem !important;
}

/* ---------- shared footer ---------- */
.footer-v3 .footer-inner {
  min-height: 88px;
  gap: 20px !important;
}

.footer-v3 img {
  width: 116px !important;
  filter: brightness(1.35) saturate(1.05);
}

.footer-v3 span {
  font-size: 0.8125rem !important;
  letter-spacing: 0.02em !important;
}

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .hero-v3 .hero-copy {
    width: min(760px, 55vw) !important;
  }

  body:has(.hero-v3) .hero-v3 .hero-copy h1 {
    font-size: clamp(3.65rem, 5.45vw, 4.65rem) !important;
  }

  .v15-copy {
    width: min(590px, 51vw) !important;
  }
}

@media (max-width: 980px) {
  .header {
    height: 64px !important;
    min-height: 64px !important;
    padding-inline: 20px !important;
  }

  .header .brand-lockup img {
    width: 112px !important;
  }

  .header .nav {
    top: calc(100% + 8px) !important;
  }

  .ampks-subnav,
  .actiponin-subnav {
    top: 64px !important;
    padding-inline: 10px !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
  }

  .actiponin-subnav-inner {
    justify-content: flex-start !important;
  }

  .hero-v3 {
    min-height: 760px !important;
  }

  .hero-v3 .hero-copy {
    width: min(680px, 62vw) !important;
    margin-left: 40px !important;
  }

  .home-benefits-v100-head {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .home-benefits-v100-head > p {
    max-width: 720px !important;
  }

  .home-benefits-v100-grid {
    grid-template-columns: 1fr !important;
  }

  .home-benefit-v100 {
    min-height: 330px !important;
  }

  .v15-copy {
    width: min(620px, 62vw) !important;
  }

  .ev109-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .contact-v118-reasons-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {
  body:not(.admin) .container,
  .atlas128__shell,
  .home-benefits-v100-wrap {
    width: calc(100% - 40px) !important;
  }

  .hero-v3 {
    min-height: 760px !important;
    padding: 112px 0 56px !important;
    align-items: flex-start !important;
  }

  .hero-v3 .hero-science-photo {
    inset: 0 !important;
    background-position: 68% center !important;
  }

  .hero-v3 .hero-shade {
    background:
      linear-gradient(180deg, #020805 0%, rgba(2, 8, 5, 0.94) 48%, rgba(2, 8, 5, 0.28) 100%),
      linear-gradient(90deg, rgba(2, 8, 5, 0.97), rgba(2, 8, 5, 0.46)) !important;
  }

  .hero-v3 .hero-copy {
    width: calc(100% - 40px) !important;
    max-width: 640px !important;
    margin-inline: auto !important;
    padding-top: 8px !important;
  }

  body:has(.hero-v3) .hero-v3 .hero-copy h1 {
    font-size: clamp(3.05rem, 13.2vw, 4.25rem) !important;
    line-height: 0.99 !important;
  }

  .hero-v3 .hero-copy > p {
    font-size: 1rem !important;
  }

  .hero-v3 .actions {
    display: grid !important;
    width: min(100%, 430px);
    grid-template-columns: 1fr !important;
  }

  .hero-v3 .btn {
    width: 100% !important;
  }

  body:has(.hero-v3) .section,
  .home-benefits-v100 {
    padding-block: 72px !important;
  }

  body:has(.hero-v3) :where(.botanical-copy, .ingredient-copy-v8, .compounds-copy-v8, .ampk-copy-v9, .archive-copy-v9) h2,
  body:has(.hero-v3) .home-benefits-v100-head h2 {
    font-size: clamp(2.75rem, 11.8vw, 3.8rem) !important;
  }

  .home-benefit-v100 {
    min-height: 340px !important;
    padding: 28px !important;
  }

  .home-benefit-v100-link {
    left: 28px !important;
  }

  .home-benefits-v100-method {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .home-benefits-v100-method > span {
    width: 100%;
    margin: 0 0 4px !important;
  }

  .v15-hero,
  .v15-hero-content {
    min-height: 790px !important;
  }

  .v15-hero-bg {
    background-position: 65% center !important;
  }

  .v15-hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 8, 5, 0.98), rgba(2, 8, 5, 0.54)),
      linear-gradient(180deg, #020805 0%, rgba(2, 8, 5, 0.92) 58%, rgba(2, 8, 5, 0.42) 100%) !important;
  }

  .v15-copy {
    width: 100% !important;
    max-width: 620px !important;
    padding: 80px 0 40px !important;
  }

  .v15-title {
    font-size: clamp(3.15rem, 15vw, 4.15rem) !important;
  }

  .v15-copy h1 {
    font-size: clamp(2.4rem, 10.8vw, 3.05rem) !important;
  }

  .v15-pillars {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px 0 !important;
  }

  .v15-pillars > div:nth-child(2) {
    border-right: 0 !important;
  }

  .atlas128__body-card,
  .atlas128__stage {
    min-height: 580px !important;
  }

  .atlas128__figure {
    width: min(94%, 390px) !important;
  }

  .atlas128__detail {
    padding: 24px !important;
  }

  .ev109-hero {
    padding: 128px 0 56px !important;
  }

  .ev109-hero h1 {
    font-size: clamp(2.75rem, 11vw, 3.6rem) !important;
  }

  .ev109-toolbar {
    top: 64px !important;
  }

  .ev109-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .ev109-grid article {
    min-height: 0 !important;
    padding: 22px !important;
  }

  .contact-v118-hero {
    padding: 128px 0 56px !important;
  }

  .contact-v118-grid,
  .contact-v118-library-grid {
    gap: 28px !important;
  }

  .contact-v118-copy h1 {
    font-size: clamp(2.75rem, 11.2vw, 3.6rem) !important;
  }

  .contact-v118-card {
    padding: 24px !important;
  }

  .contact-v118-reasons,
  .contact-v118-library {
    padding-block: 64px !important;
  }

  .contact-v118-reasons-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .contact-v118-reasons-grid article {
    min-height: 0 !important;
  }
}

@media (max-width: 440px) {
  .header {
    padding-inline: 16px !important;
  }

  .header .nav {
    right: 12px !important;
    left: 12px !important;
  }

  body:not(.admin) .container,
  .atlas128__shell,
  .home-benefits-v100-wrap {
    width: calc(100% - 32px) !important;
  }

  .hero-v3 .hero-copy {
    width: calc(100% - 32px) !important;
  }

  .hero-v3 .eyebrow {
    font-size: 0.6875rem !important;
  }

  body:has(.hero-v3) .hero-v3 .hero-copy h1 {
    font-size: clamp(2.75rem, 12.9vw, 3.45rem) !important;
  }

  .home-benefit-v100 {
    padding: 24px !important;
  }

  .home-benefit-v100-link {
    left: 24px !important;
  }

  .atlas128__tabs {
    grid-template-columns: 1fr 1fr !important;
  }

  .contact-v118-email {
    font-size: 1.17rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v3 .btn,
  .home-benefit-v100,
  .ev109-grid article {
    transform: none !important;
  }
}
