:root {
  --ink: #191426;
  --muted: #6f6473;
  --line: #e6d8d2;
  --paper: #fff9f4;
  --panel: #f3e8e4;
  --plum: #251a58;
  --plum-2: #3b2a79;
  --rose: #f2c7bc;
  --gold: #d8aa78;
  --green: #7f927f;
  --blue: #dce9ea;
  --shadow: 0 22px 60px rgba(37, 26, 88, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf6 0%, #f7eee8 48%, #eef5f4 100%);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0;
}

body.menu-open,
body.cart-open,
body.quick-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

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

.brand-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  width: 188px;
  padding: 22px 18px;
  color: #fff8f0;
  background: #21164f;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.rail-logo {
  display: grid;
  gap: 10px;
  align-items: start;
}

.rail-logo img {
  width: 88px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(242, 199, 188, .35);
}

.rail-logo span,
.mobile-brand span {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 700;
}

.rail-nav {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.rail-nav a,
.mobile-menu a {
  padding: 12px 0;
  color: rgba(255, 248, 240, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rail-cart {
  margin-top: auto;
  width: 100%;
  border: 0;
  color: var(--plum);
  background: var(--rose);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 13px;
  cursor: pointer;
}

.rail-cart strong,
.mobile-cart span {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fffaf6;
}

.mobile-top,
.mobile-menu {
  display: none;
}

main,
.site-footer {
  margin-left: 188px;
}

main {
  min-height: 100vh;
}

.commerce-hero {
  min-height: 92vh;
  padding: 42px clamp(22px, 5vw, 76px) 26px;
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(320px, 1.14fr);
  grid-template-rows: 1fr auto;
  gap: 22px;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 650px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--plum-2);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 86px);
  line-height: .92;
  color: var(--plum);
}

h1 span {
  display: block;
  margin-top: 18px;
  font-size: clamp(25px, 3.1vw, 45px);
  line-height: 1.12;
  color: #c08c72;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.08;
  color: var(--plum);
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.hero-text {
  max-width: 520px;
  margin: 28px 0;
  color: #463d4c;
  font-size: 17px;
  line-height: 1.9;
}

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

.primary-link,
.secondary-link,
.primary-button,
.checkout-button {
  min-height: 48px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 800;
}

.primary-link,
.primary-button,
.checkout-button {
  color: #fff9f3;
  background: var(--plum);
}

.secondary-link {
  color: var(--plum);
  border: 1px solid var(--plum);
  background: transparent;
}

.hero-media {
  position: relative;
  min-height: 470px;
  background: var(--plum);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(250px, calc(100% - 48px));
  padding: 16px;
  color: #fffaf6;
  background: rgba(30, 20, 72, .82);
  backdrop-filter: blur(10px);
}

.hero-note span {
  display: block;
  color: var(--rose);
  font-size: 13px;
  margin-bottom: 5px;
}

.hero-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-strip div {
  min-height: 72px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3f3744;
  border-right: 1px solid var(--line);
}

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

.hero-strip span {
  color: var(--gold);
  font-weight: 900;
}

.intro-band {
  margin: 0 clamp(22px, 5vw, 76px);
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(260px, 620px);
  gap: clamp(22px, 6vw, 80px);
  align-items: center;
}

.intro-band img {
  width: 100%;
  background: var(--plum);
}

.intro-band p {
  margin: 0;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.75;
  color: #3f3744;
}

.category-dock,
.shop-section,
.ritual-section,
.visit-section {
  padding: 76px clamp(22px, 5vw, 76px);
}

.category-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.2fr repeat(5, minmax(128px, 1fr));
  gap: 12px;
}

.category-card {
  position: relative;
  min-height: 170px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fffaf6;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .25s ease;
}

.category-card:hover img {
  transform: scale(1.04);
}

.category-card span,
.category-card strong {
  position: relative;
  z-index: 1;
  display: block;
}

.category-card span {
  color: var(--plum);
  font-weight: 900;
}

.category-card strong {
  margin-top: 9px;
  font-size: 34px;
  color: #bd826c;
}

.category-card.active {
  color: #fffaf6;
  background: var(--plum);
}

.category-card.active span,
.category-card.active strong {
  color: inherit;
}

.shop-section {
  background: rgba(255, 250, 246, .74);
}

.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}

.search-box {
  width: min(100%, 340px);
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.search-box input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  outline: none;
}

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

.product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(37, 26, 88, .06);
}

.product-card__image {
  position: relative;
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: var(--panel);
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 800;
  color: #fffaf6;
  background: rgba(37, 26, 88, .86);
}

.product-card__body {
  min-width: 0;
  padding: 14px;
  display: grid;
  gap: 11px;
}

.product-card h3 {
  min-height: 50px;
  font-size: 18px;
}

.product-card p {
  margin: 0;
  min-height: 48px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.price-row strong,
.product-meta strong {
  color: var(--plum);
  font-size: 19px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-meta span {
  color: #8f7d79;
  font-size: 13px;
  font-weight: 900;
}

.product-actions {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
}

.quick-button,
.add-button {
  min-height: 42px;
  border: 1px solid var(--plum);
  cursor: pointer;
}

.quick-button {
  color: var(--plum);
  background: #fff;
  font-weight: 900;
}

.add-button {
  color: #fffaf6;
  background: var(--plum);
  font-weight: 800;
}

.ritual-section {
  background: #212f2f;
  color: #fffaf6;
}

.ritual-section .section-kicker,
.ritual-section h2 {
  color: #fffaf6;
}

.ritual-track {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .18);
}

.ritual-track article {
  min-height: 250px;
  padding: 28px;
  background: #212f2f;
}

.ritual-track span {
  display: inline-block;
  margin-bottom: 30px;
  color: #b8d0cb;
  font-weight: 900;
}

.ritual-track p {
  color: rgba(255, 250, 246, .76);
  line-height: 1.78;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(300px, .8fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
}

.visit-image {
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.visit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-copy p {
  line-height: 1.8;
}

.contact-list {
  margin: 26px 0 0;
  display: grid;
  gap: 1px;
  background: var(--line);
}

.contact-list div {
  padding: 18px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  background: #fffaf6;
}

.contact-list dt {
  color: var(--muted);
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.cart-panel,
.quick-view {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.cart-panel.is-open,
.quick-view.is-open {
  pointer-events: auto;
  opacity: 1;
}

.cart-panel__overlay,
.quick-view__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 13, 34, .52);
}

.cart-panel__body {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(100%, 460px);
  padding: 22px;
  background: #fffaf6;
  transform: translateX(100%);
  transition: transform .24s ease;
  overflow: auto;
  box-shadow: -18px 0 60px rgba(12, 8, 31, .22);
}

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

.cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cart-head span {
  color: var(--muted);
  font-weight: 800;
}

.cart-head strong {
  display: block;
  margin-top: 5px;
  font-size: 25px;
}

.close-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--plum);
  font-size: 26px;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-empty {
  padding: 20px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
}

.cart-line {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
}

.cart-line img {
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.cart-line h4 {
  margin: 0 0 6px;
  font-size: 15px;
}

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

.qty-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.qty-controls button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: #fffaf6;
  cursor: pointer;
}

.cart-total {
  margin: 18px 0;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

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

.checkout-form h3 {
  margin-bottom: 2px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  resize: vertical;
}

.checkout-button {
  width: 100%;
  margin-top: 4px;
}

.order-message {
  margin-top: 16px;
  padding: 18px;
  background: #e9f3ef;
  border: 1px solid #bfd8ca;
}

.order-message p {
  margin: 6px 0 0;
}

.quick-view__card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(92vw, 790px);
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(260px, 1fr);
  background: #fffaf6;
  transform: translate(-50%, -46%);
  box-shadow: var(--shadow);
  transition: transform .2s ease;
}

.quick-view.is-open .quick-view__card {
  transform: translate(-50%, -50%);
}

.quick-view__card .close-button {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
}

.quick-view__card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.quick-view__card div {
  padding: 42px 34px 34px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.quick-view__card span {
  color: var(--gold);
  font-weight: 900;
}

.quick-view__card p {
  color: var(--muted);
  line-height: 1.75;
}

.quick-view__card strong {
  font-size: 24px;
  color: var(--plum);
}

.site-footer {
  padding: 42px clamp(22px, 5vw, 76px);
  color: #fffaf6;
  background: var(--plum);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer img {
  width: min(340px, 55vw);
  border: 1px solid rgba(255, 255, 255, .12);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 250, 246, .78);
  text-align: right;
}

.sequence-hero {
  min-height: 92vh;
  padding: 42px clamp(22px, 5vw, 76px) 26px;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(340px, 1.18fr);
  grid-template-rows: 1fr auto;
  gap: 24px;
  align-items: stretch;
}

.hero-media--pulse {
  isolation: isolate;
}

.pulse-line {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 11%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(242, 199, 188, .9), transparent);
  opacity: .9;
  transform-origin: left center;
  animation: pulseSweep 4.8s ease-in-out infinite;
}

@keyframes pulseSweep {
  0%, 100% { transform: scaleX(.2); opacity: .25; }
  45% { transform: scaleX(1); opacity: .9; }
  70% { transform: scaleX(.68); opacity: .45; }
}

.pulse-picker,
.path-section,
.featured-section,
.routine-lab,
.routine-builder,
.checkout-page,
.visit-hero {
  padding: 76px clamp(22px, 5vw, 76px);
}

.pulse-picker {
  display: grid;
  grid-template-columns: minmax(260px, .56fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
  background: #fffaf6;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.picker-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.picker-buttons button {
  min-height: 44px;
  border: 1px solid var(--line);
  padding: 0 16px;
  color: var(--plum);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.picker-buttons button.active {
  color: #fffaf6;
  background: var(--plum);
  border-color: var(--plum);
}

.picker-buttons--stack {
  display: grid;
}

.routine-preview,
.routine-builder {
  display: grid;
  grid-template-columns: minmax(280px, .52fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.routine-copy {
  padding: 28px;
  color: #fffaf6;
  background: var(--plum);
  display: grid;
  align-content: center;
  gap: 14px;
}

.routine-copy span {
  color: var(--rose);
  font-weight: 900;
}

.routine-copy h2,
.routine-copy h3,
.routine-copy p {
  margin: 0;
  color: inherit;
}

.routine-copy p {
  color: rgba(255, 250, 246, .78);
  line-height: 1.75;
}

.routine-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.sequence-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.sequence-step {
  min-height: 210px;
  padding: 22px;
  background: #fffaf6;
  display: grid;
  align-content: space-between;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.sequence-step.is-visible,
.product-card.is-visible,
.path-card.is-visible,
.visit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sequence-step span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.sequence-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.path-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr;
  gap: 14px;
}

.path-card {
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 24px;
  color: #fffaf6;
  background: var(--plum);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.path-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .74;
  transition: transform .35s ease;
}

.path-card:hover img {
  transform: scale(1.04);
}

.path-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 20, 74, .05), rgba(31, 20, 74, .86));
}

.path-card span,
.path-card h3 {
  position: relative;
  z-index: 1;
}

.path-card span {
  color: var(--rose);
  font-weight: 900;
}

.path-card h3 {
  max-width: 420px;
  margin-top: 10px;
  font-size: clamp(24px, 3vw, 40px);
}

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

.product-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease, box-shadow .25s ease;
}

.product-card--compact .product-card__image {
  aspect-ratio: 1 / .72;
}

.page-hero,
.routine-lab,
.visit-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.page-hero img,
.visit-hero img {
  width: 100%;
  height: min(58vh, 560px);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.routine-lab {
  background: #212f2f;
  color: #fffaf6;
}

.routine-lab h1,
.routine-lab .eyebrow,
.routine-lab .hero-text {
  color: #fffaf6;
}

.routine-lab__panel {
  padding: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.routine-builder {
  background: #fffaf6;
}

.sequence-steps--large .sequence-step {
  min-height: 260px;
}

.checkout-page {
  min-height: 80vh;
}

.checkout-layout {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(320px, .72fr);
  gap: 22px;
  align-items: start;
}

.checkout-summary,
.checkout-form--page {
  padding: 24px;
  background: #fffaf6;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(37, 26, 88, .07);
}

.cart-items--page {
  max-height: none;
}

.checkout-form--page h2 {
  font-size: 28px;
}

.visit-hero {
  background: #fffaf6;
}

.visit-section--page {
  grid-template-columns: minmax(300px, .82fr) minmax(320px, 1fr);
  background: #212f2f;
}

.visit-section--page h2,
.visit-section--page .section-kicker {
  color: #fffaf6;
}

.visit-card-grid {
  display: grid;
  gap: 12px;
}

.visit-card {
  padding: 24px;
  color: #fffaf6;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.visit-card span {
  color: var(--rose);
  font-weight: 900;
}

.visit-card p {
  color: rgba(255, 250, 246, .76);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .brand-rail {
    display: none;
  }

  .mobile-top {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
    color: #fffaf6;
    background: var(--plum);
  }

  .icon-button,
  .mobile-cart {
    width: 44px;
    height: 44px;
    border: 0;
    color: var(--plum);
    background: var(--rose);
    cursor: pointer;
  }

  .icon-button {
    display: grid;
    place-content: center;
    gap: 5px;
  }

  .icon-button span {
    width: 20px;
    height: 2px;
    background: var(--plum);
  }

  .mobile-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .mobile-brand img {
    width: 38px;
    height: 38px;
    object-fit: cover;
  }

  .mobile-brand span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-cart {
    display: grid;
    place-items: center;
    font-weight: 900;
  }

  .mobile-cart span {
    min-width: 26px;
    height: 26px;
  }

  .mobile-menu {
    position: fixed;
    inset: 64px 0 auto;
    z-index: 49;
    padding: 14px 20px 22px;
    color: #fffaf6;
    background: #21164f;
    transform: translateY(-120%);
    transition: transform .22s ease;
  }

  body.menu-open .mobile-menu {
    display: grid;
    transform: translateY(0);
  }

  main,
  .site-footer {
    margin-left: 0;
  }

  .commerce-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .sequence-hero,
  .pulse-picker,
  .routine-preview,
  .page-hero,
  .routine-lab,
  .routine-builder,
  .checkout-layout,
  .visit-hero,
  .visit-section--page {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
  }

  .intro-band,
  .visit-section,
  .quick-view__card {
    grid-template-columns: 1fr;
  }

  .intro-band {
    margin-top: 28px;
  }

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

  .product-grid--featured,
  .sequence-steps,
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ritual-track {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .commerce-hero,
  .sequence-hero,
  .pulse-picker,
  .path-section,
  .featured-section,
  .routine-lab,
  .routine-builder,
  .checkout-page,
  .visit-hero,
  .category-dock,
  .shop-section,
  .ritual-section,
  .visit-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .hero-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-strip div:last-child {
    border-bottom: 0;
  }

  .intro-band {
    margin-left: 16px;
    margin-right: 16px;
  }

  .category-grid,
  .product-grid,
  .product-grid--featured,
  .sequence-steps,
  .path-grid,
  .shop-heading {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 300px;
  }

  .page-hero,
  .visit-hero {
    min-height: auto;
  }

  .page-hero img,
  .visit-hero img {
    height: 320px;
  }

  .routine-copy {
    padding: 22px;
  }

  .sequence-step {
    min-height: 170px;
  }

  .category-card {
    min-height: 138px;
  }

  .shop-heading {
    display: grid;
    align-items: stretch;
  }

  .search-box {
    width: 100%;
  }

  .product-card h3,
  .product-card p {
    min-height: auto;
  }

  .cart-panel__body {
    width: 100%;
  }

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

  .cart-line img {
    width: 68px;
    height: 68px;
  }

  .qty-controls {
    grid-column: 2;
    justify-self: start;
  }

  .quick-view__card {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 40px);
    overflow: auto;
  }

  .quick-view__card img {
    min-height: 240px;
    max-height: 310px;
  }

  .quick-view__card div {
    padding: 24px 20px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    display: grid;
  }

  .site-footer img {
    width: 100%;
  }

  .site-footer p {
    text-align: left;
  }
}
