:root {
  --te-primary: #0f4a3c;
  --te-strong: #12362d;
  --te-ink: #102018;
  --te-muted: #5e665f;
  --te-bg: #f5f3ee;
  --te-cream: #fefdf9;
  --te-line: rgba(16, 32, 24, 0.14);
  --te-white: #ffffff;
  --te-black: #050605;
  --te-radius-sm: 14px;
  --te-radius-md: 22px;
  --te-radius-lg: 34px;
  --te-radius-pill: 999px;
  --te-shadow-card: 0 8px 24px rgba(16, 32, 24, 0.08);
  --te-shadow-lift: 0 18px 48px rgba(16, 32, 24, 0.18);
  --te-container: min(100% - 40px, 1280px);
}

/* V8 independent shop, review, and editable product-panel refinements */
.agx-product-duo-section {
  background: #fff;
}

.agx-product-panel {
  min-height: clamp(500px, 42vw, 620px);
}

.agx-product-panel__float {
  pointer-events: none;
}

.agx-product-panel__float img {
  width: 100%;
  height: auto;
}

.agx-review-rail--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(24px, 6vw, 128px) 26px;
  grid-auto-columns: minmax(360px, 460px);
  gap: clamp(18px, 2vw, 34px);
}

.agx-review-story-card {
  position: relative;
  min-height: 580px;
  border-radius: 24px;
  background: #111;
}

.agx-review-story-card > img {
  height: 100%;
  min-height: 580px;
  aspect-ratio: auto;
  object-fit: cover;
}

.agx-review-glass {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  background: linear-gradient(180deg, rgba(18,18,18,.58), rgba(18,18,18,.78));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.agx-review-glass h2,
.agx-review-glass h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.agx-review-glass p:not(.agx-stars) {
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.45;
}

.agx-review-glass span {
  color: rgba(255,255,255,.72);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.agx-reviews-page {
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) 0 clamp(90px, 9vw, 140px);
  background: #000;
  color: #fff;
}

.agx-reviews-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(36px, 5vw, 72px);
}

.agx-reviews-page__head h1 {
  max-width: 980px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(54px, 7vw, 112px);
  line-height: .92;
  letter-spacing: -.07em;
}

.agx-shop-page {
  background: #143f18;
  color: #f8f6ed;
}

.agx-shop-hero {
  min-height: min(54vw, 420px);
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.agx-shop-hero__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(92px, 10vw, 150px) clamp(22px, 5vw, 56px) clamp(52px, 7vw, 90px);
}

.agx-shop-hero__inner p {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.agx-shop-hero__inner h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .96;
  letter-spacing: -.06em;
}

.agx-shop-hero__inner span {
  display: block;
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.35;
}

.agx-shop-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 20px clamp(16px, 4vw, 40px) clamp(72px, 8vw, 120px);
}

.agx-shop-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .78fr);
  gap: 18px;
  margin-top: -6px;
}

.agx-shop-feature-card,
.agx-shop-story-card,
.agx-shop-product-card {
  border-radius: 24px;
  overflow: hidden;
  background: #f7f7ed;
  color: #315b2a;
}

.agx-shop-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr);
  min-height: 380px;
  padding: clamp(20px, 3vw, 44px);
  align-items: center;
}

.agx-shop-product-media {
  display: grid;
  place-items: center;
  min-height: 260px;
  text-decoration: none;
}

.agx-shop-product-media img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.agx-shop-product-copy {
  padding: clamp(18px, 3vw, 30px);
}

.agx-shop-product-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  border: 1px solid rgba(49,91,42,.38);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.agx-shop-product-copy h2 {
  margin: 0 0 12px;
  color: #315b2a;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -.055em;
}

.agx-shop-product-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.agx-shop-product-copy > p {
  max-width: 520px;
  color: #315b2a;
  font-size: 17px;
  line-height: 1.42;
}

.agx-shop-product-price {
  margin-top: 18px;
  color: #315b2a;
  font-size: 20px;
  font-weight: 800;
}

.agx-shop-product-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.agx-shop-button,
.agx-shop-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.agx-shop-button {
  min-width: 154px;
  background: #174916;
  color: #fff;
  text-decoration: none;
}

.agx-shop-link {
  color: #315b2a;
  text-underline-offset: 5px;
}

.agx-shop-story-card {
  position: relative;
  min-height: 380px;
}

.agx-shop-story-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.agx-shop-story-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 16px;
  padding: 18px;
  background: rgba(247,247,237,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.agx-shop-story-card h2 {
  margin: 0 0 6px;
  color: #315b2a;
  font-size: 22px;
  line-height: 1.05;
}

.agx-shop-story-card p {
  margin: 0;
  color: rgba(49,91,42,.78);
  font-weight: 700;
}

.agx-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  border-radius: 28px;
  background: #f8f8f1;
  padding: 16px;
}

.agx-shop-product-card {
  display: grid;
  grid-template-columns: minmax(170px, .82fr) minmax(0, 1fr);
  min-height: 330px;
  background: #f1f3e8;
}

.agx-shop-product-card .agx-shop-product-media {
  min-height: 260px;
  padding: 22px;
}

.agx-shop-product-card .agx-shop-product-copy h2 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.agx-shop-empty {
  border-radius: 28px;
  margin-top: 18px;
  padding: 48px;
  background: #f8f8f1;
  color: #315b2a;
}

@media (max-width: 900px) {
  .agx-reviews-page__head,
  .agx-shop-feature-layout,
  .agx-shop-feature-card,
  .agx-shop-product-card {
    grid-template-columns: 1fr;
  }

  .agx-reviews-page__head {
    display: grid;
  }

  .agx-review-rail--full {
    grid-auto-columns: minmax(300px, 84vw);
    padding-inline: 18px;
  }

  .agx-review-story-card,
  .agx-review-story-card > img {
    min-height: 520px;
  }

  .agx-shop-product-grid {
    grid-template-columns: 1fr;
  }

  .agx-shop-product-media img {
    max-height: 250px;
  }

  .agx-product-panel > div {
    width: 100%;
  }

  .agx-product-panel__float,
  .agx-panel-lime .agx-product-panel__float {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(70%, 260px);
    margin: 22px auto 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--te-bg);
  color: var(--te-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a,
button,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 3px solid #bde7d7;
  outline-offset: 4px;
}

.te-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--te-white);
  background: rgba(7, 10, 10, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(26px) saturate(135%);
  -webkit-backdrop-filter: blur(26px) saturate(135%);
}

.te-header-shell {
  width: var(--te-container);
  margin-inline: auto;
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.te-brand {
  letter-spacing: -0.055em;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.te-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
}

.te-nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.te-nav a:hover {
  color: #fff;
}

.te-header-button .wp-block-button__link {
  min-height: 44px;
  padding: 0 20px;
  background: #fff;
  color: var(--te-primary);
  border-radius: var(--te-radius-pill);
  font-weight: 700;
}

.te-header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--te-radius-pill);
  background: #fff;
  color: var(--te-primary);
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
}

.te-hero {
  min-height: 92svh;
}

.te-hero .wp-block-cover__inner-container {
  width: var(--te-container);
  padding-top: 104px;
  padding-bottom: 46px;
}

.te-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.te-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--te-radius-pill);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.te-display-heading {
  margin-top: 22px;
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(54px, 8.4vw, 124px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.te-display-heading .te-dim,
.te-dim {
  color: rgba(255, 255, 255, 0.48);
}

.te-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.35;
}

.te-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.te-button-row .wp-block-button__link,
.te-dark-cta .wp-block-button__link {
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--te-radius-pill);
  font-weight: 700;
}

.te-primary-button .wp-block-button__link {
  background: var(--te-white);
  color: var(--te-primary);
}

.te-dark-button .wp-block-button__link {
  background: var(--te-black);
  color: var(--te-white);
}

.te-outline-button .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: var(--te-white);
}

.te-hero-media {
  position: relative;
  align-self: end;
}

.te-hero-media img {
  width: min(100%, 620px);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.te-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--te-radius-md);
  background: rgba(255, 255, 255, 0.18);
  margin-top: 38px;
}

.te-trust-row > * {
  min-height: 88px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--te-ink);
}

.te-section {
  padding-block: clamp(72px, 9vw, 128px);
}

.te-section-tight {
  padding-block: clamp(52px, 7vw, 88px);
}

.te-container {
  width: var(--te-container);
  margin-inline: auto;
}

.te-section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.te-section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 5.4vw, 78px);
  letter-spacing: -0.055em;
}

.te-section-heading p {
  color: var(--te-muted);
  font-size: 18px;
}

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

.te-card,
.te-price-card,
.te-review-card,
.te-editorial-card {
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--te-shadow-card);
}

.te-card {
  padding: clamp(22px, 3vw, 34px);
}

.te-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -0.04em;
}

.te-card p,
.te-editorial-card p {
  color: var(--te-muted);
}

.te-dark-band {
  background: var(--te-strong);
  color: var(--te-white);
}

.te-dark-band .te-section-heading p,
.te-dark-band p {
  color: rgba(255, 255, 255, 0.72);
}

.te-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.te-split-reverse {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
}

.te-image-frame {
  overflow: hidden;
  border-radius: var(--te-radius-lg);
  background: #e8eadf;
  box-shadow: var(--te-shadow-lift);
}

.te-image-frame img {
  display: block;
  width: 100%;
}

.te-price-card {
  padding: clamp(24px, 4vw, 42px);
  background: var(--te-white);
}

.te-price {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-block: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.te-price span {
  padding-bottom: 8px;
  color: var(--te-muted);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.te-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.te-chip-list li,
.te-chip {
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-pill);
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--te-ink);
  font-size: 13px;
  font-weight: 600;
}

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

.te-metric {
  padding: 26px;
  border-radius: var(--te-radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.te-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--te-white);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.te-faq-list details {
  border-bottom: 1px solid var(--te-line);
  padding-block: 22px;
}

.te-faq-list summary {
  cursor: pointer;
  color: var(--te-ink);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.te-faq-list details p {
  max-width: 760px;
  margin-top: 14px;
  color: var(--te-muted);
}

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

.te-review-card {
  padding: 26px;
}

.te-stars {
  color: #b6852d;
  letter-spacing: 0.08em;
}

.te-editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.te-editorial-card {
  overflow: hidden;
}

.te-editorial-card .wp-block-image,
.te-editorial-card figure {
  margin: 0;
}

.te-editorial-card .wp-block-group {
  padding: 22px;
}

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

.te-video-grid .wp-block-video {
  overflow: hidden;
  margin: 0;
  border-radius: var(--te-radius-md);
  background: #0b1712;
  box-shadow: var(--te-shadow-card);
}

.te-video-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.te-video-grid figcaption {
  margin: 0;
  padding: 12px 14px 14px;
  color: var(--te-muted);
  font-size: 13px;
}

.agx-video-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(15, 74, 60, 0.92), rgba(4, 10, 8, 0.96)),
    radial-gradient(circle at 30% 20%, rgba(189, 231, 215, 0.25), transparent 36%);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-weight: 700;
}

.agx-ai-hero {
  min-height: 100dvh;
  background: #050605;
  color: #fff;
}

.agx-ai-hero .wp-block-cover__inner-container {
  width: var(--te-container);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 70px;
}

.agx-ai-title {
  max-width: 960px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.agx-ai-title em {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.agx-ai-copy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-top: clamp(48px, 8vw, 120px);
}

.agx-ai-copy-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.agx-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.agx-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(16, 32, 24, 0.18);
}

.agx-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 24px 24px 24px 52px;
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-md);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--te-shadow-card);
}

.agx-timeline-item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 30px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--te-primary);
  box-shadow: 0 0 0 1px var(--te-primary);
}

.agx-year {
  color: var(--te-primary);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.agx-spotlight-hero {
  position: relative;
  overflow: hidden;
  background: #020403;
}

.agx-spotlight-hero .wp-block-cover__image-background {
  z-index: 1;
}

.agx-spotlight-hero .wp-block-cover__background {
  z-index: 3;
}

.agx-spotlight-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 6;
  width: var(--te-container);
}

.agx-spotlight-copy {
  max-width: 980px;
  padding-top: 12vh;
}

.agx-spotlight-title {
  margin-top: 18px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(52px, 8.5vw, 128px);
  line-height: .92;
  letter-spacing: -0.075em;
}

.agx-spotlight-title em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.05em;
}

.agx-aivc-spotlight-hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: #020403;
}

.agx-aivc-spotlight-hero .wp-block-cover__background {
  z-index: 4;
  background:
    radial-gradient(circle at 72% 48%, rgba(212, 97, 33, .18), transparent 32%),
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.42) 48%, rgba(0,0,0,.18));
}

.agx-aivc-spotlight-hero .wp-block-cover__image-background,
.agx-aivc-reveal-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agx-aivc-spotlight-hero .wp-block-cover__image-background {
  z-index: 1;
  filter: saturate(1.04) contrast(1.08);
}

.agx-aivc-reveal-layer {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-mask-image: radial-gradient(circle 260px at var(--agx-aivc-x, -999px) var(--agx-aivc-y, -999px), rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,.78) 58%, rgba(255,255,255,.42) 74%, rgba(255,255,255,.14) 88%, rgba(255,255,255,0) 100%);
  mask-image: radial-gradient(circle 260px at var(--agx-aivc-x, -999px) var(--agx-aivc-y, -999px), rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,.78) 58%, rgba(255,255,255,.42) 74%, rgba(255,255,255,.14) 88%, rgba(255,255,255,0) 100%);
  transition: opacity .22s ease;
}

.agx-aivc-spotlight-hero.is-spotlight-active .agx-aivc-reveal-layer {
  opacity: 1;
}

.agx-aivc-spotlight-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 6;
  width: min(100% - 40px, 1280px);
}

.agx-aivc-spotlight-copy {
  max-width: 980px;
  padding-top: clamp(120px, 18vh, 210px);
}

.agx-aivc-pill {
  width: fit-content;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  padding: 10px 16px;
  backdrop-filter: blur(16px);
}

.agx-aivc-spotlight-title {
  max-width: 1120px;
  margin: 28px 0 22px;
  color: #fff;
  font-size: clamp(64px, 8.8vw, 154px);
  line-height: .88;
  letter-spacing: -.078em;
}

.agx-aivc-spotlight-title em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.055em;
}

.agx-aivc-lead {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: clamp(19px, 1.6vw, 27px);
  line-height: 1.25;
}

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

.agx-program-card,
.agx-evidence-card {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--te-radius-md);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  color: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.agx-evidence-card {
  background: #fff;
  color: var(--te-muted);
  border-color: var(--te-line);
}

.agx-program-card h3,
.agx-evidence-card h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.8vw, 36px);
  letter-spacing: -0.055em;
}

.agx-program-card h3 {
  color: #fff;
}

.agx-evidence-card h3 {
  color: var(--te-ink);
}

@keyframes heroZoom {
  0% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.hero-zoom {
  animation: heroZoom 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.agx-goals-section,
.agx-product-band,
.agx-product-grid-section,
.agx-media-section {
  padding-block: clamp(76px, 9vw, 132px);
  background: #f6f4ee;
}

.agx-goals-layout {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(420px, 1.14fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.agx-goals-copy h2 {
  max-width: 640px;
  font-size: clamp(46px, 5.6vw, 82px);
  letter-spacing: -0.065em;
}

.agx-goals-copy p {
  max-width: 650px;
  font-size: clamp(18px, 1.5vw, 24px);
}

.agx-check-list {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.agx-check-list li {
  position: relative;
  padding-left: 42px;
  font-weight: 650;
}

.agx-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f4a3c;
  box-shadow: inset 0 0 0 7px #dcefe7;
}

.agx-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}

.agx-goal-grid figure {
  margin: 0;
  aspect-ratio: 1.12 / .82;
  overflow: hidden;
}

.agx-goal-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.agx-goal-grid figure:hover img {
  transform: scale(1.04);
}

.agx-product-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.agx-product-panel {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(26px, 4vw, 44px);
}

.agx-product-panel > div {
  position: relative;
  z-index: 2;
  width: min(62%, 390px);
}

.agx-panel-dark {
  background: radial-gradient(circle at 70% 26%, rgba(255,255,255,.15), transparent 34%), #085047;
  color: #fff;
}

.agx-panel-lime {
  background: radial-gradient(circle at 72% 34%, rgba(255,255,255,.44), transparent 34%), #63f31f;
  color: #06110a;
}

.agx-product-panel__float {
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  bottom: clamp(34px, 5vw, 72px);
  z-index: 1;
  width: min(34%, 260px);
  margin: 0;
}

.agx-product-panel__float img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(0,0,0,.28));
}

.agx-panel-lime .agx-product-panel__float {
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(32px, 5vw, 68px);
  width: min(36%, 270px);
}

.agx-product-panel ul {
  padding: 0;
  margin: 28px 0;
  list-style: none;
  font-size: clamp(21px, 2vw, 31px);
  line-height: 1.22;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.agx-product-panel li::before {
  content: "- ";
}

.agx-mono {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.agx-panel-button {
  display: inline-flex;
  width: min(100%, 520px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: var(--te-radius-pill);
  background: #fff;
  color: #06110a;
  text-decoration: none;
  font-weight: 800;
}

.agx-proof-section {
  overflow: hidden;
  padding-block: clamp(78px, 9vw, 132px);
  background: #020403;
  color: #fff;
}

.agx-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.agx-proof-heading h2 {
  max-width: 980px;
  font-size: clamp(42px, 5.8vw, 88px);
  letter-spacing: -0.07em;
}

.agx-proof-heading p:not(.te-stars) {
  max-width: 620px;
  color: rgba(255,255,255,.72);
}

.agx-proof-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 410px);
  gap: 22px;
  overflow-x: auto;
  padding: 0 max(20px, calc((100vw - 1280px) / 2)) 12px;
  scroll-snap-type: x mandatory;
}

.agx-proof-card {
  scroll-snap-align: start;
  overflow: hidden;
  min-height: 560px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.agx-proof-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.agx-proof-card div {
  padding: 24px;
}

.agx-proof-card h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.agx-proof-card p {
  color: rgba(255,255,255,.75);
}

.agx-long-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #050605;
}

.agx-long-track {
  display: flex;
  transition: transform .55s cubic-bezier(.16,1,.3,1);
}

.agx-long-slide {
  flex: 0 0 100%;
  margin: 0;
  aspect-ratio: 16 / 7;
  background: #07130f;
}

.agx-long-slide img,
.agx-long-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agx-long-controls {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.agx-long-controls button {
  pointer-events: auto;
  min-height: 42px;
  border: 0;
  border-radius: var(--te-radius-pill);
  background: rgba(255,255,255,.9);
  color: var(--te-ink);
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.agx-guarantee-band {
  text-align: center;
}

.agx-guarantee-band .wp-block-cover__inner-container {
  width: min(100% - 40px, 980px);
}

.agx-guarantee-band h2 {
  color: #fff;
  font-size: clamp(44px, 5vw, 78px);
}

.agx-guarantee-band p {
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 1.6vw, 24px);
}

.te-promo-strip {
  overflow: hidden;
  border-radius: var(--te-radius-lg);
  background: #f4f1e8;
}

.te-promo-strip .wp-block-cover__inner-container {
  width: var(--te-container);
  min-height: 250px;
  display: flex;
  align-items: center;
}

.te-promo-copy {
  max-width: 470px;
}

.te-promo-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(42px, 7vw, 88px);
  letter-spacing: -0.065em;
}

.te-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.te-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-size: 15px;
}

.te-comparison-table th,
.te-comparison-table td {
  border-bottom: 1px solid rgba(16, 32, 24, 0.22);
  padding: 13px 10px;
  text-align: center;
}

.te-comparison-table th:first-child,
.te-comparison-table td:first-child {
  text-align: left;
  font-weight: 700;
}

.te-check {
  display: inline-flex;
  min-width: 44px;
  height: 24px;
  align-items: center;
  justify-content: center;
  place-items: center;
  border-radius: var(--te-radius-pill);
  background: #27d14d;
  color: #07250e;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 900;
}

.te-centered-cta {
  text-align: center;
}

.te-athlete-section {
  overflow: hidden;
  background: #020302;
  color: #fff;
}

.te-athlete-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 22px;
  scroll-snap-type: x mandatory;
}

.te-athlete-card {
  min-width: min(310px, 82vw);
  overflow: hidden;
  border-radius: var(--te-radius-md);
  background: #1a1b19;
  scroll-snap-align: start;
}

.te-athlete-card figure {
  margin: 0;
}

.te-athlete-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.te-athlete-card .wp-block-group {
  padding: 18px;
}

.te-athlete-card p {
  color: rgba(255, 255, 255, 0.72);
}

.te-people-saying {
  background: var(--te-cream);
}

.te-wc-products {
  padding-top: 24px;
}

.te-wc-products .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.te-wc-products .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 0 22px;
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-md);
  background: #fff;
  box-shadow: var(--te-shadow-card);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.te-wc-products .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 74, 60, .28);
  box-shadow: var(--te-shadow-lift);
}

.te-wc-products .woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 0;
  object-fit: contain;
  box-sizing: border-box;
  padding: 30px;
  background: #eceae2;
}

.te-wc-products .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 18px 4px;
  color: var(--te-ink);
  font-size: 21px;
  letter-spacing: -0.045em;
}

.te-wc-products .woocommerce ul.products li.product .price {
  display: block;
  padding: 0 18px 12px;
  color: var(--te-primary);
  font-weight: 800;
}

.te-wc-products .woocommerce a.button,
.te-wc-products .woocommerce button.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-inline: 18px;
  border-radius: var(--te-radius-pill);
  background: var(--te-black);
  color: #fff;
  padding-inline: 22px;
}

.agx-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.agx-filter-bar a,
.agx-price-review {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-pill);
  background: #fff;
  color: var(--te-ink);
  padding: 0 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.agx-filter-bar a:hover {
  border-color: var(--te-primary);
  color: var(--te-primary);
}

.heateor_sss_sharing_container,
.addtoany_share_save_container,
.wp-block-jetpack-sharing-buttons,
.sharedaddy,
.sd-sharing-enabled,
.pum-overlay,
.mc4wp-response:not(:empty) {
  display: none !important;
}

.te-footer {
  background: #07130f;
  color: #fff;
}

.te-footer a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.te-footer a:hover {
  color: #fff;
}

.te-footer-shell {
  width: var(--te-container);
  margin-inline: auto;
  padding-block: 56px 32px;
}

.te-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.te-footer-newsletter h2 {
  margin: 0 0 10px;
  font-size: clamp(38px, 4.8vw, 70px);
  line-height: .98;
  letter-spacing: -.055em;
}

.te-footer-newsletter > .wp-block-group:first-child > p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.te-footer-actions {
  display: grid;
  gap: 16px;
}

.te-footer-social {
  min-height: 44px;
}

.te-footer-social > p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.te-footer-social-icons {
  gap: 8px;
  margin: 0;
}

.te-footer-social-icons .wp-social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, .16);
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.te-footer-social-icons .wp-social-link:hover,
.te-footer-social-icons .wp-social-link:focus-within {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .18);
  transform: translateY(-2px);
}

.te-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 32px;
}

.te-footer h2,
.te-footer h3 {
  color: #fff;
}

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

.te-newsletter {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.te-newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--te-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 13px 16px;
}

.te-newsletter button {
  border: 0;
  border-radius: var(--te-radius-pill);
  background: #fff;
  color: var(--te-primary);
  padding: 0 18px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .te-footer-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .te-footer-newsletter {
    gap: 28px;
  }

  .te-newsletter {
    flex-direction: column;
  }

  .te-newsletter button {
    min-height: 48px;
  }
}

.te-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.te-page-hero {
  min-height: 56svh;
}

.te-page-hero .wp-block-cover__inner-container {
  width: var(--te-container);
  padding-top: 126px;
  padding-bottom: 70px;
}

.te-page-title {
  max-width: 880px;
  font-size: clamp(54px, 8vw, 112px);
  letter-spacing: -0.065em;
}

.te-page-lead {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 24px);
}

@keyframes teFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.te-reveal {
  animation: teFadeUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (max-width: 1100px) {
  .te-hero-grid,
  .te-split,
  .te-split-reverse,
  .agx-goals-layout,
  .agx-proof-heading {
    grid-template-columns: 1fr;
  }

  .te-hero-media {
    order: -1;
  }

  .te-card-grid,
  .te-review-grid,
  .te-editorial-grid,
  .te-metric-grid,
  .te-video-grid,
  .te-compare-grid,
  .agx-program-grid,
  .agx-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .agx-product-duo {
    grid-template-columns: 1fr;
  }

  .agx-product-panel {
    min-height: 520px;
  }

  .agx-proof-heading {
    align-items: start;
  }
}

@media (max-width: 782px) {
  :root {
    --te-container: min(100% - 32px, 1280px);
  }

  .te-header-shell {
    padding-block: 16px;
  }

  .te-header-button {
    display: none;
  }

  .te-nav {
    display: none;
  }

  .te-header-cta {
    min-height: 40px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .te-hero .wp-block-cover__inner-container {
    padding-top: 96px;
    padding-bottom: 36px;
  }

  .te-display-heading {
    font-size: clamp(46px, 15vw, 68px);
    line-height: 0.94;
  }

  .te-button-row,
  .te-button-row .wp-block-button,
  .te-button-row .wp-block-button__link {
    width: 100%;
  }

  .te-trust-row,
  .te-card-grid,
  .te-review-grid,
  .te-editorial-grid,
  .te-metric-grid,
  .te-video-grid,
  .te-compare-grid,
  .agx-program-grid,
  .agx-evidence-grid,
  .te-footer-grid {
    grid-template-columns: 1fr;
  }

  .agx-spotlight-copy {
    padding-top: 18vh;
  }

  .agx-spotlight-title {
    font-size: clamp(44px, 13vw, 68px);
  }

  .agx-aivc-spotlight-hero .wp-block-cover__inner-container {
    width: min(100% - 28px, 1280px);
  }

  .agx-aivc-spotlight-copy {
    padding-top: 18vh;
  }

  .agx-aivc-spotlight-title {
    font-size: clamp(48px, 14.5vw, 76px);
    line-height: .92;
  }

  .agx-aivc-lead {
    max-width: 95%;
    font-size: 18px;
  }

  .te-wc-products .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .te-section {
    padding-block: 64px;
  }

  .te-page-hero .wp-block-cover__inner-container {
    padding-top: 102px;
    padding-bottom: 54px;
  }

  .te-newsletter {
    flex-direction: column;
  }

  .te-newsletter button {
    min-height: 46px;
  }

  .agx-ai-copy-grid,
  .agx-timeline-item {
    grid-template-columns: 1fr;
  }

  .agx-goals-section,
  .agx-product-band,
  .agx-product-grid-section,
  .agx-media-section {
    padding-block: 58px;
  }

  .agx-goals-copy h2,
  .agx-proof-heading h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .agx-goal-grid {
    gap: 3px;
  }

  .agx-goal-grid figure {
    aspect-ratio: 1 / .92;
  }

  .agx-product-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .agx-product-panel img {
    max-height: 280px;
    order: -1;
  }

  .agx-product-panel ul {
    font-size: 22px;
  }

  .agx-proof-rail {
    grid-auto-columns: 84vw;
    gap: 14px;
    padding-inline: 16px;
  }

  .agx-proof-card {
    min-height: 500px;
  }

  .agx-proof-card img {
    height: 260px;
  }

  .agx-long-slide {
    aspect-ratio: 16 / 11;
  }

  .agx-long-controls {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .agx-long-controls button {
    min-height: 38px;
    padding-inline: 14px;
  }

  .te-wc-products .woocommerce ul.products li.product img {
    padding: 22px;
  }
}

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

/* AGX premium DTC homepage, mapped to MimicKit tokens. */
:root {
  --color-brand-1: #FFFFFF;
  --color-brand-2: #FFFFFF26;
  --color-brand-3: #46DE46;
  --color-brand-4: #023D3D;
  --color-brand-5: #0C3D3D;
  --color-brand-6: #D9DDDB;
  --color-brand-7: #000000;
  --color-brand-8: #707170;
  --color-brand-9: #0F2E2F;
  --color-brand-11: #F6F5F1;
  --color-brand-14: #EDEBE4;
  --color-text-28: #00000099;
  --radius-brand-2: 32px;
  --radius-brand-6: 50px;
  --radius-brand-8: 24px;
  --radius-brand-9: 99px;
  --spacing-brand-2: 24px;
  --spacing-brand-9: 32px;
  --spacing-brand-10: 64px;
  --spacing-brand-12: 100px;
  --shadow-brand-1: rgba(0, 0, 0, 0.12) 0px 18px 48px 0px;
  --shadow-brand-2: rgba(0, 0, 0, 0.22) 0px 8px 48px 0px;
  --agx-font: diatype, Inter, "Helvetica Neue", Arial, sans-serif;
  --agx-mono: diatypeMono, "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.agx-modern-home {
  background: var(--color-brand-11);
  color: var(--color-brand-7);
  font-family: var(--agx-font);
  overflow-x: hidden;
}

.agx-modern-home * {
  box-sizing: border-box;
}

.agx-shell {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

.agx-promo-bar {
  position: relative;
  z-index: 80;
  min-height: 34px;
  display: grid;
  place-items: center;
  background: rgba(3, 6, 6, .58);
  color: var(--color-brand-1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.agx-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(8, 10, 10, .34);
  color: var(--color-brand-1);
  border-bottom: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

.agx-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.agx-wordmark,
.agx-nav a,
.agx-signin,
.agx-cart-link {
  color: inherit;
  text-decoration: none;
}

.agx-wordmark {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 800;
  letter-spacing: -.055em;
}

.agx-nav {
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  font-size: 15px;
  font-weight: 800;
}

.agx-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 800;
}

.agx-pill {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-brand-9);
  padding: 0 26px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.agx-pill:hover {
  transform: translateY(-1px);
}

.agx-pill--light {
  background: var(--color-brand-1);
  color: var(--color-brand-4);
}

.agx-pill--dark {
  background: var(--color-brand-4);
  color: var(--color-brand-1);
}

.agx-pill--outline-light {
  border: 1px solid rgba(255, 255, 255, .45);
  color: var(--color-brand-1);
}

.agx-menu-button {
  display: none;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--radius-brand-9);
  background: transparent;
  color: var(--color-brand-1);
  padding: 0 16px;
  font-weight: 800;
}

.agx-mobile-menu {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--color-brand-4);
}

.agx-mobile-menu a {
  color: var(--color-brand-1);
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
}

.agx-hero {
  position: relative;
  min-height: 88dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--color-brand-9);
}

.agx-hero__bg,
.agx-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agx-hero__video {
  z-index: 1;
}

.agx-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(2, 20, 17, .16), rgba(2, 20, 17, .58)),
    radial-gradient(circle at 72% 72%, rgba(2, 20, 17, .55), rgba(2, 20, 17, .08) 48%, transparent 72%);
}

.agx-hero__content {
  position: relative;
  z-index: 6;
  padding-block: clamp(190px, 22vh, 280px) clamp(78px, 11vh, 132px);
  padding-left: clamp(260px, 32vw, 560px);
}

.agx-eyebrow,
.agx-kicker {
  font-family: var(--agx-mono);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
  font-weight: 800;
}

.agx-eyebrow {
  width: fit-content;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius-brand-9);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.86);
  padding: 9px 14px;
}

.agx-hero h1 {
  max-width: 820px;
  margin: 22px 0;
  color: var(--color-brand-1);
  font-size: clamp(54px, 7.2vw, 118px);
  line-height: .9;
  letter-spacing: -.075em;
}

.agx-hero__lead {
  max-width: 600px;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.38;
}

.agx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.agx-trust-strip {
  background: var(--color-brand-1);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.agx-trust-strip__grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.agx-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
}

.agx-trust-item span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-brand-6);
  border-radius: 50%;
  color: var(--color-brand-4);
}

.agx-section {
  padding-block: clamp(72px, 8vw, 120px);
}

.agx-section h2,
.agx-compare h2 {
  margin: 0 0 20px;
  font-size: clamp(42px, 5.6vw, 84px);
  line-height: .98;
  letter-spacing: -.06em;
}

.agx-section p {
  color: var(--color-text-28);
  font-size: 18px;
  line-height: 1.5;
}

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

.agx-section-head--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.agx-compare__grid,
.agx-subscribe__grid,
.agx-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.agx-compare-card {
  overflow: hidden;
  border: 1px solid rgba(16,32,24,.12);
  border-radius: var(--radius-brand-8);
  background: var(--color-brand-1);
  box-shadow: var(--shadow-brand-1);
}

.agx-compare-card table {
  width: 100%;
  border-collapse: collapse;
}

.agx-compare-card th,
.agx-compare-card td {
  border-bottom: 1px solid rgba(16,32,24,.12);
  padding: 18px;
  text-align: center;
}

.agx-compare-card th:first-child {
  text-align: left;
}

.agx-compare-card td span {
  display: inline-flex;
  min-width: 34px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-brand-9);
  background: var(--color-brand-3);
  color: #052b12;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.agx-compare-card tfoot th,
.agx-compare-card tfoot td {
  border-bottom: 0;
  font-weight: 900;
}

.agx-product-duo-section {
  background: var(--color-brand-1);
}

.agx-science {
  background: var(--color-brand-5);
  color: var(--color-brand-1);
}

.agx-science .agx-section-head p,
.agx-science-card p {
  color: rgba(255,255,255,.72);
}

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

.agx-science-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-brand-8);
  background: rgba(255,255,255,.06);
}

.agx-science-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.agx-science-card div {
  padding: 24px;
}

.agx-science-card h3 {
  margin: 0 0 12px;
  color: var(--color-brand-1);
  font-size: 28px;
  letter-spacing: -.04em;
}

.agx-science-card a,
.agx-library-card a {
  color: inherit;
  font-weight: 900;
}

.agx-subscribe__media {
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-brand-2);
  background: linear-gradient(135deg, var(--color-brand-14), var(--color-brand-24, #f0f5ee));
}

.agx-subscribe__media img {
  width: min(86%, 620px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 28px 58px rgba(0,0,0,.18));
}

.agx-price-card {
  position: sticky;
  top: 106px;
  border: 1px solid rgba(16,32,24,.12);
  border-radius: var(--radius-brand-2);
  background: var(--color-brand-1);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-brand-1);
}

.agx-price-card h2 {
  margin-bottom: 8px;
}

.agx-price {
  display: block;
  margin: 20px 0;
  color: var(--color-brand-4);
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -.05em;
}

.agx-checks,
.agx-diet-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.agx-checks li,
.agx-diet-badges span {
  border: 1px solid rgba(16,32,24,.12);
  border-radius: var(--radius-brand-9);
  padding: 9px 13px;
  color: var(--color-brand-4);
  font-size: 13px;
  font-weight: 800;
}

.agx-reviews {
  overflow: hidden;
  background: var(--color-brand-7);
  color: var(--color-brand-1);
}

.agx-review-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.agx-stars {
  color: var(--color-brand-3) !important;
  letter-spacing: .08em;
}

.agx-review-rail,
.agx-library-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 410px);
  gap: 22px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
}

.agx-review-card,
.agx-library-card {
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--radius-brand-8);
  background: rgba(255,255,255,.08);
}

.agx-review-card img,
.agx-library-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.agx-review-card div,
.agx-library-card div {
  padding: 24px;
}

.agx-review-card h3,
.agx-library-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  letter-spacing: -.04em;
}

.agx-review-card p,
.agx-review-card span {
  color: rgba(255,255,255,.72);
}

.agx-products-section,
.agx-library,
.agx-faq {
  background: var(--color-brand-11);
}

.agx-premium-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.agx-premium-product-card {
  overflow: hidden;
  border-radius: var(--radius-brand-8);
  background: var(--color-brand-1);
  border: 1px solid rgba(16,32,24,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.agx-premium-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-brand-1);
}

.agx-product-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  background: var(--color-brand-14);
}

.agx-product-media img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  padding: 28px;
}

.agx-product-copy {
  padding: 22px;
}

.agx-product-tag {
  margin: 0 0 10px;
  font-family: var(--agx-mono);
  font-size: 12px !important;
  text-transform: uppercase;
}

.agx-product-copy h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.agx-product-copy a {
  color: inherit;
  text-decoration: none;
}

.agx-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  font-weight: 900;
}

.agx-product-meta a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-brand-9);
  background: var(--color-brand-4);
  color: var(--color-brand-1);
  padding: 0 14px;
  font-size: 13px;
}

.agx-library {
  background: var(--color-brand-14);
}

.agx-library-card {
  background: var(--color-brand-1);
  box-shadow: var(--shadow-brand-1);
}

.agx-media-section {
  background: var(--color-brand-1);
}

.agx-long-carousel {
  border-radius: var(--radius-brand-2);
}

.agx-long-slide {
  aspect-ratio: 16 / 7;
}

.agx-faq__grid {
  align-items: start;
}

.agx-faq h2 {
  margin: 0;
}

.agx-faq-list details {
  border-bottom: 1px solid rgba(16,32,24,.16);
  padding: 22px 0;
}

.agx-faq-list summary {
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

.agx-faq-list p {
  max-width: 760px;
}

.agx-footer {
  background: var(--color-brand-4);
  color: var(--color-brand-1);
  padding-block: 72px 36px;
}

.agx-newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: 32px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.agx-newsletter h2 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 72px);
  letter-spacing: -.06em;
}

.agx-newsletter p {
  color: rgba(255,255,255,.72);
}

.agx-newsletter__actions {
  display: grid;
  gap: 18px;
}

.agx-social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.agx-social-links > span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.agx-social-links > div {
  display: flex;
  gap: 8px;
}

.agx-social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 2px 3px rgba(255,255,255,.16);
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.agx-social-link:hover,
.agx-social-link:focus-visible {
  border-color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.18);
  transform: translateY(-2px);
}

.agx-social-link img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.agx-newsletter form {
  display: flex;
  gap: 8px;
}

.agx-newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-brand-9);
  background: rgba(255,255,255,.08);
  color: var(--color-brand-1);
  padding: 0 18px;
}

.agx-newsletter button {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius-brand-9);
  background: var(--color-brand-1);
  color: var(--color-brand-4);
  padding: 0 20px;
  font-weight: 900;
}

.agx-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding-block: 42px;
}

.agx-footer-grid div {
  display: grid;
  gap: 10px;
}

.agx-footer-grid h3 {
  color: var(--color-brand-1);
}

.agx-footer-grid a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.agx-footer-bottom {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 28px;
}

.agx-footer-bottom strong {
  font-size: clamp(52px, 8vw, 124px);
  line-height: .8;
  letter-spacing: -.08em;
}

.agx-footer-bottom p {
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

@media (max-width: 700px) {
  .agx-social-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .agx-social-link {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agx-social-link { transition: none; }
}

.agx-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.agx-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: none;
  transition: opacity .85s cubic-bezier(.16,1,.3,1);
}

.agx-hero__slide.is-active {
  opacity: 1;
}

.agx-hero__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.agx-hero__dots button {
  width: 42px;
  height: 5px;
  border: 0;
  border-radius: var(--radius-brand-9);
  background: rgba(255,255,255,.35);
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
}

.agx-hero__dots button.is-active {
  width: 68px;
  background: var(--color-brand-1);
}

.agx-home-hero {
  min-height: 92dvh;
}

.agx-home-hero .agx-hero__shade {
  background:
    linear-gradient(180deg, rgba(2, 20, 17, .06), rgba(2, 20, 17, .42)),
    radial-gradient(circle at 78% 78%, rgba(2, 20, 17, .58), rgba(2, 20, 17, .16) 48%, transparent 74%);
}

.agx-home-hero .agx-hero__content {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  bottom: clamp(34px, 7vh, 92px);
  width: min(42vw, 560px);
  max-width: calc(100% - 48px);
  margin: 0;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  background: rgba(5, 12, 11, .22);
  box-shadow: 0 28px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(10px) saturate(126%);
  -webkit-backdrop-filter: blur(10px) saturate(126%);
}

.agx-home-hero .agx-eyebrow {
  padding: 7px 11px;
  font-size: 10px;
  background: rgba(0,0,0,.16);
}

.agx-home-hero h1 {
  max-width: 500px;
  margin: 14px 0 12px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .92;
  letter-spacing: -.06em;
}

.agx-home-hero .agx-hero__lead {
  max-width: 460px;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.42;
}

.agx-home-hero .agx-actions {
  gap: 10px;
  margin-top: 20px;
}

.agx-home-hero .agx-pill {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.agx-home-hero .agx-hero__dots {
  margin-top: 18px;
}

.agx-home-hero .agx-hero__dots button {
  width: 28px;
  height: 4px;
}

.agx-home-hero .agx-hero__dots button.is-active {
  width: 48px;
}

.agx-mobile-menu[hidden] {
  display: none !important;
}

.agx-mobile-menu {
  position: fixed;
  top: 88px;
  left: 16px;
  right: 16px;
  z-index: 110;
  display: grid;
  gap: 8px;
  max-height: calc(100dvh - 112px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.08));
  box-shadow: 0 28px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  padding: 12px;
}

.agx-mobile-menu a {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(15,61,50,.34);
  color: var(--color-brand-1);
  padding: 0 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 850;
}

.agx-mobile-menu .agx-pill {
  justify-content: center;
  background: rgba(255,255,255,.94);
  color: var(--color-brand-4);
}

.agx-menu-open {
  overflow: hidden;
}

.agx-lifestyle-panels {
  background: var(--color-brand-11);
}

.agx-lifestyle-panels__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 18px;
}

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

.agx-lifestyle-panel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border-radius: var(--radius-brand-2);
  background: var(--color-brand-14);
  box-shadow: 0 1px 0 rgba(16,32,24,.08);
}

.agx-lifestyle-panel--large {
  aspect-ratio: 1 / 1;
}

.agx-lifestyle-panels__mosaic .agx-lifestyle-panel {
  aspect-ratio: 1 / 1;
}

.agx-lifestyle-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .agx-nav,
  .agx-signin,
  .agx-cart-link,
  .agx-header__actions > .agx-pill {
    display: none;
  }

  .agx-menu-button {
    display: inline-flex;
    align-items: center;
  }

  .agx-hero__content {
    padding-left: clamp(80px, 18vw, 180px);
  }

  .agx-home-hero .agx-hero__content {
    right: 22px;
    bottom: 42px;
    width: min(560px, calc(100% - 44px));
    padding: 18px;
  }

  .agx-trust-strip__grid,
  .agx-science-grid,
  .agx-premium-products,
  .agx-lifestyle-panels__grid,
  .agx-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agx-compare__grid,
  .agx-subscribe__grid,
  .agx-faq__grid,
  .agx-newsletter,
  .agx-footer-bottom {
    grid-template-columns: 1fr;
  }

  .agx-price-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .agx-shell {
    width: min(100% - 28px, 1280px);
  }

  .agx-header__inner {
    min-height: 62px;
  }

  .agx-hero {
    min-height: 82dvh;
  }

  .agx-hero__content {
    padding-block: 92px 54px;
    padding-left: 0;
  }

  .agx-home-hero .agx-hero__content {
    right: 14px;
    bottom: 26px;
    width: calc(100% - 28px);
    padding: 16px;
  }

  .agx-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .agx-home-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .agx-actions,
  .agx-actions .agx-pill,
  .agx-newsletter form {
    width: 100%;
  }

  .agx-actions .agx-pill {
    justify-content: center;
  }

  .agx-trust-strip__grid,
  .agx-science-grid,
  .agx-premium-products,
  .agx-lifestyle-panels__grid,
  .agx-lifestyle-panels__mosaic,
  .agx-footer-grid {
    grid-template-columns: 1fr;
  }

  .agx-mobile-menu {
    top: 76px;
    left: 12px;
    right: 12px;
    border-radius: 22px;
  }

  .agx-hero__dots button {
    width: 32px;
  }

  .agx-hero__dots button.is-active {
    width: 52px;
  }

  .agx-section {
    padding-block: 56px;
  }

  .agx-section-head--row,
  .agx-review-head {
    align-items: start;
    flex-direction: column;
  }

  .agx-compare-card {
    overflow-x: auto;
  }

  .agx-compare-card table {
    min-width: 640px;
  }

  .agx-subscribe__media {
    min-height: 360px;
  }

  .agx-review-rail,
  .agx-library-rail {
    grid-auto-columns: 84vw;
  }

  .agx-long-slide {
    aspect-ratio: 16 / 11;
  }

  .agx-newsletter form {
    flex-direction: column;
  }

  .agx-newsletter input,
  .agx-newsletter button {
    min-height: 48px;
  }
}

/* V8 final cascade overrides */
.agx-review-rail--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(24px, 6vw, 128px) 26px;
  grid-auto-columns: minmax(360px, 460px);
}

.agx-review-story-card {
  position: relative;
  min-height: 580px;
  border-radius: 24px;
  background: #111;
}

.agx-review-story-card > img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  aspect-ratio: auto;
  object-fit: cover;
}

.agx-review-story-card .agx-review-glass {
  position: absolute;
  inset: auto 0 0;
  padding: 26px;
  background: linear-gradient(180deg, rgba(18,18,18,.58), rgba(18,18,18,.78));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.agx-review-story-card .agx-review-glass h2,
.agx-review-story-card .agx-review-glass h3 {
  color: #fff;
}

.agx-shop-page {
  background: #143f18;
}

.agx-shop-product-grid {
  background: #f8f8f1;
}

@media (max-width: 900px) {
  .agx-review-rail--full {
    grid-auto-columns: minmax(300px, 84vw);
    padding-inline: 18px;
  }

  .agx-review-story-card,
  .agx-review-story-card > img {
    min-height: 520px;
  }
}

/* V9 independent full-screen hero media. Each modifier is a separate page art direction. */
.agx-page-media-hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  background: #060807;
  color: #fff;
}

.agx-page-media-hero__poster,
.agx-page-media-hero__video,
.agx-page-media-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.agx-page-media-hero__poster,
.agx-page-media-hero__video {
  z-index: 0;
  object-fit: cover;
}

.agx-page-media-hero__video {
  z-index: 1;
}

.agx-page-media-hero__veil {
  z-index: 2;
  background: rgba(1, 8, 7, .56);
}

.agx-page-media-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(100% - 48px, 1280px);
  min-height: 100dvh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-block: 128px clamp(64px, 9vh, 112px);
}

.agx-page-media-hero__eyebrow {
  width: fit-content;
  margin: 0 0 20px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(4, 10, 9, .26);
  padding: 9px 14px;
  color: rgba(255,255,255,.88);
  font-family: var(--agx-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.agx-page-media-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7.25vw, 118px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.07em;
}

.agx-page-media-hero__lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.38;
}

.agx-page-media-hero__rating {
  margin: 0 0 18px;
  color: #baff34;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .12em;
}

.agx-page-media-hero__cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 999px;
  background: #fff;
  padding: 0 24px;
  color: #0b1712;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease;
}

.agx-page-media-hero__cta:hover,
.agx-page-media-hero__cta:focus-visible {
  transform: translateY(-2px);
  background: #e8eee9;
}

.agx-page-media-hero__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.agx-page-media-hero--science .agx-page-media-hero__veil {
  background: rgba(2, 10, 15, .58);
}

.agx-page-media-hero--science .agx-page-media-hero__content {
  justify-content: flex-end;
}

.agx-page-media-hero--science h1 {
  max-width: 820px;
}

.agx-page-media-hero--explore .agx-page-media-hero__veil {
  background: rgba(8, 12, 11, .46);
}

.agx-page-media-hero--explore .agx-page-media-hero__content {
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  text-align: center;
}

.agx-page-media-hero--explore h1 {
  max-width: 900px;
}

.agx-page-media-hero--explore .agx-page-media-hero__lead {
  max-width: 680px;
}

.agx-page-media-hero--reviews {
  min-height: 82dvh;
  background: #000;
}

.agx-page-media-hero--reviews .agx-page-media-hero__veil {
  background: rgba(0, 0, 0, .6);
}

.agx-page-media-hero--reviews .agx-page-media-hero__content {
  min-height: 82dvh;
}

.agx-page-media-hero--reviews h1 {
  max-width: 880px;
  font-size: clamp(54px, 7.4vw, 124px);
}

.agx-page-media-hero--sign-in .agx-page-media-hero__veil {
  background: rgba(3, 8, 8, .7);
}

.agx-page-media-hero--sign-in .agx-page-media-hero__content {
  align-items: flex-end;
  justify-content: center;
}

.agx-page-media-hero--sign-in .agx-page-media-hero__content > * {
  width: min(100%, 620px);
}

.agx-page-media-hero--sign-in h1,
.agx-page-media-hero--sign-in .agx-page-media-hero__lead,
.agx-page-media-hero--sign-in .agx-page-media-hero__eyebrow {
  padding-inline: 28px;
}

.agx-page-media-hero--sign-in h1 {
  padding-top: 28px;
  font-size: clamp(48px, 5.5vw, 86px);
}

.agx-page-media-hero--sign-in .agx-page-media-hero__lead {
  padding-bottom: 2px;
}

.agx-page-media-hero--sign-in .agx-page-media-hero__eyebrow {
  width: fit-content;
  margin-left: 28px;
  padding: 9px 14px;
}

.agx-page-media-hero--sign-in .agx-page-media-hero__cta {
  width: fit-content;
  margin-left: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .agx-page-media-hero__video {
    display: none;
  }

  .agx-page-media-hero__cta {
    transition: none;
  }
}

@media (max-width: 767px) {
  .agx-page-media-hero,
  .agx-page-media-hero__content {
    min-height: 760px;
  }

  .agx-page-media-hero__content {
    width: min(100% - 28px, 1280px);
    padding-block: 110px 48px;
  }

  .agx-page-media-hero h1,
  .agx-page-media-hero--reviews h1,
  .agx-page-media-hero--sign-in h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .agx-page-media-hero__lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .agx-page-media-hero--explore .agx-page-media-hero__content {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }

  .agx-page-media-hero--sign-in .agx-page-media-hero__content {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .agx-page-media-hero--sign-in .agx-page-media-hero__content > *,
  .agx-page-media-hero--sign-in h1,
  .agx-page-media-hero--sign-in .agx-page-media-hero__lead {
    width: auto;
    padding-inline: 0;
  }

  .agx-page-media-hero--sign-in .agx-page-media-hero__eyebrow,
  .agx-page-media-hero--sign-in .agx-page-media-hero__cta {
    margin-left: 0;
  }

}

/* V14.5: bundled trust marks use a neutral liquid-glass treatment. */
.agx-trust-strip {
  padding: 16px 0 18px;
  background: #f5f4f0;
  border-bottom: 1px solid rgba(16,32,24,.08);
}

.agx-trust-strip__grid {
  min-height: 0;
  gap: 12px;
}

.agx-trust-item {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(107,111,116,.82), rgba(63,67,72,.66));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 14px 34px rgba(16,32,24,.10);
  color: #fff;
  backdrop-filter: blur(20px) saturate(128%);
  -webkit-backdrop-filter: blur(20px) saturate(128%);
}

.agx-trust-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.18), transparent 38%, rgba(255,255,255,.04));
  content: '';
  pointer-events: none;
}

.agx-trust-item__icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  color: #fff;
}

.agx-trust-item > strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.018em;
  line-height: 1.18;
}

.agx-trust-item__icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .agx-trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .agx-trust-item {
    min-height: 86px;
    padding: 14px;
  }

  .agx-trust-item__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .agx-trust-item > strong {
    font-size: 13px;
  }
}

