:root {
  --ink: #1d2927;
  --ink-soft: #52605d;
  --paper: #f3f0e8;
  --mist: #e8ece6;
  --white: #fffefa;
  --line: rgba(29, 41, 39, 0.18);
  --moss: #61735b;
  --moon: #30385f;
  --jasmine: #728c58;
  --fog: #5c718a;
  --rose: #a8586c;
  --brand: "Cormorant Garamond", "Iowan Old Style", serif;
  --display: "Newsreader", "Iowan Old Style", "Songti TC", serif;
  --body: "DM Sans", "Noto Sans TC", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(25, 36, 33, 0.14);
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid #c27e36;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.announcement {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 7px 24px;
  color: #f8f4e9;
  background: var(--ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.announcement__mark {
  color: #d9bd72;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  background: rgba(243, 240, 232, 0.9);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(29, 41, 39, 0.05);
}

.wordmark {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
}

.wordmark__logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
}

.wordmark strong,
.wordmark small {
  display: block;
}

.wordmark strong {
  font-family: var(--brand);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.78;
}

.wordmark small {
  margin-top: 7px;
  color: var(--ink-soft);
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 13px;
  font-weight: 500;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.language-toggle,
.cart-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.language-toggle {
  padding: 10px;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 13px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.cart-count {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-size: 11px;
}

.hero {
  --hero-accent: var(--moon);
  --hero-tint: #dfe2ec;
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: min(790px, calc(100vh - 112px));
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  background:
    radial-gradient(circle at 78% 45%, color-mix(in srgb, var(--hero-tint) 82%, transparent), transparent 30%),
    linear-gradient(135deg, var(--mist), var(--paper) 62%);
  transition: background-color 420ms ease;
}

.hero::before {
  position: absolute;
  top: 13%;
  left: 3%;
  color: rgba(29, 41, 39, 0.035);
  content: "MOODVERA";
  font-family: var(--display);
  font-size: clamp(88px, 10vw, 170px);
  line-height: 0.8;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.hero__copy {
  z-index: 2;
  width: min(570px, 88%);
  margin-left: clamp(24px, 8vw, 128px);
  padding: 72px 0 90px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.site-footer h2,
.product-dialog h2,
.drawer-header h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 0.98;
}

.hero__intro {
  max-width: 490px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 20px);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

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

.button--solid {
  color: white;
  background: var(--ink);
}

.button--solid:hover {
  background: var(--hero-accent, #31463e);
}

.button--text {
  min-height: auto;
  padding: 8px 0;
  border-bottom-color: var(--ink);
  background: transparent;
}

.button--outline {
  border-color: var(--ink);
  background: transparent;
}

.button--outline:hover {
  color: white;
  background: var(--ink);
}

.tea-clock {
  position: relative;
  z-index: 1;
  width: min(620px, 47vw);
  aspect-ratio: 1;
  justify-self: center;
}

.tea-clock::before,
.tea-clock::after {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--hero-accent) 32%, transparent);
  border-radius: 50%;
  content: "";
  inset: 4%;
}

.tea-clock::after {
  border-style: dashed;
  inset: 14%;
  opacity: 0.45;
  animation: slow-spin 32s linear infinite;
}

.tea-clock__halo {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hero-tint) 64%, white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), var(--shadow);
  inset: 20%;
}

.tea-clock__time {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 50%;
  margin: 0;
  color: var(--hero-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.tea-clock__product {
  position: absolute;
  z-index: 2;
  right: 24%;
  bottom: 16%;
  width: 52%;
  height: 68%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 30px 50px color-mix(in srgb, var(--hero-accent) 25%, transparent);
  transform: rotate(2deg);
  transition: opacity 180ms ease, transform 380ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.tea-clock__product.is-changing {
  opacity: 0;
  transform: translateY(18px) rotate(-2deg);
}

.tea-clock__botanical {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 9%;
  width: 40%;
  filter: drop-shadow(0 16px 18px rgba(29, 41, 39, 0.14));
  transform: rotate(13deg);
  transition: opacity 180ms ease, transform 380ms ease;
}

.tea-clock__botanical.is-changing {
  opacity: 0;
  transform: rotate(20deg) scale(0.92);
}

.tea-clock__label {
  position: absolute;
  z-index: 4;
  bottom: 10%;
  left: 1%;
  display: grid;
  min-width: 190px;
  padding: 18px 22px;
  border-left: 3px solid var(--hero-accent);
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 0 15px 40px rgba(29, 41, 39, 0.08);
  backdrop-filter: blur(10px);
}

.tea-clock__label > span {
  color: var(--hero-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tea-clock__label strong {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.tea-clock__label small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 11px;
}

.moment-picker {
  position: relative;
  z-index: 3;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.46);
}

.moment-button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 20px clamp(14px, 2.4vw, 38px);
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background-color 180ms ease;
}

.moment-button:last-child {
  border-right: 0;
}

.moment-button[aria-selected="true"] {
  color: white;
  background: var(--button-accent);
}

.moment-button__time {
  font-family: var(--display);
  font-size: 26px;
}

.moment-button__copy {
  display: grid;
}

.moment-button__copy strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
}

.moment-button__copy small {
  color: currentColor;
  font-size: 10px;
  opacity: 0.72;
}

.moment-button__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--button-accent);
}

.moment-button[aria-selected="true"] .moment-button__dot {
  background: white;
}

.provenance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.provenance p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  border-right: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 12px;
}

.provenance p:last-child {
  border-right: 0;
}

.provenance p span:first-child {
  color: var(--moss);
  font-size: 18px;
}

.section {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
}

.section-heading {
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 60px;
  margin: 0 auto 52px;
}

.section-heading h2,
.story-copy h2,
.brew-copy h2 {
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.02;
}

.section-heading > p {
  max-width: 500px;
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 15px;
}

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

.product-grid {
  display: grid;
  max-width: 1340px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.product-card {
  --card-accent: var(--moon);
  position: relative;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.product-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.91;
  background: var(--card-tint);
  cursor: pointer;
}

.product-card__visual::after {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--card-accent) 30%, transparent);
  border-radius: 50%;
  content: "";
  inset: 12%;
}

.product-card__visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-card__visual > img:first-child {
  transform: scale(1.035);
}

.product-card__botanical {
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: -2%;
  width: 46%;
  transform: rotate(11deg);
  transition: transform 360ms ease;
}

.product-card:hover .product-card__botanical {
  transform: translate(-5px, -8px) rotate(7deg);
}

.product-card__badge {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 6px 9px;
  color: white;
  background: var(--card-accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-card__mood {
  margin: 0 0 4px;
  color: var(--card-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.product-card__description {
  min-height: 42px;
  margin: 11px 0 20px;
  color: var(--ink-soft);
  font-size: 12px;
}

.product-card__buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: auto;
}

.size-select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.product-card__add {
  min-width: 93px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  color: white;
  background: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}

.product-card__add:hover {
  background: var(--card-accent);
}

.product-card__details {
  align-self: flex-start;
  margin-top: 14px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.75fr);
  align-items: stretch;
  gap: clamp(46px, 7vw, 120px);
  color: #f5f1e8;
  background: #20352f;
}

.story-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}

.story-visual::after {
  position: absolute;
  background: linear-gradient(to top, rgba(18, 35, 30, 0.42), transparent 40%);
  content: "";
  inset: 0;
}

.story-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-label {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(32, 53, 47, 0.76);
  backdrop-filter: blur(8px);
}

.route-label span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.route-label strong {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
}

.route-label--start {
  top: 10%;
  left: 8%;
}

.route-label--end {
  right: 8%;
  bottom: 10%;
}

.story-copy {
  align-self: center;
}

.story-copy .eyebrow {
  color: #bdca9e;
}

.story-copy p:not(.eyebrow) {
  max-width: 550px;
  color: rgba(245, 241, 232, 0.74);
}

.story-copy h2 + p {
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  gap: 38px;
  margin-top: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
}

.brew-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 8vw, 130px);
  background: #dfe8da;
}

.brew-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.brew-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brew-photo__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brew-copy {
  align-self: center;
}

.brew-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink-soft);
}

.brew-guides {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.brew-guides article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.brew-guides article > span {
  color: var(--moss);
  font-family: var(--display);
  font-size: 18px;
}

.brew-guides h3,
.brew-guides p {
  margin: 0;
}

.brew-guides h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
}

.brew-guides p {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12px;
}

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

.section-heading--faq {
  align-items: center;
}

.section-heading--faq > .button {
  justify-self: end;
}

.faq-list {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 50px 26px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(22px, 2.3vw, 32px);
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  font-family: var(--body);
  font-size: 22px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 28px;
  color: var(--ink-soft);
}

.site-footer {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  padding: 70px clamp(24px, 6vw, 96px) 26px;
  color: #eee9dd;
  background: #17221f;
}

.site-footer > div:first-child > p {
  max-width: 290px;
  color: rgba(238, 233, 221, 0.58);
  font-family: var(--display);
  font-size: 20px;
}

.site-footer h2 {
  margin-bottom: 15px;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.site-footer button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.site-footer a:hover,
.site-footer button:hover {
  color: #d7c78c;
}

.site-footer p {
  margin: 0;
}

.site-footer__legal {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(238, 233, 221, 0.48);
  font-size: 10px;
}

.drawer-backdrop {
  position: fixed;
  z-index: 70;
  background: rgba(16, 26, 23, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  inset: 0;
}

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

.cart-drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  display: flex;
  width: min(100%, 480px);
  height: 100dvh;
  flex-direction: column;
  padding: 28px;
  background: var(--white);
  box-shadow: -20px 0 70px rgba(14, 24, 21, 0.16);
  transform: translateX(105%);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cart-drawer.is-open {
  transform: none;
}

.drawer-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.drawer-header .eyebrow {
  margin-bottom: 4px;
}

.drawer-header h2 {
  font-size: 42px;
  line-height: 1;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.shipping-progress {
  padding: 18px 0 16px;
}

.shipping-progress p {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 11px;
}

.shipping-progress > div {
  overflow: hidden;
  height: 4px;
  background: #dfe4df;
}

.shipping-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--moss);
  transition: width 240ms ease;
}

.cart-items {
  overflow-y: auto;
  flex: 1;
  margin-right: -12px;
  padding-right: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 86px;
  height: 106px;
  object-fit: cover;
}

.cart-item h3,
.cart-item p {
  margin: 0;
}

.cart-item h3 {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
}

.cart-item p {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 11px;
}

.cart-item__quantity {
  display: inline-grid;
  grid-template-columns: repeat(3, 30px);
  margin-top: 13px;
  border: 1px solid var(--line);
}

.cart-item__quantity button,
.cart-item__quantity span {
  display: grid;
  height: 30px;
  place-items: center;
  border: 0;
  background: transparent;
  font-size: 11px;
}

.cart-item__quantity button {
  cursor: pointer;
}

.cart-item__price {
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.cart-empty {
  display: grid;
  flex: 1;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.cart-empty p {
  font-family: var(--display);
  font-size: 26px;
}

.cart-footer {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.cart-footer > p {
  margin: 7px 0 17px;
  color: var(--ink-soft);
  font-size: 10px;
}

.button--checkout {
  width: 100%;
  justify-content: space-between;
}

.button--checkout[disabled] {
  cursor: wait;
  opacity: 0.58;
}

.cart-footer .secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 0;
}

.product-dialog {
  width: min(1040px, calc(100% - 32px));
  max-width: none;
  max-height: min(850px, calc(100dvh - 32px));
  padding: 0;
  border: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(17, 27, 24, 0.68);
  backdrop-filter: blur(4px);
}

.product-dialog__close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  background: rgba(255, 254, 250, 0.86);
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.dialog-visual {
  min-height: 680px;
  background: var(--dialog-tint);
}

.dialog-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dialog-copy {
  overflow-y: auto;
  max-height: min(850px, calc(100dvh - 32px));
  padding: clamp(42px, 6vw, 76px);
}

.dialog-copy h2 {
  color: var(--dialog-accent);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.9;
}

.dialog-copy__lead {
  margin: 24px 0;
  color: var(--ink-soft);
}

.dialog-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dialog-facts div {
  padding: 15px 12px;
  border-right: 1px solid var(--line);
}

.dialog-facts div:first-child {
  padding-left: 0;
}

.dialog-facts div:last-child {
  border-right: 0;
}

.dialog-facts span,
.dialog-section h3 {
  display: block;
  margin-bottom: 4px;
  color: var(--dialog-accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dialog-facts strong {
  font-size: 11px;
}

.dialog-section {
  margin-top: 22px;
}

.dialog-section p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.dialog-warning {
  margin-top: 20px;
  padding: 13px 15px;
  border-left: 3px solid #a4604c;
  background: #f4e7df;
  font-size: 11px;
}

.dialog-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 8px;
  margin-top: 28px;
}

.toast {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100% - 48px));
  padding: 14px 18px;
  color: white;
  background: var(--ink);
  box-shadow: var(--shadow);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

.policy-layout {
  display: grid;
  max-width: 1320px;
  grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(60px, 10vw, 150px);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 96px);
}

.policy-index {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  height: max-content;
}

.policy-index h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.policy-index nav {
  display: grid;
  gap: 8px;
  margin-top: 40px;
  font-size: 13px;
}

.policy-index nav a {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.policy-index > p:last-child {
  margin-top: 32px;
  color: var(--ink-soft);
  font-size: 10px;
}

.policy-content section {
  padding: 0 0 70px;
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.policy-content section + section {
  padding-top: 70px;
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.policy-content h3 {
  margin: 32px 0 8px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.policy-content p,
.policy-content li {
  max-width: 760px;
  color: var(--ink-soft);
}

.policy-content a {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
}

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

@media (max-width: 1050px) {
  .hero {
    min-height: auto;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .hero__copy {
    margin-left: 48px;
  }

  .hero h1 {
    font-size: clamp(42px, 5.4vw, 60px);
  }

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

  .product-card {
    min-height: 620px;
  }

  .story-section,
  .brew-section {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .announcement {
    gap: 8px;
    min-height: 31px;
    padding: 6px 12px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .announcement [data-i18n="processing"],
  .announcement__mark {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: var(--header-height);
    padding: 8px 16px;
  }

  .wordmark__logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .wordmark strong {
    font-size: 25px;
  }

  .wordmark small {
    margin-top: 6px;
    font-size: 8px;
  }

  .desktop-nav {
    display: none;
  }

  .language-toggle {
    padding: 8px 5px;
    font-size: 10px;
  }

  .cart-button {
    padding: 6px;
    border: 0;
  }

  .cart-button > span:first-child {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    background:
      radial-gradient(circle at 52% 53%, color-mix(in srgb, var(--hero-tint) 85%, transparent), transparent 31%),
      linear-gradient(150deg, var(--mist), var(--paper) 64%);
  }

  .hero::before {
    display: none;
  }

  .hero__copy {
    width: auto;
    margin: 0;
    padding: 48px 22px 10px;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(36px, 9vw, 44px);
    line-height: 1;
  }

  .hero__intro {
    max-width: 460px;
    margin: 23px auto 0;
    font-size: 14px;
  }

  .hero__actions {
    justify-content: center;
    margin-top: 24px;
  }

  .tea-clock {
    width: min(96vw, 520px);
    margin: 0 auto -6px;
  }

  .tea-clock__product {
    right: 25%;
    bottom: 17%;
  }

  .tea-clock__label {
    bottom: 9%;
    left: 3%;
    min-width: 162px;
    padding: 13px 15px;
  }

  .tea-clock__label strong {
    font-size: 21px;
  }

  .moment-picker {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .moment-button {
    min-width: 68vw;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 15px 18px;
  }

  .provenance {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .provenance p {
    justify-content: flex-start;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .provenance p:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 76px 20px;
  }

  .section-heading {
    display: block;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .story-copy h2,
  .brew-copy h2 {
    font-size: clamp(36px, 9.5vw, 48px);
  }

  .section-heading > p {
    margin-top: 20px;
  }

  .product-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    scroll-snap-type: x mandatory;
  }

  .product-card {
    width: 81vw;
    min-height: 580px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .story-section,
  .brew-section {
    grid-template-columns: 1fr;
  }

  .story-section {
    gap: 46px;
  }

  .story-visual,
  .brew-photo {
    min-height: 440px;
  }

  .brew-section {
    gap: 48px;
  }

  .section-heading--faq > .button {
    margin-top: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding: 55px 22px 24px;
  }

  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }

  .site-footer > div:last-of-type {
    grid-column: 1 / -1;
  }

  .cart-drawer {
    padding: 22px 18px;
  }

  .product-dialog {
    width: 100%;
    max-height: 100dvh;
    margin: 0;
  }

  .dialog-layout {
    display: block;
  }

  .dialog-visual {
    min-height: auto;
    aspect-ratio: 1.05;
  }

  .dialog-copy {
    max-height: none;
    padding: 34px 22px 42px;
  }

  .dialog-copy h2 {
    font-size: 57px;
  }

  .dialog-facts {
    grid-template-columns: 1fr;
  }

  .dialog-facts div,
  .dialog-facts div:first-child {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dialog-facts div:last-child {
    border-bottom: 0;
  }

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

  .policy-page .header-actions .cart-button {
    display: inline-flex;
    padding: 8px 10px;
    border: 1px solid var(--ink);
    font-size: 9px;
  }

  .policy-layout {
    display: block;
    padding: 58px 20px 80px;
  }

  .policy-index {
    position: static;
    margin-bottom: 70px;
  }

  .policy-index nav {
    grid-template-columns: 1fr 1fr;
  }

  .policy-content section + section {
    padding-top: 55px;
  }

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

button:disabled { cursor: not-allowed; opacity: .65; }
.payment-status { padding: 20px; margin: 16px auto; width: min(100% - 40px, 1120px); border: 1px solid #627467; background: #edf2e8; }
.payment-status[hidden] { display: none; }
.payment-status a { color: inherit; margin-left: 12px; }

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

/* Moodvera 2.0 — quiet wellness homepage */
:root {
  --ink: #17372f;
  --ink-soft: #58655f;
  --paper: #f5f0e6;
  --mist: #edf0e8;
  --white: #fffdf8;
  --line: rgba(23, 55, 47, 0.16);
  --moss: #506957;
  --rust: #a15f43;
  --sage: #dde5d6;
  --dusk: #39445b;
  --shadow: 0 28px 70px rgba(23, 55, 47, 0.11);
}

body {
  background: var(--paper);
}

.announcement {
  min-height: 32px;
  gap: 16px;
  padding-block: 6px;
  color: rgba(255, 253, 248, 0.88);
  background: var(--ink);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.announcement__mark {
  color: rgba(255, 253, 248, 0.45);
}

.site-header {
  min-height: 72px;
  padding: 9px clamp(20px, 4vw, 64px);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
}

.wordmark__logo {
  width: 49px;
  height: 49px;
  flex-basis: 49px;
}

.wordmark strong {
  font-size: 27px;
}

.wordmark small {
  margin-top: 6px;
  font-size: 8px;
}

.desktop-nav {
  gap: clamp(20px, 2.8vw, 38px);
  font-size: 12px;
}

.cart-button {
  border-color: rgba(23, 55, 47, 0.62);
}

.hero {
  --hero-accent: var(--dusk);
  --hero-tint: #e1e4eb;
  display: grid;
  min-height: min(780px, calc(100vh - 104px));
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(58px, 7vw, 108px) clamp(24px, 7vw, 112px) 26px;
  background:
    linear-gradient(90deg, rgba(245, 240, 230, 0) 42%, color-mix(in srgb, var(--hero-tint) 38%, transparent)),
    var(--paper);
}

.hero::before {
  display: none;
}

.hero__copy {
  width: min(520px, 100%);
  margin: 0;
  padding: 0;
}

.hero h1 {
  max-width: 540px;
  font-size: clamp(48px, 5.6vw, 76px);
  line-height: 0.94;
}

.hero__line {
  margin: 18px 0 0;
  color: var(--hero-accent);
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(18px, 1.8vw, 26px);
  letter-spacing: 0.08em;
}

.hero__intro {
  max-width: 440px;
  margin: 34px 0 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.hero__copy .button {
  margin-top: 32px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.hero__actions .button {
  margin-top: 0;
}

.hero__commerce-note {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  width: min(650px, 100%);
  min-height: 560px;
  align-self: stretch;
  justify-self: end;
}

.hero__wash {
  position: absolute;
  top: 4%;
  right: 0;
  bottom: 0;
  left: 11%;
  background: color-mix(in srgb, var(--hero-tint) 76%, var(--white));
  transition: background-color 480ms ease;
}

.hero__visual > img {
  position: absolute;
  top: 10%;
  right: 7%;
  width: min(76%, 470px);
  height: 78%;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: opacity 180ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero__visual > img.is-changing,
.moment-stage__visual > img.is-changing {
  opacity: 0;
  transform: translateY(14px);
}

.hero__moment {
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 0;
  display: grid;
  min-width: 230px;
  padding: 18px 22px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 48px rgba(23, 55, 47, 0.08);
}

.hero__moment span,
.hero__moment small {
  color: var(--hero-accent);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero__moment strong {
  margin: 2px 0 4px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 500;
}

.hero__quiet-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

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

.stage-label {
  margin: 0 0 24px;
  color: var(--rust);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 9px;
  letter-spacing: 0.17em;
}

.section-heading,
.moments-intro {
  max-width: 1240px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(42px, 8vw, 120px);
  margin-bottom: 46px;
}

.section-heading h2,
.moments-intro h2,
.ritual-copy h2,
.rooibos-copy h2,
.story-copy h2,
.set-section h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
}

.section-heading > p,
.moments-intro > p {
  max-width: 430px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.feel-section {
  background: var(--white);
}

.section-heading--compact {
  margin-bottom: 34px;
}

.mood-selector {
  display: grid;
  max-width: 1240px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.mood-selector button {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  padding: 20px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 220ms ease, background-color 220ms ease;
}

.mood-selector button:last-child {
  border-right: 0;
}

.mood-selector button[aria-pressed="true"] {
  color: var(--white);
  background: var(--mood-accent);
}

.mood-selector button span {
  font-size: 9px;
  letter-spacing: 0.14em;
}

.mood-selector button strong {
  max-width: 190px;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.1;
}

.selector-result {
  --result-accent: var(--ink);
  --result-tint: var(--sage);
  display: grid;
  max-width: 1240px;
  min-height: 430px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin: 28px auto 0;
  background: color-mix(in srgb, var(--result-tint) 72%, var(--paper));
}

.selector-result__moment {
  align-self: center;
  padding: clamp(40px, 6vw, 84px);
}

.selector-result__time {
  margin: 0;
  color: var(--result-accent);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.selector-result__moment h3 {
  margin: 8px 0 18px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.96;
}

.selector-result__moment > p:last-child {
  max-width: 390px;
  color: var(--ink-soft);
}

.selector-result__tea {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  padding: 42px;
  background: rgba(255, 253, 248, 0.64);
}

.selector-result__tea img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  box-shadow: 0 20px 45px color-mix(in srgb, var(--result-accent) 16%, transparent);
}

.selector-result__tea > div > span {
  color: var(--ink-soft);
  font-size: 10px;
}

.selector-result__tea > div > strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.selector-result__actions {
  display: grid;
  justify-items: start;
  gap: 18px;
  margin-top: 28px;
}

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

.moments-intro {
  display: grid;
  align-items: end;
  margin-inline: auto;
}

.moment-stage {
  --stage-accent: var(--dusk);
  --stage-tint: #e1e4eb;
  display: grid;
  overflow: hidden;
  max-width: 1240px;
  min-height: 580px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  background: color-mix(in srgb, var(--stage-tint) 82%, var(--white));
  transition: background-color 420ms ease;
}

.moment-stage__copy {
  align-self: center;
  padding: clamp(44px, 6vw, 88px);
}

.moment-stage__time {
  color: var(--stage-accent);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.moment-stage__copy h3 {
  margin: 16px 0 4px;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.9;
}

.moment-stage__line {
  margin: 18px 0 30px;
  color: var(--stage-accent);
  font-family: var(--display);
  font-size: clamp(22px, 2.3vw, 32px);
}

.moment-stage__copy > p:not(.moment-stage__line) {
  max-width: 430px;
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
}

.moment-stage__visual {
  position: relative;
  min-height: 580px;
  background: var(--stage-accent);
}

.moment-stage__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 480ms ease;
}

.moment-stage__visual > p {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 250px;
  margin: 0;
  padding: 18px 22px;
  background: rgba(255, 253, 248, 0.94);
}

.moment-stage__visual strong {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.moment-stage__visual span {
  color: var(--ink-soft);
  font-size: 9px;
}

.dayline {
  position: relative;
  display: grid;
  max-width: 1240px;
  grid-template-columns: repeat(4, 1fr);
  margin: 46px auto 0;
}

.dayline::before {
  position: absolute;
  top: 8px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: var(--line);
  content: "";
}

.dayline__moment {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}

.dayline__dot {
  z-index: 1;
  width: 17px;
  height: 17px;
  margin-bottom: 14px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--moment-accent);
  box-shadow: 0 0 0 1px var(--moment-accent);
  transition: transform 220ms ease;
}

.dayline__moment[aria-selected="true"] .dayline__dot {
  transform: scale(1.35);
}

.dayline__time {
  color: var(--moment-accent);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.dayline__moment strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
}

.dayline__moment small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 10px;
}

.ritual-section,
.rooibos-section,
.story-section,
.set-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 124px);
}

.ritual-section {
  background: var(--sage);
}

.ritual-photo {
  position: relative;
  min-height: 620px;
}

.ritual-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.ritual-photo > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ritual-copy__intro {
  max-width: 500px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.ritual-steps {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.ritual-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.ritual-steps li > span {
  color: var(--rust);
  font-size: 10px;
}

.ritual-steps h3,
.ritual-steps p {
  margin: 0;
}

.ritual-steps h3 {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.ritual-steps h3 small {
  margin-left: 8px;
  font-family: "Noto Serif TC", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ritual-steps p {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12px;
}

.rooibos-section {
  background: var(--white);
}

.rooibos-copy > p {
  max-width: 570px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.rooibos-facts {
  margin: 38px 0 0;
}

.rooibos-facts div {
  display: grid;
  grid-template-columns: minmax(140px, 0.6fr) minmax(0, 1fr);
  gap: 30px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.rooibos-facts div:last-child {
  border-bottom: 1px solid var(--line);
}

.rooibos-facts dt {
  font-family: var(--display);
  font-size: 20px;
}

.rooibos-facts dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.rooibos-visual {
  position: relative;
  min-height: 590px;
  background: #d8c2ad;
}

.rooibos-visual img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.rooibos-visual p {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  margin: 0;
  padding: 16px 22px;
  color: var(--white);
  background: var(--rust);
}

.rooibos-visual span {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.rooibos-visual strong {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
}

.story-section {
  color: var(--white);
  background: var(--ink);
}

.story-visual {
  min-height: 560px;
}

.story-visual::after {
  display: none;
}

.story-visual > img {
  opacity: 0.88;
}

.story-visual > p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 14px;
  background: rgba(23, 55, 47, 0.86);
  font-size: 10px;
}

.story-visual > p strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
}

.story-copy .stage-label {
  color: #c88d72;
}

.story-copy__lead {
  color: var(--white) !important;
  font-family: var(--display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
}

.story-copy p:not(.eyebrow, .stage-label, .story-copy__lead) {
  color: rgba(255, 253, 248, 0.66);
  font-size: 13px;
}

.set-section {
  color: var(--white);
  background: var(--dusk);
}

.set-section__copy > p:not(.eyebrow, .set-section__note) {
  max-width: 540px;
  color: rgba(255, 253, 248, 0.68);
}

.set-section__note {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.set-day {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.set-day div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.set-day span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.set-day strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
}

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

.product-grid {
  max-width: 1240px;
  gap: 18px;
}

.product-card {
  min-height: 0;
  border: 0;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(23, 55, 47, 0.08);
}

.product-card:hover {
  box-shadow: 0 22px 48px rgba(23, 55, 47, 0.1);
  transform: translateY(-5px);
}

.product-card__moment {
  min-height: 132px;
  padding: 20px;
  color: var(--ink);
  background: color-mix(in srgb, var(--card-tint) 72%, var(--white));
}

.product-card__moment span {
  color: var(--card-accent);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.product-card__moment strong {
  display: block;
  margin-top: 7px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
}

.product-card__moment p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.product-card__visual {
  aspect-ratio: 0.92;
  border: 0;
  padding: 0;
}

.product-card__visual::after {
  display: none;
}

.product-card__type {
  margin: 0 0 7px;
  color: var(--card-accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__body {
  padding: 22px;
}

.product-card h3 {
  font-size: 28px;
}

.product-card h3 small {
  font-size: 17px;
}

.product-card__description {
  min-height: 58px;
  line-height: 1.55;
}

.product-card__details {
  margin-top: 16px;
}

.provenance {
  padding-block: 20px;
  border-top: 0;
  background: var(--white);
}

.provenance p {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.faq-list {
  max-width: 1000px;
}

.faq-list summary {
  font-size: clamp(22px, 2vw, 29px);
}

.site-footer {
  color: #f1ede4;
  background: #102720;
}

.site-footer > div:first-child > p {
  font-size: 18px;
}

.dialog-moment {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
}

.dialog-moment span {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.dialog-moment strong {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.dialog-moment__line {
  margin: 4px 0 22px;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 19px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1.2fr);
    gap: 48px;
  }

  .hero__visual {
    min-height: 510px;
  }

  .selector-result__tea {
    grid-template-columns: 0.8fr 1fr;
    padding: 30px;
  }

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

  .product-card__visual {
    aspect-ratio: 1.05;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .announcement {
    min-height: 30px;
    font-size: 8px;
  }

  .site-header {
    min-height: 64px;
  }

  .wordmark__logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .hero {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 36px;
    padding: 54px 20px 22px;
    background: var(--paper);
  }

  .hero__copy {
    text-align: left;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero__line {
    font-size: 19px;
  }

  .hero__intro {
    margin-top: 26px;
    font-size: 14px;
  }

  .hero__actions {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 26px;
  }

  .hero__actions .button {
    min-height: 44px;
    padding-inline: 17px;
  }

  .hero__commerce-note {
    margin-top: 13px;
    font-size: 9px;
    letter-spacing: 0.07em;
  }

  .hero__visual {
    width: 100%;
    min-height: 450px;
  }

  .hero__wash {
    left: 8%;
  }

  .hero__visual > img {
    right: 5%;
    width: 79%;
  }

  .hero__moment {
    bottom: 5%;
    min-width: 190px;
    padding: 14px 17px;
  }

  .hero__moment strong {
    font-size: 24px;
  }

  .hero__quiet-note {
    font-size: 8px;
  }

  .section {
    padding: 78px 20px;
  }

  .stage-label {
    margin-bottom: 19px;
  }

  .section-heading,
  .moments-intro {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading h2,
  .moments-intro h2,
  .ritual-copy h2,
  .rooibos-copy h2,
  .story-copy h2,
  .set-section h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .section-heading > p,
  .moments-intro > p {
    margin-top: 20px;
  }

  .mood-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mood-selector button {
    min-height: 116px;
    padding: 16px;
  }

  .mood-selector button:nth-child(2) {
    border-right: 0;
  }

  .mood-selector button strong {
    font-size: 20px;
  }

  .selector-result {
    display: block;
    min-height: 0;
  }

  .selector-result__moment {
    padding: 38px 24px;
  }

  .selector-result__moment h3 {
    font-size: 52px;
  }

  .selector-result__tea {
    grid-template-columns: 0.85fr 1fr;
    gap: 18px;
    padding: 20px;
  }

  .selector-result__tea > div > strong {
    font-size: 24px;
  }

  .selector-result__tea .button {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 9px;
  }

  .moment-stage {
    display: flex;
    min-height: 0;
    flex-direction: column-reverse;
  }

  .moment-stage__visual {
    min-height: 420px;
  }

  .moment-stage__copy {
    padding: 38px 24px 46px;
  }

  .moment-stage__copy h3 {
    font-size: 60px;
  }

  .dayline {
    overflow-x: auto;
    grid-template-columns: repeat(4, 42vw);
    justify-content: start;
    padding: 0 3vw 8px;
    scroll-snap-type: x mandatory;
  }

  .dayline::before {
    right: 24vw;
    left: 24vw;
    width: 126vw;
  }

  .dayline__moment {
    scroll-snap-align: center;
  }

  .ritual-section,
  .rooibos-section,
  .story-section,
  .set-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ritual-photo,
  .ritual-photo img,
  .rooibos-visual,
  .rooibos-visual img,
  .story-visual {
    min-height: 420px;
  }

  .rooibos-copy {
    order: 2;
  }

  .rooibos-visual {
    order: 1;
  }

  .rooibos-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .story-section {
    gap: 48px;
  }

  .story-visual > p {
    gap: 8px;
    font-size: 8px;
  }

  .story-visual > p strong {
    font-size: 15px;
  }

  .set-day div {
    padding: 16px 0;
  }

  .product-grid {
    display: flex;
    gap: 14px;
  }

  .product-card {
    width: 84vw;
  }

  .product-card__moment {
    min-height: 120px;
  }

  .product-card__visual {
    aspect-ratio: 0.95;
  }

  .product-card__description {
    min-height: 50px;
  }

  .provenance p {
    font-size: 9px;
  }

  .dialog-copy h2 {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .selector-result__tea {
    display: block;
  }

  .selector-result__tea img {
    width: 64%;
    margin: 0 auto 24px;
  }

  .selector-result__actions {
    margin-top: 20px;
  }

  .dayline {
    grid-template-columns: repeat(4, 52vw);
  }
}
