@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./poppins-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./poppins-semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./poppins-bold.ttf") format("truetype");
}

:root {
  --ink: #17211e;
  --muted: #64706b;
  --cream: #f5f4ed;
  --paper: #fffefa;
  --line: #dfe3dc;
  --forest: #112a26;
  --green: #256c52;
  --green-bright: #2f8b68;
  --mint: #dcebe3;
  --gold: #f0a619;
  --red: #bd3f2d;
  --shadow: 0 24px 60px rgba(17, 42, 38, 0.1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(47, 139, 104, 0.09), transparent 26rem),
    var(--cream);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

.product-link {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(37, 108, 82, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-link:hover {
  color: var(--forest);
  text-decoration-color: currentColor;
}

p,
h1,
h2,
h3,
figure,
blockquote {
  margin-top: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: white;
  background: var(--forest);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--green-bright);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid rgba(223, 227, 220, 0.85);
  background: rgba(255, 254, 250, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
}

.brand span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.text-link:hover {
  color: var(--green);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: white;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(37, 108, 82, 0.2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  background: var(--forest);
  border-color: var(--forest);
  box-shadow: 0 14px 30px rgba(17, 42, 38, 0.24);
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(47, 139, 104, 0.35);
  outline-offset: 4px;
}

.button-small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 12px;
}

.button-block {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: center;
  padding-block: clamp(58px, 9vw, 112px);
}

.eyebrow-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.eyebrow,
.section-kicker,
.summary-label {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 24px;
  height: 2px;
  margin-right: 9px;
  background: currentColor;
  content: "";
}

.read-time {
  color: var(--muted);
  font-size: 12px;
}

h1,
h2,
h3 {
  color: var(--forest);
  line-height: 1.16;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5.6vw, 72px);
  letter-spacing: -0.052em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.038em;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.standfirst {
  max-width: 650px;
  margin-bottom: 28px;
  color: #4e5a55;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.byline > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}

.byline-name {
  font-size: 13px;
  font-weight: 700;
}

.byline time {
  color: var(--muted);
  font-size: 12px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.rating strong {
  font-size: 12px;
}

.stars {
  display: block;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.media-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  background: #dfe7e1;
  border: 1px solid rgba(17, 42, 38, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.media-frame video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-frame figcaption {
  padding: 12px 16px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.hero-media {
  margin: 0;
  transform: rotate(1.4deg);
}

.hero-media::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(17, 42, 38, 0.18);
  content: "";
  pointer-events: none;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(250px, 310px);
  gap: clamp(44px, 7vw, 90px);
  align-items: start;
  padding-bottom: 100px;
}

.article-body {
  min-width: 0;
}

.article-body p {
  margin-bottom: 22px;
}

.intro-section,
.content-section,
.feature-section,
.reviews-section,
.faq-section {
  margin-bottom: clamp(64px, 9vw, 106px);
}

.lede {
  color: var(--forest);
  font-size: clamp(21px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.intro-section .lede::first-letter {
  float: left;
  margin: 12px 10px 0 0;
  color: var(--green);
  font-size: 72px;
  font-weight: 700;
  line-height: 0.72;
}

.section-kicker {
  margin-bottom: 16px;
}

.emphasis {
  padding: 22px 24px;
  color: var(--forest);
  background: var(--mint);
  border-left: 4px solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-weight: 600;
}

.pullquote {
  margin: 40px 0;
  padding: 8px 0 8px 30px;
  color: var(--green);
  border-left: 3px solid var(--green);
  font-size: clamp(25px, 3.5vw, 35px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.feature-list {
  display: grid;
  gap: 28px;
}

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(17, 42, 38, 0.06);
}

.feature-card .media-frame {
  margin: 0;
  border-radius: var(--radius-md);
  box-shadow: none;
}

.feature-card .media-frame video {
  aspect-ratio: 1 / 1;
}

.feature-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feature-number {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: white;
  background: rgba(17, 42, 38, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.price-section {
  padding: clamp(28px, 5vw, 48px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.price-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.price-callout {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.price-line {
  justify-content: center;
}

.price-callout > div > span,
.sidebar-price > span {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-line,
.sidebar-price div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price-line del,
.sidebar-price del {
  color: var(--muted);
  font-size: 14px;
}

.price-line strong,
.sidebar-price strong {
  color: var(--forest);
  font-size: 31px;
  letter-spacing: -0.04em;
}

.offer-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.update-banner {
  margin-bottom: clamp(64px, 9vw, 106px);
  padding: clamp(28px, 5vw, 46px);
  color: white;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.12), transparent 10rem),
    var(--forest);
  border-radius: var(--radius-lg);
  text-align: center;
}

.update-banner > span {
  display: block;
  margin-bottom: 8px;
  color: #9de0bd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.update-banner > strong {
  display: block;
  font-size: clamp(25px, 4vw, 38px);
  letter-spacing: -0.035em;
}

.update-banner p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.update-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
}

.update-price {
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.update-price > span {
  display: block;
  margin-bottom: 5px;
  color: #9de0bd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.update-price .price-line {
  justify-content: center;
}

.update-price .price-line del {
  color: rgba(255, 255, 255, 0.55);
}

.update-price .price-line strong {
  color: white;
  font-size: clamp(34px, 5vw, 46px);
}

.update-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.update-action p {
  margin: 0 0 16px;
}

.update-action small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

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

.review-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.review-card header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.review-card header > img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
}

.review-card header strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-card header .stars {
  margin-top: 5px;
  font-size: 14px;
}

.review-card h3 {
  font-size: 17px;
  line-height: 1.4;
}

.review-card p {
  color: #4f5c57;
  font-size: 14px;
  line-height: 1.75;
}

.review-card .review-meta {
  min-height: 0;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.verified {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 4px 8px;
  color: var(--green);
  background: var(--mint);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.review-photo {
  width: 100%;
  max-width: 220px;
  height: auto;
  aspect-ratio: auto;
  margin-top: 0;
  object-fit: contain;
  border-radius: 10px;
}

.final-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 36px;
  padding: clamp(30px, 6vw, 50px);
  color: white;
  background:
    linear-gradient(135deg, rgba(47, 139, 104, 0.4), transparent 55%),
    var(--forest);
  border-radius: var(--radius-lg);
}

.final-cta {
  align-items: center;
  text-align: center;
}

.final-cta > span {
  color: #9de0bd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.final-cta > strong {
  max-width: 520px;
  margin-bottom: 12px;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.25;
}

.button-light {
  color: var(--forest);
  background: white;
  border-color: white;
}

.button-light:hover {
  color: white;
  background: var(--green-bright);
  border-color: var(--green-bright);
}

.final-cta small {
  color: rgba(255, 255, 255, 0.64);
}

.update-banner .button,
.final-cta .button,
.article-cta .button {
  width: min(100%, 310px);
  min-height: 58px;
  padding-inline: 28px;
  font-size: 15px;
}

.update-button {
  margin-top: 0;
}

.faq-section {
  margin-bottom: 42px;
}

.article-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  padding: 34px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
}

.article-cta > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cta > strong {
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.3;
}

.article-cta > small {
  color: var(--muted);
  font-size: 10px;
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: var(--forest);
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary i {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 10px;
  height: 1px;
  background: var(--green);
  content: "";
  transition: transform 0.2s ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0deg);
}

.faq-list details p {
  max-width: 650px;
  padding: 0 46px 22px 0;
  color: var(--muted);
}

.tip-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px 24px;
  background: #fff4d7;
  border: 1px solid #ead8a8;
  border-radius: var(--radius-md);
}

.tip-card strong {
  color: #7b5808;
}

.tip-card p {
  margin: 0;
  font-size: 14px;
}

.sidebar {
  position: sticky;
  top: 110px;
}

.summary-card {
  overflow: hidden;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.summary-label {
  margin-bottom: 10px;
  color: var(--red);
}

.summary-card h2 {
  margin-bottom: 18px;
  font-size: 25px;
}

.summary-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.summary-card li {
  position: relative;
  padding-left: 24px;
  color: #4f5c57;
  font-size: 12px;
  line-height: 1.5;
}

.summary-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: var(--mint);
  border: 3px solid var(--green);
  border-radius: 50%;
  content: "";
}

.sidebar-price {
  margin: 0 -28px 24px;
  padding: 22px 28px;
  background: #f0f5f1;
  border-block: 1px solid var(--line);
}

.summary-card > small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.site-footer {
  padding: 60px 0 110px;
  color: rgba(255, 255, 255, 0.58);
  background: var(--forest);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand strong {
  color: white;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 11px;
  font-weight: 600;
}

.site-footer p {
  max-width: 950px;
  margin-bottom: 14px;
  font-size: 9px;
  line-height: 1.7;
}

.site-footer > .shell > small {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-offer {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-media {
    width: min(760px, 100%);
    transform: none;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-body {
    max-width: 760px;
  }

  .sidebar {
    display: none;
  }

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

  .review-card {
    display: grid;
    grid-template-columns: 1fr 170px;
    column-gap: 24px;
  }

  .review-card header,
  .review-card h3,
  .review-card p,
  .review-card .verified {
    grid-column: 1;
  }

  .review-photo {
    grid-column: 2;
    grid-row: 1 / 7;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 74px;
    font-size: 16px;
    line-height: 1.72;
  }

  .shell {
    width: min(100% - 28px, 1160px);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small,
  .header-actions .text-link,
  .header-actions .button {
    display: none;
  }

  .hero {
    gap: 34px;
    padding-block: 44px 56px;
  }

  h1 {
    font-size: clamp(35px, 10.5vw, 50px);
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: 30px;
  }

  .standfirst {
    font-size: 17px;
  }

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

  .hero-media::after {
    width: 54px;
    height: 54px;
  }

  .article-layout {
    padding-bottom: 68px;
  }

  .intro-section,
  .content-section,
  .feature-section,
  .reviews-section,
  .faq-section {
    margin-bottom: 68px;
  }

  .media-frame {
    border-radius: 20px;
  }

  .feature-card {
    grid-template-columns: 1fr;
    padding: 14px 14px 22px;
  }

  .feature-card .media-frame video {
    aspect-ratio: 16 / 10;
  }

  .feature-copy {
    padding: 0 8px;
  }

  .price-section {
    padding: 26px 20px;
  }

  .price-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .review-card {
    display: flex;
  }

  .review-photo {
    height: auto;
    min-height: 0;
  }

  .tip-card {
    grid-template-columns: 1fr;
  }

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

  .site-footer {
    padding-bottom: 60px;
  }

  .mobile-offer {
    position: fixed;
    z-index: 95;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    color: white;
    background: rgba(17, 42, 38, 0.96);
    box-shadow: 0 -10px 30px rgba(17, 42, 38, 0.18);
    backdrop-filter: blur(14px);
  }

  .mobile-offer > div {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .mobile-offer small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-offer strong {
    margin-top: 4px;
    font-size: 22px;
  }

  .mobile-offer .button {
    color: var(--forest);
    background: white;
    border-color: white;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Single-column advertorial layout */
body {
  padding-bottom: 0;
  background: #f4f2ec;
}

.site-header {
  position: relative;
  background: #fff;
  backdrop-filter: none;
}

.header-inner {
  width: min(820px, calc(100% - 40px));
  min-height: 72px;
  justify-content: flex-start;
}

.hero {
  display: block;
  width: min(820px, calc(100% - 40px));
  padding-block: 46px 34px;
}

.hero-copy {
  max-width: 760px;
  margin-inline: auto;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.4vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(28px, 3.4vw, 38px);
}

.standfirst {
  font-size: 18px;
}

.hero-media {
  width: 100%;
  margin: 34px 0 0;
  transform: none;
}

.hero-media::after {
  display: none;
}

.article-layout {
  display: block;
  width: min(820px, calc(100% - 40px));
  padding-bottom: 84px;
}

.article-body {
  max-width: 760px;
  margin-inline: auto;
}

.media-frame {
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(17, 42, 38, 0.08);
}

.feature-list {
  gap: 54px;
}

.feature-card {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.feature-card .media-frame {
  margin-bottom: 22px;
  border-radius: 12px;
}

.feature-card .media-frame video {
  aspect-ratio: 16 / 10;
}

.feature-copy {
  padding-inline: 4px;
}

.feature-copy h3 {
  font-size: 24px;
}

.feature-copy p {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.78;
}

.feature-number {
  top: 16px;
  left: 16px;
}

.price-section {
  padding: 34px;
  border-radius: 14px;
  box-shadow: none;
}

.update-banner,
.final-cta {
  border-radius: 14px;
}

.review-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  column-gap: 26px;
  padding: 24px;
  border-radius: 12px;
}

.review-card header,
.review-card h3,
.review-card p,
.review-card .verified {
  grid-column: 1;
}

.review-card .review-photo {
  grid-column: 2;
  grid-row: 1 / 7;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  align-self: start;
}

.site-footer > .shell {
  width: min(820px, calc(100% - 40px));
}

.mobile-offer,
.sidebar {
  display: none !important;
}

@media (max-width: 680px) {
  body {
    padding-bottom: 0;
  }

  .header-inner,
  .hero,
  .article-layout,
  .site-footer > .shell {
    width: min(100% - 28px, 820px);
  }

  .hero {
    padding-block: 34px 28px;
  }

  h1 {
    font-size: clamp(30px, 8.5vw, 37px);
    line-height: 1.18;
  }

  h2 {
    font-size: 28px;
  }

  .standfirst {
    font-size: 16px;
  }

  .hero-media {
    margin-top: 26px;
  }

  .feature-card {
    padding: 0;
  }

  .feature-copy {
    padding-inline: 0;
  }

  .price-section {
    padding: 26px 20px;
  }

  .review-card {
    display: flex;
    padding: 20px;
  }

  .review-card .review-photo {
    width: min(100%, 220px);
    height: auto;
    min-height: 0;
  }

  .update-offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .update-price {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}
