:root {
  --page-background: #ffffff;
  --card-background: #f5f4ef;
  --brand: #000000;
  --muted: #000000;
  --shadow: rgba(11, 59, 60, 0.04);
  --site-scale: 0.67;
  --header-offset: 93px;
}

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

html {
  background: var(--page-background);
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page-background);
  color: var(--brand);
  font-family: TTNorms-Regular, BasisGrotesquePro, Arial, sans-serif;
  overflow-x: hidden;
}

.site-scale {
  zoom: var(--site-scale);
  padding-top: var(--header-offset);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 41px 50px 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 52px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-header__nav--right {
  gap: 38px;
}

.site-header__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.22em;
}

.site-header__chevron {
  width: 12px;
  height: 8px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(1px);
}

.site-header__brand {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  min-width: 348px;
}

.site-header__brand-text {
  color: #000000;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.site-header__bag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  color: var(--brand);
}

.site-header__bag svg {
  width: 30px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page {
  padding: 132px 50px 96px;
}

.section-shell {
  max-width: 1624px;
  margin: 0 auto;
}

.hero {
  max-width: 1624px;
  margin: 0 auto;
}

.hero__title {
  margin: 0;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 82px;
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.hero__title span {
  display: block;
}

.hero__title span + span {
  margin-top: 40px;
}

.hero__title .hero__scribbled {
  position: relative;
  display: inline;
  padding: 0 0.08em;
  background: linear-gradient(180deg, transparent 48%, #f3d55b 48%, #f3d55b 88%, transparent 88%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero__subtitle {
  margin: 126px 0 0;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.category-grid {
  display: flex;
  gap: 18px;
  margin-top: 69px;
}

.category-card {
  position: relative;
  flex: 0 0 392px;
  height: 500px;
  padding: 38px 34px 34px;
  background: var(--card-background);
  border-radius: 14px;
  overflow: hidden;
}

.category-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.category-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.category-card__image--hair {
  width: 314px;
}

.category-card__image--testosterone {
  width: 338px;
}

.category-card__image--ed {
  width: 324px;
}

.category-card__arrow {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 1px 2px var(--shadow);
  backdrop-filter: blur(2px);
}

.category-card__arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-label {
  margin: 0 0 18px;
  color: #000000;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.section-title--wide {
  max-width: 860px;
}

.section-text {
  margin: 20px 0 0;
  max-width: 820px;
  color: #000000;
  font-size: 22px;
  line-height: 1.5;
}

.usp-section,
.how-section,
.products-section,
.team-section,
.reviews-section,
.articles-section,
.featured-section {
  margin-top: 128px;
}

.usp-section__header,
.reviews-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.trustpilot-summary,
.trustpilot-rating {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid #e5ece7;
  border-radius: 20px;
  background: #f8fbf8;
}

.trustpilot-summary img,
.trustpilot-rating img {
  width: 124px;
  height: auto;
}

.trustpilot-summary__mark {
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trustpilot-summary strong,
.trustpilot-rating strong {
  display: block;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.trustpilot-summary span {
  display: block;
  margin-top: 6px;
  color: #000000;
  font-size: 17px;
  line-height: 1.3;
}

.usp-grid,
.how-grid,
.products-grid,
.team-grid,
.reviews-grid,
.articles-grid {
  display: grid;
  gap: 24px;
}

.usp-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.usp-card {
  min-height: 218px;
  padding: 28px;
  border-radius: 24px;
  background: #f5f4ef;
}

.usp-card__icon {
  width: 38px;
  height: 38px;
}

.hiw {
  margin-top: 128px;
}

.hiw-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.hiw-title {
  margin: 0;
  max-width: 1160px;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 82px;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.hiw-title span {
  display: block;
  color: #a7a7a7;
}

.hiw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 88px;
  padding: 0 40px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  flex-shrink: 0;
}

.hiw-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 72px;
}

.hiw-col {
  min-width: 0;
}

.hiw-col-illus {
  width: 100%;
  height: clamp(260px, 20vw, 308px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #4b290a 0%, #7a4b17 100%);
}

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

.hiw-col-illus--test {
  background: linear-gradient(135deg, #4b290a 0%, #7a4b17 100%);
}

.hiw-col-illus--test img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.hiw-col-illus--plan {
  align-items: flex-end;
  background: linear-gradient(135deg, #5a3410 0%, #85521e 100%);
  justify-content: flex-end;
}

.hiw-col-illus--plan img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 92%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.18));
}

.hiw-col-illus--care {
  align-items: flex-end;
  background: linear-gradient(135deg, #5a3410 0%, #7c4a18 100%);
  justify-content: flex-end;
}

.hiw-col-illus--care img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 94%;
  object-fit: contain;
  object-position: right bottom;
}

.hiw-col-title {
  margin: 34px 0 14px;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.hiw-col-desc {
  margin: 0;
  max-width: 430px;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
}

.usp-card h3,
.how-card h3,
.product-card h3,
.consultation-card h3,
.team-card h3,
.article-card h3 {
  margin: 20px 0 12px;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.usp-card p,
.how-card p,
.product-card p,
.consultation-card p,
.team-card p,
.review-card p,
.article-card p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
}

.how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.how-card,
.product-card,
.review-card,
.article-card {
  overflow: hidden;
  border-radius: 28px;
  background: #f5f4ef;
}

.how-card {
  display: flex;
  flex-direction: column;
  min-height: 592px;
}

.how-card__image {
  width: 100%;
  height: 332px;
  object-fit: contain;
  background: linear-gradient(180deg, #fafbf8 0%, #f1efe8 100%);
}

.how-card__image--transparent {
  background: transparent;
}

.how-card__content {
  padding: 26px 28px 30px;
}

.products-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 30px;
  align-items: end;
}

.doctor-quote {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: 28px;
  background: var(--brand);
  color: #fff;
}

.doctor-quote__image {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
}

.doctor-quote__quote {
  margin: 0;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.doctor-quote__name {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 652px;
  padding: 28px;
}

.product-card__image {
  width: 100%;
  height: 320px;
  object-fit: contain;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.section-button,
.team-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 22px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.team-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 28px;
  align-items: start;
}

.team-section__text {
  max-width: 760px;
}

.consultation-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  background: #f5f4ef;
}

.consultation-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.team-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e8ede8;
}

.team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  background: #edf1ef;
}

.team-card h3,
.team-card p {
  padding-inline: 22px;
}

.team-card h3 {
  margin-bottom: 8px;
}

.team-card p {
  padding-bottom: 24px;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.review-card {
  min-height: 260px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e8ede8;
}

.review-card__stars {
  margin-bottom: 18px;
  color: #ff8d7d;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.review-card span {
  display: block;
  margin-top: 20px;
  color: var(--brand);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.articles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.article-card {
  background: #fff;
  border: 1px solid #e8ede8;
}

.article-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.article-card__body {
  padding: 24px;
}

.article-card__tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #000000;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
}

.featured-section {
  padding-bottom: 120px;
}

.featured-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 24px;
  background: #f5f4ef;
}

.featured-logos img {
  width: 100%;
  max-height: 34px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.82;
}

.about-page .section-title,
.about-page .section-text {
  letter-spacing: 0;
}

.about-hero {
  position: relative;
  max-width: 1624px;
  min-height: 720px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px;
  background: #000000;
}

.about-hero__image,
.about-hero__shade {
  position: absolute;
  inset: 0;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.36) 42%, rgba(0, 0, 0, 0.04) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 84px;
  color: #ffffff;
}

.about-hero__content .section-label {
  color: rgba(255, 255, 255, 0.78);
}

.about-hero__content h1 {
  margin: 0;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 84px;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-hero__content p:last-child {
  margin: 28px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  line-height: 1.45;
}

.about-statement,
.about-split,
.about-values,
.about-team,
.about-cta {
  margin-top: 128px;
}

.about-statement h2 {
  max-width: 1240px;
  margin: 0;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 78px;
  line-height: 1;
  letter-spacing: 0;
}

.about-split__grid,
.about-team__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.about-split__copy,
.about-team__copy {
  max-width: 720px;
}

.about-split__image,
.about-team__image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  border-radius: 28px;
  object-fit: cover;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.about-value {
  min-height: 330px;
  padding: 34px;
  border-radius: 28px;
  background: #f5f4ef;
}

.about-value span {
  display: block;
  margin-bottom: 52px;
  color: rgba(0, 0, 0, 0.46);
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.about-value h3 {
  margin: 0 0 14px;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-value p {
  margin: 0;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}

.about-team__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

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

.about-team__stats div {
  padding: 24px;
  border-radius: 20px;
  background: #f5f4ef;
}

.about-team__stats strong,
.about-team__stats span {
  display: block;
}

.about-team__stats strong {
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.about-team__stats span {
  margin-top: 10px;
  color: #000000;
  font-size: 17px;
  line-height: 1.35;
}

.about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 54px 60px;
  border-radius: 28px;
  background: #f5f4ef;
}

.about-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
}

.site-footer {
  padding: 72px 50px 48px;
  background: #000000;
  color: #ffffff;
}

.site-footer__inner {
  max-width: 1624px;
  margin: 0 auto;
}

.site-footer__brand {
  margin-bottom: 46px;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.22em;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(360px, 1.35fr);
  gap: 42px;
  padding-block: 34px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

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

.site-footer__column h2 {
  margin: 0 0 8px;
  font-family: TTNorms-Bold, BasisGrotesquePro-Bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__column a,
.site-footer__column p,
.site-footer__bottom {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.site-footer__column a {
  transition: color 160ms ease;
}

.site-footer__column a:hover {
  color: #ffffff;
}

.site-footer__column p {
  max-width: 620px;
  margin: 0;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
}

@media (max-width: 1600px) {
  .site-header {
    padding-inline: 36px;
  }

  .page {
    padding-inline: 36px;
  }

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

  .products-section__intro,
  .team-section__header {
    grid-template-columns: 1fr;
  }

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

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

  .featured-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer {
    padding-inline: 36px;
  }

  .about-split__grid,
  .about-team__grid {
    gap: 38px;
  }

  .hiw-title {
    font-size: clamp(58px, 5.5vw, 82px);
  }

  .hiw-cta {
    min-width: 190px;
    height: 74px;
    padding-inline: 32px;
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .site-scale {
    zoom: 1;
    padding-top: 0;
  }

  .site-header {
    position: sticky;
    left: auto;
    right: auto;
    padding: 24px 20px 0;
  }

  .site-header__inner {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .site-header__brand {
    position: static;
    order: -1;
    min-width: 0;
    margin: 0 auto;
    transform: none;
  }

  .site-header__brand-text {
    font-size: 24px;
    letter-spacing: 0.2em;
  }

  .site-header__nav {
    gap: 20px;
    flex-wrap: wrap;
  }

  .site-header__nav--left,
  .site-header__nav--right {
    width: 100%;
    justify-content: space-between;
  }

  .site-header__link {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.18em;
  }

  .page {
    padding: 72px 20px 56px;
  }

  .about-hero {
    min-height: 620px;
    border-radius: 22px;
  }

  .about-hero__image {
    object-position: 58% center;
  }

  .about-hero__shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.74) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.12) 100%);
  }

  .about-hero__content {
    padding: 32px 28px;
  }

  .about-hero__content h1 {
    font-size: 52px;
  }

  .about-hero__content p:last-child {
    font-size: 18px;
  }

  .about-statement,
  .about-split,
  .about-values,
  .about-team,
  .about-cta {
    margin-top: 88px;
  }

  .about-statement h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .about-split__grid,
  .about-team__grid,
  .about-values__grid {
    grid-template-columns: 1fr;
  }

  .about-split__image,
  .about-team__image {
    border-radius: 22px;
  }

  .about-value {
    min-height: 0;
    padding: 28px;
    border-radius: 22px;
  }

  .about-value span {
    margin-bottom: 34px;
  }

  .about-value h3 {
    font-size: 28px;
  }

  .about-value p {
    font-size: 18px;
  }

  .about-team__stats,
  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .about-cta h2 {
    font-size: 34px;
  }

  .site-footer {
    padding: 56px 20px 36px;
  }

  .site-footer__brand {
    margin-bottom: 34px;
    font-size: 28px;
    letter-spacing: 0.18em;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 28px 32px;
  }

  .site-footer__column a,
  .site-footer__column p,
  .site-footer__bottom {
    font-size: 16px;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 10px;
  }

  .hero__title {
    font-size: clamp(46px, 14vw, 70px);
    line-height: 1;
  }

  .hero__title span + span {
    margin-top: 18px;
  }

  .hero__subtitle {
    margin-top: 72px;
    font-size: 28px;
  }

  .category-grid {
    flex-direction: column;
    margin-top: 32px;
  }

  .category-card {
    flex-basis: auto;
    width: 100%;
    height: 420px;
    padding: 28px 24px 24px;
  }

  .category-card__title {
    font-size: 28px;
  }

  .category-card__image--hair {
    width: 250px;
  }

  .category-card__image--testosterone {
    width: 285px;
  }

  .category-card__image--ed {
    width: 272px;
  }

  .category-card__arrow {
    left: 24px;
    bottom: 24px;
  }

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

  .section-text {
    font-size: 18px;
    line-height: 1.45;
  }

  .usp-section,
  .hiw,
  .how-section,
  .products-section,
  .team-section,
  .reviews-section,
  .articles-section,
  .featured-section {
    margin-top: 88px;
  }

  .usp-section__header,
  .reviews-section__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .trustpilot-summary,
  .trustpilot-rating {
    width: 100%;
  }

  .usp-grid,
  .hiw-cols,
  .how-grid,
  .products-grid,
  .team-grid,
  .reviews-grid,
  .articles-grid,
  .featured-logos {
    grid-template-columns: 1fr;
  }

  .usp-card,
  .how-card,
  .product-card,
  .review-card,
  .article-card,
  .consultation-card {
    border-radius: 22px;
  }

  .hiw-header {
    flex-direction: column;
    gap: 24px;
  }

  .hiw-title {
    max-width: none;
    font-size: clamp(42px, 12vw, 62px);
    line-height: 0.98;
  }

  .hiw-cta {
    min-width: 0;
    height: 56px;
    padding: 0 28px;
    font-size: 16px;
  }

  .hiw-cols {
    gap: 34px;
    margin-top: 40px;
  }

  .hiw-col-illus {
    height: 260px;
    border-radius: 22px;
  }

  .hiw-col-title {
    margin-top: 24px;
    font-size: 28px;
  }

  .usp-card h3,
  .how-card h3,
  .product-card h3,
  .consultation-card h3,
  .team-card h3,
  .article-card h3 {
    font-size: 28px;
  }

  .how-card {
    min-height: 0;
  }

  .how-card__image,
  .product-card__image {
    height: 260px;
  }

  .product-card {
    min-height: 0;
  }

  .doctor-quote,
  .consultation-card {
    flex-direction: column;
  }

  .doctor-quote__image {
    width: 80px;
    height: 80px;
  }

  .doctor-quote__quote {
    font-size: 24px;
  }

  .featured-section {
    padding-bottom: 72px;
  }

  .featured-logos {
    padding: 24px;
  }
}
