:root {
  --ink: #111414;
  --muted: #666d69;
  --line: #dce3dd;
  --paper: #fbfaf6;
  --white: #ffffff;
  --forest: #285d4d;
  --deep: #163b32;
  --sage: #e5eee7;
  --mist: #f1f4f0;
  --gold: #9b7b48;
  --shadow: 0 18px 46px rgba(20, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", "Noto Sans SC", "Noto Sans TC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(22, 59, 50, 0.14);
  backdrop-filter: blur(14px);
}

.brand-mark img {
  width: clamp(118px, 14vw, 156px);
  height: auto;
}

.language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(20, 35, 31, 0.06);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.language-switcher a[aria-current="true"] {
  background: var(--deep);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(86vh - 74px);
  overflow: hidden;
  background: var(--deep);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 22, 19, 0.72), rgba(11, 22, 19, 0.18) 52%, rgba(11, 22, 19, 0.08)),
    linear-gradient(0deg, rgba(11, 22, 19, 0.48), rgba(11, 22, 19, 0.02) 48%);
}

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

.hero-copy {
  position: relative;
  max-width: 780px;
  padding: clamp(54px, 10vw, 116px) clamp(22px, 7vw, 110px);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.story-hero h1,
.contact-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.story-hero p:not(.eyebrow),
.contact-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 2vw, 20px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(20, 35, 31, 0.16);
}

.button-dark {
  background: var(--deep);
  color: var(--white);
}

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

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

.section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.editorial-intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
}

.intro-grid h2,
.section-heading h2,
.image-feature h2,
.cta-band h2,
.qr-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.intro-grid p,
.image-feature p,
.cta-band p,
.qr-section p,
.value-item p,
.product-card p,
.ritual-card p,
.chapter p,
.contact-card p {
  color: var(--muted);
}

.intro-grid p {
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
}

.value-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.value-item {
  min-height: 310px;
  padding: clamp(28px, 4vw, 52px);
  background: var(--mist);
}

.value-item span,
.chapter > span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 700;
}

.value-item h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.12;
}

.value-item p {
  margin: 22px 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.text-link {
  align-self: end;
  color: var(--deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

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

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

.product-card,
.ritual-card,
.contact-card {
  background: var(--white);
  border: 1px solid rgba(22, 59, 50, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 35, 31, 0.06);
  overflow: hidden;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f9faf7, #eef4ee);
}

.product-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-category {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3,
.ritual-card h3,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.product-card p {
  flex: 1;
  margin: 14px 0 20px;
  font-size: 14px;
}

.image-feature,
.qr-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--white);
}

.image-feature-copy p:not(.eyebrow),
.qr-section p {
  max-width: 620px;
}

.image-feature-media {
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
  box-shadow: var(--shadow);
}

.image-feature-media img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.cta-band {
  margin: 0 clamp(18px, 5vw, 72px) clamp(54px, 8vw, 96px);
  padding: clamp(46px, 7vw, 84px);
  background: var(--sage);
  border: 1px solid rgba(22, 59, 50, 0.14);
  border-radius: 8px;
  text-align: center;
}

.cta-band p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px auto 0;
}

.cta-band .button {
  margin-top: 28px;
}

.page-hero,
.contact-hero {
  padding: clamp(66px, 10vw, 130px) clamp(18px, 5vw, 72px);
  background: var(--deep);
  color: var(--white);
}

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

.page-hero h1,
.contact-hero h1 {
  max-width: 960px;
}

.page-hero .button {
  margin-top: 34px;
}

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

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

.ritual-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
}

.ritual-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  background: var(--mist);
}

.ritual-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.ritual-body p {
  flex: 1;
  margin: 16px 0 24px;
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: calc(86vh - 74px);
  background: var(--deep);
  color: var(--white);
}

.story-hero-copy {
  align-self: end;
  padding: clamp(54px, 9vw, 110px) clamp(18px, 5vw, 72px);
}

.story-hero-media {
  min-height: 520px;
  overflow: hidden;
}

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

.story-chapters {
  display: grid;
  gap: clamp(36px, 6vw, 74px);
}

.chapter {
  display: grid;
  grid-template-columns: 80px minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.chapter-reverse {
  grid-template-columns: 80px minmax(0, 1fr) minmax(280px, 0.75fr);
}

.chapter-reverse div {
  grid-column: 3;
}

.chapter-reverse img {
  grid-column: 2;
  grid-row: 1;
}

.chapter h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.06;
}

.chapter p:not(.eyebrow) {
  margin: 18px 0 0;
  font-size: 17px;
}

.chapter img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.centered-actions {
  justify-content: center;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
}

.interest-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.interest-panel span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.interest-panel strong {
  color: var(--white);
  font-size: 22px;
  line-height: 1.25;
}

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

.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  background: var(--sage);
  border-radius: 50%;
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
}

.contact-card p {
  flex: 1;
  margin: 16px 0 20px;
}

.contact-card strong {
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}

.qr-section {
  background: var(--mist);
}

.qr-card {
  display: grid;
  place-items: center;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  justify-self: center;
  padding: 18px;
  background: var(--white);
  border: 18px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.qr-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  padding: 38px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.footer-logo {
  width: 116px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  max-width: 460px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

  .ritual-grid,
  .contact-grid,
  .value-band {
    grid-template-columns: 1fr;
  }

  .ritual-card {
    grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 66px;
    padding: 14px 16px;
  }

  .language-switcher a {
    width: 38px;
    height: 32px;
  }

  .hero {
    min-height: 680px;
    min-height: calc(82svh - 66px);
    align-items: end;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(11, 22, 19, 0.74), rgba(11, 22, 19, 0.2) 62%),
      linear-gradient(90deg, rgba(11, 22, 19, 0.42), rgba(11, 22, 19, 0.08));
  }

  .hero-copy {
    padding: 38px 18px 44px;
  }

  .hero h1,
  .page-hero h1,
  .story-hero h1,
  .contact-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .intro-grid,
  .image-feature,
  .qr-section,
  .story-hero,
  .contact-hero,
  .chapter,
  .chapter-reverse {
    grid-template-columns: 1fr;
  }

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

  .story-hero-copy {
    padding: 54px 18px;
  }

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

  .chapter > span,
  .chapter-reverse div,
  .chapter-reverse img {
    grid-column: auto;
    grid-row: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .text-link {
    justify-self: start;
  }

  .image-feature-media img {
    min-height: 320px;
  }

  .cta-band {
    margin-right: 18px;
    margin-left: 18px;
    padding: 40px 20px;
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 26px;
  }
}

@media (max-width: 560px) {
  .product-grid,
  .product-grid-preview,
  .ritual-card {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .hero p:not(.eyebrow),
  .page-hero p:not(.eyebrow),
  .story-hero p:not(.eyebrow),
  .contact-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-body,
  .ritual-body,
  .contact-card {
    padding: 22px;
  }

  .qr-card {
    width: min(100%, 260px);
  }
}
