:root {
  --forest-950: #102f29;
  --forest-900: #173f35;
  --forest-800: #245848;
  --forest-700: #397260;
  --cream: #f8f4ea;
  --paper: #fffdf8;
  --ink: #18332b;
  --muted: #617068;
  --line: #dce3db;
  --sage: #b9cbb2;
  --sage-light: #e8eee3;
  --clay: #c77d5c;
  --gold: #e9bf68;
  --focus: #b86738;
  --shadow: 0 20px 55px rgba(23, 63, 53, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--forest-950);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 82px;
  margin: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--forest-900);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 30px;
  height: 31px;
}

.brand-mark span {
  position: absolute;
  width: 7px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.brand-mark span:nth-child(1) { left: 2px; top: 4px; transform: rotate(-28deg); }
.brand-mark span:nth-child(2) { left: 9px; top: 0; }
.brand-mark span:nth-child(3) { right: 7px; top: 1px; }
.brand-mark span:nth-child(4) { right: 0; top: 6px; transform: rotate(28deg); }
.brand-mark i {
  position: absolute;
  left: 6px;
  bottom: 2px;
  width: 19px;
  height: 17px;
  border-radius: 52% 52% 45% 45%;
  background: currentColor;
  transform: rotate(2deg);
}

.header-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.cart-jump {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 10px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.cart-jump span:first-of-type {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: white;
  background: var(--forest-900);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  align-items: center;
  min-height: 610px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(120deg, var(--forest-950), var(--forest-800));
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--gold) 0 8%, var(--clay) 8% 16%, var(--sage) 16% 24%);
}

.hero-copy {
  z-index: 2;
  width: min(620px, calc(100% - 64px));
  margin-left: max(32px, calc((100vw - 1320px) / 2));
  padding: 80px 0 92px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #eeb28d;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.2vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.hero h1 em {
  color: #d6dfc7;
  font-weight: 400;
}

.hero-intro {
  max-width: 570px;
  margin: 26px 0;
  color: #e3ece7;
  font-size: 1.05rem;
  line-height: 1.75;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 0 0 32px;
}

.trust-row p {
  margin: 0;
  color: #f3f7f4;
  font-size: 0.83rem;
  font-weight: 700;
}

.trust-row span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  color: #eeb28d;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 15px 18px 15px 22px;
  border-radius: 999px;
  color: var(--forest-950);
  background: #f5eee1;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}

.hero-cta span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  background: var(--forest-900);
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 530px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.orbit-one {
  width: 530px;
  height: 530px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.orbit-two {
  width: 390px;
  height: 390px;
  top: 50%;
  left: 48%;
  border-color: rgba(233,191,104,.24);
  transform: translate(-50%, -50%);
}

.hero-jar {
  position: absolute;
  z-index: 2;
  top: 51%;
  left: 48%;
  width: 238px;
  height: 315px;
  border-radius: 28px 28px 36px 36px;
  background: linear-gradient(100deg, #eee9d9, #fffefa 52%, #dad7c9);
  box-shadow: 25px 32px 65px rgba(0,0,0,.25);
  transform: translate(-50%, -50%) rotate(5deg);
}

.jar-lid {
  position: absolute;
  top: -42px;
  left: 16px;
  width: calc(100% - 32px);
  height: 57px;
  border-radius: 14px 14px 7px 7px;
  background: repeating-linear-gradient(90deg, #d7d3c7 0 5px, #eee9dd 5px 9px);
  box-shadow: inset 0 -8px 12px rgba(0,0,0,.08);
}

.jar-label {
  position: absolute;
  inset: 55px 20px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: var(--forest-900);
  background: #dbe6d2;
  text-align: center;
}

.mini-brand {
  position: absolute;
  top: 18px;
  font-size: .67rem;
  font-weight: 800;
}

.jar-label strong {
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: .93;
  letter-spacing: -.04em;
}

.jar-label small {
  margin-top: 18px;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.leaf {
  position: absolute;
  z-index: 1;
  width: 105px;
  height: 42px;
  border-radius: 100% 0 100% 0;
  background: var(--sage);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}

.leaf-one {
  top: 23%;
  left: 8%;
  transform: rotate(25deg);
}

.leaf-two {
  right: 9%;
  bottom: 19%;
  background: var(--clay);
  transform: rotate(-30deg);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 105px;
  height: 105px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: var(--forest-950);
  background: var(--gold);
  transform: rotate(8deg);
}

.hero-badge strong {
  font-family: Georgia, serif;
  font-size: 2.2rem;
}

.hero-badge span {
  font-size: .63rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.builder-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 110px;
}

.builder-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 38px;
}

.builder-heading h2,
.summary-heading h2,
.care-note h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.builder-heading > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: var(--muted);
}

.builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(340px, .8fr);
  gap: 30px;
  align-items: start;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 4px 0 rgba(23,63,53,.02);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(23,63,53,.09);
}

.product-card.is-selected {
  border-color: var(--forest-700);
  box-shadow: 0 0 0 2px rgba(57,114,96,.15), 0 18px 42px rgba(23,63,53,.09);
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 218px;
  overflow: hidden;
  background: #e5ebdf;
}

.product-visual.ocean { background: #dbe8e5; }
.product-visual.clay { background: #f0dfd4; }
.product-visual.sun { background: #f4e8c9; }

.visual-orbit {
  position: absolute;
  width: 185px;
  height: 185px;
  border: 1px solid rgba(23,63,53,.16);
  border-radius: 50%;
}

.product-bottle {
  position: relative;
  z-index: 1;
  width: 105px;
  height: 135px;
  border-radius: 18px 18px 24px 24px;
  background: linear-gradient(100deg, #f0ecdf, #fff 55%, #d9d5ca);
  box-shadow: 15px 18px 25px rgba(30,60,48,.17);
  transform: rotate(-4deg);
}

.bottle-cap {
  position: absolute;
  top: -18px;
  left: 7px;
  width: calc(100% - 14px);
  height: 29px;
  border-radius: 8px 8px 4px 4px;
  background: var(--forest-900);
}

.bottle-label {
  position: absolute;
  inset: 29px 10px 12px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--forest-900);
  background: rgba(185,203,178,.8);
}

.ocean .bottle-label { background: #c8deda; }
.clay .bottle-label { background: #e5c0aa; }
.sun .bottle-label { background: #efd998; }

.bottle-label small {
  align-self: end;
  font-size: .47rem;
  font-weight: 800;
}

.bottle-label strong {
  align-self: start;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.visual-chip {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: 160px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  color: var(--forest-950);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(5px);
  font-size: .62rem;
  font-weight: 750;
}

.product-content {
  padding: 23px 23px 21px;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.product-kicker {
  margin: 0 0 5px;
  color: var(--forest-700);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-title-row h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.product-price {
  flex: none;
  margin: 4px 0 0;
  font-size: .85rem;
  font-weight: 800;
}

.product-description {
  min-height: 66px;
  margin: 13px 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  margin: 0;
  padding: 0;
  color: var(--forest-700);
  font-size: .72rem;
  font-weight: 700;
  list-style: none;
}

.benefits span {
  margin-right: 5px;
  color: var(--clay);
}

.product-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.quantity-control {
  display: grid;
  grid-template-columns: 36px 32px 36px;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.quantity-control button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}

.quantity-control button:hover:not(:disabled) {
  color: white;
  background: var(--forest-900);
}

.quantity-control button:disabled {
  color: #aeb7b2;
  cursor: not-allowed;
}

.quantity-control output {
  text-align: center;
  font-weight: 800;
}

.summary-card {
  position: sticky;
  top: 20px;
  padding: 28px;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.summary-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
}

.summary-heading .eyebrow {
  margin-bottom: 7px;
}

.summary-heading h2 {
  font-size: 2rem;
}

.summary-count {
  flex: none;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--forest-800);
  background: #e3eadf;
  font-size: .7rem;
  font-weight: 800;
}

.summary-items {
  display: grid;
  gap: 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d5d9d1;
}

.empty-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px dashed #bfc9be;
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255,255,255,.45);
}

.empty-cart > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: white;
  background: var(--forest-700);
}

.empty-cart p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.5;
}

.empty-cart strong {
  color: var(--ink);
}

.summary-item {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
}

.summary-item-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: var(--forest-900);
  background: var(--sage);
  font-family: Georgia, serif;
  font-size: .72rem;
  font-weight: 800;
}

.summary-item-mark.ocean { background: #c8deda; }
.summary-item-mark.clay { background: #e5c0aa; }
.summary-item-mark.sun { background: #efd998; }
.summary-item div { display: grid; }
.summary-item small { color: var(--muted); font-size: .67rem; }
.summary-item > span:last-child { font-weight: 800; }

.bundle-meter {
  padding: 21px 0 16px;
  border-bottom: 1px solid #d5d9d1;
}

.meter-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: .72rem;
}

.meter-top span {
  color: var(--muted);
  text-align: right;
}

.meter-track {
  position: relative;
  height: 5px;
  margin: 17px 5px 7px;
  border-radius: 10px;
  background: #d7ddd4;
}

.meter-track > span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: var(--forest-700);
  transition: width .25s ease;
}

.meter-track i {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  background: var(--forest-700);
  transform: translate(-50%, -50%);
}

.meter-track i:nth-of-type(1) { left: 25%; }
.meter-track i:nth-of-type(2) { left: 50%; }
.meter-track i:nth-of-type(3) { left: 75%; }
.meter-track i:nth-of-type(4) { left: 100%; }

.meter-labels {
  display: flex;
  justify-content: space-between;
  margin-left: 24%;
  color: var(--muted);
  font-size: .58rem;
}

.shipping-progress {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 17px 0;
  padding: 12px;
  border-radius: 13px;
  color: var(--forest-800);
  background: #e5ece1;
}

.shipping-progress > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 27px;
  height: 27px;
  border: 1px solid #abc0aa;
  border-radius: 50%;
  font-weight: 800;
}

.shipping-progress p {
  margin: 0;
  font-size: .69rem;
  line-height: 1.45;
}

.shipping-progress > div {
  width: 100%;
}

.shipping-progress.is-complete {
  background: #dbe9d7;
}

.shipping-track {
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 5px;
  background: #c8d5c5;
}

.shipping-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--forest-700);
}

.coupon-form {
  padding: 2px 0 17px;
  border-bottom: 1px solid #d5d9d1;
}

.coupon-form label {
  display: block;
  margin-bottom: 7px;
  font-size: .73rem;
  font-weight: 800;
}

.coupon-row {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  border: 1px solid #cbd2c9;
  border-radius: 11px;
  background: white;
}

.coupon-row:focus-within {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.coupon-row input {
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: .78rem;
  text-transform: uppercase;
}

.coupon-row input[aria-invalid="true"] {
  background: #fff5f0;
}

.coupon-row button {
  margin: 4px;
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  color: white;
  background: var(--forest-900);
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.field-message {
  min-height: 30px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .64rem;
  line-height: 1.4;
}

.field-message.is-valid { color: #2e6d4e; }
.field-message.is-invalid { color: #a53d2c; font-weight: 700; }

.totals {
  display: grid;
  gap: 10px;
  margin: 18px 0 12px;
}

.totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .78rem;
}

.totals dt {
  color: var(--muted);
}

.totals dd {
  margin: 0;
  font-weight: 750;
}

.totals dd.saving,
.shipping-progress.is-complete strong {
  color: #2e6d4e;
}

.totals .total-row {
  align-items: end;
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #d5d9d1;
}

.total-row dt {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.total-row dd {
  font-family: Georgia, serif;
  font-size: 1.65rem;
  letter-spacing: -.04em;
}

.discount-reason {
  min-height: 34px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.45;
}

.checkout-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 17px;
  border: 0;
  border-radius: 13px;
  color: white;
  background: var(--forest-900);
  font-size: .82rem;
  font-weight: 800;
  box-shadow: 0 9px 19px rgba(23,63,53,.18);
  cursor: pointer;
}

.checkout-button:hover:not(:disabled) {
  background: var(--forest-800);
}

.checkout-button:disabled {
  color: #87918c;
  background: #d6dbd4;
  box-shadow: none;
  cursor: not-allowed;
}

.reset-button {
  display: block;
  margin: 12px auto 0;
  padding: 5px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: .7rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.checkout-confirmation {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #b6cbb2;
  border-radius: 12px;
  color: var(--forest-800);
  background: #e3ede0;
}

.checkout-confirmation[hidden] {
  display: none;
}

.checkout-confirmation > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: white;
  background: var(--forest-700);
}

.checkout-confirmation p {
  margin: 0;
  font-size: .69rem;
}

.care-note {
  padding: 95px 24px;
  color: white;
  background: var(--forest-900);
  text-align: center;
}

.care-note .eyebrow {
  color: #eeb28d;
}

.care-note p:last-child {
  max-width: 590px;
  margin: 18px auto 0;
  color: #dce9e3;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1320px, calc(100% - 48px));
  min-height: 115px;
  margin: auto;
}

footer p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  text-align: right;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1.05fr .75fr;
  }

  .hero-art {
    transform: scale(.86);
    transform-origin: center right;
  }

  .builder-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
  }

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

@media (max-width: 800px) {
  .site-header {
    width: min(100% - 32px, 720px);
    min-height: 70px;
  }

  .header-note {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    width: min(100% - 48px, 700px);
    margin: auto;
    padding: 70px 0 48px;
  }

  .hero-art {
    min-height: 400px;
    transform: scale(.86);
    transform-origin: top center;
  }

  .builder-shell {
    width: min(100% - 32px, 720px);
    padding: 72px 0 82px;
  }

  .builder-heading {
    display: block;
  }

  .builder-heading > p {
    margin-top: 15px;
  }

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

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

  .summary-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 600px) {
  .brand {
    font-size: 1.15rem;
  }

  .brand-mark {
    transform: scale(.86);
    transform-origin: left center;
  }

  .cart-jump {
    padding-left: 12px;
    font-size: .7rem;
  }

  .hero-copy {
    width: calc(100% - 36px);
    padding: 57px 0 36px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .hero-intro {
    margin: 20px 0;
    font-size: .95rem;
  }

  .trust-row {
    display: grid;
    gap: 9px;
    margin-bottom: 27px;
  }

  .hero-art {
    min-height: 350px;
    margin-top: -10px;
    transform: scale(.74);
    transform-origin: top center;
  }

  .hero-jar {
    top: 48%;
  }

  .builder-shell {
    padding: 60px 0 68px;
  }

  .builder-heading {
    margin-bottom: 26px;
  }

  .builder-heading h2 {
    font-size: 2.35rem;
  }

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

  .product-card:hover {
    transform: none;
  }

  .product-visual {
    min-height: 195px;
  }

  .summary-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .meter-top {
    display: block;
  }

  .meter-top span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .care-note {
    padding: 70px 22px;
  }

  footer {
    display: grid;
    justify-items: center;
    width: calc(100% - 36px);
    padding: 32px 0;
    text-align: center;
  }

  footer p {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
