:root {
  --forest: #6c7d6e;
  --orange: #d07a5e;
  --peach: #f6e3d7;
  --ink: #1f1f1f;
  --cloud: #f8f7f3;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}

.site-header {
  background: rgba(248, 247, 243, 0.78);
  border-bottom: 1px solid rgba(31, 31, 31, 0.06);
  backdrop-filter: blur(18px);
  transition: background 240ms ease, box-shadow 240ms ease, padding 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(248, 247, 243, 0.92);
  box-shadow: 0 12px 34px rgba(31, 31, 31, 0.06);
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 190px;
  line-height: 1;
}

.brand-mark__logo {
  display: block;
  width: 180px;
  height: auto;
  margin-top: -16px;
  margin-bottom: -16px;
  mix-blend-mode: multiply;
}

.brand-mark__category {
  margin: -5px 0 0 68px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.nav-link {
  position: relative;
  transition: color 180ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--orange);
  content: '';
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ink);
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cart-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.portfolio-return-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.portfolio-return-link:hover,
.portfolio-return-link:focus-visible {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 999px;
  color: var(--orange);
  font-size: 0.7rem;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

.hero-section {
  isolation: isolate;
  min-height: 900px;
  background:
    radial-gradient(circle at 74% 42%, rgba(246, 227, 215, 0.56), transparent 28%),
    var(--cloud);
}

.hero-section > div.mx-auto {
  transform: translateY(42px);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero-orb--green {
  top: 22%;
  right: 4%;
  width: 430px;
  height: 430px;
  background: rgba(211, 232, 145, 0.18);
}

.hero-orb--peach {
  bottom: -160px;
  left: -90px;
  width: 390px;
  height: 390px;
  background: rgba(246, 227, 215, 0.48);
}

.eyebrow {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 50px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-primary {
  gap: 18px;
  background: var(--ink);
  color: white;
  box-shadow: 0 12px 24px rgba(31, 31, 31, 0.12);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest);
  box-shadow: 0 16px 30px rgba(108, 125, 110, 0.22);
  transform: translateY(-2px);
}

.button-secondary {
  color: rgba(31, 31, 31, 0.62);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--ink);
  transform: translateY(-2px);
}

.hero-section .button-primary,
.hero-section .button-secondary {
  min-height: 56px;
  font-size: 0.95rem;
}

.hero-values {
  color: rgba(31, 31, 31, 0.58);
  font-size: 0.94rem;
  font-weight: 650;
}

.hero-product {
  min-height: 660px;
  transform: translateY(46px);
}

.hero-product__halo {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(108, 125, 110, 0.12);
  border-radius: 50%;
}

.hero-product__halo::before,
.hero-product__halo::after {
  position: absolute;
  border: 1px solid rgba(208, 122, 94, 0.16);
  border-radius: 50%;
  content: '';
}

.hero-product__halo::before {
  inset: 34px;
}

.hero-product__halo::after {
  inset: -22px;
  opacity: 0.5;
}

.hero-product__image {
  position: relative;
  z-index: 1;
  width: 530px;
  height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(31, 31, 31, 0.12));
  animation: product-float 6s ease-in-out infinite;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-product__image.is-switching {
  opacity: 0.35;
  transform: scale(0.985);
}

.hero-product__caption {
  position: absolute;
  right: 5%;
  bottom: 11%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(31, 31, 31, 0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-product__caption-line {
  width: 42px;
  height: 1px;
  background: var(--orange);
}

.hero-product__palette {
  position: absolute;
  right: 5%;
  bottom: 3%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(248, 247, 243, 0.74);
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.06);
  backdrop-filter: blur(12px);
}

.color-option {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(31, 31, 31, 0.48);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.color-option:hover,
.color-option:focus-visible,
.color-option.is-active {
  border-color: rgba(31, 31, 31, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.color-option__swatch {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 50%;
}

.color-option__swatch--green {
  background: #d3e891;
}

.color-option__swatch--white {
  background: #eee9e1;
}

.color-option__swatch--orange {
  background: #d88a57;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 34px;
  left: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(31, 31, 31, 0.35);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-scroll-hint__line {
  display: block;
  width: 70px;
  height: 1px;
  background: rgba(31, 31, 31, 0.24);
}

.product-section {
  background: #fff;
}

.product-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: flex-end;
  gap: 64px;
}

.product-intro__closing {
  display: inline-block;
  white-space: nowrap;
}

.product-card {
  min-height: 610px;
  background: #f1f1ec;
}

.product-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.9), transparent 38%),
    #f0f0ea;
}

.product-card__visual::before {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(108, 125, 110, 0.15);
  border-radius: 50%;
  content: '';
}

.product-card__visual-label {
  position: absolute;
  top: 38px;
  left: 44px;
  color: rgba(31, 31, 31, 0.38);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.product-card__visual img {
  position: relative;
  z-index: 1;
  width: 410px;
  height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(31, 31, 31, 0.13));
}

.product-card__visual-note {
  position: absolute;
  right: 46px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(31, 31, 31, 0.4);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.product-card__visual-line {
  width: 42px;
  height: 1px;
  background: var(--orange);
}

.product-card__info {
  padding: 72px 72px 64px;
  background: #f8f7f3;
}

.product-kit-list {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.product-kit-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  color: rgba(31, 31, 31, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
}

.product-kit-item__number {
  color: var(--orange);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.product-card__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.product-values {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.product-value-card {
  min-height: 218px;
  padding: 34px 36px 38px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  background: #fff;
}

.product-value-card__index {
  display: block;
  color: var(--orange);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.product-value-card h3 {
  margin-top: 22px;
  font-size: 1.38rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.product-value-card p {
  max-width: 330px;
  margin-top: 14px;
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.94rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

.feature-section {
  background: #f1f0eb;
}

.feature-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: 64px;
}

.feature-section__intro > p {
  padding-bottom: 4px;
}

.feature-section__intro-line {
  white-space: nowrap;
}

.feature-section__title-line {
  white-space: nowrap;
}

.feature-explainer__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
  background: #f8f7f3;
}

.feature-explainer__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-explainer__content {
  padding: 58px 56px 52px;
  background: #fff;
}

.feature-list {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.feature-list__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}

.feature-list__number,
.surface-benefit-card > span {
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.feature-list__item h4,
.surface-benefit-card h4 {
  font-size: 0.98rem;
  font-weight: 650;
}

.feature-list__item p,
.surface-benefit-card p {
  margin-top: 7px;
  color: rgba(31, 31, 31, 0.48);
  font-size: 0.78rem;
  line-height: 1.8;
}

.surface-section {
  padding-top: 36px;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
}

.surface-benefit-card {
  min-height: 176px;
  padding: 25px 24px;
  background: rgba(255, 255, 255, 0.66);
}

.story-section {
  background: #fff;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 80px;
}

.story-media__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: 64px;
}

.story-media__heading > p {
  padding-bottom: 4px;
}

.story-section__headline-line {
  white-space: nowrap;
}

.story-copy {
  padding: 0;
}

.story-main__headline {
  max-width: 700px;
}

.story-main__subhead {
  color: var(--orange);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}

.story-main__body {
  max-width: 760px;
  color: rgba(31, 31, 31, 0.58);
  font-size: 1rem;
  line-height: 2;
}

.story-main__body p + p {
  margin-top: 22px;
}

.story-quote {
  max-width: 760px;
  padding: 3px 0 3px 28px;
  border-left: 4px solid var(--orange);
  color: var(--forest);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.mascot-card {
  position: relative;
  min-height: 534px;
  padding: 74px 32px 73px;
  overflow: visible;
  border-radius: 28px;
  background: #f6e1d5;
}

.mascot-card__topline {
  position: absolute;
  top: 24px;
  right: -10px;
  z-index: 2;
  display: grid;
  width: 66px;
  height: 66px;
  place-content: center;
  border: 1px solid rgba(35, 79, 67, 0.65);
  border-radius: 50%;
  background: #fffdfb;
  color: var(--forest);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: center;
}

.mascot-card__visual {
  display: flex;
  min-height: 387px;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  background: #fffdfb;
}

.mascot-card__visual img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.story-media {
  padding-top: 36px;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
}

.video-card {
  overflow: hidden;
  background: #f1f0eb;
}

.video-card video {
  display: block;
  width: 100%;
  height: 320px;
  background: #d9d8d2;
  object-fit: cover;
}

.video-card__caption {
  padding: 22px 26px 25px;
}

.video-card__caption span {
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.video-card__caption h4 {
  margin-top: 10px;
  font-size: 1.04rem;
  font-weight: 650;
}

.shop-section {
  background: #fff;
}

.shop-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: 64px;
}

.shop-section__intro > p {
  padding-bottom: 4px;
}

.shop-card {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  background: #f1f0eb;
}

.shop-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 24px;
  background: #f8f7f3;
}

.shop-card__image--wide {
  padding: 12px;
}

.shop-card__image img {
  width: 100%;
  height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(31, 31, 31, 0.1));
}

.shop-card__image--wide img {
  height: 250px;
}

.shop-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 25px;
}

.shop-card__type {
  color: var(--orange);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.shop-card h3 {
  margin-top: 11px;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.shop-card__description {
  min-height: 48px;
  margin-top: 10px;
  color: rgba(31, 31, 31, 0.5);
  font-size: 0.76rem;
  line-height: 1.8;
}

.shop-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.shop-card__bottom > span {
  font-size: 1rem;
  font-weight: 650;
  white-space: nowrap;
}

.shop-add {
  padding: 9px 13px;
  border: 1px solid rgba(31, 31, 31, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 650;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.shop-add:hover,
.shop-add:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.simulator-section {
  background: #f1f0eb;
}

.site-footer {
  background: var(--ink);
  color: #fff;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr) 1.35fr;
  gap: 56px;
  padding-bottom: 80px;
}

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

.site-footer__logo {
  color: #fff;
  font-size: 2rem;
  font-weight: 650;
  letter-spacing: -0.06em;
}

.site-footer__logo span {
  color: var(--orange);
}

.site-footer__brand p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.site-footer__brand strong {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 500;
}

.site-footer__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.site-footer__label {
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.site-footer__group a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  transition: color 180ms ease;
}

.site-footer__group a:hover,
.site-footer__group a:focus-visible {
  color: #fff;
}

.site-footer__contact a {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer__contact p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.9;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.cart-note {
  color: rgba(31, 31, 31, 0.38);
  font-size: 0.68rem;
  line-height: 1.7;
}
.merchandise-block__heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.shop-grid > .merchandise-block {
  grid-column: 1 / -1;
}

.scan-food-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.scan-food-option {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.scan-food-option:hover,
.scan-food-option:focus-visible,
.scan-food-option[aria-pressed="true"] {
  border-color: var(--orange);
  box-shadow: 0 8px 18px rgba(208, 122, 94, 0.12);
  transform: translateY(-1px);
}

.scan-food-option__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 12px;
  background: #f6e3d7;
  font-size: 1.6rem;
}

.scan-food-option__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.scan-food-option__copy strong {
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scan-food-option__copy small {
  color: rgba(31, 31, 31, 0.48);
  font-size: 0.64rem;
}

.scan-food-option__arrow {
  color: var(--orange);
  font-size: 1.1rem;
}

.scan-picker__note,
.merchandise-block__note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
  color: rgba(31, 31, 31, 0.54);
  font-size: 0.68rem;
  line-height: 1.8;
}

.scan-ui {
  min-height: 500px;
  overflow: hidden;
  background: #f7f8f4;
  color: var(--ink);
}

.scan-ui__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 30px 18px;
}

.scan-ui__brand {
  color: var(--forest);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.scan-ui__header h4 {
  margin: 10px 0 0;
  font-size: 1.5rem;
  font-weight: 750;
  letter-spacing: -0.06em;
}

.scan-ui__badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: #e8ebe5;
  color: rgba(31, 31, 31, 0.54);
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
}

.scan-ui__badge.is-paying {
  background: #f6e1d7;
  color: var(--orange);
}

.scan-ui__badge.is-paid {
  background: #e0e8df;
  color: var(--forest);
}

.scan-ui__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 30px 17px;
}

.scan-ui__steps span {
  padding: 9px 8px;
  border-radius: 999px;
  background: #e7e9e6;
  color: rgba(31, 31, 31, 0.38);
  font-size: 0.64rem;
  font-weight: 700;
  text-align: center;
}

.scan-ui__steps span.is-active {
  background: var(--orange);
  color: #fff;
}

.scan-ui__steps span.is-complete {
  background: var(--forest);
  color: #fff;
}

.scan-ui__scanner {
  position: relative;
  display: grid;
  min-height: 194px;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.scan-ui__food {
  position: relative;
  z-index: 1;
  display: grid;
  width: 108px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px 30px 40px 40px;
  background: linear-gradient(145deg, #dcd3e5 0%, #c8bdd3 58%, #b2a5c2 100%);
  box-shadow: inset 0 -14px 0 rgba(91, 67, 111, 0.13), inset 0 8px 12px rgba(255, 255, 255, 0.34), 0 18px 26px rgba(31, 31, 31, 0.16);
  font-size: 3.45rem;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(31, 31, 31, 0.12);
  transform: translateY(-2px);
}

.scan-ui__line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  background: rgba(208, 122, 94, 0.72);
  box-shadow: 0 0 18px rgba(208, 122, 94, 0.32);
}

.scan-ui__scanner.is-scanning .scan-ui__line {
  animation: scan-line-sweep 1.15s ease-in-out forwards;
}

@keyframes scan-line-sweep {
  0% {
    opacity: 0.45;
    transform: translateY(-52px);
  }
  45% {
    opacity: 1;
    box-shadow: 0 0 24px rgba(208, 122, 94, 0.62);
  }
  100% {
    opacity: 0.72;
    transform: translateY(52px);
  }
}

.scan-ui__scanner p {
  position: absolute;
  bottom: 18px;
  margin: 0;
  color: rgba(31, 31, 31, 0.45);
  font-size: 0.67rem;
}

.scan-ui__result {
  padding: 25px 30px 28px;
}

.scan-ui__result h4 {
  margin: 10px 0 0;
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.scan-ui__result > p:not(.eyebrow) {
  margin: 8px 0 0;
  color: rgba(31, 31, 31, 0.54);
  font-size: 0.72rem;
  line-height: 1.8;
}

.scan-nutrients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.scan-nutrients div {
  display: grid;
  min-height: 66px;
  place-items: center;
  align-content: center;
  gap: 5px;
  border-radius: 12px;
  background: #fff;
}

.scan-nutrients strong {
  color: var(--forest);
  font-size: 1rem;
}

.scan-nutrients span {
  color: rgba(31, 31, 31, 0.42);
  font-size: 0.62rem;
}

.scan-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 14px;
  padding: 16px;
  background: #fff;
}

.scan-total div {
  display: grid;
  gap: 6px;
}

.scan-total div:last-child {
  justify-items: end;
}

.scan-total span {
  color: rgba(31, 31, 31, 0.42);
  font-size: 0.64rem;
}

.scan-total strong {
  color: var(--forest);
  font-size: 1rem;
}

.scan-total div:last-child strong {
  color: var(--orange);
}

.scan-ui__action {
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: #c9cec8;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.scan-ui__action:not(:disabled):hover,
.scan-ui__action:not(:disabled):focus-visible {
  background: var(--forest);
  transform: translateY(-1px);
}

.scan-ui__action:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.scan-payment-feedback {
  margin: 12px 0 0;
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

/* Yesterday's simulator layout: meal picker + EasyCard app screen. */
.simulator-section--reference {
  background: #fff;
}

.simulator-reference-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
}

.simulator-reference-intro {
  max-width: 900px;
}

.simulator-reference-intro h2 {
  max-width: 900px;
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 850;
  line-height: 1.12;
  white-space: nowrap;
  letter-spacing: -0.055em;
}

.simulator-reference-intro__line {
  display: inline-block;
  white-space: nowrap;
}

.simulator-reference-intro > p:last-child {
  margin-top: 20px;
  color: rgba(31, 31, 31, 0.6);
  font-size: 0.92rem;
  line-height: 1.8;
}

.simulator-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}

.simulator-reference-picker {
  padding: 28px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 20px;
  background: #f7f4ef;
}

.simulator-reference-picker__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.simulator-reference-picker__heading h3,
.simulator-reference-record h3 {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.simulator-reference-picker__heading > span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--peach);
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

.simulator-reference-picker .scan-food-list {
  margin-top: 22px;
}

.simulator-reference-picker .scan-food-option {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 10px;
  border-radius: 12px;
}

.simulator-reference-picker .scan-food-option[aria-pressed="true"] {
  background: #fffaf7;
}

.simulator-reference-picker .scan-food-option__copy strong {
  font-size: 0.76rem;
}

.simulator-reference-picker .scan-food-option__copy small {
  margin-top: 4px;
  font-size: 0.62rem;
}

.simulator-reference-picker .scan-picker__note {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  font-size: 0.68rem;
  line-height: 1.8;
}

.simulator-reference-picker .scan-picker__note > span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  color: var(--forest);
  font-size: 0.68rem;
}

.simulator-reference-picker .scan-picker__note p {
  margin: 0;
}

.simulator-reference-phone {
  padding: 12px;
  border-radius: 23px;
  background: var(--ink);
  box-shadow: 0 18px 48px rgba(31, 31, 31, 0.12);
}

.simulator-reference-phone .scan-ui {
  min-height: 500px;
  border-radius: 16px;
  background: #f7f8f4;
}

.simulator-reference-phone .scan-ui__header {
  padding: 20px 20px 14px;
}

.simulator-reference-phone .scan-ui__header h4 {
  margin-top: 8px;
  font-size: 1.5rem;
}

.simulator-reference-phone .scan-ui__steps {
  padding: 0 20px 16px;
}

.simulator-reference-phone .scan-ui__steps span {
  padding: 8px;
  font-size: 0.62rem;
}

.simulator-reference-phone .scan-ui__scanner {
  min-height: 176px;
}

.simulator-reference-phone .scan-ui__food {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 4.5rem;
  text-shadow: none;
  transform: none;
}

.simulator-reference-phone .scan-ui__line {
  left: 24px;
  right: 24px;
}

.simulator-reference-phone .scan-ui__result {
  padding: 20px;
}

.simulator-reference-phone .scan-ui__result h4 {
  margin-top: 4px;
  font-size: 1.5rem;
}

.simulator-reference-phone .scan-ui__result > p:not(.eyebrow) {
  min-height: 44px;
  margin-top: 8px;
}

.simulator-reference-phone .scan-ui__action {
  background: var(--forest);
}

.simulator-reference-phone .scan-ui__action:disabled {
  background: #ccd1cb;
}

.simulator-reference-record {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid rgba(108, 125, 110, 0.2);
  border-radius: 20px;
  background: var(--peach);
}

.simulator-reference-record > div:first-child > p:last-child {
  max-width: 360px;
  margin-top: 8px;
  color: rgba(31, 31, 31, 0.6);
  font-size: 0.8rem;
  line-height: 1.8;
}

.scan-record-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.scan-record-list > p {
  grid-column: 1 / -1;
  color: rgba(31, 31, 31, 0.55);
  font-size: 0.8rem;
  line-height: 1.8;
}

.scan-record-list__item {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}

.scan-record-list__item span {
  font-size: 1.5rem;
}

.scan-record-list__item strong {
  font-size: 0.72rem;
  line-height: 1.5;
}

.scan-record-list__item small {
  color: var(--orange);
  font-size: 0.62rem;
}

.merchandise-block__heading h3 {
  margin: 16px 0 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.055em;
}

.merchandise-block__heading > p {
  max-width: 360px;
  font-size: 1rem;
  line-height: 2;
}

.shop-card--merch .shop-card__image {
  min-height: 245px;
}

.shop-card--merch .shop-card__image img {
  object-fit: contain;
}

.faq-section {
  background: #f6f5f0;
}

.faq-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: 64px;
}

.faq-list {
  border-top: 1px solid rgba(31, 31, 31, 0.16);
}

.faq-item {
  border-bottom: 1px solid rgba(31, 31, 31, 0.16);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 600;
}

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

.faq-item__number {
  color: var(--orange);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.faq-item__icon {
  color: rgba(31, 31, 31, 0.5);
  font-size: 1.35rem;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__answer {
  max-width: 760px;
  padding: 0 64px 30px;
  color: rgba(31, 31, 31, 0.58);
  font-size: 0.92rem;
  line-height: 2;
}

.faq-item__answer p + p,
.faq-item__answer ul {
  margin-top: 12px;
}

.faq-item__answer ul {
  padding-left: 1.2em;
}

.faq-item__answer li {
  list-style: disc;
}

.faq-item__answer strong {
  color: var(--ink);
  font-weight: 600;
}

.contact-section {
  background: #fff;
}

.contact-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: end;
  gap: 64px;
}

.contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 31, 31, 0.16);
}

.contact-section__details {
  display: grid;
  align-content: start;
  gap: 42px;
}

.contact-detail {
  display: grid;
  gap: 10px;
}

.contact-detail__label {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.contact-detail strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-detail p {
  max-width: 300px;
  color: rgba(31, 31, 31, 0.55);
  font-size: 0.85rem;
  line-height: 1.8;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(31, 31, 31, 0.56);
  font-size: 0.74rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
  resize: vertical;
}

.contact-form input {
  min-height: 44px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 2px rgba(108, 125, 110, 0.14);
}

.contact-form .button-primary {
  justify-self: start;
  min-width: 150px;
  margin-top: 4px;
}

.contact-feedback {
  padding: 14px 16px;
  background: #e5f0d1;
  color: #4d6743;
  font-size: 0.8rem;
  line-height: 1.8;
}

.cart-overlay {
  position: fixed;
  z-index: 60;
  inset: 0;
  background: rgba(31, 31, 31, 0.28);
  backdrop-filter: blur(5px);
}

.cart-drawer {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  display: flex;
  width: 440px;
  height: 100vh;
  flex-direction: column;
  padding: 36px 34px 30px;
  overflow-y: auto;
  background: #f8f7f3;
  box-shadow: -18px 0 45px rgba(31, 31, 31, 0.14);
}

.cart-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}

.cart-drawer__header h2,
.checkout-view h2 {
  margin-top: 12px;
  font-size: 1.7rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.cart-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.cart-items {
  min-height: 180px;
  padding-top: 12px;
}

.cart-empty {
  padding: 55px 0;
  color: rgba(31, 31, 31, 0.42);
  font-size: 0.84rem;
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}

.cart-item__image {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  background: #efeee8;
}

.cart-item__image img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cart-item__name {
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.6;
}

.cart-item__price {
  margin-top: 4px;
  color: rgba(31, 31, 31, 0.48);
  font-size: 0.72rem;
}

.cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}

.cart-item__quantity button {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
}

.cart-item__quantity span {
  min-width: 12px;
  color: rgba(31, 31, 31, 0.62);
  font-size: 0.75rem;
  text-align: center;
}

.cart-item__total {
  align-self: start;
  padding-top: 3px;
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

.cart-drawer__footer {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(31, 31, 31, 0.58);
  font-size: 0.82rem;
}

.cart-total strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.cart-checkout {
  width: 100%;
  margin-top: 20px;
}

.cart-checkout:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.cart-note {
  margin-top: 13px;
  text-align: center;
}

.cart-back {
  border: 0;
  background: transparent;
  color: rgba(31, 31, 31, 0.58);
  cursor: pointer;
  font-size: 0.78rem;
}

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

.checkout-form label {
  display: grid;
  gap: 8px;
  color: rgba(31, 31, 31, 0.56);
  font-size: 0.74rem;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(31, 31, 31, 0.16);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.checkout-form input:focus,
.checkout-form select:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 2px rgba(108, 125, 110, 0.14);
}

.checkout-form .button-primary {
  width: 100%;
  margin-top: 8px;
}

.checkout-feedback {
  margin-top: 22px;
  padding: 15px 16px;
  background: #e5f0d1;
  color: #4d6743;
  font-size: 0.8rem;
  line-height: 1.8;
}

.has-cart-open {
  overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1120px) {
  .site-header > div {
    padding: 16px 28px;
  }

  .site-header > div > nav[aria-label='主要導覽'] {
    display: none !important;
  }

  .portfolio-return-link--desktop {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.56);
  }

  .mobile-menu-toggle > span {
    display: block;
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:last-child {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-nav:not([hidden]) {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 12px 28px 24px;
    border-top: 1px solid rgba(31, 31, 31, 0.06);
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    background: rgba(248, 247, 243, 0.98);
    box-shadow: 0 20px 36px rgba(31, 31, 31, 0.08);
  }

  .mobile-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    color: rgba(31, 31, 31, 0.74);
    font-size: 0.92rem;
    font-weight: 600;
  }

  .mobile-nav a::after {
    color: var(--orange);
    content: '↗';
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1023px) {
  section {
    scroll-margin-top: 82px;
  }

  .site-header > div {
    padding: 16px 28px;
  }

  .portfolio-return-link--desktop {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.56);
  }

  .mobile-menu-toggle > span {
    display: block;
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded='true'] > span:last-child {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .mobile-nav:not([hidden]) {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 12px 28px 24px;
    border-top: 1px solid rgba(31, 31, 31, 0.06);
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    background: rgba(248, 247, 243, 0.98);
    box-shadow: 0 20px 36px rgba(31, 31, 31, 0.08);
  }

  .mobile-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    color: rgba(31, 31, 31, 0.74);
    font-size: 0.92rem;
    font-weight: 600;
  }

  .mobile-nav a::after {
    color: var(--orange);
    content: '↗';
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .has-mobile-menu-open {
    overflow: hidden;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-section > div.mx-auto {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 148px 40px 96px;
    transform: none;
  }

  .hero-section h1 {
    max-width: 700px;
    font-size: 4rem;
  }

  .hero-product {
    min-height: 560px;
    transform: none;
  }

  .hero-product__halo {
    width: 520px;
    height: 520px;
  }

  .hero-product__image {
    width: 460px;
    height: 550px;
  }

  .hero-scroll-hint {
    display: none;
  }

  .product-section > div.mx-auto,
  .feature-section > div.mx-auto,
  .shop-section > div.mx-auto,
  .story-section > div.mx-auto,
  .faq-section > div.mx-auto,
  .contact-section > div.mx-auto,
  .site-footer > div.mx-auto {
    padding: 96px 40px;
  }

  .product-section__intro,
  .feature-section__intro,
  .shop-section__intro,
  .story-media__heading,
  .faq-section__intro,
  .contact-section__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #product .product-card,
  #features .feature-explainer,
  #features .surface-section,
  #story .story-layout {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

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

  .product-card__info {
    padding: 56px;
  }

  #product .product-values,
  #features .surface-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-explainer__visual {
    min-height: 480px;
  }

  .surface-section {
    gap: 36px;
  }

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

  #shop .shop-grid > .merchandise-block {
    grid-column: 1 / -1;
  }

  .story-layout {
    gap: 48px;
  }

  .mascot-card {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .simulator-reference-shell {
    padding: 96px 40px;
  }

  .simulator-reference-intro h2 {
    white-space: normal;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }
}

@media (max-width: 767px) {
  section {
    scroll-margin-top: 72px;
  }

  .site-header > div {
    min-height: 72px;
    padding: 10px 18px;
  }

  .brand-mark {
    width: 132px;
  }

  .brand-mark__logo {
    width: 128px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .brand-mark__category {
    margin: -2px 0 0 48px;
    font-size: 0.55rem;
  }

  .site-header__actions {
    gap: 7px;
  }

  .cart-trigger {
    min-height: 44px;
    gap: 7px;
    font-size: 0.72rem;
  }

  .mobile-nav:not([hidden]) {
    max-height: calc(100dvh - 72px);
    padding: 8px 20px 18px;
    overflow-y: auto;
  }

  .hero-section > div.mx-auto {
    gap: 10px;
    padding: 116px 20px 70px;
  }

  .hero-section > div.mx-auto > div:first-child {
    max-width: none;
  }

  .hero-section h1 {
    font-size: clamp(3.15rem, 15vw, 3.7rem);
    line-height: 1.04;
  }

  .hero-section h1 + p {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 2;
  }

  .hero-section .button-primary,
  .hero-section .button-secondary {
    min-height: 52px;
    font-size: 0.88rem;
  }

  .hero-values {
    gap: 14px;
    margin-top: 42px;
    font-size: 0.82rem;
  }

  .hero-values > span:nth-child(even) {
    width: 20px;
  }

  .hero-orb--green {
    top: 54%;
    right: -150px;
    width: 320px;
    height: 320px;
  }

  .hero-orb--peach {
    bottom: -120px;
    left: -160px;
    width: 300px;
    height: 300px;
  }

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

  .hero-product__halo {
    width: 340px;
    height: 340px;
  }

  .hero-product__image {
    width: min(330px, 92vw);
    height: 390px;
  }

  .hero-product__caption {
    right: auto;
    bottom: 58px;
    left: 50%;
    width: max-content;
    max-width: calc(100vw - 40px);
    transform: translateX(-50%);
  }

  .hero-product__caption-line {
    width: 24px;
  }

  .hero-product__palette {
    right: auto;
    bottom: 5px;
    left: 50%;
    width: max-content;
    max-width: calc(100vw - 28px);
    padding: 6px;
    overflow-x: auto;
    transform: translateX(-50%);
  }

  .color-option {
    min-height: 38px;
    padding: 5px 7px;
    font-size: 0.58rem;
  }

  .product-section > div.mx-auto,
  .feature-section > div.mx-auto,
  .shop-section > div.mx-auto,
  .story-section > div.mx-auto,
  .faq-section > div.mx-auto,
  .contact-section > div.mx-auto,
  .site-footer > div.mx-auto {
    padding: 72px 20px;
  }

  .product-section h2,
  .feature-section h2,
  .shop-section h2,
  .story-section h2,
  .faq-section h2,
  .contact-section h2,
  .simulator-reference-intro h2 {
    font-size: clamp(2.25rem, 10.5vw, 2.8rem);
    line-height: 1.18;
  }

  .simulator-reference-intro h2 {
    font-size: clamp(1.55rem, 7.3vw, 2.25rem);
  }

  .product-intro__closing,
  .feature-section__intro-line,
  .feature-section__title-line,
  .story-section__headline-line {
    white-space: normal;
  }

  .product-card {
    margin-top: 52px;
    border-radius: 22px;
  }

  .product-card__visual {
    min-height: 380px;
  }

  .product-card__visual::before {
    width: 300px;
    height: 300px;
  }

  .product-card__visual-label {
    top: 24px;
    left: 22px;
  }

  .product-card__visual img {
    width: 290px;
    height: 350px;
  }

  .product-card__visual-note {
    right: 22px;
    bottom: 22px;
  }

  .product-card__info {
    padding: 36px 22px 34px;
  }

  #product .product-card__info > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

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

  #product .product-values,
  #features .surface-benefits,
  #shop .shop-grid,
  #shop .shop-grid--merch,
  #story .story-media__grid,
  .simulator-reference-grid,
  .scan-record-list {
    grid-template-columns: 1fr;
  }

  .product-value-card {
    min-height: auto;
  }

  .feature-explainer {
    margin-top: 52px;
    gap: 0;
  }

  .feature-explainer__visual {
    min-height: 290px;
  }

  .feature-explainer__visual img {
    height: auto;
  }

  .feature-explainer__content {
    padding: 34px 22px;
  }

  .surface-section {
    margin-top: 56px;
    padding-top: 30px;
  }

  .surface-benefit-card {
    min-height: auto;
  }

  .shop-grid {
    margin-top: 52px;
  }

  .shop-card {
    min-height: 0;
  }

  .shop-card__image,
  .shop-card--merch .shop-card__image {
    min-height: 230px;
  }

  .shop-card__description {
    min-height: 0;
  }

  #shop .shop-grid > .merchandise-block {
    margin-top: 48px;
  }

  .merchandise-block__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .merchandise-block__heading h3 {
    font-size: 2.25rem;
  }

  .simulator-reference-shell {
    padding: 72px 20px;
  }

  .simulator-reference-grid {
    margin-top: 32px;
  }

  .simulator-reference-picker,
  .simulator-reference-record {
    padding: 22px;
  }

  .simulator-reference-picker__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .simulator-reference-phone {
    padding: 8px;
    border-radius: 20px;
  }

  .simulator-reference-phone .scan-ui__header,
  .simulator-reference-phone .scan-ui__result {
    padding-right: 16px;
    padding-left: 16px;
  }

  .simulator-reference-phone .scan-ui__steps {
    padding-right: 16px;
    padding-left: 16px;
  }

  .scan-total {
    gap: 12px;
  }

  .simulator-reference-record {
    grid-template-columns: 1fr;
  }

  .mascot-card {
    min-height: 420px;
    padding: 62px 20px 48px;
    border-radius: 22px;
  }

  .mascot-card__visual {
    min-height: 300px;
  }

  .mascot-card__visual img {
    height: 285px;
  }

  .story-main__subhead {
    font-size: 1rem;
  }

  .story-main__body,
  .story-quote {
    font-size: 0.94rem;
  }

  .story-quote {
    padding-left: 18px;
  }

  .story-media {
    margin-top: 56px;
  }

  .video-card video {
    height: 220px;
  }

  .faq-list,
  .contact-section__grid {
    margin-top: 48px;
  }

  .faq-item summary {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 76px;
    font-size: 0.96rem;
  }

  .faq-item__answer {
    padding: 0 0 26px 50px;
    font-size: 0.88rem;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-form input,
  .contact-form textarea,
  .checkout-form input,
  .checkout-form select {
    font-size: 16px;
  }

  .contact-form .button-primary {
    width: 100%;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 48px;
  }

  .site-footer__brand strong {
    margin-top: 24px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cart-drawer {
    width: 100%;
    height: 100dvh;
    padding: 24px 20px 22px;
  }

  .cart-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .cart-item__image {
    width: 58px;
    height: 58px;
  }

  .cart-item__image img {
    width: 50px;
    height: 50px;
  }

  .cart-item__total {
    grid-column: 2;
    padding-top: 0;
  }
}

@media (max-width: 359px) {
  .cart-trigger > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero-section .mt-11 {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-section .button-primary,
  .hero-section .button-secondary {
    width: 100%;
  }
}

@keyframes product-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
