/*
Theme Name: Medtruva
Theme URI: https://medtruva.com/
Author: Medtruva
Description: Custom WooCommerce storefront and BODYMAP theme for Medtruva.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: medtruva
*/

:root {
  --background: #ffffff;
  --foreground: #171717;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
    --card: #171717;
    --card-foreground: #ededed;
    --popover: #171717;
    --popover-foreground: #ededed;
    --primary: #ededed;
    --primary-foreground: #171717;
    --secondary: #262626;
    --secondary-foreground: #ededed;
    --muted: #262626;
    --muted-foreground: #a1a1a1;
    --accent: #262626;
    --accent-foreground: #ededed;
    --destructive: #ff6467;
    --border: #ffffff1a;
    --input: #ffffff26;
    --ring: #737373;
    --chart-1: #8e51ff;
    --chart-2: #00bc7d;
    --chart-3: #fe9a00;
    --chart-4: #ad46ff;
    --chart-5: #ff2056;
    --sidebar: #171717;
    --sidebar-foreground: #ededed;
    --sidebar-primary: #8e51ff;
    --sidebar-primary-foreground: #ededed;
    --sidebar-accent: #262626;
    --sidebar-accent-foreground: #ededed;
    --sidebar-border: #ffffff1a;
    --sidebar-ring: #737373;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}
:root {
  --background: #fff;
  --foreground: #10252d;
  --card: #fff;
  --card-foreground: #10252d;
  --popover: #fff;
  --popover-foreground: #10252d;
  --primary: #125d95;
  --primary-foreground: #fff;
  --secondary: #f1f6f6;
  --secondary-foreground: #10252d;
  --muted: #f1f6f6;
  --muted-foreground: #58686e;
  --accent: #e9f3e4;
  --accent-foreground: #125d95;
  --border: #dce5e5;
  --input: #c7d7d7;
  --ring: #1267a5;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #10252d;
  background: white;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
a,
input,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button,
a,
input,
textarea {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #1267a5;
}
p {
  line-height: 1.75;
  color: #617076;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
  font-weight: 500;
  line-height: 1.12;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 21px;
}
svg {
  flex-shrink: 0;
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 0;
}
.announcement {
  background: #125d95;
  color: #ecffff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 11px 5%;
  position: relative;
}
.announcement span {
  margin-left: 22px;
  letter-spacing: 0;
  opacity: 0.8;
}
.announcement > a {
  position: absolute;
  right: 5%;
  top: 11px;
  display: flex;
  gap: 6px;
  letter-spacing: 0;
}
header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  border-bottom: 1px solid #e8eeee;
  background: white;
}
.brand img {
  width: 190px;
  height: 42px;
  object-fit: contain;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
nav a:hover,
nav a.active {
  color: #347f40;
}
.nav-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 14px;
}
.nav-actions button {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: none;
}
.nav-actions button span {
  font-size: 12px;
}
.mobile-toggle {
  display: none !important;
}
.hero {
  position: relative;
  min-height: 665px;
  background: #02101d;
  overflow: hidden;
  color: white;
}
.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  background: linear-gradient(90deg, rgba(1, 12, 22, 0.45), transparent 80%);
}
.hero-copy {
  position: relative;
  padding: 83px 6% 100px;
  z-index: 1;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.17em;
  font-weight: 600;
  color: #426c85;
  margin-bottom: 20px;
}
.eyebrow.light {
  color: #acd2ed;
}
.hero h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 1.04;
  margin: 24px 0;
  letter-spacing: -0.05em;
}
.hero h1 em {
  font-style: normal;
  color: #9bce79;
}
.hero p {
  color: #b9c9d0;
  font-size: 16px;
  line-height: 1.8;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}
.button {
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-radius: 3px;
  min-height: 50px;
}
.button.teal {
  background: #a8d88a;
  color: #143728;
}
.button.dark {
  background: #125d95;
  color: white;
}
.button:hover {
  filter: brightness(0.95);
}
.text-button {
  display: flex;
  gap: 16px;
  font-size: 14px;
}
.hero-bottom {
  position: absolute;
  bottom: 27px;
  left: 6%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.hero-bottom button {
  border: 1px solid #53717b;
  background: #10242c70;
  color: white;
  border-radius: 24px;
  padding: 10px 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  letter-spacing: 0;
  font-size: 12px;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px 5%;
  border-bottom: 1px solid #dde6e6;
  gap: 20px;
  background: #f3f7fa;
}
.trust-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 13px;
}
.trust-strip svg {
  color: #4c9347;
}
.section {
  max-width: 1440px;
  margin: auto;
  padding: 78px 6%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 14px;
}
.line-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #78a56b;
  padding-bottom: 7px;
  white-space: nowrap;
}
.category-pills {
  display: flex;
  gap: 9px;
  margin: 28px 0;
  flex-wrap: wrap;
}
.category-pills button {
  border: 1px solid #dce4e3;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 13px;
  background: white;
  color: #566969;
}
.category-pills button.selected {
  background: #125d95;
  color: white;
  border-color: #125d95;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.product-photo {
  height: 290px;
  background: #f2f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.product-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.product:hover img {
  transform: scale(1.035);
}
.product-tag {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 12px;
  border: 1px solid #d9e0df;
  padding: 5px 9px;
  border-radius: 3px;
  background: #ffffffb0;
}
.favorite {
  position: absolute;
  right: 15px;
  top: 17px;
  border: 0;
  background: transparent;
  color: #596f70;
}
.favorite.saved {
  color: #347f40;
}
.product-meta {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  color: #70817f;
  margin-top: 18px;
}
.product h3 {
  font-size: 22px;
  margin: 9px 0 16px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.product-bottom small {
  font-size: 12px;
  color: #718480;
}
.product-bottom button {
  border: 1px solid #cbd9d7;
  background: white;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
}
.catalog-note {
  font-size: 12px;
  margin-top: 22px;
  color: #75827f;
}
.quality-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f0f6f9;
}
.quality-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
}
.quality-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 82%;
}
.quality-visual > span {
  position: absolute;
  bottom: 30px;
  left: 35px;
  color: #c7ebe2;
  letter-spacing: 0.15em;
  font-size: 12px;
}
.quality-copy {
  padding: 66px 12%;
}
.quality-copy h2 {
  font-size: 39px;
  margin: 0 0 22px;
}
.quality-copy > p {
  font-size: 14px;
}
.quality-item {
  display: flex;
  gap: 16px;
  margin: 26px 0;
}
.quality-item > svg {
  width: 22px;
  color: #4c9347;
  margin-top: 5px;
}
.quality-item h3 {
  font-size: 17px;
  margin: 0;
}
.quality-item p {
  font-size: 13px;
  line-height: 1.65;
  margin: 7px 0;
}
.quality-copy .button {
  margin-top: 8px;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.journal-card {
  border: 1px solid #dce6e3;
  padding: 28px;
  min-height: 240px;
  background: #fafcfb;
  display: flex;
  flex-direction: column;
}
.journal-card > span {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  color: #6b8580;
}
.journal-card h3 {
  font-size: 27px;
  line-height: 1.25;
  max-width: 260px;
  margin: 35px 0 26px;
}
.journal-card > svg {
  margin-top: auto;
  width: 19px;
}
.cta-band {
  margin: 0 6% 75px;
  background: #125d95;
  color: white;
  padding: 45px 5%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.cta-band .eyebrow {
  color: #c1dfa8;
  margin-bottom: 15px;
}
.cta-band h2 {
  font-size: 32px;
  margin: 0;
}
.cta-band p {
  color: #bdcfc9;
  font-size: 14px;
  margin-bottom: 0;
}
footer {
  background: #f4f7fa;
  padding: 58px 6% 0;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-main h3 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 8px 0 23px;
}
.footer-main > div > a:not(.brand) {
  display: flex;
  margin: 13px 0;
  font-size: 13px;
  color: #56716a;
}
.footer-main p {
  font-size: 14px;
}
.footer-brand img {
  width: 180px;
}
.small-note {
  font-size: 12px;
  color: #70807b;
  line-height: 1.8;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dce4e1;
  padding: 23px 0;
  color: #6b7f76;
  font-size: 12px;
  gap: 15px;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.page-title {
  font-size: 54px;
  margin: 20px 0 25px;
}
.intro {
  max-width: 730px;
  font-size: 17px;
  margin-bottom: 35px;
}
.shop-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 650px;
  width: 100%;
  border: 1px solid #cadbd5;
  border-radius: 4px;
  padding: 0 15px;
}
.search-box input {
  border: 0;
  width: 100%;
  padding: 15px 0;
  background: none;
  outline: none;
}
.narrow {
  max-width: 1000px;
  min-height: 65vh;
}
.panel {
  background: #f2f7f5;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #dce6e1;
}
.panel h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.lookup {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.lookup input {
  background: white;
  border: 1px solid #cad9d4;
  padding: 14px;
  flex: 1;
  min-width: 0;
}
.content-row {
  padding: 28px 0;
  border-bottom: 1px solid #dce5e1;
}
.content-row h2 {
  font-size: 25px;
  margin: 0 0 15px;
}
.content-row h3 {
  margin: 0 0 10px;
}
.callout {
  padding: 25px;
  background: #f0f5f2;
  border-left: 3px solid #608578;
  margin-top: 30px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 35px;
}
.detail-photo {
  background: #f1f5f4;
  align-self: start;
}
.detail-photo img {
  width: 100%;
  height: auto;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #d9e5df;
  padding: 19px 0;
  font-size: 14px;
}
.spec-row strong {
  font-weight: 500;
}
.wide {
  width: 100%;
  margin-top: 24px;
}
details {
  border-bottom: 1px solid #dce6e1;
  padding: 20px 0;
  font-size: 14px;
}
summary {
  cursor: pointer;
  font-weight: 600;
}
details p {
  font-size: 14px;
}
.article-content {
  padding: 28px 0;
  border-bottom: 1px solid #dce5e1;
}
.article-content h2 {
  font-size: 30px;
}
.request-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 32px 0;
}
.request-form > label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.request-form input,
.request-form textarea {
  padding: 14px;
  background: white;
  border: 1px solid #c4d7cf;
  border-radius: 3px;
  font-size: 16px;
}
.request-form .checkbox-row {
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.6;
}
.checkbox-row a {
  text-decoration: underline;
}
.checkbox-row button {
  margin-top: 4px;
  flex-shrink: 0;
}
.cart-sheet {
  padding: 35px 25px !important;
  width: 100% !important;
  max-width: 460px !important;
  background: white;
}
.cart-items {
  overflow: auto;
  flex: 1;
}
.cart-item {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #e1e9e5;
}
.cart-item img {
  width: 90px;
  height: 105px;
  object-fit: cover;
}
.cart-item h3 {
  font-size: 20px;
  margin: 5px 0;
}
.cart-item p {
  font-size: 13px;
  margin: 8px 0;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
.quantity button {
  border: 1px solid #d1ddd6;
  padding: 5px;
  background: white;
}
.empty-state {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.empty-state button {
  text-decoration: underline;
}
.mobile-nav {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-left: max(6%, calc((100% - 1260px) / 2));
  }
}
@media (max-width: 1100px) {
  nav {
    gap: 18px;
  }
  .contact-nav {
    display: none;
  }
  .announcement > a {
    display: none;
  }
  .product-photo {
    height: 245px;
  }
  .quality-copy {
    padding: 50px 9%;
  }
  .quality-copy h2 {
    font-size: 34px;
  }
  .brand img {
    width: 170px;
  }
  .footer-main {
    gap: 25px;
  }
  .detail-grid {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  header {
    height: 76px;
    padding: 0 6%;
  }
  nav {
    display: none;
  }
  .mobile-toggle {
    display: flex !important;
  }
  .nav-actions {
    gap: 17px;
  }
  .announcement {
    font-size: 10px;
    padding: 10px;
  }
  .announcement span {
    display: none;
  }
  .brand img {
    width: 158px;
  }
  .hero {
    min-height: 640px;
  }
  .hero-video {
    object-position: 64%;
  }
  .hero-shade {
    background: linear-gradient(90deg, #03111ce6, #03111c50);
  }
  .hero-copy {
    padding: 70px 7% 100px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .hero-bottom {
    font-size: 9px;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 22px 10px;
    padding: 25px 5%;
  }
  .trust-strip a {
    font-size: 11px;
    justify-content: flex-start;
    gap: 8px;
  }
  .trust-strip svg {
    width: 18px;
  }
  .section {
    padding: 50px 6%;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }
  .product-photo {
    height: 215px;
  }
  .product-meta {
    font-size: 9px;
  }
  .product-meta span:last-child {
    display: none;
  }
  .product h3 {
    font-size: 21px;
  }
  .product-bottom {
    font-size: 14px;
  }
  .product-tag {
    font-size: 10px;
    left: 10px;
    top: 10px;
  }
  .favorite {
    right: 10px;
    top: 12px;
  }
  .category-pills {
    gap: 7px;
  }
  .category-pills button {
    font-size: 11px;
    padding: 10px 13px;
  }
  .quality-feature {
    grid-template-columns: 1fr;
  }
  .quality-visual {
    min-height: 340px;
    height: 340px;
  }
  .quality-copy {
    padding: 40px 7%;
  }
  .journal-grid {
    grid-template-columns: 1fr;
  }
  .journal-card {
    min-height: 195px;
  }
  .journal-card h3 {
    max-width: 100%;
    font-size: 27px;
    margin: 25px 0;
  }
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    margin: 0 6% 45px;
  }
  .cta-band h2 {
    font-size: 30px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-main > div:first-child {
    grid-column: span 2;
  }
  .footer-main > div:last-child {
    grid-column: span 2;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 11px;
  }
  .page-title {
    font-size: 40px;
  }
  .shop-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-photo {
    max-width: 440px;
  }
  .lookup {
    flex-direction: column;
  }
  .panel {
    padding: 23px;
  }
  .intro {
    font-size: 16px;
  }
  .spec-row {
    font-size: 13px;
  }
  .button {
    padding: 16px 20px;
  }
  .narrow h2 {
    font-size: 27px;
  }
}

/* WordPress and WooCommerce integration. */
body.medtruva-site {
  min-height: 100vh;
  overflow-x: hidden;
}
body.admin-bar .site-header {
  top: 32px;
}
.site-header {
  position: relative;
  z-index: 30;
}
.medtruva-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #075a95;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.medtruva-brand > span:last-child > span {
  color: #4b9b49;
}
.medtruva-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px 4px 12px 4px;
  color: #fff;
  background: linear-gradient(135deg, #0b67a4 0 52%, #58a94f 52% 100%);
  font-size: 12px;
  letter-spacing: -0.08em;
  box-shadow: 0 8px 18px #0f568526;
}
.primary-nav {
  align-items: center;
}
.bodymap-feature {
  max-width: none;
  padding: 64px 6%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  color: #edf2ed;
  background:
    radial-gradient(circle at 78% 30%, #215840 0, transparent 34%),
    #15251d;
}
.bodymap-feature h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4vw, 58px);
}
.bodymap-feature p {
  max-width: 620px;
  margin: 0;
  color: #b8c9be;
}
.bodymap-feature .eyebrow {
  color: #a4c8ad;
}
.medtruva-collection {
  padding-top: 72px;
  padding-bottom: 80px;
}
.market-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.market-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #fff;
}
.health-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.health-card-copy h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.market-card-summary {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
}
.market-card-kind {
  color: #68797e;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.market-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: auto;
  padding-top: 20px;
}
.market-price strong {
  color: #10252d;
  font-size: 19px;
}
.market-price span,
.health-card-bottom {
  color: #77868a;
  font-size: 11px;
}
.health-card-bottom {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e6eded;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.medtruva-product-art-link,
.medtruva-product-art {
  display: block;
}
.medtruva-product-art {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  color: #143240;
  background: #f7f9f9;
}
.medtruva-product-art > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medtruva-product-mark,
.medtruva-product-art > strong,
.medtruva-product-art > small,
.medtruva-product-art > em {
  position: absolute;
  z-index: 2;
  left: 9%;
}
.medtruva-product-mark {
  top: 8%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px 3px 9px 3px;
  color: #fff;
  background: linear-gradient(135deg, #0b67a4 0 52%, #58a94f 52% 100%);
  font-size: 10px;
  font-weight: 700;
}
.medtruva-product-art > strong {
  top: 24%;
  max-width: 80%;
  color: #102d39;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.06;
  letter-spacing: -.04em;
}
.medtruva-product-art > small {
  top: 36%;
  color: #65767c;
  font-size: 10px;
  letter-spacing: .12em;
}
.medtruva-product-art > em {
  bottom: 5%;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.quality-visual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-standard-title {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 8%;
  display: grid;
  color: #fff;
  text-shadow: 0 2px 18px #0009;
}
.quality-standard-title strong {
  font-size: clamp(40px, 5vw, 74px);
  letter-spacing: -.06em;
}
.quality-standard-title strong i {
  color: #80c4ed;
  font-style: normal;
}
.quality-standard-title strong em {
  color: #9dd67c;
  font-style: normal;
}
.quality-item > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #2a783e;
  background: #eaf5e7;
  font-weight: 700;
}
.journal-card p {
  margin-bottom: 0;
  font-size: 14px;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 1fr;
  gap: 32px 80px;
  padding: 58px 6% 34px;
  color: #e9f1ed;
  background: #102219;
}
.site-footer p {
  max-width: 650px;
  color: #aebfb5;
}
.site-footer nav {
  align-items: start;
  justify-content: end;
}
.site-footer .medtruva-brand {
  color: #8bc9ee;
}
.site-footer .medtruva-brand > span:last-child > span {
  color: #9cd87c;
}
.footer-notice,
.footer-copy {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid #ffffff1c;
  font-size: 12px;
}
.footer-copy {
  padding-top: 0;
  border: 0;
}
.medtruva-content {
  min-height: 55vh;
}
.medtruva-shop {
  min-height: 55vh;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 24px;
  color: #6c7c80;
}
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid #dfe8e8;
  border-radius: 8px;
  background: #fff;
}
.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  margin: 0 0 20px;
  object-fit: cover;
  background: #f3f6f6;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 20px;
  margin-right: 20px;
}
.woocommerce ul.products li.product .price {
  color: #125d95;
  font-weight: 700;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 3px;
  color: #fff;
  background: #125d95;
}
.woocommerce-info {
  border-top-color: #125d95;
  background: #eff6f8;
}
.woocommerce-info::before {
  color: #125d95;
}
.bodymap-loading {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: #e5ece8;
  background: #111715;
  font: 600 15px/1.5 Arial, sans-serif;
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 18px;
    font-size: 12px;
  }
  .market-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  .announcement > a {
    display: none;
  }
  .site-header {
    height: 72px;
    padding: 0 5%;
  }
  .medtruva-brand {
    font-size: 21px;
  }
  .medtruva-brand-mark {
    width: 34px;
    height: 34px;
  }
  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 5% 20px;
    border-top: 1px solid #e3ebeb;
    background: #fff;
    box-shadow: 0 14px 28px #14323f18;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-nav a {
    padding: 12px 0;
  }
  .nav-actions .contact-nav,
  .nav-actions > a:last-of-type {
    display: none;
  }
  .mobile-toggle {
    display: inline-flex !important;
  }
  .bodymap-feature,
  .quality-feature,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .bodymap-feature {
    flex-direction: column;
    align-items: start;
  }
  .market-featured,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .site-footer nav {
    justify-content: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.bottle-animation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-bottom {
  z-index: 3;
}
.hero-copy {
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
@media (max-width: 760px) {
  .hero {
    min-height: 990px;
  }
  .hero-video,
  .bottle-animation {
    top: 500px;
    height: 490px;
  }
  .hero-video {
    object-position: 64%;
  }
  .hero-shade {
    background: linear-gradient(180deg, #03111c 45%, transparent 63%);
    z-index: 1;
  }
  .hero-copy {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .hero-bottom {
    bottom: 16px;
  }
  .hero-bottom > span {
    display: none;
  }
  .hero-bottom {
    justify-content: flex-end;
  }
}

/* Preserve the supplied artwork; frame its existing whitespace without cropping the mark. */
header {
  height: 96px;
}
.brand,
.footer-brand {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 147px;
  height: 83px;
  overflow: hidden;
}
.brand img,
.footer-brand img {
  position: absolute;
  width: 167px;
  height: 167px;
  max-width: none;
  object-fit: contain;
  left: -11px;
  top: -38px;
  mix-blend-mode: multiply;
}
.footer-brand {
  margin-top: -15px;
}
@media (max-width: 760px) {
  header {
    height: 84px;
  }
  .brand,
  .footer-brand {
    width: 126px;
    height: 71px;
  }
  .brand img,
  .footer-brand img {
    width: 143px;
    height: 143px;
    left: -9px;
    top: -33px;
  }
  .footer-brand {
    margin-top: 0;
  }
}

.cta-band {
  background: linear-gradient(115deg, #104b7d 0%, #145f8f 65%, #377d4d 100%);
}
.hero h1 em {
  color: #a5d585;
}
.product-bottom button:hover {
  background: #e9f3e4;
  border-color: #4f9848;
}
.line-link:hover {
  color: #1267a5;
}

/* The full portrait film stays visible so phones and disclosure text are never cropped. */
.hero {
  min-height: 570px;
  background: #031625;
}
.hero-people-film {
  position: absolute;
  inset: 0 0 0 54%;
  background: #061b2b;
}
.hero-people-film .hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.hero-copy {
  width: 54%;
  padding-top: 115px;
  padding-bottom: 135px;
}
.hero h1 {
  font-size: clamp(38px, 4.6vw, 70px);
}
.hero-ctas {
  flex-wrap: wrap;
}
.hero-bottom {
  right: 50%;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-bottom > span {
  width: 100%;
  margin-bottom: 6px;
}
.quality-visual {
  background: #031320;
  min-height: 570px;
}
.quality-bottle-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73.6% center;
}
.quality-standard-title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: clamp(28px, 5vw, 76px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  color: #f5fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-shadow: 0 3px 24px #00131fe6;
  pointer-events: none;
}
.quality-standard-title strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1.05;
  white-space: nowrap;
}
.quality-standard-title strong i,
.quality-standard-title strong em {
  font-style: normal;
}
.quality-standard-title strong i {
  color: #2485c2;
}
.quality-standard-title strong em {
  color: #58a84b;
}
.quality-visual .bottle-animation {
  inset: 0;
  width: 100%;
  height: 100%;
}
.quality-visual > span {
  z-index: 2;
  bottom: 30px;
  font-size: 10px;
  left: 25px;
}
.bottle-play-control {
  position: absolute;
  z-index: 3;
  bottom: 23px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #69818b;
  border-radius: 24px;
  background: #071c2cbf;
  color: white;
  padding: 10px 14px;
  font-size: 12px;
}
@media (max-width: 760px) {
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-copy {
    width: 100%;
    padding: 48px 7% 105px;
    order: 0;
  }
  .hero h1 {
    font-size: clamp(32px, 9vw, 49px);
  }
  .hero-people-film {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 9/16;
    order: 2;
  }
  .hero-people-film .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-bottom {
    position: relative;
    inset: auto;
    order: 1;
    margin: -78px 7% 30px;
    gap: 10px;
  }
  .hero-bottom > span {
    display: none;
  }
  .quality-visual {
    height: 480px;
    min-height: 480px;
  }
  .quality-visual .bottle-animation {
    top: 0;
    height: 100%;
  }
  .quality-standard-title {
    top: 46%;
    left: 22px;
    font-size: clamp(36px, 11vw, 48px);
  }
  .quality-visual > span {
    font-size: 9px;
    left: 18px;
  }
  .bottle-play-control {
    right: 16px;
  }
}
/* Evidence-led health product collections */
.health-catalog {
  background: #fafcfb;
  color: #183c3b;
}
.health-hero {
  padding: 76px max(6vw, 24px);
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  background: linear-gradient(120deg, #eef5f8, #eaf3e8);
}
.health-hero h1 {
  font-size: clamp(38px, 4.3vw, 65px);
  line-height: 1.08;
  letter-spacing: -2px;
  max-width: 780px;
  margin: 20px 0;
}
.health-hero p {
  max-width: 630px;
  font-size: 18px;
  line-height: 1.7;
  color: #526765;
  margin-bottom: 28px;
}
.health-hero-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #126493;
}
.health-hero-mark svg {
  width: 230px;
  height: 230px;
  filter: drop-shadow(0 18px 30px #74a59355);
}
.health-hero-mark span {
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 24px;
}
.health-tabs {
  display: flex;
  gap: 32px;
  padding: 0 max(6vw, 24px);
  border-bottom: 1px solid #d9e3df;
  overflow-x: auto;
  background: #fff;
}
.health-tabs a {
  padding: 24px 0;
  white-space: nowrap;
  font-size: 14px;
  color: #61716d;
  border-bottom: 3px solid transparent;
}
.health-tabs a[aria-current] {
  color: #125d95;
  border-color: #4f9848;
}
.health-context {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-left: 3px solid #56994c;
  background: #eef4ef;
  padding: 22px 26px;
  margin-bottom: 32px;
}
.health-context svg {
  flex-shrink: 0;
  color: #4f9848;
}
.health-context p {
  line-height: 1.7;
  color: #586c65;
  margin: 7px 0 0;
  font-size: 14px;
}
.health-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
}
.health-search {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 1;
  border: 1px solid #cedbd4;
  padding: 12px 16px;
  background: #fff;
  border-radius: 6px;
}
.health-search input {
  border: 0 !important;
  outline: none;
  width: 100%;
  padding: 0 !important;
  background: transparent;
}
.health-toolbar > label:not(.health-search) {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #61726b;
}
.health-toolbar select {
  background: #fff;
  border: 1px solid #cedbd4;
  padding: 13px 10px;
  border-radius: 6px;
  color: #183c3b;
  max-width: 190px;
}
.health-results {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  font-size: 13px;
}
.health-results span {
  color: #73817b;
}
.health-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.health-card {
  border: 1px solid #dce5df;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.health-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px #183c3b0d;
}
.compound-art {
  height: 210px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 15%, #d4e9dc, transparent 60%),
    linear-gradient(145deg, #edf4f7, #e0ebee);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #176796;
}
.compound-art > svg {
  width: 100px;
  height: 100px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.compound-art > span {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}
.compound-art > small {
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #647d79;
}
.compound-orbit {
  position: absolute;
  border: 1px solid #52904920;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  transform: rotate(-30deg);
}
.orbit-one {
  left: -150px;
  bottom: -70px;
}
.orbit-two {
  right: -140px;
  top: -160px;
  width: 340px;
  height: 340px;
}
.health-card-copy {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.health-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 6px 9px;
  border-radius: 4px;
  background: #f4eddf;
  color: #755d31;
}
.health-badge.approved {
  background: #e8f2e5;
  color: #3d7237;
}
.health-badge.cosmetic {
  background: #e7eef8;
  color: #466082;
}
.health-kind {
  font-size: 11px !important;
  color: #6b7b75 !important;
  margin: 17px 0 8px !important;
}
.health-card h2 {
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin: 0 0 12px;
}
.health-card-copy > p {
  font-size: 14px;
  line-height: 1.65;
  color: #62716a;
}
.health-card-bottom {
  margin-top: auto;
  padding-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.health-card-bottom > span {
  font-size: 10px;
  color: #7c847e;
}
.health-card-bottom a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #125d95;
}
.health-faq {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 60px;
  border-top: 1px solid #d9e4dc;
  margin-top: 70px;
  padding-top: 50px;
}
.health-faq h2,
.health-reading h2 {
  font-size: 32px;
  letter-spacing: -1px;
  margin: 16px 0;
}
.health-faq details {
  border-bottom: 1px solid #d9e4dc;
  padding: 18px 0;
}
.health-faq summary {
  cursor: pointer;
  font-size: 15px;
}
.health-faq details p {
  color: #61716b;
  font-size: 14px;
  line-height: 1.8;
  margin: 16px 0 0;
}
.health-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin: 36px 0 60px;
  align-items: center;
}
.compound-art.large {
  height: 450px;
  border-radius: 12px;
}
.compound-art.large svg {
  height: 190px;
  width: 190px;
}
.compound-art.large > span {
  font-size: 32px;
}
.health-detail h1 {
  font-size: clamp(35px, 4.5vw, 60px);
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 18px 0;
}
.health-detail .eyebrow {
  margin-bottom: 18px;
}
.health-detail .intro {
  font-size: 18px;
  line-height: 1.7;
}
.health-availability {
  border: 1px solid #d8e1dc;
  padding: 18px;
  margin: 24px 0;
  background: white;
  border-radius: 6px;
}
.health-availability p {
  font-size: 13px;
  color: #62716a;
  line-height: 1.65;
  margin-top: 8px;
}
.health-reading {
  max-width: 860px;
  margin: 0 auto 70px;
  scroll-margin-top: 110px;
}
.health-reading article {
  border-top: 1px solid #d9e4dc;
  padding: 30px 0;
}
.health-reading p {
  font-size: 16px;
  line-height: 1.85;
  color: #52665e;
}
.health-reading .small-note {
  font-size: 12px;
  margin-top: 18px;
}
.health-sources a {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  color: #125d95;
  border-bottom: 1px solid #d9e4dc;
  padding: 16px 0;
  font-size: 14px;
}
.health-catalog a:focus-visible,
.health-catalog button:focus-visible,
.health-catalog select:focus-visible,
.health-search:focus-within {
  outline: 2px solid #125d95;
  outline-offset: 4px;
}
@media (max-width: 1000px) {
  .health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .health-hero {
    gap: 30px;
  }
  .health-hero-mark svg {
    width: 180px;
    height: 180px;
  }
  .health-toolbar {
    flex-wrap: wrap;
  }
  .health-search {
    min-width: 100%;
  }
  .health-detail-grid {
    gap: 30px;
  }
  .health-faq {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .health-hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .health-hero-mark {
    display: none;
  }
  .health-grid {
    grid-template-columns: 1fr;
  }
  .health-tabs {
    gap: 24px;
  }
  .health-detail-grid,
  .health-faq {
    grid-template-columns: 1fr;
  }
  .compound-art.large {
    height: 300px;
  }
  .health-results {
    gap: 12px;
  }
  .health-results span {
    font-size: 10px;
  }
  .health-toolbar > label:not(.health-search) {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
  }
  .health-toolbar select {
    max-width: none;
    width: 100%;
  }
  .health-card h2 {
    font-size: 26px;
  }
  .health-context {
    padding: 18px;
  }
  .health-detail .section-heading h2 {
    font-size: 30px;
  }
}
/* Medtruva source-matched product catalog */
.market-heading {
  padding: 48px max(6vw, 24px) 36px;
  background: linear-gradient(120deg, #eef5f8, #eaf3e8);
}
.market-heading h1 {
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 18px 0;
}
.market-heading > p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 800px;
  color: #526765;
}
.market-collection {
  padding-top: 28px;
}
.market-notice {
  font-size: 14px;
  line-height: 1.6;
  background: #ecf2ef;
  border-left: 3px solid #4f9848;
  padding: 14px 18px;
  margin-bottom: 24px;
}
.market-vial {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  background: #fff;
}
.market-vial > img {
  display: block;
  width: 100%;
  height: auto;
}
.vial-type {
  position: absolute;
  left: 34%;
  top: 57%;
  width: 32%;
  text-align: center;
  color: var(--label-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6cqw;
}
.vial-type strong {
  font-size: 4.1cqw;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -0.12cqw;
  overflow-wrap: anywhere;
  width: 100%;
  min-height: 9.5cqw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vial-type > span {
  font-size: 2.2cqw;
  letter-spacing: 0.4cqw;
}
.vial-type > i {
  height: 1.4cqw;
  width: 100%;
  background: var(--label-color);
  border-radius: 0.5cqw;
}
.vial-type small {
  font-size: 1.65cqw;
  letter-spacing: 0.18cqw;
  color: #657272;
}
.market-card-kind {
  font-size: 12px;
  color: #698074;
  margin: 2px 0 12px;
  line-height: 1.5;
}
.market-card .market-card-summary {
  margin: 0 0 14px;
  color: #62716a;
}
.market-card .health-card-copy > p {
  font-size: 16px;
}
.market-card .market-ingredients {
  font-size: 14px !important;
  line-height: 1.7;
  color: #315a65 !important;
  margin: 0 0 12px;
}
.market-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 20px;
}
.market-price strong {
  font-size: 26px;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #125d95;
}
.market-price span {
  font-size: 12px;
  color: #65756d;
}
.market-price.large {
  margin: 16px 0;
  padding: 0;
}
.market-price.large strong {
  font-size: 38px;
}
.price-explanation {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7b74;
}
.market-detail-grid {
  align-items: start;
}
.market-detail-grid > .market-vial {
  border-radius: 12px;
}
.market-detail-grid .market-ingredients {
  font-size: 16px;
  margin: 18px 0;
  color: #436a5c;
  line-height: 1.7;
}
.market-card .health-card-bottom {
  margin-top: 0;
}
.market-card .health-card-bottom > span,
.market-card .health-card-bottom > a {
  font-size: 12px;
}
.market-specs > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #dce5df;
  font-size: 15px;
  line-height: 1.7;
}
.market-specs dt {
  color: #6b7b74;
}
.market-specs dd {
  margin: 0;
}
.market-method,
.market-science {
  margin-top: 65px;
  padding-top: 32px;
  border-top: 1px solid #dce5df;
}
.market-method h2,
.market-science h2 {
  font-size: 32px;
  margin: 16px 0;
}
.market-method p,
.market-science > p {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: #60736a;
}
.market-science > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.market-science a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #cfddd4;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
}
.market-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.market-featured .health-card-copy {
  padding: 20px;
}
.market-featured h2 {
  font-size: 23px;
}
.tablet-reference {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #edf3f6, #dfe7e6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3b5965;
  text-align: center;
  padding: 25px;
}
.tablet-reference > span {
  font-size: 12px;
  letter-spacing: 2px;
}
.tablet-reference > strong {
  font-size: 42px;
  margin: 25px 0;
}
.tablet-reference > p {
  font-size: 16px;
  line-height: 1.7;
}
.market-detail-grid > .tablet-reference {
  border-radius: 12px;
}
.health-tabs a {
  font-size: 15px;
}
.health-toolbar > label:not(.health-search) {
  font-size: 14px;
}
.health-results {
  font-size: 14px;
}
.health-badge {
  font-size: 12px;
}
.market-science a:hover {
  border-color: #125d95;
  color: #125d95;
}
@media (max-width: 1000px) {
  .market-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .market-featured {
    grid-template-columns: 1fr;
  }
  .market-specs > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .market-heading {
    padding-top: 35px;
  }
  .market-detail-grid {
    gap: 30px;
  }
  .market-heading h1 {
    letter-spacing: -1px;
  }
}
.vial-type {
  gap: 1.1cqw;
}
.vial-type strong {
  min-height: 8.5cqw;
}
.vial-type > span {
  letter-spacing: 0;
  font-size: 2.1cqw;
  line-height: 1.2;
  max-width: 100%;
}

.market-source-name {
  font-size: 14px !important;
  line-height: 1.6;
  color: #4d7060;
  margin: 6px 0 12px !important;
}
.source-details h3 {
  font-size: 18px;
  margin: 25px 0 10px;
}
.source-discrepancy {
  background: #f3f2e9;
  border-left: 3px solid #a79157;
  padding: 18px 22px;
  margin: 24px 0;
}
.source-discrepancy h3 {
  margin-top: 0;
}
.purchase-options {
  margin: 26px 0;
  padding: 24px;
  border: 1px solid #cbdcd2;
  border-radius: 12px;
  background: #fff;
  color: #17342b;
}
.purchase-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.purchase-heading h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin: 0;
}
.purchase-heading > span {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #edf3ef;
  color: #4e6d5e;
}
.purchase-strength {
  padding: 0;
  border: 0;
  min-width: 0;
}
.purchase-strength legend {
  font-size: 14px;
  margin-bottom: 13px;
  width: 100%;
  color: #557064;
}
.purchase-strength legend strong {
  float: right;
  color: #183d2e;
}
.strength-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px !important;
}
.strength-option {
  position: relative;
  border: 1px solid #d6e0d9;
  border-radius: 7px;
  padding: 14px 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.strength-option:only-child {
  grid-column: 1/-1;
  padding: 13px;
  text-align: left;
  align-items: flex-start;
}
.strength-option strong {
  font-size: 16px;
}
.strength-option small {
  font-size: 12px;
  color: #637c6e;
}
.strength-option.selected {
  border-color: #287348;
  box-shadow: 0 0 0 1px #287348;
  background: #f1f8f2;
}
.strength-radio {
  position: absolute !important;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.strength-option:focus-within {
  outline: 2px solid #1979b0;
  outline-offset: 3px;
}
.purchase-strength > p,
.delivery-options p,
.purchase-note {
  font-size: 13px !important;
  line-height: 1.65;
  color: #637569;
  margin: 12px 0 20px;
}
.purchase-plans {
  gap: 10px !important;
}
.purchase-plan {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #d6e0d9;
  border-radius: 8px;
  padding: 18px 14px;
  cursor: pointer;
}
.purchase-plan.selected {
  border-color: #287348;
  background: #f2f8f3;
  box-shadow: 0 0 0 1px #287348;
}
.purchase-plan > div {
  flex: 1;
  min-width: 0;
}
.purchase-plan strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 600;
}
.purchase-plan > div > span {
  display: block;
  font-size: 13px;
  color: #6a7f73;
  margin-top: 6px;
}
.purchase-plan em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  color: #236b40;
  background: #dceede;
  padding: 4px 7px;
  border-radius: 4px;
  margin-top: 9px;
}
.purchase-plan > b {
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
  font-weight: 600;
}
.purchase-plan > b > small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #6c8072;
  margin-top: 5px;
}
.purchase-plan [data-slot="radio-group-item"][data-state="checked"] {
  border-color: #287348;
}
.delivery-options {
  padding: 18px 14px 0;
  background: #f7faf7;
  border: 1px solid #d6e3da;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.delivery-options > label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.delivery-options [data-slot="select-trigger"] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  background: white;
}
.delivery-options p {
  margin-bottom: 16px;
}
.purchase-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 20px;
}
.purchase-bottom label {
  display: block;
  font-size: 13px;
  margin-bottom: 9px;
}
.purchase-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #cbd9ce;
  border-radius: 6px;
  height: 42px;
  overflow: hidden;
}
.purchase-quantity button {
  width: 36px;
  height: 42px;
  display: grid;
  place-items: center;
}
.purchase-quantity button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.purchase-quantity output {
  min-width: 29px;
  text-align: center;
  font-size: 16px;
}
.purchase-total {
  text-align: right;
}
.purchase-total > span {
  display: block;
  font-size: 13px;
  color: #61776a;
}
.purchase-total > strong {
  display: block;
  font-size: 25px;
  letter-spacing: -0.6px;
  margin-top: 4px;
}
.purchase-total > small {
  display: block;
  font-size: 12px;
  color: #688171;
  margin-top: 4px;
}
.purchase-closed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: #1b4934;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  cursor: not-allowed;
  opacity: 0.72;
}
.purchase-note {
  margin: 14px 0 0;
}
.product-image-column {
  align-self: start;
  position: sticky;
  top: 100px;
}
.product-image-column > p {
  text-align: center;
  font-size: 13px;
  color: #718174;
  margin-top: 12px;
}
.product-image-column .market-vial {
  width: 100%;
}
.vial-selected-strength {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px !important;
  margin: 4px 0 !important;
}
.market-detail-grid > .product-image-column + .purchase-options {
  min-width: 0;
}
@media (max-width: 760px) {
  .product-image-column {
    position: static;
  }
  .purchase-options {
    padding: 18px 14px;
  }
  .purchase-heading h2 {
    font-size: 19px;
  }
  .purchase-heading > span {
    font-size: 11px;
  }
  .strength-grid {
    gap: 5px !important;
  }
  .strength-option {
    padding: 12px 2px;
  }
  .strength-option strong {
    font-size: 14px;
  }
  .strength-option small {
    font-size: 10px;
  }
  .purchase-plan {
    padding: 15px 10px;
    gap: 8px;
  }
  .purchase-plan strong {
    font-size: 14px;
  }
  .purchase-plan strong svg {
    display: none;
  }
  .purchase-plan > b {
    font-size: 16px;
  }
  .purchase-plan > b > small {
    font-size: 10px;
    white-space: normal;
    max-width: 100px;
  }
  .purchase-total > strong {
    font-size: 22px;
  }
}
@media (max-width: 370px) {
  .strength-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .purchase-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .purchase-plan > div > span {
    font-size: 12px;
  }
}

/* Medtruva collection: original artwork, one consistent brand lockup. */
.mt-designed-vial {
  isolation: isolate;
  --vial-label-white: #fff;
}
.mt-designed-vial::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 39%;
  bottom: 10.6%;
  width: 22%;
  height: 3.6%;
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(
    ellipse at 50% 30%,
    #fff 0 38%,
    #eef2ef 70%,
    #dce3df 100%
  );
  box-shadow:
    0 -1px 3px #fff,
    0 2px 5px #75817b38;
  pointer-events: none;
}
.mt-vial-brand {
  position: absolute;
  z-index: 2;
  left: 32.3%;
  top: 37.5%;
  width: 35.4%;
  height: 17.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--vial-label-white);
}
.mt-vial-brand img {
  width: 59%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.mt-label {
  position: relative;
  overflow: hidden;
  color: #17323b;
  background: var(--vial-label-white, #fff);
  container-type: inline-size;
}
.mt-label-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mt-label-wrap {
  position: absolute;
  z-index: 2;
  left: 32.3%;
  top: 54.7%;
  width: 35.4%;
  height: 25.1%;
  border-radius: 0 0 17% 17% / 0 0 5% 5%;
  box-shadow:
    inset 5px 0 7px -7px #253744,
    inset -5px 0 7px -7px #253744;
}
.mt-label-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2% 3% 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5cqw;
  background: var(--vial-label-white, #fff);
}
.mt-label-copy strong {
  font-size: 16cqw;
  letter-spacing: -0.55cqw;
  line-height: 1.02;
  font-weight: 800;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--label-color);
  text-wrap: balance;
}
.mt-label-copy strong.mt-label-name-long {
  font-size: 11.8cqw;
  line-height: 1.05;
}
.mt-label-copy > span {
  font-size: 4.3cqw;
  letter-spacing: 0.65cqw;
  line-height: 1.25;
  font-weight: 650;
}
.mt-label-copy > b {
  font-size: 6cqw;
  line-height: 1.1;
  background: #ffffffd9;
  padding: 1cqw 3cqw;
  border-radius: 2cqw;
}
.mt-label > small {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3.15cqw;
  letter-spacing: 0.35cqw;
  font-weight: 700;
  color: #18313b;
  background: var(--vial-label-white, #fff);
  padding: 1.9cqw 0;
}
.mt-flat-stage {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  container-type: inline-size;
  padding: 10%;
}
.mt-label-flat {
  width: 75%;
  aspect-ratio: 0.82;
  border-radius: 5px;
  box-shadow: 0 18px 50px #20333c1c;
  border: 1px solid #dce3e6;
}
.mt-label-flat .mt-label-art {
  top: 40%;
  height: 60%;
}
.mt-label-logo {
  position: relative;
  height: 28%;
  width: 56%;
  margin: 4% auto 1%;
  overflow: hidden;
  background: #fff;
}
.mt-label-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-label-flat .mt-label-copy {
  padding: 2% 5% 0;
  gap: 1.8cqw;
}
.mt-label-flat .mt-label-copy strong {
  font-size: 14cqw;
}
.mt-label-flat .mt-label-copy strong.mt-label-name-long {
  font-size: 9.8cqw;
}
.mt-label-flat > small {
  bottom: 4%;
}
.mt-product-visual {
  gap: 12px;
}
.mt-visual-tabs {
  align-self: center;
  background: #e9eeeb;
  padding: 4px;
  border-radius: 999px;
  height: 40px;
  margin-bottom: 6px;
}
.mt-visual-tabs button {
  border-radius: 999px;
  padding: 7px 20px;
  font-size: 13px;
  color: #244739;
}
.mt-visual-tabs button[data-state="active"] {
  background: #fff;
  box-shadow: 0 1px 5px #17342b14;
}
.mt-visual-caption {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #718174;
  margin: 12px 0 0;
}
.mt-oral-stage {
  padding: 8%;
}
@media (prefers-reduced-motion: no-preference) {
  .market-card .mt-designed-vial > img,
  .market-card .mt-label-wrap {
    transition: filter 0.25s;
  }
  .market-card:hover .mt-designed-vial {
    filter: brightness(1.015);
  }
}
.mt-label-copy {
  padding-bottom: 4%;
}
.research-notice {
  margin-top: 26px;
  padding: 22px 24px;
  border-left: 3px solid #4f9848;
  background: linear-gradient(120deg, #eef5f1, #f5f8f6);
  border-radius: 0 8px 8px 0;
}
.research-notice h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.research-notice p {
  margin: 0 !important;
  color: #38564b !important;
}
.research-notice strong {
  color: #165d3b;
}
.product-purchase-column .eyebrow {
  margin-bottom: 8px;
}
.product-purchase-column h1 {
  margin: 14px 0 16px;
  color: #091b2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.product-purchase-column .market-source-name {
  margin: 0 0 12px !important;
}
.product-purchase-column .purchase-options {
  margin-top: 28px;
}
.purchase-strength + .purchase-plans {
  margin-top: 18px;
}
.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 34px;
  color: #68766f;
  font-size: 15px;
}
.product-breadcrumb a {
  color: #376485;
}
.product-breadcrumb strong {
  color: #172a38;
  font-weight: 500;
}
.product-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #b9ddc8;
  border-radius: 999px;
  padding: 10px 17px;
  background: #eff9f2;
  color: #1f7c47;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.product-detail-summary {
  margin: 32px 0 20px;
  color: #526b62;
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.62;
}
.product-fact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}
.product-fact-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  border-radius: 999px;
  padding: 8px 13px;
  background: #f1f7f1;
  color: #30653d;
  font-size: 13px;
  font-weight: 600;
}
.product-fact-pills span.pending {
  background: #f6f2e8;
  color: #776237;
}
.product-display-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  color: #0b1a29;
}
.product-display-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}
.product-display-price span {
  color: #526681;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 720px) {
  .product-breadcrumb {
    margin-bottom: 22px;
  }
  .product-purchase-column h1 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .product-detail-summary {
    margin-top: 25px;
  }
  .product-display-price span {
    font-size: 15px;
  }
  .product-display-price strong {
    font-size: clamp(32px, 10vw, 42px);
  }
}

/* Product-specific educational image beneath the main product visual. */
.product-image-column:has(.product-explainer) {
  position: static;
}
.product-explainer {
  margin-top: 32px;
  border-top: 1px solid #dce6e1;
  padding-top: 26px;
}
.explainer-heading h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 8px 0 20px;
  letter-spacing: -0.6px;
}
.explainer-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #092b40;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  text-align: left;
  color: #fff;
}
.explainer-image-button > img {
  display: block;
  width: 100%;
  height: auto;
}
.explainer-image-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  padding: 14px;
  background: #102f43;
}
.explainer-image-button:focus-visible {
  outline: 3px solid #197bb0;
  outline-offset: 4px;
}
.explainer-reading {
  border-bottom: 1px solid #dce6e1;
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.65;
}
.explainer-reading summary {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
}
.explainer-reading h3 {
  margin-top: 20px;
  font-size: 20px;
}
.explainer-reading p {
  margin: 12px 0;
}
.explainer-boundary {
  background: #eff4f1;
  padding: 14px;
  border-radius: 8px;
}
.explainer-sources a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #e1e8e4;
  font-size: 14px;
  color: #176452;
}
.explainer-sources a span {
  display: block;
  font-size: 13px;
  color: #64766c;
}
.explainer-dialog {
  width: min(940px, 96vw) !important;
  max-width: 940px !important;
  max-height: 92dvh;
  overflow-y: auto;
  background: #f7faf8;
  padding: 24px !important;
}
.explainer-dialog > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .explainer-dialog {
    padding: 18px !important;
  }
  .product-explainer {
    margin-top: 24px;
  }
  .explainer-heading h2 {
    font-size: 24px;
  }
}

/* Retatrutide test: product and three educational images in one gallery. */
.reta-gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reta-gallery-main {
  border-radius: 16px;
  overflow: hidden;
  background: #edf3f7;
}
.reta-gallery-main [data-slot="tabs-content"] {
  margin: 0;
}
.reta-main-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  padding: 0;
  background: #071a29;
  cursor: zoom-in;
}
.reta-main-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reta-main-art > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: white;
  background: #061827dc;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
}
.reta-gallery-thumbnails {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  align-items: start !important;
}
.reta-gallery-thumbnails .reta-thumbnail {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: auto !important;
  min-width: 0;
  padding: 4px 4px 9px !important;
  border: 2px solid transparent;
  border-radius: 10px;
  background: transparent;
  white-space: normal !important;
  box-shadow: none !important;
}
.reta-gallery-thumbnails .reta-thumbnail[data-state="active"] {
  border-color: #197bb0;
  background: #edf6fa;
  color: #163f50;
}
.reta-thumbnail-art {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #071a29;
  pointer-events: none;
}
.reta-thumbnail-art > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reta-thumbnail > span {
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}
.reta-gallery-caption h2 {
  font-size: 23px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.reta-gallery-caption p {
  font-size: 16px;
  line-height: 1.65;
  color: #52665b;
  margin: 0;
}
.reta-art-dialog {
  width: min(1100px, 96vw) !important;
  max-width: 1100px !important;
  max-height: 92dvh;
  overflow-y: auto;
  padding: 24px !important;
  background: #f7faf8;
}
.reta-art-dialog > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.product-image-column:has(.reta-gallery) {
  position: static;
}
@media (max-width: 600px) {
  .reta-gallery-thumbnails {
    gap: 4px !important;
  }
  .reta-gallery-thumbnails .reta-thumbnail {
    padding: 3px 2px 7px !important;
  }
  .reta-thumbnail > span {
    font-size: 12px;
  }
  .reta-art-dialog {
    padding: 18px !important;
  }
}

/* Product information continues beneath the gallery to use the full left column. */
.product-image-column > .health-reading {
  max-width: none;
  margin: 52px 0 0;
}
.product-image-column > .health-reading article:first-child {
  padding-top: 34px;
}
@media (max-width: 640px) {
  .product-image-column > .health-reading {
    margin-top: 38px;
  }
}

/* Compact product-detail scale: keep the commerce surface focused and refined. */
.health-detail {
  max-width: 1120px;
  padding: 46px 4% 60px;
}
.health-detail .product-breadcrumb {
  width: min(988px, 100%);
  margin: 0 auto 22px;
  font-size: 14px;
}
.health-detail .market-detail-grid {
  grid-template-columns: minmax(0, 440px) minmax(0, 500px);
  justify-content: center;
  gap: clamp(32px, 3.5vw, 48px);
  margin: 20px 0 46px;
}
.health-detail .product-image-column {
  width: 100%;
  max-width: 440px;
  justify-self: end;
}
.health-detail .product-purchase-column {
  width: 100%;
  max-width: 500px;
}
.health-detail .product-purchase-column h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 3vw, 42px);
}
.health-detail .product-status-badge {
  min-height: 34px;
  padding: 7px 13px;
  font-size: 12px;
}
.health-detail .product-detail-summary {
  margin: 20px 0 14px;
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.55;
}
.health-detail .product-fact-pills {
  gap: 8px;
  margin-bottom: 20px;
}
.health-detail .product-fact-pills span {
  min-height: 32px;
  padding: 7px 11px;
  font-size: 12px;
}
.health-detail .product-fact-pills svg {
  width: 14px;
  height: 14px;
}
.health-detail .product-display-price strong {
  font-size: clamp(30px, 2.5vw, 36px);
}
.health-detail .product-display-price span {
  font-size: 14px;
}
.health-detail .product-purchase-column .purchase-options {
  margin: 18px 0;
  padding: 17px;
}
.health-detail .purchase-heading {
  margin-bottom: 18px;
}
.health-detail .purchase-heading h2 {
  font-size: 19px;
}
.health-detail .strength-option {
  padding: 11px 4px;
  gap: 4px;
}
.health-detail .strength-option strong {
  font-size: 15px;
}
.health-detail .strength-option small {
  font-size: 12px;
}
.health-detail .purchase-strength + .purchase-plans {
  margin-top: 14px;
}
.health-detail .purchase-plan {
  padding: 14px 12px;
}
.health-detail .purchase-plan strong {
  font-size: 14px;
}
.health-detail .purchase-plan > div > span {
  margin-top: 4px;
  font-size: 12px;
}
.health-detail .purchase-plan > b {
  font-size: 16px;
}
.health-detail .purchase-bottom {
  margin: 18px 0 16px;
}
.health-detail .purchase-total > strong {
  font-size: 22px;
}
.health-detail .purchase-closed {
  padding: 13px;
  font-size: 14px;
}
.health-detail .purchase-note,
.health-detail .price-explanation {
  font-size: 12px !important;
}
.health-detail .reta-gallery {
  gap: 11px;
}
.health-detail .reta-gallery-thumbnails {
  gap: 6px !important;
}
.health-detail .reta-gallery-thumbnails .reta-thumbnail {
  gap: 5px;
  padding: 3px 3px 7px !important;
}
.health-detail .reta-gallery-caption h2 {
  font-size: 20px;
}
.health-detail .reta-gallery-caption p {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .health-detail .market-detail-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .health-detail {
    padding: 38px 6% 50px;
  }
  .health-detail .product-breadcrumb {
    margin-bottom: 20px;
  }
  .health-detail .market-detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 18px;
  }
  .health-detail .product-image-column,
  .health-detail .product-purchase-column {
    max-width: none;
    justify-self: stretch;
  }
  .health-detail .product-purchase-column h1 {
    font-size: clamp(34px, 10vw, 42px);
  }
  .health-detail .product-purchase-column .purchase-options {
    padding: 17px 14px;
  }
}

/* The 16:9 Medtruva film fills the hero without side borders. */
.hero {
  min-height: 760px;
  background: #031625;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #031522f2 0%,
    #031522cf 32%,
    #03152273 58%,
    #0315221f 82%
  );
}
.hero-people-film {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #061b2b;
}
.hero-people-film .hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  z-index: 2;
  width: 58%;
  max-width: 850px;
  padding-top: 86px;
  padding-bottom: 101px;
}
.hero-bottom {
  z-index: 2;
  right: 5%;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-bottom > span {
  width: auto;
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .hero {
    min-height: 488px;
    display: block;
  }
  .hero::after {
    background: linear-gradient(
      180deg,
      #031522e8 0%,
      #031522b8 55%,
      #031522e8 100%
    );
  }
  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 40px 7% 90px;
  }
  .hero-people-film {
    position: absolute;
    inset: 0;
    width: 100%;
    aspect-ratio: auto;
  }
  .hero-bottom {
    position: absolute;
    inset: auto 7% 24px;
    margin: 0;
  }
  .hero-bottom > span {
    display: none;
  }
}


/* Official Medtruva logo — 2026-09-11 */
.medtruva-brand { width: 150px; height: 88px; flex: 0 0 auto; gap: 0; font-size: 0; line-height: 0; }
.medtruva-brand > span { display: none; }
.medtruva-brand::before { content: ""; display: block; width: 150px; height: 88px; background: url("data:image/jpeg;base64,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") center / contain no-repeat; }
.site-footer .medtruva-brand { width: 166px; height: 98px; padding: 5px 8px; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px #00000020; }
@media (max-width: 782px) { .medtruva-brand { width: 122px; height: 72px; } .medtruva-brand::before { width: 122px; height: 72px; } .site-footer .medtruva-brand { width: 138px; height: 82px; } }

/* Product CTA — Medtruva brand blue. */
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled[disabled] {
  background: #125d95;
  border-color: #125d95;
  color: #fff;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover:not(:disabled) {
  background: #0e4d7c;
  border-color: #0e4d7c;
}


/* Vial-size selection — Medtruva brand blue. */
.woocommerce div.product .medtruva-vial-size-option:hover {
  border-color: #125d95;
}
.woocommerce div.product .medtruva-vial-size-option[aria-checked="true"] {
  background: #125d95;
  border-color: #125d95;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(18, 93, 149, .16);
}


/* Variable products: show the selected price inside the RETA-style purchase panel. */
.woocommerce div.product.product-type-variable .summary > .price {
  display: none;
}


/* Compact Medtruva navigation logo — 2026-09-11 */
.site-header { height: 76px; }
.site-header .medtruva-brand { width: 112px; height: 66px; }
.site-header .medtruva-brand::before { width: 112px; height: 66px; }
@media (max-width: 782px) { .site-header { height: 68px; } .site-header .medtruva-brand { width: 100px; height: 59px; } .site-header .medtruva-brand::before { width: 100px; height: 59px; } }

/* RETA-GLP3 quality badges — green reference palette. */
.medtruva-quality-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}
.medtruva-quality-badges > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cfe6cf;
  border-radius: 999px;
  background: #eaf5e7;
  color: #285f32;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.medtruva-quality-badges b {
  color: #3f9348;
  font-size: 16px;
  line-height: 1;
}


/* Shared single-product layout — RETA-GLP3 reference. */
.woocommerce div.product .summary {
  display: flex;
  flex-direction: column;
}
.woocommerce div.product .summary > .product_title { order: 10; }
.woocommerce div.product .summary > .woocommerce-product-details__short-description { order: 20; }
.woocommerce div.product .summary > .medtruva-quality-badges { order: 30; }
.woocommerce div.product .summary > .price { order: 40; }
.woocommerce div.product .summary > form.cart { order: 50; }
.woocommerce div.product .summary > .product_meta { order: 60; }
.woocommerce div.product.product-type-simple .summary > .price {
  box-sizing: border-box;
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
  padding: 20px;
  border: 1px solid #dbe7ea;
  border-radius: 18px;
  background: linear-gradient(145deg,#fbfdfd 0%,#f5f9fa 100%);
  box-shadow: 0 12px 30px rgba(16,37,45,.07);
  color: #125d95;
  font-size: 32px;
  font-weight: 850;
  line-height: 1;
}
.woocommerce div.product.product-type-simple .summary > .price::before {
  content: "Price";
  color: #60747b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media(max-width:520px) {
  .woocommerce div.product.product-type-simple .summary > .price {
    padding: 16px;
    font-size: 28px;
  }
}
