:root {
  --site-ink: #020712;
  --site-navy: #06101f;
  --site-navy-soft: #0a1729;
  --site-gold: #ddb052;
  --site-gold-soft: #f0cc78;
  --site-cream: #f4f0e6;
  --site-line: rgba(221, 176, 82, 0.2);
  --site-line-soft: rgba(244, 240, 230, 0.1);
}

html {
  background: var(--site-ink);
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(221, 176, 82, 0.055), transparent 24rem),
    linear-gradient(180deg, #020712 0%, #06101f 48%, #020712 100%);
}

body > div,
body > div > div {
  min-width: 0;
}

::selection {
  background: var(--site-gold);
  color: var(--site-ink);
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--site-gold-soft);
  outline-offset: 4px;
}

.site-header {
  transition:
    background-color 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(2, 7, 18, 0.96);
  border-color: rgba(221, 176, 82, 0.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

.language-switch button {
  min-width: 38px;
}

.hero-actions a,
.site-header-cta,
form button[type="submit"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-actions a::after,
.site-header-cta::after,
form button[type="submit"]::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.22), transparent 75%);
  transform: translateX(-130%);
  transition: transform 600ms ease;
}

.hero-actions a:hover::after,
.site-header-cta:hover::after,
form button[type="submit"]:hover::after {
  transform: translateX(130%);
}

#top {
  min-height: min(820px, calc(100svh - 96px));
  background:
    radial-gradient(circle at 78% 48%, rgba(221, 176, 82, 0.12), transparent 22rem),
    radial-gradient(circle at 48% 25%, rgba(36, 62, 100, 0.18), transparent 35rem),
    linear-gradient(135deg, #020712 0%, #06101f 62%, #020713 100%);
}

#doctor {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#doctor::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  width: 115%;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image: url("london-lines-desktop.jpg?v=20260802-2");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}

#doctor::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 16, 31, 0.34), rgba(6, 16, 31, 0.08) 52%, rgba(6, 16, 31, 0.2));
}

#doctor > div {
  position: relative;
  z-index: 1;
}

#delivery {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(110deg, #101828 0%, #172435 52%, #1c283b 100%) !important;
}

#delivery::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25%;
  width: auto;
  height: 88%;
  aspect-ratio: 2752 / 1536;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image: url("delivery-door-desktop.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.13;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

#delivery > div {
  position: relative;
  z-index: 1;
}

#order::before {
  position: absolute;
  width: min(72vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(221, 176, 82, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-product-frame {
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 58%, rgba(221, 176, 82, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 44%);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.16);
}

.hero-product-frame::before {
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border: 1px solid rgba(221, 176, 82, 0.15);
  border-radius: 50%;
  content: "";
}

.hero-product-frame::after {
  position: absolute;
  right: 6%;
  bottom: 8%;
  left: 6%;
  height: 18%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.72), transparent 67%);
  filter: blur(8px);
}

.product-pack {
  display: block;
  position: relative;
  z-index: 2;
  width: min(100%, 640px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 38px 44px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 30px rgba(221, 176, 82, 0.08));
}

.product-pack--hero {
  width: min(98%, 610px);
}

.product-pack--course {
  width: min(100%, 520px);
}

.product-pack--order {
  width: min(78%, 430px);
  margin-inline: auto;
}

.ingredient-photo {
  position: relative;
  overflow: hidden;
  width: min(100%, 480px);
  justify-self: end;
  border: 1px solid rgba(221, 176, 82, 0.28);
  background: var(--site-ink);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.ingredient-photo::after {
  position: absolute;
  inset: 0;
  border: 10px solid rgba(2, 7, 18, 0.22);
  content: "";
  pointer-events: none;
}

.ingredient-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.doctor-photo {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(221, 176, 82, 0.32);
  background: var(--site-ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.doctor-photo::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(244, 240, 230, 0.16);
  content: "";
  pointer-events: none;
}

.doctor-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#doctor > div > div:first-child {
  order: 2;
}

#doctor > div > div:nth-child(2) {
  order: 1;
}

.course-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.course-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image: url("dominant-london-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  opacity: 0.2;
  mask-image: linear-gradient(180deg, transparent 40%, #000 82%);
}

.course-layout {
  position: relative;
  z-index: 1;
}

.course-media {
  display: grid;
  min-width: 0;
  place-items: center;
}

.course-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.course-copy h2,
.course-copy dd {
  overflow-wrap: anywhere;
}

.site-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.site-footer::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 170px;
  content: "";
  pointer-events: none;
  background-image: url("dominant-london-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, transparent, #000 58%);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.certificates-strip {
  padding-block: 52px;
  border-top: 1px solid rgba(221, 176, 82, 0.1);
  background:
    radial-gradient(circle at 12% 15%, rgba(221, 176, 82, 0.055), transparent 32%),
    #081426;
}

.certificates-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.certificates-intro h2 {
  margin-top: 10px;
  line-height: 1.08;
}

.certificates-intro p {
  max-width: 340px;
  margin-top: 14px;
  color: rgba(244, 240, 230, 0.52);
  font-size: 0.82rem;
  line-height: 1.65;
}

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

.certificate-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 10px;
  border: 1px solid rgba(221, 176, 82, 0.14);
  color: inherit;
  background: rgba(2, 7, 18, 0.42);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.certificate-card:hover {
  border-color: rgba(221, 176, 82, 0.42);
  background: rgba(2, 7, 18, 0.7);
  transform: translateY(-2px);
}

.certificate-card__image {
  display: block;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 230, 0.12);
  background: #e9e7e0;
}

.certificate-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.72) contrast(0.97);
  transition: filter 180ms ease, transform 220ms ease;
}

.certificate-card:hover .certificate-card__image img {
  filter: saturate(0.95) contrast(1);
  transform: scale(1.025);
}

.certificate-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.certificate-card__copy small {
  color: rgba(221, 176, 82, 0.82);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certificate-card__copy strong {
  margin-top: 9px;
  color: #f4f0e6;
  font-family: "Instrument Serif", serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.08;
}

.certificate-card__copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 13px;
  color: rgba(244, 240, 230, 0.46);
  font-size: 0.65rem;
  line-height: 1.3;
}

.certificate-card__copy b {
  color: rgba(221, 176, 82, 0.82);
  font-size: 0.8rem;
  font-weight: 400;
}

.company-credentials__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.6fr;
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  padding-block: 34px;
}

.company-credentials__title > span,
.company-credentials__address > span {
  display: block;
  margin-bottom: 9px;
  color: rgba(244, 240, 230, 0.42);
  font-size: 0.61rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-credentials__title strong {
  display: block;
  color: #f4f0e6;
  font-family: "Instrument Serif", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.company-credentials__title p {
  margin-top: 7px;
  color: rgba(221, 176, 82, 0.68);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-credentials__address {
  color: rgba(244, 240, 230, 0.68);
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.65;
}

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

.company-credentials__ids > div {
  min-width: 0;
  padding: 3px 16px;
  border-left: 1px solid rgba(244, 240, 230, 0.1);
}

.company-credentials__ids dt {
  color: rgba(244, 240, 230, 0.38);
  font-size: 0.57rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-credentials__ids dd {
  margin-top: 9px;
  color: rgba(244, 240, 230, 0.76);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

#ingredients {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#ingredients::before {
  position: absolute;
  top: 28rem;
  right: 0;
  left: 0;
  z-index: 0;
  height: 900px;
  content: "";
  pointer-events: none;
  background-image: url("ingredients-botanical-desktop.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.23;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 74%, transparent 100%);
}

#ingredients > div {
  position: relative;
  z-index: 1;
}

.ingredient-table > div > div {
  grid-column: auto !important;
  min-width: 0;
}

#ingredients .ingredient-table > div:not(:first-child) {
  background: rgba(6, 16, 31, 0.9);
}

#ingredients .ingredient-table > div:nth-child(odd):not(:first-child) {
  background: rgba(2, 7, 18, 0.87);
}

.ingredient-table span {
  max-width: 100%;
  white-space: normal;
  line-height: 1.45;
}

#order {
  background:
    radial-gradient(circle at 82% 40%, rgba(221, 176, 82, 0.12), transparent 25rem),
    linear-gradient(120deg, #020712 0%, #071426 60%, #020712 100%);
}

#order::before {
  top: 50%;
  right: -30vw;
  transform: translateY(-50%);
}

form[data-order-form] {
  position: relative;
}

.site-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 1.5rem;
  color: rgba(244, 240, 230, 0.72);
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-status.is-success {
  color: #e7c878;
}

.form-status.is-error {
  color: #ffaaa2;
}

form[data-order-form] button[disabled] {
  cursor: wait;
  opacity: 0.68;
}

.review-media-grid {
  display: grid;
  gap: 28px;
}

.review-media-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid rgba(221, 176, 82, 0.2);
  background:
    radial-gradient(circle at 92% 0%, rgba(221, 176, 82, 0.09), transparent 18rem),
    linear-gradient(145deg, rgba(10, 23, 41, 0.96), rgba(2, 7, 18, 0.94));
}

.review-media-panel::after {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 160px;
  aspect-ratio: 1;
  border: 1px solid rgba(221, 176, 82, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.review-media-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.review-media-heading h3 {
  margin: 0;
  color: var(--site-cream);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.review-media-heading p {
  max-width: 430px;
  margin: 0;
  color: rgba(244, 240, 230, 0.56);
  font-size: 0.75rem;
  line-height: 1.55;
}

.whatsapp-review-grid,
.audio-review-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

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

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

.review-shot {
  min-width: 0;
  margin: 0;
}

.review-shot__frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(244, 240, 230, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(24, 43, 51, 0.8), rgba(9, 22, 28, 0.96)),
    var(--site-ink);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
  color: inherit;
  cursor: zoom-in;
  text-align: inherit;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.review-shot__frame:hover {
  border-color: rgba(221, 176, 82, 0.46);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.review-shot__frame::before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 3;
  width: 28%;
  height: 5px;
  border-radius: 999px;
  background: rgba(244, 240, 230, 0.18);
  content: "";
  transform: translateX(-50%);
}

.review-shot__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 28px;
  color: rgba(244, 240, 230, 0.68);
  text-align: center;
}

.review-shot__placeholder::before {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(221, 176, 82, 0.42);
  border-radius: 50%;
  content: "+";
  color: var(--site-gold);
  font: 300 28px/38px Inter, sans-serif;
}

.review-shot__placeholder strong {
  color: var(--site-cream);
  font-size: 0.78rem;
  font-weight: 500;
}

.review-shot__placeholder small {
  margin-top: 8px;
  color: rgba(244, 240, 230, 0.4);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.review-shot__image {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #09161c;
  opacity: 0;
  transition: opacity 240ms ease;
}

.review-shot__image.is-ready {
  opacity: 1;
}

.review-shot figcaption {
  padding: 12px 4px 0;
  color: rgba(244, 240, 230, 0.58);
  font-size: 0.68rem;
  line-height: 1.5;
}

.audio-review {
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(244, 240, 230, 0.12);
  background: rgba(2, 7, 18, 0.55);
}

.audio-review__top {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.audio-review__toggle {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(221, 176, 82, 0.5);
  border-radius: 50%;
  background: rgba(221, 176, 82, 0.08);
  color: var(--site-gold-soft);
  cursor: pointer;
}

.audio-review__toggle::before {
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  content: "";
}

.audio-review.is-playing .audio-review__toggle::before {
  width: 9px;
  height: 12px;
  margin-left: 0;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.audio-review__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.audio-review__identity {
  min-width: 0;
}

.audio-review__identity strong {
  display: block;
  overflow: hidden;
  color: var(--site-cream);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-review__identity span,
.audio-review__state {
  color: rgba(244, 240, 230, 0.46);
  font-size: 0.65rem;
  line-height: 1.5;
}

.audio-review__wave {
  height: 34px;
  background: repeating-linear-gradient(
    90deg,
    rgba(221, 176, 82, 0.55) 0 2px,
    transparent 2px 7px
  );
  mask-image: linear-gradient(180deg, transparent 5%, #000 35%, #000 65%, transparent 95%);
  opacity: 0.48;
}

.audio-review__timeline {
  width: 100%;
  height: 3px;
  margin: 0;
  accent-color: var(--site-gold);
  cursor: pointer;
}

.audio-review__timeline:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.audio-review__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(244, 240, 230, 0.42);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
}

.audio-review__state {
  min-height: 1em;
  overflow-wrap: anywhere;
}

.review-media-note {
  margin-top: 14px;
  color: rgba(244, 240, 230, 0.42);
  font-size: 0.68rem;
  line-height: 1.55;
}

.review-lightbox {
  width: min(92vw, 720px);
  max-width: none;
  max-height: 92svh;
  margin: auto;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(221, 176, 82, 0.42);
  background: #06101f;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.72);
}

.review-lightbox::backdrop {
  background: rgba(0, 3, 10, 0.88);
  backdrop-filter: blur(8px);
}

.review-lightbox img {
  display: block;
  width: 100%;
  max-height: 92svh;
  object-fit: contain;
}

.review-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(244, 240, 230, 0.25);
  border-radius: 50%;
  background: rgba(2, 7, 18, 0.86);
  color: var(--site-cream);
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
}

body.review-lightbox-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .ingredient-table > div {
    grid-template-columns: minmax(210px, 1fr) minmax(170px, 0.62fr) minmax(320px, 1.55fr) !important;
    column-gap: 0 !important;
  }

  .ingredient-table > div:first-child {
    padding: 0 !important;
  }

  .ingredient-table > div:first-child > div {
    padding: 1rem 1.5rem;
  }

  .ingredient-table > div:not(:first-child) {
    align-items: stretch;
    padding: 0 !important;
  }

  .ingredient-table > div:not(:first-child) > div {
    display: flex;
    min-height: 88px;
    align-items: center;
    padding: 1.25rem 1.5rem;
  }

  .ingredient-table > div > div + div {
    border-left: 1px solid rgba(244, 240, 230, 0.1);
  }
}

@media (min-width: 1024px) {
  #doctor > div > div {
    order: initial;
  }

  .course-media {
    order: 1;
  }

  .course-copy {
    order: 2;
  }
}

@media (max-width: 1023px) {
  .certificates-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .certificates-intro {
    max-width: 500px;
  }

  .company-credentials__inner {
    grid-template-columns: 1fr 1fr;
  }

  .company-credentials__ids {
    grid-column: 1 / -1;
  }

  #top {
    min-height: auto;
  }

  .hero-product-frame {
    min-height: 560px;
    max-width: 620px;
    margin-inline: auto;
  }

  .doctor-photo {
    margin-inline: auto;
  }

  .ingredient-photo {
    justify-self: start;
  }

  .course-copy {
    order: 1;
  }

  .course-media {
    order: 2;
  }
}

@media (max-width: 767px) {
  .certificates-strip {
    padding-block: 42px;
  }

  .certificates-grid {
    display: flex;
    margin-inline: -20px;
    padding-inline: 20px;
    gap: 10px;
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .certificates-grid::-webkit-scrollbar {
    display: none;
  }

  .certificate-card {
    flex: 0 0 min(76vw, 292px);
    grid-template-columns: 76px minmax(0, 1fr);
    scroll-snap-align: start;
  }

  .certificate-card__image {
    height: 104px;
  }

  .company-credentials__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 30px;
  }

  .company-credentials__ids {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-credentials__ids > div {
    display: grid;
    grid-template-columns: minmax(110px, 0.8fr) 1.2fr;
    align-items: baseline;
    gap: 14px;
    padding: 0;
    border-left: 0;
  }

  .company-credentials__ids dd {
    margin-top: 0;
  }

  html {
    scroll-padding-top: 78px;
  }

  .site-header > div {
    height: 58px;
    padding-inline: 16px;
    gap: 10px;
  }

  .site-header > div > a:first-child span:first-child {
    font-size: 1.22rem;
    letter-spacing: 0.12em;
  }

  .site-header__actions {
    gap: 8px;
  }

  .language-switch button {
    min-width: 32px;
    padding: 6px 7px;
    font-size: 9px;
  }

  .site-header-cta {
    padding: 9px 11px;
    font-size: 9px;
  }

  #top > div.relative {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  #top h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 15vw, 4.6rem);
    overflow-wrap: anywhere;
  }

  #top p {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 420px;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .hero-product-frame {
    min-height: 470px;
  }

  .product-pack--hero {
    width: min(96%, 480px);
  }

  .doctor-photo {
    max-width: 300px;
    margin-top: 8px;
  }

  .course-section {
    padding-block: 64px;
  }

  .course-layout {
    gap: 38px;
  }

  .course-media {
    overflow: hidden;
  }

  .course-section::before {
    background-position: 64% bottom;
    background-size: auto 420px;
    opacity: 0.12;
    mask-image: linear-gradient(180deg, transparent 58%, #000 88%);
  }

  .course-media > div {
    display: none;
  }

  .product-pack--course {
    width: min(88%, 320px);
  }

  .course-copy dl {
    gap: 16px;
  }

  .site-footer::before {
    height: 150px;
    background-position: 68% bottom;
    opacity: 0.1;
  }

  .ingredient-photo {
    width: 100%;
    max-width: none;
  }

  #ingredients::before {
    display: none;
  }

  #delivery::before {
    display: none;
  }

  #ingredients .ingredient-table > div:not(:first-child) {
    background: rgba(6, 16, 31, 0.92);
  }

  #ingredients .ingredient-table > div:nth-child(odd):not(:first-child) {
    background: rgba(2, 7, 18, 0.9);
  }

  .ingredient-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
  }

  .ingredient-table > div:not(:first-child) {
    gap: 12px !important;
    padding: 20px !important;
    border: 1px solid rgba(221, 176, 82, 0.18);
  }

  .ingredient-table > div:not(:first-child) > div:first-child {
    font-size: 1.18rem;
    line-height: 1.25;
  }

  .ingredient-table > div:not(:first-child) > div:nth-child(3) {
    padding-top: 12px;
    border-top: 1px solid rgba(244, 240, 230, 0.1);
    line-height: 1.6;
  }

  .product-pack--order {
    width: min(90%, 380px);
  }

  section {
    scroll-margin-top: 78px;
  }

  #doctor::before {
    left: 0;
    width: 100%;
    background-image: url("london-lines-mobile.jpg");
    background-position: 54% bottom;
    background-size: 100% auto;
    opacity: 0.33;
    -webkit-mask-image: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, 0.08) 38%, #000 58%);
    mask-image: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, 0.08) 38%, #000 58%);
  }

  #doctor::after {
    background: linear-gradient(180deg, rgba(6, 16, 31, 0.2), rgba(6, 16, 31, 0.08) 50%, rgba(6, 16, 31, 0.28));
  }

  #doctor {
    padding-bottom: 7rem;
  }

  .review-media-heading {
    display: block;
  }

  .review-media-heading p {
    margin-top: 10px;
  }

  .whatsapp-review-grid {
    display: flex;
    margin-inline: -20px;
    padding-inline: 20px;
    gap: 12px;
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .whatsapp-review-grid::-webkit-scrollbar {
    display: none;
  }

  .review-shot {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .audio-review-grid {
    grid-template-columns: 1fr;
  }

  .audio-review {
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .site-header-cta {
    display: none;
  }

  #top h1 {
    font-size: clamp(3rem, 15.5vw, 4rem);
  }

  #top ul {
    column-gap: 18px;
    row-gap: 22px;
  }

  #top ul > li > div:first-child {
    font-size: 2rem;
  }

  .hero-product-frame {
    min-height: 410px;
  }
}

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

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