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

:root {
  color-scheme: light;
  --ink: oklch(0.22 0.028 44);
  --blue: oklch(0.5 0.14 238);
  --blue-deep: oklch(0.42 0.13 240);
  --blue-soft: oklch(0.94 0.04 217);
  --pink: oklch(0.76 0.13 10);
  --pink-soft: oklch(0.92 0.055 8);
  --cream: oklch(0.96 0.06 88);
  --mint: oklch(0.86 0.065 150);
  --paper: oklch(0.99 0.008 84);
  --panel: oklch(0.985 0.012 83);
  --muted: oklch(0.5 0.035 220);
  --line: oklch(0.87 0.04 218);
  --shadow: 0 22px 60px oklch(0.42 0.13 240 / 0.14);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 8%, oklch(1 0 0 / 0.78) 0 7%, transparent 22%),
    linear-gradient(180deg, var(--blue-soft) 0%, oklch(0.87 0.08 218) 44%, oklch(0.97 0.025 210) 100%);
  color: var(--ink);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  line-height: 1.58;
  margin: 0;
  min-width: 320px;
}

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

img {
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid oklch(0.76 0.13 10 / 0.48);
  outline-offset: 3px;
}

.site-header {
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  align-items: center;
  backdrop-filter: blur(18px) saturate(1.18);
  background: oklch(0.985 0.012 83 / 0.9);
  border: 1px solid oklch(1 0 0 / 0.78);
  border-radius: 999px;
  box-shadow: 0 16px 44px oklch(0.42 0.13 240 / 0.13);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(150px, 1fr);
  left: 50%;
  max-width: 1180px;
  padding: 14px 18px;
  position: sticky;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  gap: 9px;
  justify-self: start;
}

.brand-mark,
.logo-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 13px 17px 17px 13px;
  color: var(--paper);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.site-nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  white-space: nowrap;
}

.site-nav a {
  color: var(--blue-deep);
  font-size: 0.9rem;
  font-weight: 900;
  position: relative;
}

.site-nav a::after {
  background: var(--pink);
  border-radius: 999px;
  bottom: -8px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 180ms var(--ease-out);
  width: 18px;
}

.site-nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: var(--pink);
}

.site-nav a[aria-current="page"]::after {
  transform: translateX(-50%) scaleX(1);
}

.primary-button,
.secondary-button,
.cart-button,
.shop-actions button,
.shop-summary button,
.brief-form button {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 950;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out), color 180ms var(--ease-out), transform 140ms var(--ease-out);
}

.primary-button,
.cart-button,
.shop-actions button,
.shop-summary button,
.brief-form button {
  background: var(--blue-deep);
  border: 1px solid var(--blue-deep);
  color: var(--paper);
}

.secondary-button {
  background: oklch(1 0 0 / 0.68);
  border: 1px solid oklch(1 0 0 / 0.9);
  color: var(--blue-deep);
}

.primary-button:hover,
.secondary-button:hover,
.cart-button:hover,
.shop-actions button:hover,
.shop-summary button:hover {
  box-shadow: 0 14px 30px oklch(0.42 0.13 240 / 0.18);
  transform: translateY(-1px);
}

.primary-button:active,
.secondary-button:active,
.cart-button:active,
.shop-actions button:active,
.shop-summary button:active {
  transform: scale(0.97);
}

.cart-button {
  justify-self: end;
}

.cart-button span {
  align-items: center;
  background: var(--paper);
  border-radius: 999px;
  color: var(--blue-deep);
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-left: 6px;
  min-width: 22px;
  padding: 0 6px;
}

.hero,
.shop-hero,
.routine-builder,
.featured-products,
.brand-proof,
.review-band,
.final-cta,
.page-hero,
.commerce-layout,
.care-system,
.conversion-section,
.social-proof,
.assurance-band,
.faq-section,
.product-detail-page,
.detail-panels,
.brand-grid,
.brand-proof,
.contact-layout,
.checkout-layout,
.routine-timeline {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.commerce-hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  min-height: calc(100dvh - 120px);
  padding: clamp(88px, 10vw, 132px) 24px 76px;
  text-align: left;
}

.hero-copy {
  display: grid;
  justify-items: start;
}

.eyebrow,
.product-type {
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
}

.commerce-hero h1,
.shop-hero h1,
.page-hero h1,
.contact-layout h1,
.product-detail-copy h1 {
  color: var(--blue-deep);
  font-size: clamp(2.75rem, 6.4vw, 6.3rem);
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
  max-width: 920px;
  -webkit-text-stroke: 2px oklch(1 0 0 / 0.52);
}

.hero-lead,
.shop-hero p,
.section-heading p,
.review-band p,
.brief-copy p,
.page-hero p:not(.eyebrow),
.contact-layout p,
.product-detail-copy .lead {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.78;
  margin: 22px 0 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span,
.contact-points span,
.benefit-list li {
  background: oklch(1 0 0 / 0.72);
  border: 1px solid oklch(1 0 0 / 0.9);
  border-radius: 999px;
  color: var(--blue-deep);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 8px 12px;
}

.hero-media,
.care-image,
.split-hero img,
.quality-image {
  border: 8px solid oklch(1 0 0 / 0.72);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-media img,
.care-image img,
.split-hero img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-offer {
  background: oklch(0.985 0.012 83 / 0.9);
  border: 1px solid oklch(1 0 0 / 0.95);
  border-radius: 18px;
  bottom: 18px;
  box-shadow: 0 16px 36px oklch(0.22 0.028 44 / 0.12);
  left: 18px;
  padding: 18px;
  position: absolute;
  width: min(320px, calc(100% - 36px));
}

.hero-offer strong,
.shop-summary strong,
.showcase-note strong {
  color: var(--blue-deep);
  display: block;
  font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.hero-offer p,
.shop-summary p {
  color: var(--muted);
  margin: 7px 0 12px;
}

.hero-offer a {
  color: var(--pink);
  font-weight: 950;
}

.trust-bar {
  background: oklch(0.985 0.012 83 / 0.82);
  border-bottom: 1px solid oklch(1 0 0 / 0.9);
  border-top: 1px solid oklch(1 0 0 / 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  padding: 18px 24px;
}

.trust-bar span {
  color: var(--blue-deep);
  font-size: 0.88rem;
  font-weight: 950;
}

.routine-builder,
.featured-products,
.brand-proof,
.review-band,
.final-cta,
.faq-section,
.social-proof {
  padding: clamp(72px, 9vw, 110px) 24px;
}

.section-heading {
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}

.section-heading h2,
.brand-proof h2,
.review-band h2,
.final-cta h2,
.care-system h2,
.conversion-copy h2,
.brand-proof h2,
.conversion-band h2 {
  color: var(--blue-deep);
  font-size: clamp(2.15rem, 4.8vw, 4.2rem);
  line-height: 1;
  margin: 0;
}

.routine-grid,
.featured-grid,
.proof-list,
.shop-grid,
.proof-grid,
.proof-notes,
.faq-grid,
.assurance-band,
.brand-grid,
.detail-panels,
.routine-timeline {
  display: grid;
  gap: 18px;
}

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

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

.routine-grid article,
.shop-card,
.proof-list article,
.faq-grid article,
.assurance-band div,
.brand-grid article,
.detail-panels article,
.routine-timeline article,
.contact-form,
.brand-proof,
.conversion-band,
.filter-panel,
.shop-summary {
  background: oklch(0.985 0.012 83 / 0.84);
  border: 1px solid oklch(1 0 0 / 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.routine-grid article,
.proof-list article,
.faq-grid article,
.assurance-band div,
.brand-grid article,
.detail-panels article,
.routine-timeline article {
  padding: 24px;
}

.routine-grid article,
.shop-card {
  min-height: 100%;
  transition: box-shadow 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.routine-grid article:hover,
.shop-card:hover {
  box-shadow: 0 28px 76px oklch(0.42 0.13 240 / 0.18);
  transform: translateY(-4px);
}

.step-number,
.badge {
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.badge {
  background: var(--pink-soft);
  border-radius: 999px;
  justify-self: start;
  padding: 6px 10px;
}

.routine-grid h3,
.shop-card h3,
.proof-list strong,
.care-cards h3,
.faq-grid h3,
.detail-panels h2,
.brand-grid h2,
.routine-timeline h2,
.assurance-band strong {
  color: var(--blue-deep);
  font-size: 1.28rem;
  line-height: 1.08;
  margin: 14px 0 10px;
}

.routine-grid p,
.shop-card p,
.proof-list p,
.faq-grid p,
.care-cards p,
.detail-panels p,
.brand-grid p,
.routine-timeline p,
.assurance-band span,
.cart-empty {
  color: var(--muted);
  margin: 0;
}

.routine-grid a {
  color: var(--pink);
  display: inline-block;
  font-weight: 950;
  margin-top: 18px;
}

.product-shelf,
.shop-visual,
.product-stage {
  align-items: end;
  background: linear-gradient(180deg, var(--blue-soft), var(--panel));
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  gap: 0;
  justify-content: center;
  min-height: 178px;
  padding: 38px 18px 20px;
}

.shop-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.shop-card.is-featured {
  background: linear-gradient(180deg, oklch(0.985 0.012 83 / 0.92), var(--pink-soft));
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-actions {
  align-items: center;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}

.shop-actions strong,
.shop-actions a {
  color: var(--blue-deep);
  font-weight: 950;
}

.shop-actions button {
  margin-left: auto;
}

.shop-hero {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.48fr);
  padding: 136px 24px 60px;
}

.shop-summary {
  padding: 24px;
}

.shop-summary button {
  width: 100%;
}

.commerce-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 230px minmax(0, 1fr);
  padding: 0 24px 112px;
}

.filter-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  position: sticky;
  top: 106px;
}

.filter-panel h2 {
  color: var(--blue-deep);
  margin: 0 0 8px;
}

.filter-panel a {
  border-top: 1px dashed var(--line);
  color: var(--muted);
  font-weight: 950;
  padding-top: 10px;
}

.brand-proof {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
}

.proof-list {
  grid-template-columns: 1fr;
}

.review-band,
.final-cta {
  text-align: center;
}

.review-band p,
.final-cta .hero-actions {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.page-hero,
.contact-layout,
.product-detail-page {
  padding: 138px 24px 92px;
}

.split-hero,
.care-system,
.conversion-section,
.brand-proof,
.contact-layout,
.product-detail-page {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
}

.care-system,
.conversion-section {
  padding: 96px 24px;
}

.care-image {
  margin-top: 26px;
}

.care-cards {
  display: grid;
  gap: 16px;
}

.care-cards article {
  background: oklch(0.985 0.012 83 / 0.84);
  border: 1px solid oklch(1 0 0 / 0.92);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 24px;
}

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

.starter-bundle article {
  background: oklch(0.985 0.012 83 / 0.84);
  border: 1px solid oklch(1 0 0 / 0.92);
  border-radius: 16px;
  display: grid;
  justify-items: center;
  min-height: 210px;
  padding: 22px;
  text-align: center;
}

.starter-bundle .primary-button {
  grid-column: 1 / -1;
}

.assurance-band,
.faq-grid,
.proof-grid,
.proof-notes,
.brand-grid,
.detail-panels,
.routine-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 24px 80px;
}

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

.promise-proof {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 96px 24px;
}

.sheet-section,
.intro-strip {
  display: none;
}

.product-stage {
  min-height: 520px;
}

.hero-bottle {
  height: 300px;
  width: 118px;
}

.variant-box,
.purchase-row,
.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.variant-box button {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  min-height: 42px;
  padding: 0 16px;
}

.variant-box .is-active {
  background: var(--blue-deep);
  color: var(--paper);
}

.detail-list {
  color: var(--muted);
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.purchase-row {
  align-items: center;
}

.purchase-row strong {
  color: var(--blue-deep);
  font-size: 1.8rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.checkout-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.55fr);
  padding: 138px 24px 96px;
}

.checkout-layout h1 {
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 740px;
}

.checkout-layout > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.14rem;
  max-width: 650px;
}

.checkout-form,
.checkout-summary {
  background: oklch(1 0 0 / 0.7);
  border: 1px solid oklch(1 0 0 / 0.88);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.checkout-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
}

.checkout-summary {
  display: grid;
  gap: 16px;
  padding: 24px;
  position: sticky;
  top: 108px;
}

.checkout-summary h2 {
  color: var(--blue-deep);
  font-size: 1.7rem;
  margin: 0;
}

.contact-form label,
.checkout-form label {
  color: var(--blue-deep);
  display: grid;
  font-weight: 950;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.checkout-form input,
.checkout-form textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  padding: 12px;
}

.form-status {
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue-deep);
  display: none;
  font-weight: 900;
  margin: 0;
  padding: 12px;
}

.form-status.is-visible {
  display: block;
}

.checkout-items {
  display: grid;
  gap: 12px;
}

.checkout-line {
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.checkout-line > div:first-child {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.checkout-line > div:first-child strong,
.checkout-line > strong {
  color: var(--blue-deep);
}

.checkout-line > div:first-child span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-empty {
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  padding: 16px;
}

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

.checkout-empty strong,
.checkout-total strong {
  color: var(--blue-deep);
}

.checkout-empty span {
  color: var(--muted);
}

.checkout-total {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.checkout-total span {
  color: var(--muted);
  font-weight: 900;
}

.checkout-form button:disabled {
  background: var(--line);
  border-color: var(--line);
  box-shadow: none;
  color: var(--muted);
  cursor: not-allowed;
  transform: none;
}

.cart-drawer {
  background: oklch(0.42 0.13 240 / 0.26);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 220ms var(--ease-out);
  z-index: 30;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  background: var(--paper);
  box-shadow: -20px 0 40px oklch(0.42 0.13 240 / 0.22);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 420px;
  padding: 26px;
  transform: translateX(18px);
  transition: transform 260ms var(--ease-out);
  width: min(100vw, 420px);
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-header,
.cart-footer div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-header h2 {
  color: var(--blue-deep);
  margin: 0;
}

.cart-header button {
  background: transparent;
  border: 0;
  color: var(--blue-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.cart-line {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 14px;
}

.cart-line > div:first-child {
  display: grid;
  gap: 2px;
}

.cart-line > div:first-child strong {
  color: var(--blue-deep);
  font-size: 0.98rem;
}

.cart-line > div:first-child span,
.cart-controls span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.cart-line > strong {
  color: var(--blue-deep);
}

.cart-controls {
  align-items: center;
  display: flex;
  gap: 8px;
}

.cart-controls button {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0 9px;
}

.cart-controls .cart-remove {
  color: var(--pink);
}

.cart-empty {
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

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

.cart-empty span {
  color: var(--muted);
}

.cart-empty a {
  color: var(--pink);
  font-weight: 950;
}

.cart-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.cart-footer .is-disabled {
  background: var(--line);
  border-color: var(--line);
  box-shadow: none;
  color: var(--muted);
  cursor: not-allowed;
  pointer-events: auto;
}

.site-footer {
  align-items: center;
  background: oklch(0.985 0.012 83 / 0.78);
  border-top: 1px solid oklch(1 0 0 / 0.9);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
}

.site-footer p {
  color: var(--muted);
  margin: 6px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: var(--blue-deep);
  font-weight: 950;
}

.bottle,
.spray,
.dropper,
.jar,
.foam {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: inset 0 -12px 20px oklch(0.42 0.13 240 / 0.08), 0 10px 18px oklch(0.22 0.028 44 / 0.08);
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
}

.bottle {
  border-radius: 8px 8px 12px 12px;
  height: 122px;
  width: 48px;
}

.bottle::before {
  background: var(--ink);
  border-radius: 4px 4px 0 0;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: -15px;
  width: 28px;
}

.bottle::after,
.spray::after,
.dropper::after,
.jar::after,
.foam::after {
  background: linear-gradient(90deg, var(--blue), var(--pink), var(--cream));
  border-radius: 3px;
  bottom: 26px;
  content: "";
  height: 34px;
  left: 7px;
  position: absolute;
  width: calc(100% - 14px);
}

.bottle.cat,
.spray.pink,
.dropper.pink {
  margin-left: -8px;
  transform: translateY(8px);
}

.bottle.cream::after,
.bottle.slim.cream::after {
  background: var(--cream);
}

.bottle.soft::after,
.spray.pink::after {
  background: var(--pink-soft);
}

.bottle.blue::after,
.spray::after,
.bottle.slim.blue::after {
  background: var(--blue);
}

.bottle.mud::after {
  background: oklch(0.78 0.04 75);
}

.bottle.fresh::after,
.jar.green::after {
  background: var(--mint);
}

.spray {
  border-radius: 10px 10px 14px 14px;
  height: 118px;
  width: 42px;
}

.spray::before {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px 8px 2px 2px;
  content: "";
  height: 26px;
  left: 5px;
  position: absolute;
  top: -23px;
  width: 38px;
}

.dropper {
  border-radius: 8px 8px 12px 12px;
  height: 92px;
  width: 38px;
}

.dropper::before {
  border-bottom: 30px solid var(--paper);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  left: 10px;
  position: absolute;
  top: -30px;
}

.jar {
  border-radius: 999px 999px 14px 14px;
  height: 62px;
  width: 74px;
}

.jar::before {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  top: -10px;
  width: 66px;
}

.foam {
  border-radius: 12px 12px 16px 16px;
  height: 102px;
  width: 48px;
}

.foam::before {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  content: "";
  height: 28px;
  left: 7px;
  position: absolute;
  top: -28px;
  width: 34px;
}

.bottle.slim {
  height: 112px;
  width: 36px;
}

@media (max-width: 1050px) {
  .site-header,
  .commerce-hero,
  .shop-hero,
  .commerce-layout,
  .split-hero,
  .care-system,
  .conversion-section,
  .brand-proof,
  .contact-layout,
  .checkout-layout,
  .product-detail-page,
  .promise-proof {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 16px;
  }

  .shop-grid,
  .featured-grid,
  .routine-grid,
  .assurance-band,
  .faq-grid,
  .brand-grid,
  .detail-panels,
  .routine-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    border-radius: 24px;
    left: 18px;
    grid-template-columns: 1fr;
    padding: 16px;
    transform: none;
    width: calc(100% - 36px);
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
  }

  .cart-button {
    justify-self: stretch;
    width: 100%;
  }

  .commerce-hero,
  .shop-hero,
  .routine-builder,
  .featured-products,
  .brand-proof,
  .review-band,
  .final-cta,
  .page-hero,
  .contact-layout,
  .checkout-layout,
  .product-detail-page,
  .commerce-layout,
  .care-system,
  .conversion-section,
  .social-proof,
  .assurance-band,
  .faq-section,
  .detail-panels,
  .brand-grid,
  .routine-timeline,
  .promise-proof {
    padding-left: 18px;
    padding-right: 18px;
  }

  .checkout-layout {
    padding-top: 92px;
  }

  .checkout-summary {
    position: static;
  }

  .commerce-hero,
  .shop-hero {
    padding-top: 92px;
    text-align: center;
  }

  .hero-copy,
  .commerce-hero .hero-actions,
  .hero-proof {
    justify-content: center;
    justify-items: center;
  }

  .shop-grid,
  .featured-grid,
  .routine-grid,
  .assurance-band,
  .faq-grid,
  .brand-grid,
  .detail-panels,
  .routine-timeline,
  .starter-bundle,
  .proof-grid,
  .proof-notes {
    grid-template-columns: 1fr;
  }

  .shop-actions button {
    margin-left: 0;
    width: 100%;
  }

  .cart-line {
    grid-template-columns: 1fr;
  }

  .cart-controls {
    flex-wrap: wrap;
  }

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

  .product-stage {
    min-height: 420px;
  }

  .hero-bottle {
    height: 240px;
    width: 96px;
  }
}

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