:root {
  --brand-green: #3c0c1c;
  --bright-green: #3c0c1c;
  --sand: #f3f1e7;
  --text: #0c0c0c;
  --card-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "AG1 Sans", "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: #ffffff;
  font-size: 17px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  /* Lock navbar height so it looks identical across pages/browsers */
  height: 76px;
  padding: 0 46px;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 10;
}

.logo {
  height: 46px;
  width: auto;
}

.logo-text {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111111;
  line-height: 1;
}

.logo-text sup {
  font-size: 0.5em;
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -0.15em;
  margin-left: 2px;
  letter-spacing: -0.02em;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 36px;
  width: auto;
  display: block;
  filter: brightness(0);
}

.nav-links {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: flex-end;
}

.nav-links a {
  color: #121212;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 999px;
  background: #3c0c1c;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  border: none;
  cursor: pointer;
  line-height: 1.1;
}

.primary-btn.small {
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 12px;
}

.primary-btn:not(.no-arrow)::after {
  content: "→";
  font-weight: 400;
  font-size: 22px;
}

.nav-buy {
  background: #3c0c1c;
  color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  white-space: nowrap;
}

.icon-btn {
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #202020;
}

.hero {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: calc(100vh - 76px);
}

.hero-text {
  padding: 90px 80px 120px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h1 {
  font-family: "AG1 Serif", "Times New Roman", serif;
  font-size: 64px;
  line-height: 1.05;
  margin: 0 0 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hero-text .lead {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 620px;
}

.hero-text sup {
  font-size: 10px;
  line-height: 0;
  margin-left: 3px;
}

.hero-text .highlight {
  font-size: 16px;
  margin: 14px 0 32px;
}

.hero-benefits {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 26px 0 34px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.hero-quiz-btn {
  width: fit-content;
  max-width: 100%;
  justify-content: center;
  padding: 16px 22px;
}

.hero-quiz-btn span {
  font-size: 20px;
  line-height: 1;
}

.hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.hero-benefit-icon {
  color: rgba(12, 12, 12, 0.85);
  flex: 0 0 auto;
}

.hero-benefit-text {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.65);
}

.hero-image {
  background: #3c0c1c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px 80px;
}

.hero-image img {
  width: 100%;
  max-width: 540px;
  height: auto;
  display: block;
}

.ribbon {
  position: absolute;
  top: 56px;
  right: 50%;
  transform: translateX(50%);
  background: #3c0c1c;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.statement-banner {
  position: relative;
  overflow: hidden;
  padding: 34px 70px;
  color: #ffffff;
  background: #3c0c1c;
}

.statement-banner::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-image:
    radial-gradient(900px 280px at 18% 40%, rgba(255, 221, 108, 0.12) 0%, rgba(60, 12, 28, 0) 62%),
    radial-gradient(700px 260px at 80% 60%, rgba(255, 255, 255, 0.08) 0%, rgba(60, 12, 28, 0) 60%),
    linear-gradient(90deg, rgba(42, 7, 19, 0.92) 0%, rgba(60, 12, 28, 0.92) 50%, rgba(42, 7, 19, 0.92) 100%);
  filter: none;
  transform: none;
  opacity: 1;
}

.statement-banner-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.statement-banner p {
  margin: 0;
  font-family: "AG1 Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.92);
}

.ingredients-explorer {
  background: radial-gradient(1200px 600px at 15% 20%, rgba(255, 221, 108, 0.16) 0%, rgba(60, 12, 28, 0) 55%),
    radial-gradient(900px 520px at 80% 10%, rgba(255, 255, 255, 0.08) 0%, rgba(60, 12, 28, 0) 55%),
    linear-gradient(180deg, #2a0713 0%, #3c0c1c 100%);
  color: #ffffff;
  padding: 96px 70px 110px;
}

.ingredients-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ingredients-title {
  margin: 0 0 44px;
  text-align: center;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 54px;
  line-height: 1.06;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 28px;
  align-items: start;
}

.ingredients-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 34px 28px 30px;
  min-height: 520px;
  background: rgba(0, 0, 0, 0.10);
}

.ingredients-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 6px;
}

.ingredient-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.ingredient-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.18);
}

.ingredient-chip:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

.ingredient-chip.active {
  background: rgba(255, 255, 255, 0.92);
  color: #102026;
  border-color: rgba(255, 255, 255, 0.92);
}

.chip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(235, 205, 122, 0.85);
  box-shadow: 0 0 0 3px rgba(235, 205, 122, 0.18);
  flex: 0 0 auto;
}

.ingredient-chip.active .chip-dot {
  background: #c59b3a;
  box-shadow: 0 0 0 3px rgba(197, 155, 58, 0.22);
}

.ingredient-description {
  margin: 34px 0 0;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.ingredients-more {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.66);
}

.ingredient-description sup {
  font-size: 12px;
  line-height: 0;
}

.ingredients-visual {
  display: flex;
  justify-content: flex-end;
}

.ingredients-card {
  width: 100%;
  max-width: 620px;
  background: transparent;
  border-radius: 2px;
  min-height: 620px;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}

.ingredients-ring {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.ingredients-ring::before {
  content: "";
  width: min(430px, 68%);
  aspect-ratio: 1 / 1;
  border: 4px dotted rgba(16, 32, 38, 0.55);
  border-radius: 50%;
  opacity: 0.75;
}

.ingredients-ring::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 120px;
  background: rgba(16, 32, 38, 0.20);
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.ingredients-capsule {
  position: absolute;
  /* capsule3.png: larger */
  width: 620px;
  height: auto;
  max-width: 92%;
  max-height: 92%;
}

/* Ingredients page (grid + slide-in drawer) */
.ingredients-page {
  padding: 88px 70px 110px;
  background: radial-gradient(900px 520px at 20% 15%, rgba(235, 205, 122, 0.22) 0%, rgba(247, 246, 242, 0) 55%),
    radial-gradient(900px 520px at 90% 10%, rgba(16, 32, 38, 0.07) 0%, rgba(247, 246, 242, 0) 55%),
    #f7f6f2;
  color: #102026;
}

/* Ingredients page – Nährstoffe & Zutaten table */
.nutrition-facts {
  padding: 0 70px 110px;
  background: #f7f6f2;
  color: #102026;
}

.nutrition-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.nutrition-heading {
  margin: 0 0 18px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #102026;
}

.nutrition-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid rgba(16, 32, 38, 0.75);
  border-bottom: 2px solid rgba(16, 32, 38, 0.75);
  padding-top: 6px;
}

/* Collapsible nutrients list */
.nutrition-table-collapsible {
  position: relative;
}

.nutrition-table-collapsible .nutrition-table-wrap {
  max-height: 540px;
  overflow: hidden;
  border-bottom: 0;
}

.nutrition-table-collapsible:not(.is-expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  height: 120px;
  background: linear-gradient(180deg, rgba(247, 246, 242, 0) 0%, rgba(247, 246, 242, 1) 70%);
  pointer-events: none;
}

.nutrition-table-collapsible.is-expanded .nutrition-table-wrap {
  max-height: none;
  overflow: auto;
  border-bottom: 2px solid rgba(16, 32, 38, 0.75);
}

.nutrition-toggle {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: rgba(16, 32, 38, 0.92);
  font-weight: 800;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.nutrition-toggle:focus-visible {
  outline: 2px solid rgba(16, 32, 38, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

.nutrition-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.nutrition-table thead th {
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 8px 12px;
  border-bottom: 1px solid rgba(16, 32, 38, 0.22);
  color: rgba(16, 32, 38, 0.88);
}

.nutrition-table thead th:nth-child(2),
.nutrition-table thead th:nth-child(3),
.nutrition-table tbody td {
  text-align: right;
}

.nutrition-table tbody th,
.nutrition-table tbody td {
  padding: 14px 8px;
  border-bottom: 1px solid rgba(16, 32, 38, 0.16);
  font-size: 15px;
  line-height: 1.35;
}

.nutrition-table tbody th {
  text-align: left;
  font-weight: 600;
  color: rgba(16, 32, 38, 0.92);
}

.nutrition-table tbody tr:last-child th,
.nutrition-table tbody tr:last-child td {
  border-bottom: none;
}

.nutrition-group th {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
  font-weight: 800 !important;
  color: rgba(16, 32, 38, 0.72) !important;
  text-transform: none;
  border-bottom: 1px solid rgba(16, 32, 38, 0.22) !important;
}

.nutrition-sub th {
  font-weight: 500;
  color: rgba(16, 32, 38, 0.70);
}

.nutrition-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(16, 32, 38, 0.66);
}

.nutrition-ingredients {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(16, 32, 38, 0.82);
}

.ingredients-page-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ingredients-page-grid {
  display: block;
}

.ingredients-page-title {
  margin: 0 0 18px;
  /* Match index hero headline styling */
  font-family: "AG1 Serif", "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.ingredients-page-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(16, 32, 38, 0.80);
  max-width: 560px;
}

.ingredients-gallery-wrap {
  margin-top: 42px;
}

.ingredients-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
}

.ingredient-tile {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.ingredient-tile:focus-visible {
  outline: 2px solid rgba(16, 32, 38, 0.55);
  outline-offset: 6px;
  border-radius: 12px;
}

.ingredient-thumb {
  width: 148px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(120px 120px at 30% 30%, rgba(235, 205, 122, 0.55) 0%, rgba(235, 205, 122, 0) 60%),
    linear-gradient(145deg, #d8d4c7 0%, #bfb9a7 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.ingredient-no {
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(16, 32, 38, 0.8);
}

.ingredient-thumb-icon {
  width: 58px;
  height: auto;
  opacity: 0.92;
}

.ingredient-name {
  margin-top: 14px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #102026;
}

.ingredient-sub {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(16, 32, 38, 0.7);
  min-height: 20px;
}

.ingredient-subline {
  display: block;
}

.ingredient-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(2px);
  z-index: 50;
}

.ingredient-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(520px, 92vw);
  background: #ffffff;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.22);
  transform: translateX(110%);
  transition: transform 260ms cubic-bezier(0.19, 1, 0.2, 1);
  z-index: 60;
  display: flex;
  flex-direction: column;
}

.ingredient-drawer.open {
  transform: translateX(0);
}

.drawer-open {
  overflow: hidden;
}

.ingredient-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 14px;
}

.ingredient-drawer-kicker {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: rgba(16, 32, 38, 0.62);
}

.ingredient-drawer-close {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  padding: 6px 10px;
  cursor: pointer;
  color: rgba(16, 32, 38, 0.75);
  border-radius: 10px;
}

.ingredient-drawer-close:hover {
  background: rgba(16, 32, 38, 0.06);
}

.ingredient-drawer-close:focus-visible {
  outline: 2px solid rgba(16, 32, 38, 0.55);
  outline-offset: 2px;
}

.ingredient-drawer-media {
  margin: 0 22px;
  border-radius: 6px;
  background: #d9d6ce;
  overflow: hidden;
  height: 420px;
  display: grid;
  place-items: center;
}

.ingredient-drawer-media-icon {
  /* capsule3.png: larger (but keep it contained) */
  width: 520px;
  height: auto;
  opacity: 0.78;
  max-width: 92%;
  max-height: 92%;
}

.ingredient-drawer-body {
  padding: 26px 22px 30px;
}

.ingredient-drawer-title {
  margin: 0;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #102026;
}

.ingredient-drawer-subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(16, 32, 38, 0.72);
}

.ingredient-drawer-facts {
  margin-top: 16px;
  border: 1px solid rgba(16, 32, 38, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.ingredient-fact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  font-size: 14px;
}

.ingredient-fact-row + .ingredient-fact-row {
  border-top: 1px solid rgba(16, 32, 38, 0.10);
}

.ingredient-fact-label {
  color: rgba(16, 32, 38, 0.62);
  font-weight: 600;
}

.ingredient-fact-value {
  color: rgba(16, 32, 38, 0.88);
  font-weight: 700;
}

.ingredient-drawer-description {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(16, 32, 38, 0.86);
}

.ingredient-drawer-contains {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(16, 32, 38, 0.10);
}

.ingredient-drawer-contains li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 32, 38, 0.08);
}

.ingredient-contains-name {
  color: rgba(16, 32, 38, 0.88);
  font-weight: 650;
}

.ingredient-contains-meta {
  color: rgba(16, 32, 38, 0.66);
  font-weight: 600;
  text-align: right;
}

@media (max-width: 1020px) {
  .ingredients-gallery-wrap {
    margin-top: 34px;
  }
  .ingredients-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .ingredients-page {
    padding: 64px 20px 90px;
  }
  .ingredients-page-title {
    /* Match index hero headline sizing on mobile */
    font-size: 34px;
  }
  .ingredients-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }
  .ingredient-thumb {
    width: 132px;
  }
  .ingredient-name {
    font-size: 18px;
  }
  .ingredient-drawer-media {
    height: 340px;
  }
  .ingredient-drawer-title {
    font-size: 34px;
  }

  .nutrition-facts {
    padding: 0 20px 90px;
  }

  .nutrition-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nutrition-heading {
    font-size: 34px;
  }

  .nutrition-ingredients {
    font-size: 16px;
  }
}

/* Product page */
.product-page {
  padding: 90px 70px 110px;
  background: #ffffff;
  color: #102026;
}

.product-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.product-main {
  background: #eceae3;
  border-radius: 6px;
  padding: 38px;
  min-height: 560px;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.08);
}

.product-main img {
  width: min(520px, 92%);
  height: auto;
  display: block;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.product-thumb {
  appearance: none;
  border: 1px solid rgba(16, 32, 38, 0.16);
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.product-thumb img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  display: block;
}

.product-thumb:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 32, 38, 0.26);
}

.product-thumb.active {
  border-color: rgba(16, 32, 38, 0.65);
  box-shadow: 0 0 0 2px rgba(16, 32, 38, 0.12);
}

.product-thumb:focus-visible {
  outline: 2px solid rgba(16, 32, 38, 0.55);
  outline-offset: 2px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.product-stars {
  color: #2b8a3e;
  letter-spacing: 2px;
  font-size: 14px;
}

.product-rating-text {
  font-size: 14px;
  color: rgba(16, 32, 38, 0.72);
  font-weight: 600;
}

.product-title {
  margin: 0 0 10px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.product-sub {
  margin: 0 0 18px;
  color: rgba(16, 32, 38, 0.78);
  line-height: 1.65;
  font-size: 15px;
  max-width: 520px;
}

.product-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(16, 32, 38, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 10px;
}

.product-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 14px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: rgba(16, 32, 38, 0.72);
  transition: background 160ms ease, color 160ms ease;
}

.product-tab.active {
  background: #102026;
  color: #ffffff;
}

.product-offer {
  margin: 16px 0 18px;
  padding: 12px 12px;
  border-radius: 10px;
  background: rgba(25, 109, 255, 0.08);
  border: 1px solid rgba(25, 109, 255, 0.18);
  color: rgba(16, 32, 38, 0.92);
  line-height: 1.45;
}

.product-plans {
  display: grid;
  gap: 12px;
}

.plan-card {
  border: 1px solid rgba(16, 32, 38, 0.16);
  border-radius: 12px;
  background: #ffffff;
  padding: 16px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  cursor: pointer;
  position: relative;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.plan-card:hover {
  transform: translateY(-1px);
  border-color: rgba(16, 32, 38, 0.28);
}

.plan-card.selected {
  border-color: rgba(16, 32, 38, 0.75);
  box-shadow: 0 0 0 2px rgba(16, 32, 38, 0.10);
}

.plan-card.light {
  background: rgba(16, 32, 38, 0.03);
}

.plan-radio {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 18px;
  height: 18px;
  accent-color: #102026;
}

.plan-left {
  padding-left: 30px;
}

.plan-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.plan-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.plan-badge {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(37, 178, 96, 0.16);
  color: #1f7a41;
}

.plan-badge.alt {
  background: rgba(25, 109, 255, 0.14);
  color: #184fb8;
}

.plan-subtitle {
  margin-top: 6px;
  color: rgba(16, 32, 38, 0.68);
  font-weight: 650;
  font-size: 14px;
}

.plan-bullets {
  margin: 10px 0 0;
  padding-left: 16px;
  color: rgba(16, 32, 38, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.plan-right {
  text-align: right;
}

.plan-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  justify-content: flex-end;
}

.plan-old {
  color: rgba(16, 32, 38, 0.45);
  text-decoration: line-through;
  font-weight: 800;
}

.plan-new {
  color: #102026;
  font-weight: 900;
  font-size: 22px;
}

.plan-per {
  margin-top: 6px;
  color: rgba(16, 32, 38, 0.62);
  font-weight: 650;
  font-size: 13px;
}

.plan-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(16, 32, 38, 0.50);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 6px 0;
}

.plan-divider::before,
.plan-divider::after {
  content: "";
  height: 1px;
  background: rgba(16, 32, 38, 0.12);
}

.product-cta {
  width: 100%;
  margin-top: 18px;
  padding: 18px 18px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: #0d3b3a;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.01em;
  transition: transform 140ms ease, filter 140ms ease;
}

.product-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.product-cta:focus-visible {
  outline: 2px solid rgba(16, 32, 38, 0.55);
  outline-offset: 3px;
}

.product-cta-note {
  margin-top: 10px;
  color: rgba(16, 32, 38, 0.64);
  font-weight: 650;
  font-size: 13px;
  text-align: center;
}

/* Product page – Hr² layout (Nutrafol-style reference) */
.product-page--hr2 {
  --hr2-red: #3c0c1c;
  padding: 64px 70px 100px;
  background: #ffffff;
  color: #102026;
}

.product-page--hr2 .product-inner {
  max-width: 1180px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 56px;
  align-items: start;
}

.product-hero-card {
  background: #f4f2ec;
  border-radius: 10px;
  padding: 18px 18px 22px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
}

.product-hero-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-sale-pill {
  background: var(--hr2-red);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 10px;
}

.product-hero-media {
  margin-top: 28px;
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
}

.product-hero-bottle {
  width: min(360px, 92%);
  height: auto;
  display: block;
}

.product-hero-capsules {
  position: absolute;
  right: 10px;
  bottom: -8px;
  width: min(140px, 38%);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.18));
  transform: rotate(-6deg);
}

.product-award {
  position: absolute;
  left: 18px;
  top: 78px;
  width: 78px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 38, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 9px 9px;
  text-align: center;
  font-weight: 900;
  color: rgba(16, 32, 38, 0.88);
}

.product-award-top {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.product-award-mid {
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.75;
}

.product-award-bottom {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--hr2-red);
}

.product-proof {
  margin-top: 22px;
  text-align: center;
}

.product-proof-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 16px;
}

.product-proof-sub {
  margin-top: 8px;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(16, 32, 38, 0.62);
}

.product-media-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-media-tile {
  background: #f4f2ec;
  border-radius: 10px;
  overflow: hidden;
  min-height: 210px;
  position: relative;
}

.product-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-media-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 12px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 38, 0.10);
  backdrop-filter: blur(6px);
}

.product-media-kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--hr2-red);
}

.product-media-text {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 750;
  color: rgba(16, 32, 38, 0.88);
}

.product-order {
  position: sticky;
  top: 90px;
}

.order-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.order-stars {
  color: var(--hr2-red);
  letter-spacing: 2px;
  font-size: 14px;
}

.order-rating-text {
  font-size: 14px;
  color: rgba(16, 32, 38, 0.72);
  font-weight: 700;
}

.order-limited {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(16, 32, 38, 0.62);
  margin-bottom: 14px;
}

.order-limited::before,
.order-limited::after {
  content: "";
  flex: 1;
  border-top: 1px dotted rgba(16, 32, 38, 0.22);
}

.order-limited span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border-radius: 10px;
  border: 1px solid rgba(16, 32, 38, 0.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(16, 32, 38, 0.76);
}

.order-title {
  margin: 10px 0 8px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 50px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.order-subtitle {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(16, 32, 38, 0.62);
}

.order-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(16, 32, 38, 0.78);
  max-width: 54ch;
}

.order-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--hr2-red);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 13px;
}

.order-form {
  margin-top: 16px;
}

.order-box {
  border: 1px solid rgba(16, 32, 38, 0.26);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.order-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 16px 16px 16px 48px;
  border-bottom: 1px solid rgba(16, 32, 38, 0.12);
  position: relative;
  cursor: pointer;
  background: #ffffff;
}

.order-option:last-child {
  border-bottom: none;
}

.order-option.is-selected {
  background: rgba(60, 12, 28, 0.06);
}

.order-radio {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 18px;
  height: 18px;
  accent-color: var(--hr2-red);
}

.order-option-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.order-save {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(60, 12, 28, 0.14);
  color: var(--hr2-red);
  border: 1px solid rgba(60, 12, 28, 0.22);
}

.order-option-desc {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(16, 32, 38, 0.82);
  font-weight: 650;
}

.order-option-sub {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(16, 32, 38, 0.62);
}

.order-price {
  text-align: right;
  min-width: 92px;
}

.order-price-new {
  font-weight: 900;
  font-size: 22px;
  color: rgba(16, 32, 38, 0.92);
}

.order-price-old {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 850;
  color: rgba(16, 32, 38, 0.45);
  text-decoration: line-through;
}

.order-cta {
  width: 100%;
  margin-top: 18px;
  padding: 14px 14px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: var(--hr2-red);
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform 140ms ease, filter 140ms ease;
}

.order-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.order-cta:focus-visible {
  outline: 2px solid rgba(60, 12, 28, 0.45);
  outline-offset: 4px;
}

.order-once {
  margin-top: 14px;
  text-align: center;
}

.order-once-link {
  color: rgba(16, 32, 38, 0.88);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.order-note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(16, 32, 38, 0.62);
  text-align: center;
}

.order-footnote {
  margin-top: 8px;
  font-size: 9px;
  line-height: 1.55;
  color: rgba(16, 32, 38, 0.55);
  text-align: center;
}

@media (max-width: 1020px) {
  .product-page--hr2 {
    padding: 58px 20px 90px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-order {
    position: static;
  }
  .order-title {
    font-size: 44px;
  }
}

@media (max-width: 520px) {
  .product-media-grid {
    grid-template-columns: 1fr;
  }
  .product-hero-media {
    min-height: 320px;
  }
  .order-title {
    font-size: 36px;
  }
  .order-option {
    grid-template-columns: 1fr;
    padding-right: 18px;
  }
  .order-price {
    text-align: left;
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
    margin-top: 12px;
  }
  .order-price-old {
    margin-top: 0;
  }
}

/* Sections below the hero remain, styled to align with reference */
.routine {
  padding: 96px 72px 110px;
}

.routine-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 42px;
}

.routine-header h2 {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.routine-header p {
  margin: 0;
  line-height: 1.7;
  font-size: 17px;
  max-width: 860px;
}

.outline-btn {
  background: transparent;
  border: 1.6px solid #3c0c1c;
  color: #3c0c1c;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1.1;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  min-height: 380px;
}

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

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 28, 33, 0) 45%, rgba(14, 28, 33, 0.75) 100%);
}

.card-content {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  color: #ffffff;
}

.card-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.card-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.experts {
  padding: 88px 62px 100px;
  background: #ffffff;
}

.experts-header {
  max-width: 1200px;
  margin: 0 auto 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.experts-header h2 {
  margin: 0 0 12px;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.experts-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  max-width: 720px;
}

.experts-controls {
  display: flex;
  gap: 10px;
}

.experts-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.expert-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.expert-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.expert-card h3 {
  margin: 20px 18px 8px;
  font-size: 23px;
  font-weight: 700;
}

.expert-card .subtitle {
  margin: 0 18px 16px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.expert-card .quote {
  margin: 0 18px 24px;
  font-size: 16px;
  line-height: 1.6;
}

.offer {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 720px;
  background: linear-gradient(to right, #3c0c1c 0 50%, #f3f1e7 50% 100%);
}

.offer-left {
  padding: 80px 70px 90px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #3c0c1c;
}

.offer-left h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
}

.offer-sub {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
}

.offer-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.offer-line .muted {
  color: #d4d4d4;
  font-size: 15px;
}

.offer-label {
  font-size: 18px;
}

.offer-price {
  font-size: 18px;
  color: #ffffff;
}

.offer-price .strike {
  text-decoration: line-through;
  color: #9ab0a8;
  margin-right: 8px;
}

.mono {
  font-family: "AG1 Sans", monospace;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 12px 0;
}

.total .offer-label {
  font-size: 20px;
}

.total .offer-price {
  font-size: 20px;
}

.primary-btn.jumbo {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  padding: 18px 32px;
  background: #ffffff;
  color: #3c0c1c;
  border-radius: 999px;
}

.offer-benefits {
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: #e6e6e6;
}

.offer-right {
  padding: 60px 60px 80px;
  background: #f3f1e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  justify-content: center;
}

.offer-right h3 {
  margin: 0;
  font-family: "AG1 Serif", serif;
  font-size: 44px;
  font-weight: 400;
}

.offer-tagline {
  background: #3c0c1c;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-right img {
  width: 55%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}

.quality {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas:
    "left right"
    "cards cards";
  background: #ffffff;
  padding: 96px 80px;
  gap: 32px;
}

.quality-left {
  grid-area: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quality-left h2 {
  margin: 0 0 10px;
  font-size: 52px;
}

.quality-left p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.quality-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quality-list li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quality-right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #f3f1e7;
  padding: 30px;
  border-radius: 12px;
}

.quality-cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 18px;
  margin-top: 18px;
}

.quality-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #1b3826;
}

.quality-card-icon {
  color: rgba(27, 56, 38, 0.92);
}

.quality-card p {
  margin: 0;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(27, 56, 38, 0.92);
}

.badge-row {
  display: flex;
  gap: 14px;
}

.badge-row img {
  height: 110px;
  width: auto;
}

.quality-tube {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.rigorous-testing {
  background: #f3f2e6;
  color: #1b3826;
  padding: 84px 70px;
}

.testing-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 44px;
  align-items: center;
}

.testing-title {
  margin: 0 0 18px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.testing-sub {
  margin: 0;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(27, 56, 38, 0.78);
}

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

.testing-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(27, 56, 38, 0.08);
  border-radius: 18px;
  padding: 30px 22px;
  min-height: 168px;
  display: grid;
  place-items: center;
  text-align: center;
  row-gap: 14px;
}

.testing-icon {
  color: rgba(27, 56, 38, 0.92);
}

.testing-card p {
  margin: 0;
  max-width: 240px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(27, 56, 38, 0.92);
}

.hair-growth-comparison {
  background: #ffffff;
  color: #0c0c0c;
  padding: 34px 70px 60px;
}

.comparison-inner {
  max-width: none;
  margin: 0;
}

.comparison-title {
  margin: 0 0 46px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 68px;
  line-height: 0.98;
  color: rgba(12, 12, 12, 0.96);
  text-align: center;
}

.comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: rgba(12, 12, 12, 0.03);
  margin-top: 26px;
}

.comparison-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.comparison-side {
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
  position: sticky;
  top: 110px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  justify-self: stretch;
}

.comparison-side-title {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 18px;
  color: rgba(12, 12, 12, 0.92);
  margin: 0;
}

.comparison-side-img {
  width: 100%;
  max-width: 100%;
  height: 312px;
  display: block;
  margin: -28px auto 6px;
  object-fit: contain;
}

.comparison-side-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.comparison-side-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  border-radius: 999px;
  background: #3c0c1c;
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.comparison-side-sub {
  font-size: 18px;
  color: rgba(60, 12, 28, 0.65);
}

.comparison-side-cta {
  width: 100%;
  justify-content: center;
  border-radius: 14px;
  padding: 12px 16px;
}

.comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table thead th {
  padding: 22px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: rgba(12, 12, 12, 0.78);
  background: rgba(12, 12, 12, 0.05);
  border-bottom: 1px solid rgba(12, 12, 12, 0.08);
}

.comparison-stub {
  text-align: left !important;
  padding-left: 26px !important;
  width: 240px;
}

.comparison-table tbody th.comparison-stub {
  font-weight: 900;
  font-size: clamp(11px, 1.6vw, 26px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.comparison-table tbody th,
.comparison-table tbody td {
  padding: 26px 18px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(12, 12, 12, 0.06);
  background: #ffffff;
}

.comparison-table tbody th {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(12, 12, 12, 0.9);
}

.comparison-row.is-featured th,
.comparison-row.is-featured td {
  background: #3c0c1c;
  color: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.comparison-row.is-featured th {
  color: rgba(255, 255, 255, 0.98);
}

.comparison-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.comparison-mark.yes,
.comparison-mark.no {
  font-size: 28px;
  line-height: 1;
}

.comparison-mark.few {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.comparison-row.is-featured .comparison-mark.few {
  opacity: 0.85;
}

.comparison-info {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: rgba(12, 12, 12, 0.6);
  border: 1px solid rgba(12, 12, 12, 0.22);
  background: rgba(255, 255, 255, 0.5);
}

.clinical-standard {
  background: #ffffff;
  color: #0c0c0c;
  padding: 96px 72px 110px;
}

.clinical-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 34px;
  align-items: stretch;
}

.clinical-title {
  margin: 0 0 18px;
  font-family: "AG1 Serif", "Times New Roman", serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #0c0c0c;
}

.clinical-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(12, 12, 12, 0.78);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 54px;
}

.clinical-cta .cta-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 221, 108, 0.95);
  color: #102026;
  font-size: 14px;
  line-height: 1;
}

.clinical-foot {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(12, 12, 12, 0.62);
}

.clinical-right {
  display: flex;
  justify-content: flex-end;
}

.clinical-stats {
  width: 100%;
  max-width: 560px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background: #3c0c1c;
  margin-top: 128px;
}

.clinical-stat {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  padding: 22px 26px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.clinical-stat:first-child {
  border-top: none;
}

.clinical-notes {
  margin: 0;
  padding: 12px 26px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  line-height: 1.3;
  color: #ffffff;
}

.clinical-notes li {
  margin: 6px 0;
}

.clinical-notes a {
  color: #ffffff;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stat-value {
  font-family: "AG1 Serif", "Times New Roman", serif;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.stat-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.stat-text sup {
  font-size: 10px;
  line-height: 0;
}

.research {
  padding: 96px 72px 110px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 32px;
}

.research-left h2 {
  margin: 0 0 22px;
  font-size: 50px;
}

.research-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 17px;
}

.research-tabs span {
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.research-tabs .active {
  border-color: #111;
}

.research-body {
  font-size: 26px;
  line-height: 1.35;
  margin: 16px 0 20px;
}

.research-footnote {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

.link-arrow {
  color: #3c0c1c;
  text-decoration: none;
  font-weight: 600;
}

.research-right img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.causes {
  background: #ffffff;
  color: #0c0c0c;
  padding: 96px 72px 84px;
}

.causes-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.causes-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 42px;
}

.causes-header h2 {
  margin: 0 0 14px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 46px;
  line-height: 1.08;
}

.causes-sub {
  margin: 0;
  color: rgba(12, 12, 12, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.causes-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 22px;
  align-items: stretch;
}

.causes-accordion {
  border: 1px solid rgba(12, 12, 12, 0.10);
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}

.cause-item + .cause-item {
  border-top: 1px solid rgba(12, 12, 12, 0.08);
}

.cause-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
}

.cause-btn:focus-visible {
  outline: 2px solid rgba(12, 12, 12, 0.35);
  outline-offset: -2px;
}

.cause-label {
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 14px;
  color: rgba(12, 12, 12, 0.86);
}

.cause-icon {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  background: rgba(12, 12, 12, 0.04);
  color: rgba(12, 12, 12, 0.72);
}

.cause-btn.active .cause-icon {
  background: rgba(255, 221, 108, 0.95);
  color: #102026;
}

.cause-body {
  display: none;
  padding: 0 16px 18px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(12, 12, 12, 0.62);
  background: rgba(12, 12, 12, 0.02);
}

.cause-body.open {
  display: block;
}

.causes-visual {
  margin: 0;
  border: 1px solid rgba(12, 12, 12, 0.10);
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  display: grid;
  grid-template-rows: 1fr auto;
}

.causes-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.causes-caption {
  padding: 18px 18px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(12, 12, 12, 0.70);
  background: #ffffff;
}

.community {
  padding: 90px 72px 120px;
  background: #ffffff;
}

.community-header {
  max-width: 1200px;
  margin: 0 auto 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.community-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.videos {
  padding: 90px 72px 120px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.videos-header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.videos-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.video-card h4 {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.video-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #3c0c1c;
}

.faq {
  padding: 90px 72px 120px;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 30px;
  background: #ffffff;
}

.faq-left h2 {
  margin: 0 0 16px;
  font-size: 48px;
}

.faq-left p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.faq-link {
  color: #3c0c1c;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-question:focus-visible {
  outline: 2px solid rgba(60, 12, 28, 0.35);
  outline-offset: 6px;
  border-radius: 6px;
}

.faq-answer {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.faq-toggle {
  font-size: 22px;
}

.partners {
  background: #ffffff;
  color: #121212;
  padding: 40px 70px;
}

.partners-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.partners-kicker {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(18, 18, 18, 0.7);
}

.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Equal-sized logo "slots" so all partner marks appear uniform */
  width: clamp(150px, 18vw, 190px);
  height: 72px;
  flex: 0 0 auto;
  overflow: visible;
  --partner-logo-scale: 1;
}

.partner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.9;
  display: block;
  transform: scale(var(--partner-logo-scale));
  transform-origin: center;
}

.partner-img.is-png {
  filter: grayscale(1) contrast(1.05);
}

.partner-img.on-dark {
  filter: grayscale(1) contrast(1.05);
  opacity: 0.9;
}

/* Visual normalization: compensate for varying built-in whitespace per asset */
.partner-logo[aria-label="Stanford"] { --partner-logo-scale: 1; }
.partner-logo[aria-label="TU (TUM)"] { --partner-logo-scale: 1.58; }
.partner-logo[aria-label="TU Vienna"] { --partner-logo-scale: 0.72; }
.partner-logo[aria-label="LMU München"] { --partner-logo-scale: 0.82; }
.partner-logo[aria-label="PMU"] { --partner-logo-scale: 0.96; }

.footer {
  background: #ffffff;
  color: #1b3826;
  padding: 84px 70px 56px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 44px;
}

.footer-col h5 {
  margin: 0 0 12px;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: rgba(27, 56, 38, 0.92);
}

.footer-link,
.footer-col a,
.footer-col span {
  display: block;
  color: rgba(27, 56, 38, 0.82);
  text-decoration: none;
  margin: 8px 0;
  font-size: 15px;
}

.footer-link:hover {
  color: rgba(27, 56, 38, 0.98);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-contact-icon {
  margin-top: 2px;
  flex: 0 0 auto;
  color: rgba(27, 56, 38, 0.85);
}

.footer-muted {
  color: rgba(27, 56, 38, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.footer-disclaimer {
  margin: 26px 0 0;
  max-width: 420px;
  color: rgba(27, 56, 38, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.footer-divider {
  height: 1px;
  background: rgba(27, 56, 38, 0.12);
  margin: 42px 0 0;
}

/* Footer – payment methods strip */
.footer-payments {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-payments-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.footer-payments-icon {
  display: block;
  height: 16px;
  width: auto;
  opacity: 0.92;
}

.footer-payments-fallback {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  color: rgba(27, 56, 38, 0.82);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-payments.is-missing .footer-payments-icons {
  display: none;
}

.footer-payments.is-missing .footer-payments-fallback {
  display: flex;
}

.newsletter-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #134f4f;
  border-radius: 12px;
  padding: 10px 12px;
  margin-top: 10px;
}

.newsletter-input input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15px;
}

.newsletter-input .arrow {
  font-size: 18px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
}

.footer-logo {
  height: 44px;
  width: auto;
  display: block;
  filter: none;
}

.footnote {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social {
  color: rgba(27, 56, 38, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(27, 56, 38, 0.14);
  background: rgba(27, 56, 38, 0.02);
  text-decoration: none;
}

.footer-social:hover {
  color: rgba(27, 56, 38, 0.95);
  border-color: rgba(27, 56, 38, 0.22);
}

.footer-meta {
  display: grid;
  gap: 8px;
  max-width: 560px;
}

.footer-small {
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .navbar {
    height: 72px;
    padding: 0 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 72px);
  }

  .hero-text {
    padding: 60px 28px 40px;
  }

  .hero-benefits {
    gap: 18px;
    margin: 22px 0 28px;
    flex-wrap: wrap;
  }

  .hero-benefit {
    min-width: 190px;
    flex: 0 0 auto;
  }

  .hero-image {
    padding: 40px 24px 60px;
  }

  .routine,
  .experts,
  .offer,
  .quality,
  .rigorous-testing,
  .hair-growth-comparison,
  .clinical-standard,
  .research,
  .ingredients-explorer,
  .causes,
  .community,
  .videos,
  .faq,
  .partners {
    padding: 70px 28px 80px;
  }

  .footer {
    padding: 70px 28px 48px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .comparison-layout {
    grid-template-columns: 1fr;
  }

  .comparison-side {
    position: static;
    max-width: 520px;
    margin: 24px auto 0;
    height: auto;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .causes {
    padding-bottom: 56px;
  }

  .partners {
    padding-top: 56px;
  }

  .statement-banner {
    padding: 24px 28px;
  }

  .statement-banner p {
    font-size: 16px;
    line-height: 1.35;
  }

  .ingredients-title {
    font-size: 40px;
  }

  .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .ingredients-panel {
    min-height: auto;
  }

  .ingredients-card {
    min-height: 520px;
    max-width: 100%;
  }

  .ingredients-ring::after {
    height: 90px;
  }

  .causes-header h2 {
    font-size: 34px;
  }

  .causes-grid {
    grid-template-columns: 1fr;
  }

  .causes-visual img {
    min-height: 320px;
  }

  .routine-header,
  .experts-header,
  .community-header,
  .videos-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ribbon {
    right: 24px;
    transform: none;
  }

  .offer {
    grid-template-columns: 1fr;
    background: #3c0c1c;
  }

  .offer-right {
    background: #f3f1e7;
    padding: 40px 28px 60px;
  }

  .offer-right img {
    width: 70%;
    max-width: 280px;
  }

  .offer-left {
    padding: 60px 28px;
  }

  .quality,
  .clinical-inner,
  .research {
    grid-template-columns: 1fr;
  }

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

  .quality {
    grid-template-areas:
      "left"
      "cards"
      "right";
  }

  .testing-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 28px;
  }

  .testing-title {
    font-size: 42px;
  }

  .testing-sub {
    max-width: 100%;
    font-size: 16px;
  }

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

  .comparison-title {
    font-size: 46px;
    margin-bottom: 32px;
  }

  .comparison-scroll {
    border-radius: 10px;
  }

  .clinical-title {
    font-size: 40px;
  }

  .clinical-cta {
    margin-bottom: 26px;
  }

  .clinical-stats {
    margin-top: 24px;
  }

  .clinical-stat {
    grid-template-columns: 120px 1fr;
    padding: 18px 18px;
  }

  .stat-value {
    font-size: 48px;
  }

  .research-right,
  .quality-right {
    margin-top: 12px;
  }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 8px;
  }

  .hero-text h1 {
    font-size: 46px;
  }

  .card {
    min-height: 320px;
  }

  .hide-mobile {
    display: none;
  }

  .experts-header h2 {
    font-size: 40px;
  }

  .offer-left h2 {
    font-size: 44px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .quality-cards {
    grid-template-columns: 1fr;
  }

  .testing-right {
    grid-template-columns: 1fr;
  }

  .comparison-title {
    font-size: 38px;
  }
}

/* =========================
   Rechtliches / Legal pages
   ========================= */

.legal-page {
  padding: 92px 28px 96px;
  background: #faf9f7;
}

.legal-inner {
  max-width: 980px;
  margin: 0 auto;
}

.legal-title {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.04;
  margin: 0 0 18px;
  color: rgba(12, 12, 12, 0.96);
}

.legal-updated {
  margin: 0 0 28px;
  color: rgba(12, 12, 12, 0.62);
  font-size: 14px;
}

.legal-card {
  background: #ffffff;
  border: 1px solid rgba(12, 12, 12, 0.08);
  border-radius: 18px;
  padding: 26px 26px;
}

.legal-card h2 {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 22px;
  margin: 20px 0 10px;
  color: rgba(12, 12, 12, 0.92);
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  margin: 0 0 12px;
  line-height: 1.7;
  font-size: 16px;
  color: rgba(12, 12, 12, 0.78);
}

.legal-card ul {
  padding-left: 18px;
  margin: 0 0 16px;
}

.legal-card a {
  color: #3c0c1c;
  text-decoration: underline;
}

.legal-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(12, 12, 12, 0.14);
  font-size: 14px;
  color: rgba(12, 12, 12, 0.62);
}

/* =========================
   Produktseite: Red theme
   (scoped to produkt.html)
   ========================= */

.theme-red {
  background: #2b0714;
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .navbar {
  background: rgba(43, 7, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.theme-red .brand-logo,
.theme-red .footer-logo {
  filter: brightness(0) invert(1);
}

.theme-red .nav-links a {
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .nav-links a:hover {
  color: #ffffff;
}

.theme-red .primary-btn {
  background: #3c0c1c;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.theme-red .outline-btn {
  border-color: rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .product-page {
  background: radial-gradient(900px 600px at 18% 10%, rgba(255, 110, 142, 0.22), transparent 60%),
    radial-gradient(900px 600px at 90% 20%, rgba(255, 255, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #2b0714 0%, #3c0c1c 55%, #2b0714 100%);
}

.theme-red .product-rating,
.theme-red .product-rating-text,
.theme-red .product-sub {
  color: rgba(255, 255, 255, 0.78);
}

.theme-red .product-sale-strip {
  background: rgba(255, 255, 255, 0.14);
}

.theme-red .product-sale-badge {
  background: #ffffff;
  color: #3c0c1c;
}

.theme-red .product-main {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.theme-red .product-thumb {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.theme-red .product-thumb.active {
  border-color: rgba(255, 255, 255, 0.75);
}

.theme-red .product-tabs {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.theme-red .product-tab {
  color: rgba(255, 255, 255, 0.86);
}

.theme-red .product-tab.active {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: none;
}

.theme-red .product-offer {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .plan-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .plan-card:hover {
  border-color: rgba(255, 255, 255, 0.30);
}

.theme-red .plan-card.selected {
  border-color: rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.10);
}

.theme-red .plan-badge {
  background: #ffffff;
  color: #3c0c1c;
}

.theme-red .plan-badge.alt {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.theme-red .plan-old,
.theme-red .plan-per,
.theme-red .plan-bullets li {
  color: rgba(255, 255, 255, 0.72);
}

.theme-red .plan-new {
  color: #ffffff;
}

.theme-red .product-cta {
  background: #ffffff;
  color: #3c0c1c;
  border: none;
}

.theme-red .product-cta:hover {
  filter: brightness(0.96);
}

.theme-red .product-cta-note,
.theme-red .product-footnote,
.theme-red .footer-muted,
.theme-red .footer-disclaimer {
  color: rgba(255, 255, 255, 0.70) !important;
}

.theme-red .footer {
  background: #2b0714;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.theme-red .footer h5,
.theme-red .footer-link {
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .footer-link:hover {
  color: #ffffff;
}

.theme-red .footer-divider {
  background: rgba(255, 255, 255, 0.12);
}

.theme-red .footer-payments-fallback {
  color: rgba(255, 255, 255, 0.92);
}

.theme-red .footer-payments-icon {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* =========================
   Forschung page
   ========================= */

/* Forschung page: use Hr² red accent (scoped to forschung.html) */
.theme-forschung-red {
  --forschung-accent: #3c0c1c;
  --forschung-accent-muted: rgba(60, 12, 28, 0.72);
  --forschung-accent-soft: rgba(60, 12, 28, 0.62);
}

.theme-forschung-red .forschung-hero-lead,
.theme-forschung-red .forschung-hero-kicker,
.theme-forschung-red .forschung-num,
.theme-forschung-red .forschung-title,
.theme-forschung-red .forschung-block h3,
.theme-forschung-red .forschung-one h3,
.theme-forschung-red .forschung-testing h3,
.theme-forschung-red .forschung-testing-feature-title,
.theme-forschung-red .forschung-testing-feature-icon,
.theme-forschung-red .forschung-plus {
  color: var(--forschung-accent);
}

.theme-forschung-red .forschung-hero-small,
.theme-forschung-red .forschung-block p,
.theme-forschung-red .forschung-one p,
.theme-forschung-red .forschung-testing-sub,
.theme-forschung-red .forschung-testing-feature-desc,
.theme-forschung-red .forschung-muted {
  color: var(--forschung-accent-muted);
}

.theme-forschung-red .forschung-section-head {
  border-top-color: rgba(60, 12, 28, 0.32);
}

.theme-forschung-red .forschung-plus-icon {
  border-color: rgba(60, 12, 28, 0.35);
}

.theme-forschung-red .forschung-testing-list {
  border-top-color: rgba(60, 12, 28, 0.22);
}

.theme-forschung-red .forschung-testing-row {
  border-bottom-color: rgba(60, 12, 28, 0.14);
  color: rgba(60, 12, 28, 0.88);
}

.theme-forschung-red .forschung-testing-plus {
  color: rgba(60, 12, 28, 0.60);
}

.theme-forschung-red .forschung-cta {
  background: var(--forschung-accent);
}

.theme-forschung-red .forschung-cta.secondary {
  color: var(--forschung-accent);
  border-color: rgba(60, 12, 28, 0.35);
}

.theme-forschung-red .forschung-results-cta {
  border-color: rgba(60, 12, 28, 0.28);
  color: rgba(60, 12, 28, 0.92);
}

.theme-forschung-red .forschung-results-cta:focus-visible {
  outline-color: rgba(60, 12, 28, 0.35);
}

.theme-forschung-red .forschung-figure-svg {
  color: rgba(60, 12, 28, 0.80);
}

.theme-forschung-red .forschung-figure-svg.is-placebo {
  color: rgba(60, 12, 28, 0.55);
}

.theme-forschung-red .forschung-figure-svg.is-hr2 {
  color: rgba(60, 12, 28, 0.95);
}

.theme-forschung-red .peerreview-scroll:focus-visible {
  outline-color: rgba(60, 12, 28, 0.35);
}

.theme-forschung-red .peerreview-stub {
  color: rgba(60, 12, 28, 0.92) !important;
}

.forschung-hero {
  padding: 92px 28px 76px;
  background: #fbfbfa;
}

.forschung-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.forschung-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.forschung-hero-lead {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #1f3f26;
  margin: 0 0 28px;
}

.forschung-hero-sub {
  max-width: 520px;
}

.forschung-hero-kicker {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  color: #1f3f26;
  margin: 0 0 10px;
}

.forschung-hero-small {
  color: rgba(31, 63, 38, 0.78);
  line-height: 1.7;
}

.forschung-hero-media {
  border-radius: 20px;
  overflow: hidden;
  background: #0f0f10;
  border: 1px solid rgba(12, 12, 12, 0.10);
}

.forschung-hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.forschung-section {
  padding: 86px 28px;
  background: #fbfbfa;
}

.forschung-section:nth-of-type(even) {
  background: #ffffff;
}

/* Forschung – "Unsere Forschungsergebnisse" (reference-style block) */
.forschung-results {
  padding-top: 10px;
}

.forschung-results-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.forschung-results-title {
  margin: 0;
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(36px, 3.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 650;
  color: #0c0c0c;
  max-width: 640px;
}

.forschung-results-title sup {
  font-size: 0.55em;
  line-height: 0;
}

.forschung-results-cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(31, 63, 38, 0.28);
  background: transparent;
  color: rgba(31, 63, 38, 0.92);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.forschung-results-cta:focus-visible {
  outline: 2px solid rgba(31, 63, 38, 0.35);
  outline-offset: 4px;
}

.forschung-results-cta-plus {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.forschung-results-right-title {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 650;
  color: rgba(12, 12, 12, 0.92);
  letter-spacing: -0.01em;
  font-size: 18px;
  margin: 6px 0 14px;
  text-align: center;
}

.forschung-results-figures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  justify-items: center;
  align-items: start;
}

.forschung-figure-label {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 14px;
  color: rgba(12, 12, 12, 0.88);
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.forschung-figure-svg {
  width: min(240px, 100%);
  height: auto;
  color: rgba(31, 63, 38, 0.80);
}

.forschung-figure-svg.is-placebo {
  color: rgba(31, 63, 38, 0.55);
}

.forschung-figure-svg.is-hr2 {
  color: rgba(31, 63, 38, 0.95);
}

.forschung-results-panel {
  grid-column: 1 / -1;
  margin-top: 28px;
  margin-left: auto;
  max-width: 820px;
  width: 100%;
  border-radius: 16px;
  background: #0f3b39;
  color: rgba(255, 255, 255, 0.92);
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.forschung-results-panel-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 18px;
  margin-top: 2px;
}

.forschung-results-panel-kicker {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 11px;
  opacity: 0.75;
}

.forschung-results-panel-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.forschung-results-panel-text sup {
  font-size: 0.8em;
  line-height: 0;
}

/* Forschung – Peer-Review table */
.peerreview-table-wrap {
  margin-top: 34px;
}

.peerreview-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.03);
  border: 1px solid rgba(12, 12, 12, 0.08);
}

.peerreview-scroll:focus-visible {
  outline: 2px solid rgba(31, 63, 38, 0.35);
  outline-offset: 4px;
}

.peerreview-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
}

.peerreview-table thead th {
  padding: 18px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  color: rgba(12, 12, 12, 0.72);
  background: rgba(12, 12, 12, 0.05);
  border-bottom: 1px solid rgba(12, 12, 12, 0.10);
}

.peerreview-table a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.peerreview-table a:hover {
  opacity: 0.9;
}

.peerreview-table tbody th,
.peerreview-table tbody td {
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(12, 12, 12, 0.88);
  background: #ffffff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.06);
  vertical-align: top;
  text-align: left;
}

.peerreview-table tbody tr:last-child th,
.peerreview-table tbody tr:last-child td {
  border-bottom: 0;
}

.peerreview-stub {
  width: 62%;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(31, 63, 38, 0.92) !important;
}

.forschung-section-head {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(31, 63, 38, 0.32);
  padding-top: 26px;
  margin-bottom: 28px;
}

.forschung-num {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1f3f26;
}

.forschung-title {
  /* Match index hero headline sizing */
  font-family: "AG1 Serif", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0;
  color: #1f3f26;
}

.forschung-media {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(12, 12, 12, 0.08);
}

/* Forschung – remove "card" background specifically for Testing section */
.forschung-two--testing .forschung-media {
  background: transparent;
  border: 0;
}

.forschung-media-img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
}

.forschung-media-img--strains {
  object-position: center 55%;
}

.forschung-media-img--bio {
  object-position: center 52%;
}

.forschung-media-img--validation {
  height: 520px;
  object-position: 25% 40%;
}

.forschung-media-img--wgs {
  height: 520px;
  object-position: 18% 58%;
}

.forschung-media-img--clinical {
  height: 520px;
  object-position: 18% 62%;
}

.forschung-media-img--shime {
  object-position: center 62%;
}

.forschung-media-img--testing {
  height: 520px;
  object-position: 18% 60%;
}

.forschung-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  padding-top: 34px;
}

.forschung-two--visual,
.forschung-two--testing {
  align-items: center;
}

.forschung-one {
  padding-top: 30px;
  max-width: 720px;
}

.forschung-block h3,
.forschung-one h3,
.forschung-testing h3 {
  font-family: "AG1 Sans", "Inter", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #1f3f26;
}

.forschung-block p,
.forschung-one p {
  margin: 0;
  color: rgba(31, 63, 38, 0.76);
  line-height: 1.75;
  font-size: 16px;
}

.forschung-testing-sub {
  margin: 0 0 18px;
  color: rgba(31, 63, 38, 0.76);
  line-height: 1.7;
  font-size: 16px;
}

.forschung-testing-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px 36px;
}

.forschung-testing-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.forschung-testing-feature-icon {
  flex: 0 0 auto;
  color: #1f3f26;
}

.forschung-testing-feature-icon svg {
  display: block;
}

.forschung-testing-feature-title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #1f3f26;
}

.forschung-testing-feature-desc {
  margin: 8px 0 0;
  color: rgba(31, 63, 38, 0.76);
  line-height: 1.7;
  font-size: 15px;
}

.forschung-plus {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #1f3f26;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 700;
}

.forschung-plus-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 63, 38, 0.35);
}

.forschung-testing-list {
  margin-top: 22px;
  border-top: 1px solid rgba(31, 63, 38, 0.22);
}

.forschung-testing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(31, 63, 38, 0.14);
  color: rgba(31, 63, 38, 0.9);
  font-weight: 700;
}

.forschung-testing-plus {
  font-weight: 900;
  color: rgba(31, 63, 38, 0.65);
}

.forschung-testing-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.forschung-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1f3f26;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.forschung-cta.secondary {
  background: transparent;
  color: #1f3f26;
  border: 1px solid rgba(31, 63, 38, 0.35);
}

.forschung-two--scientists {
  padding-top: 0;
  margin-bottom: 22px;
}

.forschung-muted {
  margin: 0;
  color: rgba(31, 63, 38, 0.76);
  line-height: 1.7;
}

.forschung-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.forschung-card {
  border: 1px solid rgba(12, 12, 12, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.forschung-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.forschung-card-name {
  padding: 14px 14px 4px;
  font-weight: 900;
  color: rgba(12, 12, 12, 0.92);
}

.forschung-card-role {
  padding: 0 14px 14px;
  color: rgba(12, 12, 12, 0.62);
  font-size: 13px;
}

@media (max-width: 980px) {
  .forschung-hero-grid {
    grid-template-columns: 1fr;
  }
  .forschung-section-head {
    grid-template-columns: 1fr;
  }
  .forschung-num {
    font-size: 42px;
  }
  .forschung-two {
    grid-template-columns: 1fr;
  }
  .forschung-media-img {
    height: 420px;
  }
  .forschung-cards {
    grid-template-columns: 1fr 1fr;
  }

  .forschung-results-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .forschung-results-right-title {
    text-align: left;
    margin-top: 8px;
  }

  .forschung-results-figures {
    gap: 22px;
    justify-items: start;
  }

  .forschung-figure-label {
    text-align: left;
  }

  .forschung-figure-svg {
    width: min(220px, 100%);
  }

  .forschung-results-panel {
    margin-left: 0;
    max-width: 100%;
  }
}
