@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@600;700;800&display=swap");

:root {
  --ink: #18312b;
  --muted: #5f716c;
  --cream: #fbf7ee;
  --paper: #fffdf8;
  --sage: #dce9df;
  --sage-2: #edf4ed;
  --green: #276452;
  --green-dark: #173f35;
  --orange: #e9662a;
  --orange-dark: #c84e1a;
  --gold: #f3c969;
  --line: #d9e3dd;
  --shadow: 0 24px 70px rgba(28, 68, 56, 0.14);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

body,
button,
input {
  font-family: "DM Sans", Arial, sans-serif;
}

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

button,
input,
summary {
  font-size: inherit;
}

.announcement {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 24px;
  background: var(--green-dark);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.announcement span {
  border-radius: 999px;
  padding: 2px 9px;
  background: var(--gold);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.announcement strong {
  color: #ffd782;
}

.announcement a {
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 12px clamp(24px, 5vw, 78px);
  border-bottom: 1px solid rgba(24,49,43,.08);
  background: rgba(255,253,248,.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  line-height: 1.05;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50% 50% 48% 52% / 55% 48% 52% 45%;
  background: var(--green);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  transform: rotate(-5deg);
}

.brand b {
  display: block;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

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

.site-header nav {
  display: flex;
  gap: 32px;
  color: #39554d;
  font-size: 15px;
  font-weight: 700;
}

.site-header nav a:hover {
  color: var(--orange);
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  padding: 14px 25px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button-small {
  min-height: 46px;
  padding: 10px 18px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
}

.button-primary {
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(233,102,42,.24);
  color: #fff;
}

.button-primary:hover,
.button-small:hover {
  background: var(--orange-dark);
}

.hero {
  position: relative;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 96px);
  overflow: hidden;
  padding: 72px clamp(24px, 7vw, 112px) 86px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.8), transparent 26%),
    linear-gradient(110deg, #f9f5ea 0 55%, #e2ecdf 55% 100%);
}

.hero::before {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(39,100,82,.12);
  border-radius: 50%;
  content: "";
  left: -180px;
  top: 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5vw, 76px);
  letter-spacing: -.055em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -.045em;
}

h3 {
  letter-spacing: -.025em;
}

.hero-lead {
  max-width: 650px;
  margin: 0 0 32px;
  color: #4f645e;
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.microcopy {
  max-width: 160px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 30px 0 0;
  padding: 0;
  color: #39554d;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.trust-list span {
  color: var(--green);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.soft-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.orb-one {
  width: 430px;
  height: 430px;
  background: rgba(255,255,255,.72);
  right: 2%;
  top: 35px;
}

.orb-two {
  width: 230px;
  height: 230px;
  background: rgba(243,201,105,.28);
  right: 38%;
  top: 28%;
}

.product-shadow {
  position: absolute;
  width: 330px;
  height: 60px;
  border-radius: 50%;
  background: rgba(31,59,48,.2);
  bottom: 27px;
  filter: blur(18px);
  right: 15%;
}

.jar {
  position: absolute;
  width: 340px;
  right: 11%;
  bottom: 58px;
  filter: drop-shadow(0 30px 30px rgba(25,59,48,.2));
  transform: rotate(2deg);
}

.jar-lid {
  display: flex;
  height: 82px;
  align-items: stretch;
  justify-content: space-around;
  overflow: hidden;
  border: 4px solid #d4d9d4;
  border-radius: 28px 28px 15px 15px;
  padding: 5px 22px;
  background: linear-gradient(90deg, #f7f7f2, #dddeda 48%, #fafaf8);
}

.jar-lid i {
  width: 4px;
  border-radius: 99px;
  background: rgba(126,139,133,.28);
}

.jar-body {
  height: 335px;
  margin: -8px 8px 0;
  border: 4px solid rgba(208,216,210,.9);
  border-radius: 17px 17px 58px 58px;
  padding: 24px 20px;
  background: linear-gradient(90deg, #f8faf5, #fff 38%, #eef2ec 100%);
}

.jar-label {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6c9bc;
  border-radius: 20px 20px 42px 42px;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 0, rgba(255,255,255,.65), transparent 42%),
    #dae8dc;
  color: var(--green-dark);
  text-align: center;
}

.label-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 38px;
  font-style: italic;
}

.jar-label b {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -.05em;
}

.jar-label em {
  margin-top: 4px;
  color: var(--orange-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.jar-label small {
  margin-top: 23px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jar-label strong {
  margin-top: 6px;
  font-size: 12px;
}

.price-burst {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 154px;
  height: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 18px 34px rgba(172,71,28,.27);
  color: #fff;
  left: 1%;
  top: 66px;
  line-height: 1;
  text-align: center;
  transform: rotate(-8deg);
}

.price-burst small,
.price-burst span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.price-burst strong {
  margin: 7px 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 42px;
  letter-spacing: -.06em;
}

.leaf {
  position: absolute;
  width: 48px;
  height: 106px;
  border-radius: 100% 0 100% 0;
  background: #7da581;
  bottom: 48px;
}

.leaf-one {
  right: 3%;
  transform: rotate(21deg);
}

.leaf-two {
  width: 36px;
  height: 82px;
  right: 0;
  transform: rotate(48deg);
}

.confidence-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(20px, 5vw, 80px);
  background: #fff;
}

.confidence-strip div {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.confidence-strip div:last-child {
  border-right: 0;
}

.confidence-strip b {
  font-size: 17px;
}

.confidence-strip span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 110px clamp(24px, 7vw, 112px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading.compact {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading > p:last-child {
  color: var(--muted);
  font-size: 19px;
}

.benefits-section {
  background: var(--paper);
}

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

.benefit-card {
  min-height: 285px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.benefit-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.benefit-card > span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.benefit-card h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.care-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 105px clamp(24px, 9vw, 145px);
  background: var(--sage-2);
}

.care-visual {
  position: relative;
  min-height: 500px;
  border-radius: 40% 40% 28px 28px;
  background: linear-gradient(145deg, #bcd3c1, #e8f0e6);
  overflow: hidden;
}

.care-product-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.care-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  padding: 18px 21px;
  background: #fff;
  box-shadow: var(--shadow);
  bottom: 28px;
  left: 28px;
  right: 28px;
}

.care-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.care-card p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.care-card b {
  color: var(--ink);
  font-size: 16px;
}

.care-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
}

.large-checks {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.large-checks li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.large-checks > li > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.large-checks div {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.large-checks small {
  margin-top: 4px;
  color: var(--muted);
}

.routine-section {
  background: #fff;
}

.routine-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1050px;
  margin: 0 auto;
}

.routine-grid::before {
  position: absolute;
  height: 2px;
  background: var(--line);
  content: "";
  left: 15%;
  right: 15%;
  top: 31px;
}

.routine-grid article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.routine-grid article > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 24px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 1px var(--line);
  color: #fff;
  font-weight: 800;
}

.routine-grid h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.routine-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.offer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 80px clamp(24px, 9vw, 145px);
  background: var(--green-dark);
  color: #fff;
}

.offer-section > div {
  max-width: 760px;
}

.offer-section .eyebrow {
  color: #a8d5bf;
}

.offer-section h2 {
  margin-bottom: 18px;
}

.offer-section p:not(.eyebrow) {
  color: #c9d8d3;
}

.offer-facts {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

.offer-facts span {
  display: flex;
  flex-direction: column;
  color: #b6cac4;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.offer-facts b {
  color: #fff;
  font-size: 28px;
  text-transform: none;
}

.button-light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--green-dark);
}

.faq-section {
  background: var(--cream);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #cfd9d2;
}

.faq-list details {
  border-bottom: 1px solid #cfd9d2;
  padding: 0 5px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  cursor: pointer;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 25px;
  font-weight: 400;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -8px 0 25px;
  color: var(--muted);
  font-size: 16px;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .72fr);
  justify-content: center;
  gap: clamp(50px, 8vw, 110px);
  padding: 110px clamp(24px, 9vw, 145px);
  background: linear-gradient(135deg, #e5efe3, #f8f5e9);
}

.order-copy {
  max-width: 680px;
}

.order-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.order-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 14px;
  margin: 30px 0 24px;
  border-top: 1px solid #c8d7cd;
  border-bottom: 1px solid #c8d7cd;
  padding: 22px 0;
}

.order-price span {
  width: 100%;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.order-price strong {
  color: var(--orange);
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 58px;
  letter-spacing: -.06em;
  line-height: 1;
}

.order-price small {
  max-width: 150px;
  color: var(--muted);
  line-height: 1.3;
}

.order-promises {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #3d5c53;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

.order-form {
  align-self: start;
  border: 1px solid rgba(39,100,82,.16);
  border-radius: 24px;
  padding: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.checkout-card {
  align-self: start;
  border: 1px solid rgba(39,100,82,.16);
  border-radius: 24px;
  padding: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

.checkout-heading > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.checkout-heading h3 {
  margin: 8px 0 0;
  font-size: 25px;
}

.checkout-product {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.checkout-product > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

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

.mini-jar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 5px solid #f4f5f1;
  border-radius: 11px 11px 18px 18px;
  background: var(--sage);
  color: #fff;
  box-shadow: inset 0 0 0 2px #b8cdbd;
}

.mini-jar b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  font-family: Georgia, serif;
  font-style: italic;
}

.checkout-totals {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.checkout-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.checkout-totals dt,
.checkout-totals dd {
  margin: 0;
}

.checkout-totals dd {
  color: var(--ink);
  font-weight: 700;
}

.checkout-totals .free {
  color: var(--green);
}

.checkout-totals .checkout-total {
  margin-top: 6px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.checkout-total dd {
  color: var(--orange);
  font-size: 28px;
}

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

.form-heading > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 8px 0 0;
  font-size: 25px;
}

.order-form > label:not(.consent) {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: #314d45;
  font-size: 14px;
  font-weight: 800;
}

.order-form input:not([type="checkbox"]) {
  width: 100%;
  height: 54px;
  border: 1px solid #cad7cf;
  border-radius: 10px;
  padding: 0 15px;
  background: #fcfdfb;
  color: var(--ink);
  outline: none;
}

.order-form input:not([type="checkbox"]):focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(39,100,82,.11);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 22px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--green);
}

.button-full {
  width: 100%;
}

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

.success-message {
  min-height: 430px;
  align-content: center;
  text-align: center;
}

.success-message > span {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 30px;
}

.success-message p {
  color: var(--muted);
}

footer {
  padding: 66px clamp(24px, 7vw, 112px) 28px;
  background: #122b24;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-brand .brand-mark {
  background: #fff;
  color: var(--green);
}

.footer-brand small {
  color: #a9bdb6;
}

.footer-main > p {
  margin: 0;
  color: #a9bdb6;
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
}

.disclaimer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 28px;
  color: #8fa8a0;
  font-size: 11px;
}

.disclaimer p {
  max-width: 900px;
  margin: 0;
}

.disclaimer span {
  flex: 0 0 auto;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 420px;
    gap: 20px;
    padding-right: 35px;
    padding-left: 45px;
  }

  .jar {
    width: 300px;
  }

  .price-burst {
    left: -1%;
  }

  .care-section {
    gap: 50px;
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 76px;
  }

  .announcement {
    flex-wrap: wrap;
    gap: 6px 10px;
    min-height: 54px;
    text-align: center;
  }

  .announcement span {
    display: none;
  }

  .site-header {
    min-height: 72px;
    padding: 10px 20px;
  }

  .site-header > .button {
    display: none;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding: 55px 22px 40px;
    background: linear-gradient(160deg, #f9f5ea 0 55%, #e2ecdf 55% 100%);
    text-align: center;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .microcopy {
    max-width: none;
  }

  .trust-list {
    justify-content: center;
  }

  .hero-visual {
    width: 100%;
    min-height: 470px;
  }

  .orb-one {
    width: 360px;
    height: 360px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .jar {
    width: 278px;
    right: 50%;
    transform: translateX(50%) rotate(2deg);
  }

  .jar-body {
    height: 295px;
  }

  .price-burst {
    width: 130px;
    height: 130px;
    left: calc(50% - 185px);
    top: 45px;
  }

  .price-burst strong {
    font-size: 35px;
  }

  .leaf-one {
    right: 8%;
  }

  .leaf-two {
    right: 3%;
  }

  .confidence-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .confidence-strip div {
    border-bottom: 1px solid var(--line);
    padding: 20px 14px;
  }

  .confidence-strip div:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 78px 22px;
  }

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

  .benefit-grid,
  .routine-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefit-card {
    min-height: 0;
    padding: 28px;
  }

  .benefit-card > span {
    margin-bottom: 24px;
  }

  .care-section {
    grid-template-columns: 1fr;
    padding: 72px 22px;
  }

  .care-visual {
    min-height: 410px;
  }

  .routine-grid::before {
    display: none;
  }

  .routine-grid article {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
  }

  .offer-section {
    flex-direction: column;
    align-items: stretch;
    padding: 70px 22px;
  }

  .offer-facts {
    gap: 22px;
    justify-content: space-between;
  }

  .button-light {
    width: 100%;
  }

  .order-section {
    grid-template-columns: 1fr;
    padding: 78px 22px;
  }

  .order-form {
    padding: 25px 20px;
  }

  .checkout-card {
    padding: 25px 20px;
  }

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

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .disclaimer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 30;
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(24,49,43,.15);
    padding: 9px 14px;
    background: #fff;
    box-shadow: 0 -10px 30px rgba(28,68,56,.13);
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-cta > span {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .mobile-cta small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-cta b {
    margin-top: 4px;
    color: var(--orange);
    font-size: 26px;
  }

  .mobile-cta > strong {
    border-radius: 11px;
    padding: 14px 20px;
    background: var(--orange);
    color: #fff;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .brand b {
    font-size: 18px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .jar {
    width: 250px;
  }

  .jar-body {
    height: 270px;
  }

  .jar-label b {
    font-size: 29px;
  }

  .price-burst {
    left: -4px;
  }

  .offer-facts {
    flex-wrap: wrap;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
