:root {
  color-scheme: light;
  --page: #f7f7f2;
  --paper: #ffffff;
  --paper-warm: #f1efe7;
  --ink: #111816;
  --muted: #4f5752;
  --soft: #788079;
  --line: #dadfd8;
  --line-strong: #aeb9ad;
  --forest: #102f28;
  --forest-deep: #071b17;
  --tea-red: #982f2a;
  --gold: #aa8737;
  --gold-soft: #e3c978;
  --shadow: 0 24px 60px rgb(17 24 22 / 0.12);
  --radius: 8px;
  --radius-small: 5px;
  --content: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, #fcfcf8 0, #f7f7f2 52%, #f1f2ec 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(7 27 23 / 0.025), transparent 18%, transparent 82%, rgb(152 47 42 / 0.025));
}

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

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

button {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin: 0;
}

main {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
}

section[id],
#filters,
.sectionBlock,
.productHero,
.detailBlock,
.closingCta {
  scroll-margin-top: 92px;
}

:focus-visible {
  outline: 3px solid rgb(205 168 90 / 0.65);
  outline-offset: 3px;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(var(--content), calc(100% - 48px));
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 18px;
  background: rgb(252 252 248 / 0.92);
  border-bottom: 1px solid rgb(7 27 23 / 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brandLink,
.siteHeader nav,
.primaryButton,
.secondaryButton,
.textInlineLink,
.filterButton {
  min-height: 46px;
}

.brandLink {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-weight: 820;
  font-size: 18px;
  color: var(--forest-deep);
}

.brandMark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--forest-deep);
  color: var(--gold-soft);
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgb(234 209 155 / 0.18);
}

.siteHeader nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgb(7 27 23 / 0.14);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.76);
}

.siteHeader nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
}

.siteHeader nav a:hover {
  background: rgb(7 27 23 / 0.08);
  color: var(--forest-deep);
}

.primaryButton,
.secondaryButton,
.textInlineLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.primaryButton {
  border: 1px solid var(--forest-deep);
  background: var(--forest-deep);
  color: #fffdf4;
  padding: 0 22px;
  min-width: 132px;
}

.secondaryButton,
.textInlineLink {
  border: 1px solid rgb(7 27 23 / 0.22);
  background: rgb(255 255 255 / 0.82);
  color: var(--forest-deep);
  padding: 0 20px;
}

.primaryButton:hover,
.secondaryButton:hover,
.textInlineLink:hover {
  transform: translateY(-1px);
}

.primaryButton:hover {
  background: var(--forest);
}

.primaryButton:active,
.secondaryButton:active,
.textInlineLink:active,
.filterButton:active {
  transform: translateY(1px);
}

.primaryButton:disabled,
.secondaryButton:disabled {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.homeHero {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: 0;
  margin-top: 0;
  padding: clamp(30px, 4vw, 52px) 0 clamp(28px, 3.8vw, 44px);
  border-bottom: 1px solid rgb(7 27 23 / 0.12);
}

.homeHeroCopy {
  display: grid;
  gap: 20px;
  align-content: center;
}

.homeHero h1,
.productSummary h1 {
  max-width: 12ch;
  color: var(--forest-deep);
  font-size: clamp(44px, 4.8vw, 70px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.homeHero h1 {
  color: var(--forest-deep);
}

.homeHeroCopy > p {
  max-width: 30rem;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
}

.heroActions,
.productActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.inquiryStatus {
  flex: 1 0 100%;
  min-height: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.homeHeroMedia {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: clamp(330px, 31vw, 410px);
}

.heroImageTile {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(7 27 23 / 0.1);
  border-radius: var(--radius);
  background: var(--paper);
}

.heroImageTile.primary {
  grid-row: 1 / span 2;
}

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

.categoryLine {
  color: var(--tea-red);
  font-size: 15px;
  font-weight: 850;
}

.homeHero .primaryButton {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
  color: #fffdf4;
}

.homeHero .primaryButton:hover {
  background: var(--forest);
  border-color: var(--forest);
}

.sectionBlock {
  padding: clamp(58px, 6vw, 88px) 0 0;
}

#products {
  padding-top: clamp(42px, 4.5vw, 64px);
}

.sectionHead {
  display: grid;
  gap: 10px;
  max-width: 690px;
  margin-bottom: 26px;
}

.sectionHead.narrow {
  max-width: 610px;
}

.sectionHead h2 {
  color: var(--forest-deep);
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.13;
  font-weight: 900;
}

.guideBand h2,
.productStory h2,
.productSectionHead h2,
.detailBlock h2,
.closingCta h2,
.storyIntro h2 {
  color: var(--forest-deep);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.16;
  font-weight: 900;
}

.guideBand h2 {
  font-size: clamp(22px, 1.9vw, 28px);
}

.sectionHead p,
.guideBand p,
.storyIntro p,
.detailBlock p,
.closingCta p,
.storyBody p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.productCard {
  border: 1px solid rgb(7 27 23 / 0.09);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: none;
  overflow: hidden;
  color: inherit;
  transition: border-color 180ms ease, transform 180ms ease;
}

.productImageLink img,
.sceneEditorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productCardBody {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.productCard h3 {
  color: var(--forest-deep);
  font-size: 22px;
  line-height: 1.34;
  font-weight: 900;
}

.cardCue {
  margin: 0 0 -4px;
  color: var(--tea-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.priorityHomeCard {
  border-color: rgb(132 42 37 / 0.22);
  background: linear-gradient(180deg, rgb(255 253 248 / 0.98), rgb(255 250 244 / 0.68));
}

.priorityHomeCard:hover {
  border-color: rgb(132 42 37 / 0.34);
}

.shareHomeCard .cardCue,
.wideHomeCard .cardCue {
  color: var(--forest-deep);
}

.cardReason {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.productCard:hover {
  border-color: rgb(7 27 23 / 0.2);
  transform: translateY(-2px);
}

.priceLine small {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.6;
}

.shelfHead {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  max-width: none;
}

.filterBar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filterButton {
  border: 1px solid rgb(7 27 23 / 0.18);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.78);
  color: var(--forest-deep);
  padding: 0 18px;
  font-weight: 820;
}

.filterButton.active,
.filterButton:hover {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
  color: #fffdf4;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.productGrid.compact {
  gap: 16px;
}

.productCard {
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.productGrid.compact .productCard {
  grid-column: span 4;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: auto;
}

.featuredProductCard {
  grid-column: span 8;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  grid-template-rows: 1fr;
  min-height: 398px;
}

.wideProductCard {
  grid-column: span 6;
}

.wideProductCard .productImageLink img {
  aspect-ratio: 16 / 10;
}

.featuredProductCard .productImageLink {
  min-height: 100%;
}

.featuredProductCard .productImageLink img {
  height: 100%;
  aspect-ratio: auto;
}

.featuredProductCard .productCardBody {
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
}

.featuredProductCard h3 {
  max-width: 9ch;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.featuredCardCopy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.featuredCardAction {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--forest-deep);
  background: var(--forest-deep);
  color: #fffdf4;
  font-size: 15px;
  font-weight: 860;
}

.productCard[hidden] {
  display: none;
}

.productImageLink {
  display: block;
  overflow: hidden;
  background: var(--paper-warm);
}

.productImageLink img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  padding: 0;
  transition: transform 220ms ease;
}

.productCard:hover .productImageLink img {
  transform: scale(1.025);
}

.productCardBody {
  align-content: start;
  min-width: 0;
}

.cardMeta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.cardMeta strong {
  color: var(--tea-red);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.cardMeta span {
  min-width: 0;
}

.guideBand {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: 20px;
  align-items: start;
  padding: clamp(14px, 2vw, 20px) 0;
  border-top: 1px solid rgb(7 27 23 / 0.16);
  border-bottom: 1px solid rgb(7 27 23 / 0.16);
}

.guideBand p {
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.62;
}

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

.guidePoints span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-left: 13px;
  border-left: 1px solid rgb(7 27 23 / 0.18);
}

.guidePoints strong {
  color: var(--forest-deep);
  font-size: 16px;
  line-height: 1.35;
}

.guidePoints small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.siteFooter {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 0 44px;
  border-top: 1px solid rgb(7 27 23 / 0.14);
  color: var(--muted);
}

.siteFooter strong {
  display: block;
  margin-bottom: 6px;
  color: var(--forest-deep);
  font-size: 18px;
}

.siteFooter a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--forest-deep);
  font-weight: 820;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 22px 0 6px;
  color: var(--soft);
  font-size: 15px;
}

.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--forest-deep);
  font-weight: 820;
}

.breadcrumb a::after {
  content: "/";
  margin-left: 10px;
  color: var(--line-strong);
  font-weight: 500;
}

.productHero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  padding: clamp(14px, 2.4vw, 28px) 0 clamp(22px, 4vw, 44px);
  border-bottom: 1px solid rgb(7 27 23 / 0.12);
}

.productEditorialGallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(300px, 1fr) auto;
  gap: 12px;
}

.galleryPanel,
.thumbRow,
.sceneLarge,
.sceneStack figure,
.detailMedia {
  border: 1px solid rgb(7 27 23 / 0.09);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: none;
  overflow: hidden;
}

.productGalleryShell {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #fbfaf4;
}

.mainProductImage {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  padding: 10px;
}

.thumbRow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 9px;
}

.galleryArrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(7 27 23 / 0.18);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.88);
  color: var(--forest-deep);
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgb(17 24 22 / 0.1);
}

.galleryPrev {
  left: 14px;
}

.galleryNext {
  right: 14px;
}

.galleryArrow:hover {
  background: #fffdf4;
}

.galleryArrow:active {
  transform: translateY(calc(-50% + 1px));
}

.galleryCounter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-width: 58px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(7 27 23 / 0.82);
  color: #fffdf4;
  font-size: 14px;
  font-weight: 820;
  text-align: center;
}

.thumbButton {
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  background: var(--paper-warm);
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1 / 1;
}

.thumbButton.active {
  border-color: var(--forest-deep);
}

.thumbButton img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  background: #fbfaf4;
}

.productSummary {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgb(7 27 23 / 0.09);
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
}

.productSummary h1 {
  max-width: 9ch;
  color: var(--forest-deep);
  font-size: clamp(38px, 3.8vw, 54px);
}

.leadText {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.74;
}

.priceLine {
  display: grid;
  gap: 4px;
  padding: 10px 0 12px;
  border-top: 1px solid rgb(7 27 23 / 0.12);
}

.priceLine span {
  color: var(--soft);
  font-size: 15px;
  font-weight: 820;
}

.priceLine strong {
  color: var(--tea-red);
  font-size: 34px;
  line-height: 1.1;
}

.purchaseChecklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid rgb(7 27 23 / 0.12);
  border-bottom: 1px solid rgb(7 27 23 / 0.12);
}

.purchaseChecklist div {
  display: grid;
  grid-template-columns: 5.8em minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.purchaseChecklist div + div {
  border-top: 1px solid rgb(7 27 23 / 0.08);
}

.purchaseChecklist dt,
.purchaseChecklist dd {
  margin: 0;
}

.purchaseChecklist dt {
  color: var(--soft);
  font-size: 14px;
  font-weight: 850;
}

.purchaseChecklist dd {
  color: var(--forest-deep);
  font-size: 16px;
  font-weight: 780;
  line-height: 1.55;
}

.productStory {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding-top: clamp(48px, 7vw, 78px);
}

.storyIntro {
  display: grid;
  gap: 12px;
}

.storyBody {
  display: grid;
  gap: 18px;
  color: var(--muted);
}

.sceneEditorial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.sceneLarge,
.sceneStack figure {
  margin: 0;
  aspect-ratio: 1 / 1;
}

.sceneLarge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fbfaf4;
}

.sceneStack {
  display: contents;
}

.sceneStack img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fbfaf4;
}

.detailBlock {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(24px, 3.4vw, 40px);
  border-top: 1px solid rgb(7 27 23 / 0.12);
  border-bottom: 1px solid rgb(7 27 23 / 0.08);
}

.detailContent {
  align-self: center;
  display: grid;
  gap: 22px;
  max-width: 560px;
}

.detailHead {
  max-width: 520px;
  margin-bottom: 0;
}

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

.detailFactGrid div {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 6px;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgb(7 27 23 / 0.1);
  border-radius: var(--radius-small);
  background: rgb(255 255 255 / 0.64);
}

.detailFactGrid dt {
  color: var(--soft);
  font-size: 15px;
  font-weight: 840;
  line-height: 1.5;
}

.detailFactGrid dd {
  margin: 0;
  color: var(--forest-deep);
  font-size: 16px;
  font-weight: 820;
  line-height: 1.55;
}

.detailMedia {
  order: 2;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 70 / 46;
  border: 1px solid rgb(7 27 23 / 0.09);
  border-radius: var(--radius);
  background: #f5f4ed;
}

.detailMedia img {
  width: 100%;
  height: 100%;
  aspect-ratio: 70 / 46;
  object-fit: contain;
  background: #fbfaf4;
}

.closingCta {
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(28px, 4vw, 42px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  border-top: 1px solid rgb(7 27 23 / 0.12);
  border-bottom: 1px solid rgb(7 27 23 / 0.12);
}

.closingCta > div:first-child {
  display: grid;
  gap: 10px;
}

.closingCta h2 {
  max-width: 9em;
}

.closingCta p {
  max-width: 34rem;
}

.closingCta .productActions {
  justify-content: flex-end;
  min-width: 360px;
}

@media (max-width: 1100px) {
  .homeHero,
  .productHero,
  .productStory,
  .sceneEditorial,
  .detailBlock,
  .closingCta {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .closingCta .productActions {
    justify-content: flex-start;
    min-width: 0;
  }

  .homeHero {
    min-height: auto;
  }

  .homeHeroMedia {
    height: 360px;
  }

  .productCard,
  .productGrid.compact .productCard,
  .wideProductCard {
    grid-column: span 6;
  }

  .featuredProductCard {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
  }

  .productSummary {
    position: static;
  }
}

@media (max-width: 760px) {
  main,
  .siteHeader,
  .siteFooter {
    width: min(100% - 24px, var(--content));
  }

  body {
    font-size: 16px;
  }

  .siteHeader {
    position: static;
    grid-template-columns: auto minmax(148px, auto);
    gap: 10px;
    min-height: 58px;
    padding: 6px 0;
  }

  .brandLink {
    justify-self: start;
  }

  .siteHeader nav {
    grid-column: auto;
    width: auto;
    justify-self: end;
    justify-content: flex-end;
  }

  .siteHeader nav a {
    min-height: 44px;
    flex: 0 0 auto;
    text-align: center;
    padding-inline: 12px;
  }

  .breadcrumb {
    display: none;
  }

  .homeHero {
    padding-top: 18px;
    gap: 12px;
  }

  .homeHero h1,
  .productSummary h1 {
    max-width: 12ch;
    font-size: clamp(34px, 10.2vw, 41px);
  }

  .productSummary h1 {
    font-size: clamp(30px, 8.2vw, 35px);
    line-height: 1.04;
  }

  .homeHeroCopy > p,
  .leadText {
    font-size: 16px;
  }

  .homeHeroCopy {
    gap: 14px;
  }

  .homeHeroCopy > p {
    line-height: 1.58;
  }

  .productGrid,
  .productGrid.compact,
  .productEditorialGallery,
  .purchaseChecklist,
  .thumbRow,
  .siteFooter,
  .shelfHead,
  .guideBand,
  .guidePoints {
    grid-template-columns: 1fr;
  }

  .homeHero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .productHero {
    gap: 14px;
    padding-top: 10px;
  }

  .homeHeroMedia {
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
    grid-template-rows: repeat(2, minmax(0, 82px));
    gap: 8px;
    height: 172px;
  }

  .heroImageTile.primary {
    grid-row: 1 / span 2;
  }

  .heroImageTile img,
  .heroImageTile.primary img {
    height: 100%;
  }

  .heroImageTile:not(.primary) {
    display: block;
  }

  .sectionBlock {
    padding-top: 24px;
  }

  #products {
    display: flex;
    flex-direction: column;
  }

  #products .shelfHead {
    order: 1;
    gap: 0;
    margin-bottom: 14px;
  }

  #products .shelfHead p {
    display: none;
  }

  #products .filterBar {
    order: 2;
  }

  #products .guideBand {
    order: 3;
  }

  #products .productGrid {
    order: 4;
  }

  .sectionHead h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .guideBand h2,
  .productStory h2,
.detailBlock h2,
  .closingCta h2,
  .storyIntro h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .productCard,
  .productGrid.compact .productCard,
  .featuredProductCard {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
  }

  .featuredProductCard .productImageLink img {
    aspect-ratio: 4 / 3;
  }

  .productCardBody {
    padding: 18px;
  }

  .featuredProductCard .productCardBody {
    gap: 12px;
    padding: 18px;
  }

  .featuredProductCard h3 {
    max-width: none;
    font-size: 23px;
    line-height: 1.28;
  }

  .featuredCardCopy {
    font-size: 15px;
    line-height: 1.56;
  }

  .featuredCardAction {
    display: none;
  }

  .cardReason {
    font-size: 14px;
    line-height: 1.55;
  }

  .detailBlock {
    gap: 18px;
  }

  .detailContent {
    gap: 16px;
  }

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

  .filterBar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .filterButton {
    min-width: 0;
    padding: 0 8px;
  }

  .productEditorialGallery {
    grid-template-rows: auto;
    gap: 0;
  }

  .productGalleryShell {
    min-height: 0;
  }

  .productGalleryShell {
    aspect-ratio: 1 / 1;
  }

  .mainProductImage {
    max-height: none;
    padding: 8px;
    object-fit: contain;
  }

  .galleryArrow {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .galleryPrev {
    left: 8px;
  }

  .galleryNext,
  .galleryCounter {
    right: 8px;
  }

  .galleryCounter {
    bottom: 8px;
  }

  .thumbRow {
    display: flex;
    gap: 7px;
    padding: 7px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .thumbButton {
    flex: 0 0 76px;
    scroll-snap-align: start;
  }

  .productSummary {
    gap: 7px;
    padding: 12px;
  }

  .productSummary .leadText {
    display: none;
  }

  .priceLine {
    padding: 8px 0;
  }

  .productSummary .priceLine small {
    display: none;
  }

  .productSummary .purchaseChecklist {
    gap: 0;
    padding: 2px 0;
  }

  .productSummary .purchaseChecklist div {
    grid-template-columns: 5.2em minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 7px 0;
  }

  .productSummary .purchaseChecklist dt {
    font-size: 13px;
  }

  .productSummary .purchaseChecklist dd {
    font-size: 14px;
    line-height: 1.45;
  }

  .primaryButton,
  .secondaryButton,
  .textInlineLink {
    width: 100%;
  }

  .heroActions,
  .productActions {
    width: 100%;
  }

  .guideBand {
    margin-top: 0;
    margin-bottom: 18px;
    padding: 16px 0;
    gap: 12px;
  }

  .guideBand p {
    font-size: 15px;
    line-height: 1.55;
  }

  .guidePoints {
    gap: 0;
    border-top: 1px solid rgb(7 27 23 / 0.1);
  }

  .guidePoints span {
    grid-template-columns: 3.8em minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 9px 0;
    border-top: 1px solid rgb(7 27 23 / 0.08);
    padding-left: 0;
    border-left: 0;
  }

  .guidePoints span:first-child {
    border-top: 0;
  }

  .guidePoints strong {
    font-size: 15px;
    line-height: 1.48;
  }

  .guidePoints small {
    font-size: 15px;
    line-height: 1.5;
  }

  .detailBlock {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "facts"
      "media";
    gap: 16px;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .detailContent {
    display: contents;
  }

  .detailHead {
    grid-area: head;
  }

  .detailFactGrid {
    grid-area: facts;
  }

  .detailMedia {
    grid-area: media;
  }

  .detailHead,
  .detailFactGrid {
    max-width: none;
  }

  .detailFactGrid div {
    grid-template-columns: 5.8em minmax(0, 1fr);
    gap: 12px;
    padding: 13px 14px;
  }

  .detailFactGrid dt {
    font-size: 14px;
  }

  .detailFactGrid dd {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  main,
  .siteHeader,
  .siteFooter {
    width: min(100% - 22px, var(--content));
  }

  .siteHeader nav a,
  .filterButton,
  .categoryLine {
    font-size: 14px;
  }

  .brandLink {
    font-size: 17px;
  }

  .brandMark {
    width: 36px;
    height: 36px;
  }

  .homeHeroMedia {
    grid-template-rows: repeat(2, minmax(0, 77px));
    height: 162px;
  }

  .priceLine strong {
    font-size: 30px;
  }
}

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