:root {
  --paper: #f7f2ed;
  --paper-deep: #eaded2;
  --ink: #33261f;
  --muted: #7b6a5d;
  --line: rgba(60, 43, 32, 0.18);
  --clay: #b48769;
  --clay-dark: #7e5037;
  --sage: #56614c;
  --white: #fffaf6;
  --shadow: 0 24px 60px rgba(64, 41, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.announcement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  min-height: 34px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.announcement span {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 250, 246, 0.18);
  text-align: center;
  padding: 7px 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 34px;
  background: rgba(247, 242, 237, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: min-height 240ms ease, background 240ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  background: rgba(247, 242, 237, 0.96);
}

.brand {
  justify-self: start;
  display: inline-grid;
  gap: 1px;
  width: fit-content;
}

.brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.38em;
  line-height: 1;
}

.brand-line {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  color: var(--muted);
}

.nav a,
.header-link,
.cart-link {
  position: relative;
  white-space: nowrap;
}

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

.nav a:hover::after,
.header-link:hover::after,
.cart-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-link,
.cart-link {
  font-size: 14px;
  color: var(--clay-dark);
}

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

.cart-link strong {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background: rgba(255, 250, 246, 0.78);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.72);
}

.language-switch button {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 28px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.language-switch button.is-active {
  background: var(--ink);
  color: var(--white);
}

.language-switch button:focus-visible {
  outline: 2px solid var(--clay-dark);
  outline-offset: 2px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 112px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(38, 24, 18, 0.15), rgba(38, 24, 18, 0.56)),
    linear-gradient(90deg, rgba(38, 24, 18, 0.46), rgba(38, 24, 18, 0.04));
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 11vh;
  color: var(--white);
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay-dark);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 250, 246, 0.82);
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 34px;
  font-size: clamp(38px, 5.2vw, 76px);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4.4vw, 64px);
}

h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.hero-actions,
.product-grid,
.shop-tools,
.efficacy-list,
.line-grid,
.pillar-row,
.ritual-gallery,
.creator,
.brand-quote,
.world-grid,
.proof-grid {
  display: grid;
}

.hero-actions {
  grid-template-columns: repeat(2, minmax(150px, auto));
  justify-content: center;
  gap: 12px;
}

.button {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

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

.button.secondary {
  background: transparent;
  color: var(--white);
}

.button.light {
  color: var(--white);
}

.section-pad {
  padding: 112px 34px;
}

.intro,
.heritage,
.creator,
.brand-quote {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: start;
}

.intro,
.products,
.science,
.creator,
.brand-quote,
.care-worlds,
.proof {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.intro-copy {
  display: grid;
  gap: 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
}

.intro-copy p {
  margin-bottom: 0;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  border: 1px solid var(--line);
}

.intro-stats span {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 18px;
  align-content: center;
  color: var(--muted);
  font-size: 13px;
  background: rgba(255, 250, 246, 0.48);
}

.intro-stats strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.intro-stats em {
  font-style: normal;
}

.brand-quote {
  grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 0.78fr);
  gap: clamp(56px, 8vw, 118px);
  padding-top: 0;
  align-items: center;
}

.brand-quote blockquote {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  max-width: 680px;
  font-size: clamp(32px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.04;
}

.founder-profile {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  gap: 22px 30px;
  align-items: center;
  max-width: 560px;
}

.founder-profile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(64, 41, 28, 0.12);
}

.founder-name {
  margin: 0;
  color: var(--clay-dark);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-profile p:last-child {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.72;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 850px;
  margin-bottom: 50px;
}

.section-heading > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading.narrow {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.narrow .eyebrow {
  color: var(--paper-deep);
}

.section-heading.narrow p:last-child {
  color: rgba(255, 250, 246, 0.74);
  font-size: 18px;
}

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

.shop-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: -18px 0 22px;
  border: 1px solid var(--line);
  background: var(--line);
}

.shop-tools a {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 20px 24px;
  align-content: center;
  background: rgba(255, 250, 246, 0.72);
  transition: background 180ms ease, color 180ms ease;
}

.shop-tools a:hover {
  background: var(--white);
}

.shop-tools span {
  color: var(--clay-dark);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-tools strong {
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.product {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #f5eee3;
}

.product-body {
  min-height: 420px;
  padding: 26px;
}

.product-kicker {
  margin-bottom: 14px;
  color: var(--clay-dark);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-body p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.product-commerce {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.product-commerce span {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-commerce strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.product-tags span {
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--clay-dark);
  font-size: 12px;
  line-height: 1.2;
  background: rgba(234, 222, 210, 0.38);
}

.product-body ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  list-style: none;
}

.product-body li {
  position: relative;
  padding-left: 17px;
}

.product-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--clay);
}

.product-button {
  width: 100%;
  margin-top: 22px;
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.product-button:hover {
  color: var(--ink);
  background: transparent;
}

.care-worlds {
  padding-top: 0;
}

.world-grid,
.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.world,
.proof-grid article {
  min-height: 300px;
  padding: 30px;
  background: rgba(255, 250, 246, 0.72);
}

.world span,
.proof-grid strong {
  display: block;
  margin-bottom: 46px;
  color: var(--clay-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.world p,
.proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.heritage {
  width: 100%;
  background: var(--white);
}

.heritage-media {
  min-height: 100%;
}

.heritage-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.heritage-copy {
  align-self: center;
  padding-right: max(34px, calc((100vw - 1320px) / 2));
}

.heritage-lead {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.timeline {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.timeline div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.timeline span {
  color: var(--clay-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.science {
  max-width: none;
  width: 100%;
  background: var(--sage);
  color: var(--white);
}

.science > * {
  width: min(1320px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.pillar-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 246, 0.24);
  border-left: 1px solid rgba(255, 250, 246, 0.24);
}

.pillar {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid rgba(255, 250, 246, 0.24);
  border-bottom: 1px solid rgba(255, 250, 246, 0.24);
}

.pillar span {
  display: block;
  margin-bottom: 54px;
  color: rgba(255, 250, 246, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.pillar p {
  margin-bottom: 0;
  color: rgba(255, 250, 246, 0.76);
}

.proof {
  background: var(--paper);
}

.proof .section-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.efficacy,
.lines {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.efficacy {
  padding-top: 0;
}

.efficacy-list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.efficacy-list article {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.efficacy-list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f5eee3;
}

.efficacy-list ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.efficacy-list li {
  position: relative;
  padding-left: 18px;
}

.efficacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--clay);
}

.lines {
  padding-top: 0;
}

.line-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.line-grid article {
  min-height: 270px;
  padding: 30px;
  background: rgba(255, 250, 246, 0.76);
}

.line-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--clay-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.line-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.boutique {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.boutique-copy p:not(.eyebrow) {
  margin-top: 26px;
  color: var(--muted);
  font-size: 18px;
}

.boutique img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.store-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
}

.store-features span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: var(--white);
  color: var(--clay-dark);
  font-size: 14px;
}

.ritual {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  min-height: 720px;
  background: var(--paper-deep);
}

.ritual-copy {
  align-self: center;
  padding: 80px max(34px, calc((100vw - 1320px) / 2)) 80px 34px;
  margin-left: max(0px, calc((100vw - 1320px) / 2));
}

.ritual-copy p:last-child {
  margin-top: 28px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.ritual-gallery img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  background: #f5eee3;
}

.ritual-gallery img:first-child {
  grid-row: 1 / 3;
}

.creator {
  border-top: 1px solid var(--line);
}

.creator-list {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 18px;
}

.creator-list p {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 36px;
  align-items: end;
  padding: 48px 34px;
  background: var(--ink);
  color: var(--white);
}

.footer .brand-mark {
  margin: 0 0 8px;
}

.footer p {
  margin-bottom: 0;
}

.footer-copy {
  color: rgba(255, 250, 246, 0.68);
  font-size: 14px;
}

.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  max-width: min(360px, calc(100vw - 48px));
  padding: 14px 18px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.music-player {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 31;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(520px, calc(100vw - 48px));
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(60, 43, 32, 0.16);
  background: rgba(255, 250, 246, 0.88);
  box-shadow: 0 18px 46px rgba(64, 41, 28, 0.14);
  backdrop-filter: blur(18px);
}

.music-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.music-copy span {
  color: var(--clay-dark);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.music-copy strong {
  overflow: hidden;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.music-play,
.music-tracks button {
  border: 1px solid rgba(60, 43, 32, 0.2);
  color: var(--ink);
  background: rgba(255, 250, 246, 0.72);
  font: inherit;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.music-play {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1;
}

.music-play.is-playing {
  background: var(--clay-dark);
}

.music-play:hover,
.music-tracks button:hover {
  transform: translateY(-1px);
}

.music-tracks {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(60, 43, 32, 0.12);
  border-radius: 999px;
  background: rgba(234, 222, 210, 0.46);
}

.music-tracks button {
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
}

.music-tracks button.is-active {
  color: var(--white);
  background: var(--sage);
  border-color: var(--sage);
}

.music-drawer {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.music-drawer[hidden] {
  display: none;
}

.music-drawer iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(60, 43, 32, 0.16);
  background: var(--ink);
}

.music-drawer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .announcement {
    grid-template-columns: 1fr;
  }

  .announcement span:nth-child(n + 2) {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }

  .nav {
    display: none;
  }

  .header-link {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .cart-link {
    font-size: 13px;
  }

  .hero {
    min-height: 76vh;
  }

  .intro,
  .heritage,
  .creator,
  .brand-quote,
  .ritual,
  .boutique {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .shop-tools,
  .efficacy-list,
  .line-grid,
  .pillar-row,
  .world-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .heritage-copy,
  .ritual-copy {
    padding: 54px 24px;
    margin-left: 0;
  }

  .heritage-media img {
    min-height: 420px;
  }

  .boutique img {
    min-height: 360px;
  }

  .ritual {
    min-height: auto;
  }

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

  .ritual-gallery img:first-child {
    grid-row: auto;
  }

  .founder-profile {
    grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
    align-items: start;
  }

  .footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .music-player {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding: 72px 20px;
  }

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

  .brand-mark {
    font-size: 21px;
  }

  .brand-line {
    font-size: 9px;
  }

  .language-switch button {
    min-width: 42px;
    padding: 0 10px;
  }

  .hero-copy {
    width: calc(100% - 32px);
    padding-bottom: 56px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 25px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

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

  .intro-stats,
  .store-features {
    grid-template-columns: 1fr;
  }

  .timeline div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .founder-profile {
    grid-template-columns: 1fr;
  }

  .founder-profile img {
    width: min(280px, 100%);
  }

  .founder-name {
    margin-top: 0;
  }

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

  .cart-link span {
    display: none;
  }

  .music-player {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .music-controls {
    justify-content: space-between;
  }

  .music-tracks {
    flex: 1;
    justify-content: space-between;
  }

  .music-tracks button {
    min-width: 0;
    flex: 1;
  }
}
