:root {
  color-scheme: light;
  --ink: #2f221b;
  --muted: #776457;
  --paper: #f7f0e6;
  --cream: #fffaf2;
  --sand: #e8d9c8;
  --beige: #d5c1aa;
  --wood: #6d482f;
  --copper: #a8663f;
  --black: #11100e;
  --white: #ffffff;
  --line: rgba(109, 72, 47, 0.2);
  --shadow: 0 22px 60px rgba(47, 34, 27, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(168, 102, 63, 0.12), transparent 34rem),
    linear-gradient(180deg, var(--cream), var(--paper));
  line-height: 1.6;
  animation: pageFadeIn 520ms ease both;
}

body.nav-open {
  overflow: hidden;
}

body.page-leaving {
  animation: pageFadeOut 180ms ease both;
}

html[lang="en"] [data-lang-content="zh"],
html[lang="zh-CN"] [data-lang-content="en"] {
  display: none;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 172px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a[aria-current="page"] {
  color: var(--wood);
  font-weight: 800;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.lang-btn {
  min-width: 46px;
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.lang-btn.active {
  color: var(--cream);
  background: var(--wood);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 10px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 76px);
}

.hero-copy {
  max-width: 780px;
}

.home-welcome {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(72px, 9vw, 132px) clamp(28px, 5vw, 76px);
  color: var(--white);
  overflow: hidden;
  background: #6f5a48;
}

.home-welcome::before,
.home-welcome::after {
  content: "";
  position: absolute;
  inset: 0;
}

.home-welcome::before {
  z-index: -2;
  background: url("assets/home-welcome.jpg") center / cover no-repeat;
  animation: heroSlowZoom 16s ease-out both;
}

.home-welcome::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(47, 34, 27, 0.58) 0%, rgba(47, 34, 27, 0.3) 32%, rgba(47, 34, 27, 0.04) 62%);
}

.home-welcome .hero-copy {
  max-width: 620px;
  animation: heroTextIn 760ms ease 120ms both;
}

.home-welcome .brand-hero-title {
  color: var(--white);
  max-width: 620px;
  white-space: pre-line;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.home-welcome .hero-slogan {
  margin-top: clamp(36px, 5vw, 62px);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

.home-welcome .hero-copy > p:not(.eyebrow):not(.hero-slogan) {
  max-width: 560px;
  margin-top: clamp(42px, 5vw, 68px);
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  line-height: 1.28;
  white-space: pre-line;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 850px;
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
  letter-spacing: 0;
}

.brand-hero-title {
  max-width: 760px;
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

.hero-slogan {
  margin: 14px 0 0;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

h3 {
  font-size: 1.15rem;
}

.hero-copy p:not(.eyebrow):not(.hero-slogan),
.page-hero p:not(.eyebrow),
.about-hero p:not(.eyebrow),
.image-band p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  color: var(--cream);
  background: var(--wood);
  box-shadow: 0 14px 30px rgba(109, 72, 47, 0.22);
}

.button.secondary {
  color: var(--wood);
  border-color: var(--line);
  background: rgba(255, 250, 242, 0.8);
}

.button.dark {
  color: var(--cream);
  border-color: rgba(255, 250, 242, 0.24);
  background: rgba(17, 16, 14, 0.9);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--sand);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(47, 34, 27, 0.28));
}

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

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.intro-section .section-heading {
  max-width: 1100px;
}

.intro-section h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

.compact-section-title {
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  color: var(--wood);
  font-weight: 900;
  white-space: nowrap;
}

.intro-section,
.values-section {
  background: linear-gradient(180deg, rgba(232, 217, 200, 0.42), rgba(255, 250, 242, 0.55));
}

.intro-section {
  background: #e8e1d8;
}

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

.feature-grid article,
.signature-card,
.location-card,
.treatment-card,
.booking-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.feature-grid article,
.signature-card {
  padding: 28px;
}

.feature-grid span,
.treatment-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.feature-grid p,
.signature-card p,
.treatment-card p,
.treatment-card li,
.location-card p,
.booking-panel p,
.contact-card,
.reminder-grid p {
  color: var(--muted);
}

.intro-section .feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.intro-section .feature-grid article {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  color: #5a4728;
  background: rgba(255, 250, 242, 0.82);
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro-section h3 {
  color: #5a4728;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.12;
}

.intro-section .feature-grid p {
  margin: 34px 0 0;
  color: rgba(90, 71, 40, 0.66);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.34;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.signature-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 0 14px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.signature-card:hover,
.signature-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(109, 72, 47, 0.28);
  box-shadow: 0 18px 40px rgba(47, 34, 27, 0.11);
}

.signature-image-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  height: clamp(145px, 13.4vw, 176px);
}

.signature-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 0 2px;
  border-bottom: 1px solid var(--line);
  filter: brightness(1.04) contrast(1.09) saturate(0.92) sepia(0.05);
  transition: transform 700ms ease, filter 220ms ease;
}

.signature-card h3 {
  font-size: clamp(0.92rem, 1.06vw, 1.08rem);
  line-height: 1.18;
  padding: 0 14px;
}

.signature-detail-button {
  width: auto;
  min-height: 36px;
  margin: auto 14px 0;
  align-self: flex-start;
  padding: 0.56rem 0.86rem;
  font-size: 0.76rem;
}

.signature-card:hover img,
.signature-card:focus-visible img,
.treatment-card:hover .treatment-photo,
.treatment-photo-link:hover .treatment-photo {
  transform: scale(1.025);
}

.image-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px);
  background: var(--black);
  color: var(--cream);
}

.image-band.reverse {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  background: #3f2a1d;
}

.image-band.reverse img {
  order: 2;
}

.image-band img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.image-band .eyebrow,
.cta-section .eyebrow {
  color: #d5a071;
}

.image-band h2,
.cta-section h2 {
  color: var(--cream);
}

.image-band p {
  color: rgba(255, 250, 242, 0.75);
}

.locations-teaser {
  background:
    radial-gradient(circle at 80% 20%, rgba(168, 102, 63, 0.12), transparent 28rem),
    var(--cream);
}

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

.location-card {
  padding: 28px;
}

.location-card .button {
  margin-top: 18px;
}

.location-details {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.location-details p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.48;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(18px, 5vw, 76px) clamp(64px, 7vw, 96px);
  padding: clamp(32px, 5vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 34, 27, 0.97), rgba(109, 72, 47, 0.94)),
    var(--wood);
  color: var(--cream);
  box-shadow: var(--shadow);
}

.page-hero {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px) clamp(48px, 6vw, 84px);
  background:
    linear-gradient(120deg, rgba(255, 250, 242, 0.88), rgba(232, 217, 200, 0.62)),
    var(--paper);
}

.contact-intro {
  padding-top: clamp(48px, 6vw, 82px);
  padding-bottom: clamp(52px, 7vw, 98px);
  background: var(--cream);
}

.page-hero.contact-intro h1 {
  color: #5a4728;
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

.contact-intro p {
  max-width: 720px;
}

.reviews-hero {
  background:
    linear-gradient(120deg, rgba(255, 250, 242, 0.9), rgba(232, 217, 200, 0.66)),
    var(--paper);
}

.reviews-section {
  background: var(--cream);
}

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

.review-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.88), rgba(247, 240, 230, 0.78)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.review-quote {
  margin: 0;
  color: #5a4728;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.48;
  white-space: pre-line;
}

.review-quote::before {
  content: "“";
}

.review-quote::after {
  content: "”";
}

.review-meta {
  display: grid;
  gap: 7px;
  color: var(--muted);
}

.review-stars {
  color: var(--copper);
  letter-spacing: 0.12em;
}

.review-meta strong {
  color: var(--ink);
}

.review-branch {
  font-size: 0.86rem;
}

.review-meta a {
  width: fit-content;
  margin-top: 5px;
  color: var(--wood);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.write-review-section {
  background: var(--cream);
}

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

.page-hero h1,
.about-hero h1 {
  max-width: 1050px;
  font-size: clamp(1.45rem, 2.6vw, 2.7rem);
}

.about-hero h1 {
  white-space: pre-line;
}

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

.treatment-card {
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
}

.treatment-card {
  display: flex;
  flex-direction: column;
}

.treatment-photo-link {
  position: relative;
  display: block;
  width: calc(100% + clamp(52px, 8vw, 84px));
  max-width: none;
  margin: calc(clamp(26px, 4vw, 42px) * -1) calc(clamp(26px, 4vw, 42px) * -1) 26px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.treatment-photo-link::after {
  content: "View";
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 250, 242, 0.5);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(47, 34, 27, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

html[lang="zh-CN"] .treatment-photo-link::after {
  content: "查看";
}

.treatment-photo-link:hover::after,
.treatment-photo-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.treatment-photo {
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  margin: 0;
  filter: brightness(1.04) contrast(1.09) saturate(0.92) sepia(0.05);
  transition: transform 700ms ease, filter 220ms ease;
}

.treatment-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.treatment-detail-link {
  display: inline-flex;
  margin-top: 22px;
}

.treatment-card .treatment-detail-link {
  margin-top: auto;
  padding-top: 22px;
}

.self-check-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(18px, 5vw, 76px) clamp(28px, 4vw, 52px);
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 250, 242, 0.92), rgba(232, 217, 200, 0.62)),
    var(--paper);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.self-check-teaser h2 {
  color: #5a4728;
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.self-check-teaser p:not(.eyebrow) {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--muted);
}

.self-check-hero h1 span,
.self-check-hero p span {
  display: block;
}

.self-check-layout {
  background: var(--cream);
}

.self-check-grid {
  display: grid;
  gap: 18px;
}

.self-check-card,
.self-check-result-page {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(247, 240, 230, 0.84)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.self-check-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 4vw, 54px);
  row-gap: 14px;
  align-items: start;
  padding: clamp(22px, 3vw, 32px);
}

.self-check-card h2 {
  grid-column: 1 / -1;
  color: #7c4c27;
  font-size: clamp(1.18rem, 2vw, 2rem);
}

.self-check-card label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 0;
  color: #8b5429;
  line-height: 1.45;
  cursor: pointer;
}

.self-check-card label:first-of-type {
  margin-top: 0;
}

.self-check-card input {
  width: 21px;
  height: 21px;
  margin: 2px 0 0;
  appearance: none;
  border: 1px solid rgba(168, 102, 63, 0.44);
  border-radius: 4px;
  background: #e7c39f;
  box-shadow: inset 0 0 0 3px rgba(255, 250, 242, 0.2);
  cursor: pointer;
}

.self-check-card input:checked {
  border-color: var(--wood);
  background: var(--wood);
}

.self-check-card input:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  margin: 2px 0 0 6px;
  border: solid var(--cream);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.self-check-submit {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: clamp(32px, 5vw, 56px);
  text-align: center;
}

.self-check-submit p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.self-check-result-page {
  margin: 0 clamp(18px, 5vw, 76px) clamp(64px, 7vw, 96px);
}

.self-check-result-page[hidden] {
  display: none;
}

.self-check-summary {
  margin-top: clamp(26px, 4vw, 44px);
}

.self-check-result-board {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
}

.self-check-primary-results {
  display: grid;
  gap: 18px;
}

.self-check-primary-result,
.self-check-small-result,
.self-check-empty {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(247, 240, 230, 0.84)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.self-check-primary-result {
  display: grid;
  grid-template-columns: minmax(320px, 0.56fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  min-height: clamp(480px, 42vw, 620px);
  padding: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(circle at 14% 10%, rgba(168, 102, 63, 0.16), transparent 28rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(232, 217, 200, 0.72)),
    var(--paper);
}

.self-check-primary-result img {
  width: 100%;
  height: clamp(420px, 38vw, 560px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
  filter: brightness(1.04) contrast(1.08) saturate(0.9) sepia(0.04);
}

.self-check-primary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 24px;
}

.self-check-primary-tags span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--wood);
  font-size: 0.82rem;
  font-weight: 850;
}

.self-check-primary-result .eyebrow,
.self-check-secondary-results > .eyebrow {
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  font-weight: 900;
}

.self-check-small-result > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--wood);
  font-size: 0.78rem;
  font-weight: 850;
}

.self-check-primary-result h3 {
  margin: 0;
  color: #5a4728;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
}

.self-check-primary-result p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(90, 71, 40, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.self-check-primary-result .button {
  width: fit-content;
  margin-top: 32px;
}

.self-check-secondary-results {
  display: grid;
  gap: 18px;
}

.self-check-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.self-check-small-result,
.self-check-empty {
  padding: clamp(18px, 2.6vw, 24px);
}

.self-check-small-result {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  grid-template-areas:
    "image badge"
    "image title"
    "image link";
  align-content: start;
  column-gap: clamp(16px, 3vw, 28px);
  row-gap: 10px;
  align-items: start;
  min-height: 210px;
}

.self-check-small-result img {
  grid-area: image;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 8px;
  filter: brightness(1.04) contrast(1.08) saturate(0.9) sepia(0.04);
}

.self-check-small-result > span {
  grid-area: badge;
  margin: 0;
}

.self-check-small-result h3 {
  grid-area: title;
  margin: 0;
  padding-top: 2px;
  color: #5a4728;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.6vw, 1.48rem);
  font-weight: 500;
  line-height: 1.14;
}

.self-check-small-result a {
  grid-area: link;
  width: fit-content;
  margin-top: 0;
  color: var(--wood);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.self-check-empty {
  color: var(--muted);
}

.self-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.detail-self-check-card {
  margin-top: 18px;
}

.treatment-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.76fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 8vw, 118px) clamp(18px, 5vw, 76px);
  background:
    radial-gradient(circle at 14% 10%, rgba(168, 102, 63, 0.12), transparent 28rem),
    linear-gradient(120deg, rgba(255, 250, 242, 0.92), rgba(232, 217, 200, 0.62)),
    var(--paper);
}

.treatment-article-hero img {
  width: 100%;
  min-height: clamp(420px, 48vw, 640px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
  filter: brightness(1.04) contrast(1.07) saturate(0.94) sepia(0.04);
}

.treatment-article-copy {
  max-width: 780px;
}

.treatment-article-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.14rem);
}

.article-back {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--wood);
  font-weight: 850;
}

.article-back::before {
  content: "<";
  margin-right: 8px;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
  background: var(--cream);
}

.article-detail-main {
  display: grid;
  gap: 18px;
}

.treatment-detail-layout {
  display: block;
  background:
    linear-gradient(90deg, rgba(167, 132, 97, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(247, 240, 230, 0.74)),
    var(--cream);
  background-size: clamp(120px, 10vw, 180px) 100%, auto, auto;
}

.treatment-detail-main {
  max-width: 1180px;
  margin: 0 auto;
}

.article-block {
  padding: clamp(24px, 3vw, 36px);
}

.treatment-intro-block {
  display: grid;
  gap: 14px;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at 92% 8%, rgba(168, 102, 63, 0.14), transparent 24rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(232, 217, 200, 0.55)),
    var(--paper);
}

.article-block h2,
.result-placeholder h2,
.consult-card h2,
.detail-self-check-panel h2,
.detail-section-heading h2 {
  color: #5a4728;
  font-size: clamp(1.2rem, 2vw, 2rem);
}

.treatment-intro-block p:not(.eyebrow),
.detail-self-check-panel p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.article-check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.article-check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
  opacity: 0.55;
}

.detail-direction-panel {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
  padding: clamp(30px, 5vw, 62px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(183, 126, 82, 0.1), transparent 23rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.9), rgba(245, 235, 221, 0.58)),
    var(--cream);
  box-shadow: none;
}

.direction-map {
  display: grid;
  grid-template-columns: minmax(190px, 0.86fr) minmax(220px, 0.72fr) minmax(190px, 0.86fr);
  grid-template-rows: auto auto;
  column-gap: clamp(28px, 5vw, 76px);
  row-gap: clamp(34px, 5vw, 66px);
  align-items: center;
}

.direction-map-compact {
  grid-template-columns: minmax(190px, 0.86fr) minmax(220px, 0.72fr) minmax(190px, 0.86fr);
}

.direction-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.direction-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.04) brightness(1.04);
}

.direction-visual span {
  position: static;
  display: block;
  max-width: 220px;
  margin-top: 12px;
  color: #6f4b32;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2.25rem);
  line-height: 1;
  text-align: center;
  text-shadow: none;
}

.direction-callout {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(109, 72, 47, 0.46);
  border-radius: 0;
  background: transparent;
}

.direction-callout::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7b5134;
}

.direction-callout:nth-child(2),
.direction-callout:nth-child(4) {
  text-align: left;
}

.direction-callout:nth-child(3),
.direction-callout:nth-child(5) {
  text-align: right;
}

.direction-callout:nth-child(2)::before,
.direction-callout:nth-child(4)::before {
  right: -4px;
}

.direction-callout:nth-child(3)::before,
.direction-callout:nth-child(5)::before {
  left: -4px;
}

.direction-callout h3 {
  margin: 0;
  color: #5a4728;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
}

.direction-callout p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.62;
}

.article-side {
  position: sticky;
  top: 136px;
  display: grid;
  gap: 18px;
}

.result-placeholder,
.consult-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(247, 240, 230, 0.82)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.result-placeholder {
  min-height: 360px;
  display: grid;
  align-content: center;
}

.result-placeholder p:not(.eyebrow),
.consult-card p {
  margin: 18px 0 0;
  color: var(--muted);
}

.consult-card .button {
  margin-top: 24px;
}

.detail-self-check-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(109, 72, 47, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(232, 217, 200, 0.66)),
    var(--paper);
  box-shadow: 0 16px 36px rgba(47, 34, 27, 0.08);
}

.detail-self-check-panel h2,
.detail-section-heading h2 {
  margin-top: 8px;
}

.detail-self-check-panel .button {
  white-space: nowrap;
}

.detail-results-section {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(109, 72, 47, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(247, 240, 230, 0.82)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(47, 34, 27, 0.07);
}

.detail-section-heading {
  display: grid;
  gap: 4px;
}

.detail-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.detail-result-card {
  margin: 0;
  padding: clamp(10px, 1.6vw, 14px);
  border: 1px solid rgba(109, 72, 47, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.detail-result-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  background: #fbf6ee;
}

.detail-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.detail-review-card {
  margin: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(109, 72, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.76);
}

.detail-review-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

.signature-grid .reveal-on-scroll:nth-child(2),
.feature-grid .reveal-on-scroll:nth-child(2),
.treatment-layout .reveal-on-scroll:nth-child(2),
.reviews-grid .reveal-on-scroll:nth-child(2) {
  transition-delay: 80ms;
}

.signature-grid .reveal-on-scroll:nth-child(3),
.feature-grid .reveal-on-scroll:nth-child(3),
.treatment-layout .reveal-on-scroll:nth-child(3),
.reviews-grid .reveal-on-scroll:nth-child(3) {
  transition-delay: 150ms;
}

.signature-grid .reveal-on-scroll:nth-child(4),
.feature-grid .reveal-on-scroll:nth-child(4),
.treatment-layout .reveal-on-scroll:nth-child(4),
.reviews-grid .reveal-on-scroll:nth-child(4) {
  transition-delay: 220ms;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 22px;
}

.booking-journey {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(520px, 62vw, 720px);
  padding: clamp(78px, 10vw, 138px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(rgba(247, 240, 230, 0.76), rgba(247, 240, 230, 0.76)),
    url("assets/contact-journey.jpg") center / cover no-repeat;
}

.booking-journey-content {
  display: grid;
  justify-items: center;
  width: min(100%, 980px);
  text-align: center;
}

.booking-journey h2 {
  color: #5a4728;
  font-size: clamp(2.55rem, 5.6vw, 5.4rem);
}

.booking-journey p {
  max-width: 760px;
  margin: clamp(28px, 4vw, 54px) auto 0;
  color: rgba(90, 71, 40, 0.66);
  font-size: clamp(1.06rem, 1.6vw, 1.42rem);
}

.booking-journey .hero-actions {
  justify-content: center;
  gap: clamp(24px, 8vw, 140px);
  width: 100%;
  margin-top: clamp(58px, 7vw, 92px);
}

.booking-journey .button {
  min-width: min(280px, 100%);
  min-height: 64px;
  padding-inline: 38px;
  border-radius: 999px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.booking-journey .button.primary {
  background: #3b2a18;
}

.booking-journey .button.secondary {
  color: #3b2a18;
  border-color: #3b2a18;
  background: rgba(255, 250, 242, 0.62);
}

.booking-panel {
  padding: clamp(30px, 5vw, 54px);
}

.contact-cards {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 6px;
  padding: 22px;
}

.contact-card span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--cream);
}

.site-footer p {
  margin: 0;
}

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

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

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

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 116px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero,
  .feature-grid,
  .signature-grid,
  .image-band,
  .image-band.reverse,
  .location-grid,
  .treatment-layout,
  .treatment-article-hero,
  .article-detail-layout,
  .self-check-layout,
  .self-check-grid,
  .self-check-card,
  .self-check-result-board,
  .self-check-primary-result,
  .about-hero,
  .contact-layout,
  .reminder-grid {
    grid-template-columns: 1fr;
  }

  .self-check-teaser {
    align-items: flex-start;
    flex-direction: column;
  }

  .self-check-primary-result {
    min-height: auto;
  }

  .intro-section .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .services-preview .signature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .intro-section .feature-grid article {
    padding: 16px 12px;
  }

  .intro-section .feature-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .intro-section h3 {
    font-size: clamp(0.9rem, 3.4vw, 1rem);
  }

  .intro-section .feature-grid p {
    margin-top: 14px;
    font-size: clamp(0.72rem, 2.8vw, 0.82rem);
    line-height: 1.32;
  }

  .services-preview .signature-grid {
    gap: 8px;
  }

  .services-preview .signature-card {
    border-radius: 8px;
    gap: 6px;
    padding-bottom: 12px;
  }

  .services-preview .signature-image-link {
    height: clamp(64px, 18vw, 92px);
  }

  .services-preview .signature-card h3 {
    padding: 0 8px;
    font-size: clamp(0.62rem, 2.35vw, 0.78rem);
  }

  .services-preview .signature-card .signature-detail-button {
    width: calc(100% - 16px);
    min-height: 30px;
    margin-inline: 8px;
    padding: 0.42rem 0.3rem;
    font-size: 0.62rem;
  }

  .self-check-secondary-grid {
    grid-template-columns: 1fr;
  }

  .self-check-primary-result img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .self-check-primary-tags {
    margin-top: 16px;
  }

  .hero {
    min-height: auto;
  }

  .home-welcome {
    min-height: calc(100vh - 68px);
    background-position: center;
  }

  .home-welcome .brand-hero-title {
    font-size: clamp(2.25rem, 8vw, 4.6rem);
  }

  .hero-visual,
  .hero-visual img {
    min-height: 420px;
  }

  .section-heading.split,
  .cta-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .image-band.reverse img {
    order: 0;
  }

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

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

  .service-detail-card > img {
    min-height: 280px;
    max-height: 420px;
  }

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

  .article-side {
    position: static;
  }

  .detail-self-check-panel,
  .detail-results-grid,
  .detail-review-grid,
  .direction-map,
  .direction-map-compact {
    grid-template-columns: 1fr;
  }

  .direction-map,
  .direction-map-compact {
    grid-template-rows: auto;
    gap: 26px;
  }

  .direction-visual {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    order: -1;
  }

  .direction-visual img {
    max-height: 320px;
    aspect-ratio: auto;
  }

  .direction-callout {
    min-height: auto;
    text-align: left;
  }

  .direction-callout:nth-child(3),
  .direction-callout:nth-child(5) {
    text-align: left;
  }

  .direction-callout:nth-child(2)::before,
  .direction-callout:nth-child(3)::before,
  .direction-callout:nth-child(4)::before,
  .direction-callout:nth-child(5)::before {
    left: 0;
    right: auto;
  }

  .detail-self-check-panel .button {
    width: fit-content;
  }

  .treatment-article-hero img {
    min-height: 360px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 16px;
    gap: 12px;
  }

  .brand img {
    width: 104px;
    height: 58px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switch {
    padding: 3px;
  }

  .lang-btn {
    min-width: 38px;
    padding: 6px 8px;
    font-size: 0.86rem;
  }

  .site-nav {
    inset: 92px 14px auto;
  }

  h1 {
    font-size: clamp(1.45rem, 10vw, 2.7rem);
  }

  .home-welcome .brand-hero-title {
    font-size: clamp(2.15rem, 13vw, 3.8rem);
  }

  .home-welcome .hero-copy > p:not(.eyebrow):not(.hero-slogan) {
    max-width: 310px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .signature-card .signature-detail-button {
    width: calc(100% - 20px);
  }

  .section,
  .page-hero,
  .about-hero,
  .hero,
  .image-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-section {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* Site-wide type scale: keeps Chinese, English, desktop, and mobile consistently smaller. */
body {
  font-size: 0.92rem;
}

.site-nav {
  font-size: 0.98rem;
}

.lang-btn {
  font-size: 0.94rem;
}

.eyebrow,
.contact-card span {
  font-size: 0.68rem;
}

h1,
h2,
.brand-hero-title,
.intro-section h2,
.compact-section-title,
.page-hero.contact-intro h1,
.page-hero h1,
.about-hero h1 {
  font-size: clamp(1.25rem, 2.2vw, 2.3rem);
}

h3 {
  font-size: 1.02rem;
}

.home-welcome .brand-hero-title {
  font-size: clamp(2.05rem, 4.35vw, 4.45rem);
}

.hero-slogan,
.home-welcome .hero-slogan {
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.hero-copy p:not(.eyebrow):not(.hero-slogan),
.page-hero p:not(.eyebrow),
.about-hero p:not(.eyebrow),
.image-band p,
.home-welcome .hero-copy > p:not(.eyebrow):not(.hero-slogan) {
  font-size: clamp(0.9rem, 1.18vw, 1.03rem);
}

.intro-section h3 {
  font-size: clamp(1.12rem, 1.8vw, 1.85rem);
}

.intro-section .feature-grid p,
.booking-journey p {
  font-size: clamp(0.9rem, 1.14vw, 1.04rem);
}

.feature-grid span,
.treatment-card span {
  font-size: 1.72rem;
}

.location-details p {
  font-size: 0.86rem;
}

.booking-journey h2 {
  font-size: clamp(1.8rem, 4.2vw, 4rem);
}

.booking-journey .button,
.button {
  font-size: 0.9rem;
}

.signature-card .signature-detail-button {
  min-height: 36px;
  padding: 0.56rem 0.86rem;
  font-size: 0.76rem;
}

.contact-card a,
.contact-card strong {
  font-size: 0.94rem;
}

@media (max-width: 900px) {
  .intro-section .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .services-preview .signature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .intro-section .feature-grid article {
    padding: 16px 12px;
  }

  .intro-section .feature-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .intro-section h3 {
    font-size: clamp(0.9rem, 3.4vw, 1rem);
  }

  .intro-section .feature-grid p {
    margin-top: 14px;
    font-size: clamp(0.72rem, 2.8vw, 0.82rem);
    line-height: 1.32;
  }

  .services-preview .signature-card {
    gap: 6px;
    padding-bottom: 12px;
  }

  .services-preview .signature-image-link {
    height: clamp(64px, 18vw, 92px);
  }

  .services-preview .signature-card h3 {
    padding: 0 8px;
    font-size: clamp(0.62rem, 2.35vw, 0.78rem);
  }

  .services-preview .signature-card .signature-detail-button {
    width: calc(100% - 16px);
    min-height: 30px;
    margin-inline: 8px;
    padding: 0.42rem 0.3rem;
    font-size: 0.62rem;
  }
}

@media (max-width: 560px) {
  .lang-btn {
    font-size: 0.84rem;
  }

  .site-nav {
    font-size: 1rem;
  }

  h1,
  h2,
  .brand-hero-title,
  .intro-section h2,
  .compact-section-title,
  .page-hero.contact-intro h1,
  .page-hero h1,
  .about-hero h1 {
    font-size: clamp(1.18rem, 8.4vw, 2.28rem);
  }

  .home-welcome .brand-hero-title {
    font-size: clamp(1.9rem, 11.2vw, 3.15rem);
  }
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes pageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSlowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

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

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
