.elementor-1655 .elementor-element.elementor-element-07d12fb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-736f84d *//* ==========================================================
   UK TRT — TESTOSTERONE ENANTHATE
   FULL EDITORIAL THEME
========================================================== */

.enanthate-page {
  --ena-accent: #b3b401;
  --ena-accent-hover: #d6d73a;

  --ena-danger: #d85f5f;
  --ena-danger-soft: #ff8585;

  --ena-bg: #0f0f0f;

  --ena-card:
    linear-gradient(
      180deg,
      #171717 0%,
      #121212 100%
    );

  --ena-card-soft:
    linear-gradient(
      180deg,
      #191919 0%,
      #131313 100%
    );

  --ena-white: #ffffff;
  --ena-body: #bbbbbb;
  --ena-soft: #d1d1d1;
  --ena-muted: #929292;

  --ena-border: rgba(255,255,255,.06);
  --ena-border-mid: rgba(255,255,255,.10);
  --ena-border-faint: rgba(255,255,255,.04);

  --ena-shadow-lg:
    0 18px 44px rgba(0,0,0,.28);

  --ena-shadow-md:
    0 12px 28px rgba(0,0,0,.18);

  width: 100%;
  max-width: 100%;

  margin: 0;

  padding: 110px 0 30px;

  overflow: hidden;

  background: var(--ena-bg);
  color: var(--ena-white);

  font-family: "Montserrat", sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.enanthate-page *,
.enanthate-page *::before,
.enanthate-page *::after {
  box-sizing: border-box;
}

.enanthate-page img {
  display: block;

  width: 100%;
  max-width: 100%;

  height: auto;
}

.enanthate-page h1,
.enanthate-page h2,
.enanthate-page h3,
.enanthate-page h4,
.enanthate-page p {
  margin-top: 0;
}

.enanthate-page a {
  text-decoration: none;
}

.enanthate-shell {
  width: 90%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.enanthate-hero {
  width: 100%;
  max-width: 980px;

  margin: 0 auto 54px;

  text-align: center;
}

.enanthate-eyebrow,
.enanthate-kicker {
  display: inline-block;

  margin-bottom: 16px;

  color: var(--ena-accent);

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.enanthate-hero h1 {
  margin: 0 0 20px;

  color: var(--ena-white);

  font-size: 60px;
  line-height: 1.03;

  letter-spacing: -.035em;

  font-weight: 800;
}

.enanthate-intro {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.enanthate-intro p {
  margin: 0 0 18px;

  color: var(--ena-body);

  font-size: 18px;
  line-height: 1.9;
}

.enanthate-intro p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   ACCENT LINES
========================================================== */

.enanthate-accent {
  width: 78px;
  height: 3px;

  margin: 0 auto 28px;

  border-radius: 999px;

  background: var(--ena-accent);
}

.enanthate-accent.small {
  width: 64px;

  margin: 0 0 22px;
}

.enanthate-centered-heading .enanthate-accent,
.enanthate-summary__head .enanthate-accent,
.enanthate-resource-box .enanthate-accent,
.enanthate-faq-head .enanthate-accent {
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   TABLE OF CONTENTS
========================================================== */

.enanthate-summary {
  width: 100%;

  margin: 0 auto 10px;
}

.enanthate-summary__card {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  padding: 34px;

  border: 1px solid var(--ena-border);
  border-radius: 24px;

  background: var(--ena-card);

  box-shadow: var(--ena-shadow-md);
}

.enanthate-summary__head {
  width: 100%;
  max-width: 760px;

  margin: 0 auto 28px;

  text-align: center;
}

.enanthate-summary__head .enanthate-eyebrow {
  margin-bottom: 12px;
}

.enanthate-summary__head h2 {
  margin: 0 0 14px;

  color: var(--ena-white);

  font-size: 34px;
  line-height: 1.12;

  letter-spacing: -.025em;

  font-weight: 800;
}

.enanthate-toc {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;

  max-width: 980px;

  margin: 0 auto;
}

.enanthate-toc__item,
.enanthate-toc__item:visited {
  display: flex;

  align-items: center;

  gap: 13px;

  min-width: 0;
  min-height: 58px;

  padding: 12px 15px;

  border: 1px solid var(--ena-border);
  border-radius: 14px;

  background: rgba(255,255,255,.018);

  color: var(--ena-white);

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.enanthate-toc__item:hover {
  transform: translateY(-2px);

  border-color: rgba(179,180,1,.32);

  background: rgba(179,180,1,.055);

  box-shadow:
    0 8px 18px rgba(0,0,0,.15);
}

.enanthate-toc__number {
  display: flex;

  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 50%;

  background: rgba(179,180,1,.06);

  color: var(--ena-accent);

  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.enanthate-toc__text {
  min-width: 0;

  color: var(--ena-white);

  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 700;
}


/* 15th item centred */

.enanthate-toc__item--final {
  grid-column: 1 / -1;

  width: calc(50% - 6px);
  max-width: 484px;

  justify-self: center;
}


/* ==========================================================
   SECTION BASE
========================================================== */

.enanthate-section {
  padding: 58px 0;

  border-top: 1px solid var(--ena-border-faint);
}


/* ==========================================================
   GENERAL TYPOGRAPHY
========================================================== */

.enanthate-narrow {
  width: 100%;
  max-width: 920px;
}

.enanthate-narrow h2,
.enanthate-copy h2,
.enanthate-feature__content h2,
.enanthate-resource-box h2 {
  margin: 0 0 14px;

  color: var(--ena-white);

  font-size: 44px;
  line-height: 1.06;

  letter-spacing: -.03em;

  font-weight: 800;
}

.enanthate-narrow p,
.enanthate-copy p,
.enanthate-feature__content p,
.enanthate-resource-box p {
  margin: 0 0 18px;

  color: var(--ena-body);

  font-size: 17px;
  line-height: 1.92;
}

.enanthate-narrow p:last-child,
.enanthate-copy p:last-child,
.enanthate-feature__content p:last-child,
.enanthate-resource-box p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   CENTERED HEADINGS
========================================================== */

.enanthate-centered-heading {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 34px;

  text-align: center;
}

.enanthate-centered-heading h2 {
  max-width: 860px;

  margin: 0 auto 14px;

  color: var(--ena-white);

  font-size: 44px;
  line-height: 1.06;

  letter-spacing: -.03em;

  font-weight: 800;
}

.enanthate-centered-heading p {
  max-width: 820px;

  margin: 0 auto;

  color: var(--ena-body);

  font-size: 17px;
  line-height: 1.9;
}


/* ==========================================================
   ACTIONS
========================================================== */

.enanthate-actions {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 24px;
}

.enanthate-actions--center {
  justify-content: center;

  margin-top: 32px;
}

.enanthate-btn,
.enanthate-btn:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 0 18px;

  border: 1px solid rgba(179,180,1,.34);
  border-radius: 999px;

  background: rgba(179,180,1,.08);

  color: #ffffff !important;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;

  text-align: center;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.enanthate-btn:hover {
  transform: translateY(-2px);

  background: rgba(179,180,1,.14);

  border-color: rgba(179,180,1,.52);

  box-shadow:
    0 8px 20px rgba(179,180,1,.08);
}

.enanthate-btn--secondary {
  background: rgba(255,255,255,.02);

  border-color: rgba(255,255,255,.12);
}

.enanthate-btn--secondary:hover {
  background: rgba(255,255,255,.045);

  border-color: rgba(179,180,1,.30);
}


/* ==========================================================
   SPLIT GRID
========================================================== */

.enanthate-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.95fr)
    minmax(0,1.05fr);

  gap: 48px;

  align-items: center;
}

.enanthate-grid--reverse .enanthate-copy {
  order: 2;
}

.enanthate-grid--reverse .enanthate-media {
  order: 1;
}

.enanthate-copy,
.enanthate-media {
  min-width: 0;
}


/* ==========================================================
   IMAGE CARDS
========================================================== */

.enanthate-image-card {
  width: calc(100% + 40px);

  margin-left: -20px;
  margin-right: -20px;

  overflow: hidden;

  border: 1px solid var(--ena-border);
  border-radius: 24px;

  background: var(--ena-card);

  box-shadow: var(--ena-shadow-lg);
}

.enanthate-image-card img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   BENEFITS IMAGE
   MODERATE LANDSCAPE CROP
========================================================== */

#enanthate-benefits .enanthate-image-card {
  width: calc(100% + 40px);

  margin-left: -20px;
  margin-right: -20px;

  aspect-ratio: 4 / 3;

  overflow: hidden;
}

#enanthate-benefits .enanthate-image-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center 58%;
}


/* ==========================================================
   QUICK REFERENCE
========================================================== */

.enanthate-info-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.enanthate-info-card {
  min-height: 220px;

  padding: 25px 23px;

  border: 1px solid var(--ena-border);
  border-radius: 18px;

  background: var(--ena-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.enanthate-info-card > span,
.enanthate-pathway-card > span,
.enanthate-monitoring-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin-bottom: 16px;

  border: 1px solid rgba(179,180,1,.34);
  border-radius: 50%;

  background: rgba(179,180,1,.06);

  color: var(--ena-accent);

  font-size: 11px;
  font-weight: 800;
}

.enanthate-info-card h3,
.enanthate-pathway-card h3,
.enanthate-monitoring-card h3 {
  margin: 0 0 10px;

  color: var(--ena-white);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.enanthate-info-card p,
.enanthate-pathway-card p,
.enanthate-monitoring-card p {
  margin: 0;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   UK AVAILABILITY FEATURE
   NO LEFT YELLOW STRIP
========================================================== */

.enanthate-feature {
  display: block;

  width: 100%;
  max-width: 1040px;

  margin: 0 auto;

  padding: 36px;

  border: 1px solid rgba(179,180,1,.16);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.045),
      rgba(255,255,255,.009)
    );

  box-shadow: var(--ena-shadow-md);
}

.enanthate-feature__content {
  width: 100%;
}

.enanthate-feature__content h2 {
  max-width: 900px;
}

.enanthate-feature__content p {
  max-width: 960px;
}


/* ==========================================================
   THREE-CARD SECTIONS
========================================================== */

.enanthate-three-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.enanthate-simple-card {
  position: relative;

  min-height: 220px;

  padding: 24px 24px 24px 48px;

  border: 1px solid var(--ena-border);
  border-radius: 16px;

  background: var(--ena-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.enanthate-simple-card::before {
  content: "";

  position: absolute;

  top: 30px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--ena-accent);
}

.enanthate-simple-card h3 {
  margin: 0 0 9px;

  color: var(--ena-white);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.enanthate-simple-card p {
  margin: 0;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   PATHWAY GRID
========================================================== */

.enanthate-pathway-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.enanthate-pathway-card {
  min-height: 235px;

  padding: 26px 24px;

  border: 1px solid var(--ena-border);
  border-radius: 18px;

  background: var(--ena-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}


/* ==========================================================
   SIDE EFFECTS
========================================================== */

.enanthate-side-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.enanthate-side-card {
  min-height: 200px;

  padding: 24px;

  border: 1px solid var(--ena-border);
  border-radius: 16px;

  background: var(--ena-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.enanthate-side-card h3 {
  margin: 0 0 10px;

  color: var(--ena-accent);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.enanthate-side-card p {
  margin: 0;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   COMPARISON
========================================================== */

.enanthate-compare-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 20px;

  max-width: 1120px;

  margin: 36px auto 0;

  align-items: stretch;
}

.enanthate-compare-card,
.enanthate-compare-card:visited {
  display: flex;

  flex-direction: column;

  min-width: 0;
  min-height: 380px;

  padding: 27px 25px;

  border: 1px solid var(--ena-border);
  border-radius: 20px;

  background: var(--ena-card);

  color: inherit;

  box-shadow: var(--ena-shadow-md);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.enanthate-compare-card--link:hover {
  transform: translateY(-4px);

  border-color: rgba(179,180,1,.32);

  box-shadow:
    0 12px 28px rgba(0,0,0,.26),
    0 0 16px rgba(179,180,1,.05);
}


/* CURRENT GUIDE */

.enanthate-compare-card--current {
  border-color: rgba(179,180,1,.28);

  background:
    linear-gradient(
      145deg,
      rgba(179,180,1,.065),
      rgba(255,255,255,.012)
    );
}

.enanthate-compare-label {
  display: inline-block;

  margin-bottom: 11px;

  color: var(--ena-accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.enanthate-compare-card h3 {
  margin: 0 0 12px;

  color: var(--ena-white);

  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.enanthate-compare-card > p {
  margin: 0 0 18px;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.72;
}

.enanthate-compare-card ul {
  margin: 0 0 22px;

  padding: 0;

  list-style: none;
}

.enanthate-compare-card li {
  position: relative;

  margin: 0 0 10px;

  padding-left: 19px;

  color: var(--ena-soft);

  font-size: 13.5px;
  line-height: 1.6;
}

.enanthate-compare-card li:last-child {
  margin-bottom: 0;
}

.enanthate-compare-card li::before {
  content: "";

  position: absolute;

  top: .68em;
  left: 0;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--ena-accent);
}


/* ==========================================================
   CURRENT GUIDE STATUS
========================================================== */

.enanthate-current-guide {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  align-self: flex-start;

  min-height: 38px;

  margin-top: auto;
  padding: 0 2px;

  color: var(--ena-white) !important;

  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 700;
}

.enanthate-current-guide::before {
  content: "";

  flex: 0 0 auto;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--ena-accent);

  box-shadow:
    0 0 0 4px rgba(179,180,1,.08);
}


/* ==========================================================
   COMPARISON GUIDE BUTTONS
========================================================== */

.enanthate-compare-action {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 38px;

  padding: 0 14px;

  margin-top: auto;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 999px;

  background: rgba(179,180,1,.07);

  color: var(--ena-white);

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}


/* ==========================================================
   COMPARISON WARNING
========================================================== */

.enanthate-comparison-warning {
  width: 100%;
  max-width: 880px;

  margin: 34px auto 0;

  padding: 22px 24px;

  border: 1px solid rgba(216,95,95,.30);
  border-left: 4px solid var(--ena-danger);
  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.09),
      rgba(255,255,255,.008)
    );

  box-shadow:
    0 10px 24px rgba(0,0,0,.16);
}

.enanthate-comparison-warning > strong {
  display: block;

  margin-bottom: 8px;

  color: var(--ena-danger-soft);

  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.enanthate-comparison-warning p {
  margin: 0;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.75;
}


/* ==========================================================
   MONITORING
========================================================== */

.enanthate-monitoring-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.enanthate-monitoring-card {
  min-height: 225px;

  padding: 26px 24px;

  border: 1px solid var(--ena-border);
  border-radius: 18px;

  background: var(--ena-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}


/* ==========================================================
   RESOURCE BOX
========================================================== */

.enanthate-resource-box {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;

  padding: 34px;

  border: 1px solid rgba(179,180,1,.18);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.055),
      rgba(255,255,255,.008)
    );

  box-shadow: var(--ena-shadow-md);

  text-align: center;
}

.enanthate-resource-box p {
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.enanthate-resource-box .enanthate-btn {
  margin-top: 12px;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.enanthate-related-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 22px;

  max-width: 1120px;

  margin: 36px auto 0;

  align-items: stretch;
}

.enanthate-related-card,
.enanthate-related-card:visited {
  display: flex;

  flex-direction: column;

  min-width: 0;
  height: 100%;

  overflow: hidden;

  border: 1px solid var(--ena-border);
  border-radius: 18px;

  background: var(--ena-card);

  color: inherit;

  box-shadow:
    0 8px 22px rgba(0,0,0,.16);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.enanthate-related-card:hover {
  transform: translateY(-4px);

  border-color: rgba(179,180,1,.32);

  box-shadow:
    0 12px 28px rgba(0,0,0,.26),
    0 0 16px rgba(179,180,1,.05);
}

.enanthate-related-image {
  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #111;
}

.enanthate-related-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform .28s ease;
}

.enanthate-related-card:hover
.enanthate-related-image img {
  transform: scale(1.035);
}

.enanthate-related-content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 22px;
}

.enanthate-related-content > span {
  display: block;

  margin-bottom: 8px;

  color: var(--ena-accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .11em;

  text-transform: uppercase;
}

.enanthate-related-content h3 {
  margin: 0 0 10px;

  color: var(--ena-white);

  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.enanthate-related-content p {
  flex-grow: 1;

  margin: 0 0 20px;

  color: var(--ena-soft);

  font-size: 14px;
  line-height: 1.7;
}

.enanthate-related-content strong {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 38px;

  padding: 0 14px;

  margin-top: auto;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 999px;

  background: rgba(179,180,1,.07);

  color: var(--ena-white);

  font-size: 12px;
  font-weight: 700;
}

.enanthate-all-guides {
  display: flex;

  justify-content: center;

  margin-top: 30px;
}


/* ==========================================================
   FAQ
========================================================== */

.enanthate-faq {
  width: 100%;

  padding: 58px 0 42px;

  border-top: 1px solid var(--ena-border-faint);
}

.enanthate-faq-head {
  width: 100%;
  max-width: 850px;

  margin: 0 auto 26px;

  text-align: center;
}

.enanthate-faq-head h2 {
  margin: 0 auto 14px;

  color: var(--ena-white);

  font-size: clamp(2rem,4vw,2.9rem);
  line-height: 1.08;

  letter-spacing: -.03em;

  font-weight: 800;
}

.enanthate-faq-head p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--ena-body);

  font-size: 15px;
  line-height: 1.8;
}

.enanthate-faq-list {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0,1fr));

  gap: 14px;

  align-items: start;

  max-width: 1120px;

  margin: 24px auto 0;
}

.enanthate-faq-item {
  min-width: 0;

  overflow: hidden;

  border: 1px solid var(--ena-border);
  border-radius: 18px;

  background: var(--ena-card);

  box-shadow:
    0 8px 22px rgba(0,0,0,.10);
}

.enanthate-faq-item[open] {
  border-color: rgba(179,180,1,.38);
}

.enanthate-faq-item summary {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 84px;

  padding: 18px 56px 18px 24px;

  color: var(--ena-white);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;

  cursor: pointer;

  list-style: none;
}

.enanthate-faq-item summary::-webkit-details-marker {
  display: none;
}

.enanthate-faq-item summary::marker {
  content: "";
}

.enanthate-faq-item summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 22px;

  color: var(--ena-accent);

  font-size: 25px;
  line-height: 1;
  font-weight: 700;

  transform: translateY(-50%);
}

.enanthate-faq-item[open] summary {
  color: var(--ena-accent);
}

.enanthate-faq-item[open] summary::after {
  content: "−";
}

.enanthate-faq-answer {
  padding: 0 24px 24px;

  border-top: 1px solid var(--ena-border);
}

.enanthate-faq-answer p {
  margin: 16px 0 0;

  color: var(--ena-body);

  font-size: 16px;
  line-height: 1.9;
}


/* ==========================================================
   DISCLAIMER
========================================================== */

.enanthate-disclaimer {
  width: 100%;
  max-width: 920px;

  margin: 0 auto;

  padding: 28px 30px;

  border: 1px solid rgba(179,180,1,.20);
  border-left: 4px solid var(--ena-accent);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.055),
      rgba(255,255,255,.008)
    );
}

.enanthate-disclaimer h2 {
  margin: 0 0 11px;

  color: var(--ena-white);

  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.enanthate-disclaimer p {
  margin: 0;

  color: rgba(255,255,255,.52);

  font-size: 13.5px;
  line-height: 1.78;
}


/* ==========================================================
   FOCUS STATES
========================================================== */

.enanthate-page a:focus-visible,
.enanthate-faq-item summary:focus-visible {
  outline: 2px solid var(--ena-accent);

  outline-offset: 3px;
}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1100px) {

  .enanthate-grid {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .enanthate-grid--reverse .enanthate-copy,
  .enanthate-grid--reverse .enanthate-media {
    order: initial;
  }

  .enanthate-image-card {
    width: 100%;
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
  }

  #enanthate-benefits .enanthate-image-card {
    width: 100%;
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    aspect-ratio: 4 / 3;
  }

  #enanthate-benefits .enanthate-image-card img {
    object-position: center 58%;
  }

  .enanthate-info-grid,
  .enanthate-side-grid,
  .enanthate-monitoring-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .enanthate-pathway-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .enanthate-page {
    padding: 82px 0 26px;
  }

  .enanthate-hero h1 {
    font-size: 42px;
  }

  .enanthate-narrow h2,
  .enanthate-copy h2,
  .enanthate-feature__content h2,
  .enanthate-centered-heading h2,
  .enanthate-resource-box h2 {
    font-size: 34px;
  }

  .enanthate-intro p,
  .enanthate-narrow p,
  .enanthate-copy p,
  .enanthate-feature__content p,
  .enanthate-centered-heading p,
  .enanthate-resource-box p {
    font-size: 16px;
  }

  .enanthate-summary__card {
    padding: 28px 24px;
  }

  .enanthate-summary__head h2 {
    font-size: 30px;
  }

  .enanthate-toc {
    grid-template-columns: 1fr;
  }

  .enanthate-toc__item--final {
    grid-column: auto;

    width: 100%;
    max-width: none;

    justify-self: stretch;
  }

  .enanthate-three-grid {
    grid-template-columns: 1fr;
  }

  .enanthate-compare-grid {
    grid-template-columns: 1fr;

    max-width: 760px;
  }

  .enanthate-compare-card {
    min-height: 0;
  }

  .enanthate-related-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .enanthate-faq-list {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .enanthate-page {
    padding: 62px 0 20px;
  }

  .enanthate-shell {
    width: 92%;
  }

  .enanthate-hero {
    margin-bottom: 42px;
  }

  .enanthate-hero h1 {
    font-size: 35px;

    line-height: 1.08;
  }

  .enanthate-section {
    padding: 44px 0;
  }

  .enanthate-narrow h2,
  .enanthate-copy h2,
  .enanthate-feature__content h2,
  .enanthate-centered-heading h2,
  .enanthate-resource-box h2 {
    font-size: 28px;
  }

  .enanthate-summary__card {
    padding: 24px 18px;

    border-radius: 20px;
  }

  .enanthate-summary__head h2 {
    font-size: 27px;
  }

  .enanthate-toc {
    gap: 10px;
  }

  .enanthate-toc__item {
    min-height: 54px;

    padding: 10px 12px;
  }

  .enanthate-toc__number {
    width: 30px;
    height: 30px;
  }

  .enanthate-toc__text {
    font-size: 13px;
  }

  .enanthate-info-grid,
  .enanthate-pathway-grid,
  .enanthate-side-grid,
  .enanthate-monitoring-grid,
  .enanthate-related-grid {
    grid-template-columns: 1fr;
  }

  .enanthate-info-card,
  .enanthate-pathway-card,
  .enanthate-side-card,
  .enanthate-monitoring-card {
    min-height: 0;
  }

  .enanthate-feature {
    padding: 26px 20px;
  }

  .enanthate-image-card {
    width: 100%;

    margin-left: 0;
    margin-right: 0;

    border-radius: 18px;
  }


  /* Benefits image — keep it substantial on mobile */

  #enanthate-benefits .enanthate-image-card {
    width: 100%;

    margin-left: 0;
    margin-right: 0;

    aspect-ratio: 4 / 3;

    border-radius: 18px;
  }

  #enanthate-benefits .enanthate-image-card img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center 58%;
  }

  .enanthate-actions {
    width: 100%;
  }

  .enanthate-btn {
    width: 100%;
  }

  .enanthate-resource-box {
    padding: 28px 20px;
  }

  .enanthate-related-content {
    padding: 18px;
  }

  .enanthate-all-guides {
    width: 100%;
  }

  .enanthate-all-guides .enanthate-btn {
    width: 100%;
  }

  .enanthate-faq {
    padding-top: 46px;
  }

  .enanthate-faq-item summary {
    min-height: 74px;

    padding: 18px 48px 18px 18px;

    font-size: 16px;
  }

  .enanthate-faq-item summary::after {
    right: 18px;
  }

  .enanthate-faq-answer {
    padding: 0 18px 20px;
  }

  .enanthate-comparison-warning {
    padding: 20px 18px;
  }

  .enanthate-disclaimer {
    padding: 24px 20px;
  }

}


/* ==========================================================
   EXTRA SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

  .enanthate-hero h1 {
    font-size: 32px;
  }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .enanthate-toc__item,
  .enanthate-btn,
  .enanthate-compare-card,
  .enanthate-related-card,
  .enanthate-related-image img {
    transition: none !important;
  }

  .enanthate-toc__item:hover,
  .enanthate-btn:hover,
  .enanthate-compare-card:hover,
  .enanthate-related-card:hover {
    transform: none !important;
  }

}/* End custom CSS */