@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-600.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-700.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --navy: #021d3c;
  --navy-soft: #0b3157;
  --teal: #008b97;
  --teal-dark: #006b75;
  --cyan: #22bdd0;
  --green: #2f7d5a;
  --green-dark: #1d6345;
  --ink: #17232b;
  --muted: #5b6970;
  --line: #dce5e6;
  --line-strong: #c4d1d3;
  --surface: #ffffff;
  --surface-soft: #f3f8f8;
  --surface-green: #f0f6f2;
  --shadow: 0 14px 38px rgba(2, 29, 60, 0.08);
  --container: 1240px;
  --measure: 760px;
  --radius: 8px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 620px;
  font-size: 52px;
  line-height: 1.08;
}

h2 {
  font-size: 36px;
  line-height: 1.18;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

::selection {
  background: #bcecf0;
  color: var(--navy);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button--primary {
  background: var(--green);
  color: #fff;
}

.button--primary:hover {
  background: var(--green-dark);
}

.button--secondary {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.button--secondary:hover {
  border-color: var(--teal-dark);
  background: #fff;
  color: var(--teal-dark);
}

.button--amazon {
  width: 100%;
  background: var(--navy);
  color: #fff;
}

.button--amazon:hover {
  background: var(--teal-dark);
}

.product-hero {
  --product-hero-desktop: url("/assets/images/stuetzstruempfe-hero-1600.webp");
  --product-hero-mobile: url("/assets/images/stuetzstruempfe-hero-960.webp");
  --product-hero-overlay: linear-gradient(90deg, #f3f8f8 0%, rgba(243, 248, 248, 0.98) 34%, rgba(243, 248, 248, 0.86) 48%, rgba(243, 248, 248, 0) 69%);
  min-height: 510px;
  border-block: 1px solid var(--line);
  background-color: var(--surface-soft);
  background-image:
    var(--product-hero-overlay),
    var(--product-hero-desktop);
  background-position: center, right bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 108%;
}

.page-thrombosestruempfe .product-hero {
  --product-hero-desktop: url("/assets/images/thrombosestruempfe-hero-1600.jpg");
  --product-hero-mobile: url("/assets/images/thrombosestruempfe-hero-960.jpg");
}

.page-kompressionssocken .product-hero {
  --product-hero-desktop: url("/assets/images/kompressionssocken-hero-1600.jpg");
  --product-hero-mobile: url("/assets/images/kompressionssocken-hero-960.jpg");
  --product-hero-overlay: linear-gradient(90deg, #f3f8f8 0%, #f3f8f8 36%, rgba(243, 248, 248, 0.99) 44%, rgba(243, 248, 248, 0.9) 52%, rgba(243, 248, 248, 0.7) 59%, rgba(243, 248, 248, 0.42) 65%, rgba(243, 248, 248, 0.16) 70%, rgba(243, 248, 248, 0) 74%);
}

.product-hero__grid {
  min-height: 510px;
  display: flex;
  align-items: center;
  padding-block: 54px;
}

.product-hero__copy {
  min-width: 0;
  width: 48%;
  max-width: 580px;
}

.product-hero__intro {
  max-width: 590px;
  margin-top: 20px;
  color: #33444c;
  font-size: 17px;
  line-height: 1.7;
}

.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-point {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-point svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-point:nth-child(2) span {
  white-space: nowrap;
}

.fact-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.fact-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fact-item {
  min-width: 0;
  min-height: 122px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 22px;
  border-left: 1px solid var(--line);
}

.fact-item:first-child {
  border-left: 0;
}

.fact-item svg {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  fill: none;
  stroke: var(--teal-dark);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fact-item strong,
.fact-item span {
  display: block;
}

.fact-item strong {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.4;
}

.fact-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.catalog-section {
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.catalog-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.catalog-heading p:last-child {
  max-width: 700px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.catalog-card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(2, 29, 60, 0.05);
}

.catalog-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.page-thrombosestruempfe .catalog-card__media {
  background: #f2f2f4;
}

.page-kompressionssocken .catalog-card__media {
  background: #eef1f3;
}

.catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-card__badge {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-card__body {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.catalog-card h3 {
  min-height: 0;
  font-size: 17px;
}

.catalog-card__rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}

.catalog-card__rating span {
  color: #efa900;
  font-size: 17px;
  line-height: 1;
}

.catalog-card__rating small {
  color: var(--muted);
  font-size: 12px;
}

.catalog-card__price {
  margin-top: 16px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
}

.catalog-card__meta {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-card__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid var(--green);
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.catalog-card__button:hover {
  background: #fff;
  color: var(--green-dark);
}

.catalog-section__action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.page-section {
  padding-block: 76px;
}

.page-section--soft {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.page-section--green {
  border-block: 1px solid #d7e7dc;
  background: var(--surface-green);
}

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

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 40px;
}

.section-heading p,
.section-intro {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-heading--split p {
  margin-top: 0;
}

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

.comparison-layout > *,
.section-heading--split > *,
.faq-layout > * {
  min-width: 0;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  scrollbar-color: var(--teal) var(--surface-soft);
}

.comparison-table {
  width: 100%;
  min-width: 670px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison-table thead th {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.comparison-table tbody th {
  width: 25%;
  color: var(--navy);
  font-size: 14px;
}

.comparison-table td {
  color: #34464e;
  font-size: 14px;
}

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

.table-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.comparison-note {
  padding: 26px;
  border-left: 3px solid var(--teal);
  background: var(--surface-soft);
}

.comparison-note h3 {
  font-size: 18px;
}

.comparison-note p {
  margin-top: 12px;
  color: #405159;
  font-size: 14px;
  line-height: 1.7;
}

.comparison-note a {
  color: var(--teal-dark);
  font-weight: 700;
}

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

.info-card {
  min-width: 0;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(2, 29, 60, 0.05);
}

.info-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #b7d8d1;
  border-radius: 50%;
  background: var(--surface-green);
  color: var(--green);
}

.info-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.editorial-band {
  border-block: 1px solid #113c61;
  background: var(--navy);
  color: #fff;
}

.editorial-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 70px;
  padding-block: 64px;
}

.editorial-band h2,
.editorial-band h3 {
  color: #fff;
}

.editorial-band .eyebrow {
  color: #7bd4dc;
}

.editorial-band p {
  margin-top: 16px;
  color: #d8e5ed;
  line-height: 1.75;
}

.key-question {
  padding: 28px 0 28px 30px;
  border-left: 3px solid var(--cyan);
}

.key-question h3 {
  font-size: 18px;
}

.key-question strong {
  color: #fff;
}

.recommendation-disclosure {
  max-width: 920px;
  margin: -12px 0 30px;
  padding: 15px 18px;
  border-left: 3px solid var(--teal);
  background: var(--surface-soft);
  color: #45565e;
  font-size: 13px;
  line-height: 1.6;
}

.recommendation-disclosure a {
  color: var(--teal-dark);
  font-weight: 700;
}

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

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.product-card__media {
  position: relative;
  min-height: 328px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--product-bg, #eef2f3);
}

.product-card__image-frame {
  width: min(100%, 328px);
  aspect-ratio: 1;
}

.product-card__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--product-bg, #eef2f3);
}

.product-card__badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.product-card__body {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.product-card__brand {
  margin-bottom: 7px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__symbol-note {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.product-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding: 16px 0;
  margin: 16px 0 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.product-card__specs li {
  position: relative;
  padding-left: 17px;
  color: #405159;
  font-size: 13px;
  line-height: 1.45;
}

.product-card__specs li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.product-card__description {
  margin-top: 18px;
  color: #35474f;
  font-size: 14px;
  line-height: 1.7;
}

.product-card__limit {
  margin-top: 18px;
  padding: 17px 18px;
  border-left: 3px solid var(--teal);
  border-radius: 4px;
  background: var(--surface-soft);
  color: #35474f;
  font-size: 13px;
  line-height: 1.65;
}

.product-card__limit strong {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card__footer {
  margin-top: auto;
  padding-top: 18px;
}

.product-card__price-note {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.selection-grid .info-card {
  box-shadow: none;
}

.selection-grid .info-card__number {
  display: block;
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.medical-caution {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: 34px;
  border: 1px solid #a9ccb6;
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  background: var(--surface-green);
}

.medical-caution__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
}

.medical-caution__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical-caution h2 {
  font-size: 25px;
}

.medical-caution p {
  max-width: 950px;
  margin-top: 10px;
  color: #395047;
  line-height: 1.75;
}

.medical-caution a {
  color: var(--teal-dark);
  font-weight: 700;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 86px;
}

.faq-layout .section-heading {
  position: sticky;
  top: 130px;
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-item summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 22px;
  padding-block: 18px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-item__icon::before,
.faq-item__icon::after {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  background: var(--teal);
  content: "";
  transition: transform 160ms ease;
}

.faq-item__icon::after {
  transform: rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
  transform: rotate(0);
}

.faq-item__answer {
  max-width: 720px;
  padding: 0 50px 24px 0;
  color: var(--muted);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.faq-item[open]:not([data-closing]) .faq-item__answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-item__answer p {
  margin-bottom: 0;
  line-height: 1.75;
}

.reader-reviews {
  background: #fff;
}

.reader-reviews__heading {
  margin-bottom: 32px;
  text-align: center;
}

.reader-reviews__heading .eyebrow {
  margin-bottom: 10px;
}

.reader-reviews__heading h2 {
  font-size: 30px;
}

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

.reader-review {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(2, 29, 60, 0.04);
}

.reader-review__stars {
  color: #f2b400;
  font-size: 22px;
  line-height: 1;
}

.reader-review blockquote {
  flex: 1;
  margin: 20px 0 18px;
  color: #33434a;
  font-size: 14px;
  line-height: 1.65;
}

.reader-review__name {
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.reader-review__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 600;
}

.reader-review__status svg {
  width: 19px;
  height: 19px;
  padding: 4px;
  border-radius: 50%;
  background: var(--green);
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.related-card {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--teal);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.related-card:hover {
  border-color: var(--teal);
  box-shadow: 0 12px 30px rgba(2, 29, 60, 0.08);
  transform: translateY(-2px);
}

.related-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.related-card span {
  margin-top: auto;
  padding-top: 18px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
}

.reveal-enabled .scroll-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-enabled .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  h1 {
    font-size: 45px;
  }

  .product-hero__grid {
    padding-block: 48px;
  }

  .product-hero__copy {
    width: 52%;
  }

  .fact-strip__grid,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-thrombosestruempfe .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fact-item:nth-child(3) {
    border-left: 0;
  }

  .fact-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .comparison-note {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .product-hero {
    min-height: 0;
    background-image:
      linear-gradient(180deg, #f3f8f8 0%, #f3f8f8 46%, rgba(243, 248, 248, 0.97) 59%, rgba(243, 248, 248, 0) 79%),
      var(--product-hero-mobile);
    background-position: center, center bottom;
    background-size: 100% 100%, 100% auto;
  }

  .product-hero__grid {
    min-height: 0;
    display: block;
    padding-block: 42px calc(75vw + 30px);
  }

  .product-hero__copy {
    width: 100%;
    max-width: 720px;
  }

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

  .section-heading--split,
  .editorial-band__grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    align-items: start;
    gap: 10px;
  }

  .editorial-band__grid {
    gap: 34px;
  }

  .faq-layout {
    gap: 38px;
  }

  .faq-layout .section-heading {
    position: static;
  }

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

  .related-card {
    min-height: 150px;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .page-section {
    padding-block: 58px;
  }

  .catalog-section {
    padding-block: 52px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

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

  .product-card__media {
    min-height: 300px;
  }

  .product-card__image-frame {
    width: min(100%, 300px);
  }

  .medical-caution {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .product-hero__grid {
    width: 100%;
    padding: 30px 16px calc(75vw + 20px);
  }

  .product-hero__intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .product-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .product-hero__actions .button {
    min-height: 46px;
  }

  .hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 12px;
    margin-top: 20px;
  }

  .hero-point {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
  }

  .hero-point svg {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .fact-strip__grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .fact-item,
  .fact-item:nth-child(3) {
    min-height: 98px;
    padding: 19px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-item:last-child {
    border-bottom: 0;
  }

  .page-section {
    padding-block: 48px;
  }

  .section-heading p,
  .section-intro {
    font-size: 15px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 16px;
  }

  .comparison-note,
  .info-card,
  .product-card__body,
  .related-card {
    padding: 21px 19px;
  }

  .catalog-heading {
    margin-bottom: 24px;
  }

  .catalog-grid {
    gap: 12px;
  }

  .catalog-card__media {
    aspect-ratio: 1;
  }

  .catalog-card__body {
    padding: 14px;
  }

  .catalog-card h3 {
    min-height: 0;
    font-size: 15px;
  }

  .catalog-card__rating {
    gap: 4px;
    margin-top: 10px;
  }

  .catalog-card__rating span {
    font-size: 13px;
  }

  .catalog-card__price {
    margin-top: 12px;
    font-size: 16px;
  }

  .catalog-card__button {
    padding-inline: 8px;
    font-size: 12px;
  }

  .editorial-band__grid {
    padding-block: 50px;
  }

  .key-question {
    padding: 4px 0 4px 20px;
  }

  .product-card__media {
    min-height: 276px;
  }

  .product-card__image-frame {
    width: min(100%, 276px);
  }

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

  .medical-caution {
    gap: 16px;
    padding: 24px 20px;
  }

  .medical-caution h2 {
    font-size: 22px;
  }

  .faq-item summary {
    min-height: 70px;
    padding-block: 18px;
    font-size: 16px;
  }

  .faq-item__answer {
    padding-right: 0;
  }

  .reader-reviews__grid {
    grid-template-columns: 1fr;
  }

  .reader-review {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-enabled .scroll-reveal {
    opacity: 1;
    transform: none;
  }
}
