@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-regular-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-regular-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-regular-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Sans";
  src: url("./src/fonts/common/source-han-sans-sc-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Serif";
  src: url("./src/fonts/common/source-han-serif-cn-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Serif";
  src: url("./src/fonts/common/source-han-serif-cn-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "JDC Common Source Han Serif";
  src: url("./src/fonts/common/source-han-serif-cn-heavy-common-8000.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Sans";
  src: url("./src/fonts/jdc-source-han-sans-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Sans";
  src: url("./src/fonts/jdc-source-han-sans-regular.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Sans";
  src: url("./src/fonts/jdc-source-han-sans-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Sans";
  src: url("./src/fonts/jdc-source-han-sans-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Sans";
  src: url("./src/fonts/jdc-source-han-sans-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Serif";
  src: url("./src/fonts/jdc-source-han-serif-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Serif";
  src: url("./src/fonts/jdc-source-han-serif-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "JDC Source Han Serif";
  src: url("./src/fonts/jdc-source-han-serif-heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --green-900: #163323;
  --green-800: #23462d;
  --green-700: #315c38;
  --green-500: #5f8c45;
  --mint: #dceec1;
  --paper: #f7f4ec;
  --paper-2: #eee7da;
  --wood: #a77848;
  --orange: #d77c38;
  --cyan: #4daaaa;
  --ink: #19251d;
  --muted: #6a6d62;
  --line: rgba(25, 37, 29, 0.14);
  --shadow: 0 22px 60px rgba(22, 51, 35, 0.18);
  --radius: 8px;
  --page-pad: clamp(20px, 5vw, 72px);
  --header-height: 78px;
  --font-serif: "JDC Common Source Han Serif", "JDC Source Han Serif", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, Georgia, serif;
  --font-sans: "JDC Common Source Han Sans", "JDC Source Han Sans", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", Arial, sans-serif;
  --font-wide: "Arial Black", "Impact", "DIN Condensed", "JDC Common Source Han Sans", "JDC Source Han Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-numeric: "JDC Common Source Han Sans", "JDC Source Han Sans", "Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-article: "JDC Common Source Han Sans", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", Arial, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(35, 70, 45, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(167, 120, 72, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px, 56px 56px, auto;
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.menu-open {
  overflow: hidden;
}

body.is-ready {
  animation: page-enter 560ms ease both;
}

body.is-leaving {
  opacity: 0;
  transition: opacity 360ms ease;
}

@keyframes page-enter {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}

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

img.image-loading:not(.qr-soft) {
  background-color: rgba(238, 231, 218, 0.66);
  background-image: linear-gradient(100deg, rgba(238, 231, 218, 0.72) 0%, rgba(247, 244, 236, 0.96) 42%, rgba(220, 238, 193, 0.62) 58%, rgba(238, 231, 218, 0.72) 100%);
  background-size: 220% 100%;
  animation: image-shimmer 1150ms ease-in-out infinite;
}

img.image-loaded:not(.qr-soft) {
  animation: image-reveal 420ms ease both;
}

img.image-load-error:not(.qr-soft) {
  background: repeating-linear-gradient(135deg, rgba(35, 70, 45, 0.08) 0 10px, rgba(167, 120, 72, 0.08) 10px 20px), var(--paper-2);
}

.brand-logo.image-loading,
.footer-logo.image-loading,
.support-logo.image-loading,
.brand-logo.image-loaded,
.footer-logo.image-loaded,
.support-logo.image-loaded {
  background: transparent;
  animation: none;
}

@keyframes image-shimmer {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}

@keyframes image-reveal {
  from {
    opacity: 0.18;
  }
  to {
    opacity: 1;
  }
}

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

button {
  font: inherit;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 14px var(--page-pad);
  color: #fff;
  background: rgba(16, 36, 24, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(5, 18, 11, 0.24);
  backdrop-filter: blur(14px);
}

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

.brand-logo {
  width: 186px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

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

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cta {
  color: var(--green-900);
  background: var(--paper);
  border: 1px solid rgba(220, 238, 193, 0.65);
}

.button-primary {
  color: #fff;
  background: var(--green-800);
  border: 1px solid var(--green-800);
}

.button-light {
  color: var(--green-900);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.button-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
}

.menu-toggle span:not(.sr-only) {
  width: 19px;
  height: 1px;
  background: #fff;
}

.brand-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--page-pad) 120px;
  color: #fff;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-color: var(--green-900);
  overflow: hidden;
}

.hero-shade,
.page-hero::before,
.values-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34));
}

.brand-hero.is-bg-loading::after,
.page-hero.is-bg-loading::after,
.values-screen.is-bg-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(16, 36, 24, 0.94) 0%, rgba(35, 70, 45, 0.84) 44%, rgba(95, 140, 69, 0.56) 58%, rgba(16, 36, 24, 0.94) 100%);
  background-size: 220% 100%;
  animation: image-shimmer 1250ms ease-in-out infinite;
  opacity: 1;
  transition: opacity 420ms ease;
}

.brand-hero.is-bg-loaded::after,
.page-hero.is-bg-loaded::after,
.values-screen.is-bg-loaded::after {
  opacity: 0;
  animation: none;
}

.hero-content,
.page-hero-content,
.values-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-content h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 72px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero-subtitle {
  margin: 22px 0 0;
  font-size: 26px;
  font-weight: 700;
}

.hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

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

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: var(--page-pad);
  bottom: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.scroll-cue i {
  width: 20px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  position: relative;
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 4px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  animation: scroll-dot 1.5s ease infinite;
}

@keyframes scroll-dot {
  0% { transform: translate(-50%, 0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translate(-50%, 12px); opacity: 0; }
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px var(--page-pad);
  min-height: auto;
  height: auto;
}

.section-muted {
  max-width: none;
  background: #f8f6f2;
}

.section-muted > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section-dark,
.dark-band {
  max-width: none;
  color: #fff;
  background: var(--green-900);
}

.section-dark > *,
.dark-band > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.map-section {
  position: relative;
  max-width: none;
  display: grid;
  place-items: end start;
  min-height: 100svh;
  padding: clamp(112px, 11vw, 168px) var(--page-pad) clamp(96px, 10vw, 152px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 232, 150, 0.82), transparent 35%),
    radial-gradient(circle at 76% 66%, rgba(177, 226, 139, 0.92), transparent 43%),
    linear-gradient(135deg, rgba(51, 101, 51, 0.9), rgba(116, 176, 84, 0.92) 48%, rgba(44, 98, 54, 0.9)),
    var(--green-800);
}

.map-section > * {
  max-width: none;
}

.store-map-feature {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-map-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 22, 13, 0.22), rgba(7, 22, 13, 0.01) 44%, rgba(7, 22, 13, 0.14)),
    linear-gradient(180deg, rgba(7, 22, 13, 0.1), rgba(7, 22, 13, 0.01) 42%, rgba(7, 22, 13, 0.2));
}

.store-map-feature img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.98;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.28));
}

.regional-strategy-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 780px);
  margin: 0;
  text-align: left;
  text-shadow:
    0 2px 10px rgba(7, 22, 13, 0.9),
    0 18px 42px rgba(0, 0, 0, 0.58);
  transform: translateY(clamp(16px, 3vw, 38px));
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
  max-width: 1200px;
  margin: clamp(24px, 4vw, 48px) auto 0;
}

.region-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 32px);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(51, 101, 51, 0.15);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-height: 80px;
}

.region-card:hover {
  transform: translateY(-4px);
  border-color: var(--green-600);
  box-shadow: 0 8px 24px rgba(51, 101, 51, 0.2);
  background: #fff;
}

.region-card.highlight {
  background: linear-gradient(135deg, rgba(51, 101, 51, 0.95), rgba(116, 176, 84, 0.95));
  border-color: var(--green-600);
  grid-column: span 2;
}

.region-card.highlight:hover {
  background: linear-gradient(135deg, var(--green-700), var(--green-600));
}

.region-icon {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 8px;
  line-height: 1;
}

.region-name {
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  color: var(--green-800);
  text-align: center;
  line-height: 1.4;
}

.region-card.highlight .region-name {
  color: #fff;
  font-weight: 600;
}

.map-section .section-heading {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.map-section .section-heading h2 {
  color: var(--green-800);
  font-size: clamp(28px, 4vw, 42px);
}

.map-section .section-heading p {
  color: var(--muted);
  max-width: 600px;
  margin: 12px auto 0;
}

.map-section .section-action {
  text-align: center;
  margin-top: clamp(32px, 5vw, 48px);
}

@media (max-width: 768px) {
  .region-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .region-card {
    padding: 12px;
  }

  .region-icon {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .region-name {
    font-size: 11px;
  }

  .region-card.highlight {
    grid-column: span 2;
  }

  .map-section .section-heading h2 {
    font-size: 24px;
  }

  .map-section .section-heading p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .region-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .region-card {
    padding: 16px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }

  .region-card.highlight {
    grid-column: span 1;
  }

  .region-icon {
    font-size: 28px;
    margin-bottom: 0;
  }

  .region-name {
    font-size: 13px;
    text-align: left;
  }
}

.regional-strategy-copy h2 {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.12;
  white-space: pre-line;
}

.regional-strategy-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.9;
}

.grade-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(220, 238, 193, 0.7), rgba(247, 244, 236, 0.96)),
    linear-gradient(90deg, rgba(35, 70, 45, 0.07) 1px, transparent 1px);
  background-size: auto, 38px 38px;
}

.grade-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.advantage-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(167, 120, 72, 0.16), rgba(247, 244, 236, 0.96)),
    var(--paper);
}

.advantage-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.choice-section {
  max-width: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(220, 238, 193, 0.46), transparent 30%),
    linear-gradient(135deg, rgba(238, 231, 218, 0.96), rgba(247, 244, 236, 0.9) 46%, rgba(220, 238, 193, 0.48)),
    var(--paper);
}

.franchise-choice-section {
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(70px, 7vw, 104px);
}

.franchise-model-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(247, 244, 236, 0.95), rgba(232, 238, 216, 0.72)),
    linear-gradient(90deg, rgba(49, 92, 56, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 42px 42px, auto;
}

.franchise-process-section {
  max-width: none;
  background:
    linear-gradient(160deg, rgba(167, 120, 72, 0.16), rgba(247, 244, 236, 0.96) 54%, rgba(77, 170, 170, 0.1)),
    var(--paper-2);
}

.franchise-model-section > *,
.franchise-process-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.choice-panel {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(35, 70, 45, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 244, 236, 0.94)),
    var(--paper);
  box-shadow: var(--shadow);
}

.choice-panel summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 28px;
  align-items: center;
  min-height: 140px;
  padding: clamp(28px, 4vw, 46px);
  cursor: pointer;
  list-style: none;
}

.choice-panel summary::-webkit-details-marker {
  display: none;
}

.choice-panel summary::after {
  content: "+";
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  background: var(--green-900);
  border-radius: 50%;
  transition: transform 260ms ease, background 260ms ease;
}

.choice-panel[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: var(--green-700);
}

.choice-panel summary .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.choice-panel summary strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.12;
}

.choice-panel summary em {
  grid-column: 1 / -1;
  max-width: 760px;
  color: var(--muted);
  font-style: normal;
}

.choice-panel-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.choice-panel[open] .choice-panel-body {
  grid-template-rows: 1fr;
  opacity: 1;
}

.choice-content {
  display: grid;
  gap: clamp(32px, 5vw, 58px);
  min-height: 0;
  overflow: hidden;
  padding: 0 clamp(24px, 4vw, 46px) clamp(34px, 5vw, 54px);
  transform: translateY(-8px);
  transition: padding 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.choice-panel:not([open]) .choice-content {
  padding-bottom: 0;
}

.choice-panel[open] .choice-content {
  transform: translateY(0);
}

.market-layout,
.decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
}

.market-layout {
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(220, 238, 193, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(16, 36, 24, 0.98), rgba(35, 70, 45, 0.98) 56%, rgba(95, 140, 69, 0.94)),
    var(--green-900);
  border-radius: var(--radius);
}

.market-layout h2,
.market-layout p,
.market-layout .eyebrow {
  color: #fff;
}

.market-layout p:not(.eyebrow) {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

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

.market-stats article {
  display: grid;
  align-content: center;
  min-height: 144px;
  padding: 24px;
  border: 1px solid rgba(220, 238, 193, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.market-stats strong {
  color: var(--mint);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.7vw, 60px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.market-stats span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.choice-panel .pain-grid,
.brand-advantage-list {
  display: grid;
  gap: 16px;
}

.choice-panel .pain-grid {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-panel .pain-grid article,
.brand-advantage-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(22, 51, 35, 0.08);
}

.choice-panel .pain-grid article:last-child {
  grid-column: 1 / -1;
}

.choice-panel .pain-grid h3,
.brand-advantage-list h3 {
  font-size: clamp(20px, 1.8vw, 25px);
}

.choice-verdict {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(220, 238, 193, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(35, 70, 45, 0.98), rgba(16, 36, 24, 0.98)),
    var(--green-900);
  border-radius: var(--radius);
  box-shadow: 0 24px 58px rgba(16, 36, 24, 0.2);
}

.choice-verdict span,
.brand-advantage-list span {
  color: var(--green-700);
  font-family: var(--font-wide);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.choice-verdict strong {
  display: block;
  margin-top: 26px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.18;
}

.choice-verdict .choice-verdict-title {
  font-size: clamp(28px, 3.2vw, 42px);
  white-space: nowrap;
}

.choice-verdict p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.brand-advantage-block h2 {
  max-width: 820px;
  margin-bottom: 24px;
}

.brand-advantage-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-advantage-list span {
  display: block;
  margin-bottom: 18px;
}

.network-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(220, 238, 193, 0.18), transparent 34%),
    linear-gradient(135deg, #102419 0%, #23462d 48%, #6c6a3c 100%);
}

.enterprise-news {
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.94), rgba(238, 231, 218, 0.9)),
    var(--paper-2);
}

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

.news-card {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 0 0 24px;
  overflow: hidden;
  font-family: var(--font-article);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(22, 51, 35, 0.08);
}

.news-card-clickable {
  color: inherit;
  text-decoration: none;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.news-card-clickable:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 83, 62, 0.32);
  box-shadow: 0 20px 44px rgba(22, 51, 35, 0.13);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background-color: var(--paper-2);
}

.news-card time,
.news-card span,
.news-card h3,
.news-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.news-card time,
.news-card span {
  margin-top: 22px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 900;
}

.news-card img + time,
.news-card img + span {
  margin-top: 0;
}

.news-card h3 {
  font-family: inherit;
  font-size: 22px;
}

.news-card p {
  margin-top: 0;
  color: var(--muted);
}

.news-card-link {
  align-self: end;
  margin: 0 22px;
  color: var(--green-700);
  font-family: inherit;
  font-weight: 900;
}

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

.news-list-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(247, 244, 236, 0.96), rgba(220, 238, 193, 0.3) 52%, rgba(238, 231, 218, 0.9)),
    var(--paper);
}

.news-list-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  display: grid;
  gap: 22px;
}

.news-list-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: stretch;
  padding: 18px;
  font-family: var(--font-article);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(22, 51, 35, 0.08);
  color: inherit;
  text-decoration: none;
}

.news-list-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--paper-2);
}

.news-list-card div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(8px, 2vw, 24px) 0;
}

.news-list-card time,
.news-list-card span {
  color: var(--green-700);
  font-size: 13px;
  font-weight: 900;
}

.news-list-card h2 {
  max-width: 760px;
  font-family: inherit;
  font-size: clamp(26px, 3vw, 42px);
}

.news-list-card p {
  max-width: 760px;
  color: var(--muted);
}

.news-detail-section {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.back-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.back-link:hover svg {
  transform: translateX(-3px);
}

.news-detail-header {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
  min-width: 0;
}

.news-detail-header > * {
  min-width: 0;
}

.news-detail-header h1 {
  max-width: 900px;
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 1.08;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: anywhere;
}

.news-detail-header time {
  color: var(--green-700);
  font-weight: 900;
}

.news-detail-header p {
  width: 100%;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
}

.news-detail-body {
  display: grid;
  gap: 18px;
  color: var(--ink);
  font-family: var(--font-article);
  font-weight: 500;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.9;
}

.news-detail-body :where(:not(img, svg)) {
  font-family: inherit !important;
}

.news-detail-body h2,
.news-detail-body h3 {
  font-family: inherit;
  margin-top: 18px;
}

.news-detail-body p,
.news-detail-body ul,
.news-detail-body ol {
  max-width: 760px;
}

.news-detail-body a {
  color: var(--green-700);
  border-bottom: 1px solid currentColor;
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.news-detail-body a:hover {
  color: var(--green-900);
  background: rgba(95, 140, 69, 0.12);
  border-color: var(--green-900);
}

.news-detail-body a:focus-visible {
  outline: 3px solid rgba(95, 140, 69, 0.32);
  outline-offset: 3px;
}

.news-detail-body img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto !important;
  max-height: none;
  object-fit: contain;
  margin: 18px auto;
  border-radius: var(--radius);
}

.news-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.news-share.news-share-quick {
  width: 100%;
  margin: 22px 0 0;
  padding-top: 0;
  border-top: 0;
}

.news-share span {
  color: var(--muted);
  font-weight: 900;
}

.news-share a,
.news-share button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--green-800);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.news-share a:hover,
.news-share button:hover {
  transform: translateY(-2px);
  border-color: currentColor;
  box-shadow: 0 10px 24px rgba(22, 51, 35, 0.12);
}

.news-share a:focus-visible,
.news-share button:focus-visible {
  outline: 3px solid rgba(95, 140, 69, 0.32);
  outline-offset: 3px;
}

.news-share [data-share="wechat"] {
  color: #1f9d55;
}

.news-share [data-share="moments"] {
  color: #18a058;
}

.news-share [data-share="weibo"] {
  color: #d94b36;
}

.news-share [data-share="qq"] {
  color: #2478c9;
}

.news-share [data-share="qzone"] {
  color: #c38b16;
}

.share-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.news-share [data-share="wechat"].is-copied::after {
  content: "文案已复制，打开微信";
}

.news-share [data-share="moments"].is-copied::after {
  content: "文案已复制，打开微信";
}

.news-share [data-share="wechat"].is-copied::after,
.news-share [data-share="moments"].is-copied::after {
  position: absolute;
  top: -36px;
  right: 50%;
  transform: translateX(50%);
  display: grid;
  place-items: center;
  width: max-content;
  min-width: 76px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--green-700);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(22, 51, 35, 0.16);
  pointer-events: none;
}

.related-news {
  margin-top: 56px;
}

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

.related-news-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(22, 51, 35, 0.08);
}

.related-news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.related-news-card span {
  color: var(--green-700);
  font-size: 13px;
  font-weight: 900;
}

.related-news-card strong {
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.centered {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 13px;
  font-family: var(--font-wide);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--mint);
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
  word-break: keep-all;
}

p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 900;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
}

.strength-layout,
.split-grid,
.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.strength-layout {
  align-items: stretch;
}

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

.metric-grid article,
.business-grid article,
.business-grid .model-card-link,
.grade-grid article,
.pain-grid article,
.advantage-grid article,
.process-grid article,
.philosophy-grid article,
.contact-grid article,
.qr-item,
.service-entry-grid a,
.product-card,
.home-product-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(22, 51, 35, 0.08);
}

.metric-grid article {
  min-height: 142px;
  padding: 24px;
}

.metric-grid strong {
  display: block;
  color: var(--green-800);
  font-size: 44px;
  line-height: 1;
  font-family: var(--font-serif);
}

.metric-grid strong.stat-serif {
  font-family: var(--font-serif);
  font-weight: 900;
  letter-spacing: 0;
}

.metric-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.metric-grid.light article {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.metric-grid.light strong,
.metric-grid.light span {
  color: #fff;
}

.feature-image,
.image-panel {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.strength-carousel {
  position: relative;
  overflow: hidden;
  min-height: 298px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.strength-carousel-track {
  position: relative;
  height: 100%;
  min-height: 0;
}

.strength-carousel .feature-image {
  position: absolute;
  inset: 0;
  display: block;
  box-shadow: none;
  background: var(--green-900);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 0.68, 0.16, 1);
}

.strength-carousel .feature-image.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.strength-carousel .feature-image.is-previous {
  z-index: 1;
  transform: translateX(-100%);
}

.strength-carousel .feature-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.strength-carousel .feature-image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 44px 18px 16px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(12, 28, 18, 0), rgba(12, 28, 18, 0.78));
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.strength-carousel-dots {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.strength-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.strength-carousel-dots button.is-active {
  width: 22px;
  background: #fff;
}

.feature-image img,
.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 900ms ease;
}

.feature-image:hover img,
.image-panel:hover img,
.proof-card:hover img {
  transform: scale(1.04);
}

.feature-image-full {
  margin: 0;
  overflow: hidden;
}

.feature-image-full img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 900ms ease;
}

.feature-image-full:hover img {
  transform: scale(1.02);
}

.feature-image figcaption,
.proof-card span,
.proof-card figcaption {
  padding: 12px 16px;
  color: var(--green-800);
  font-weight: 700;
}

.product-matrix .section-heading {
  max-width: 820px;
}

.home-product-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px;
}

.product-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.home-product-grid article,
.product-card {
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-card-link:hover .home-product-grid article,
.product-card-link:hover .product-card,
.home-product-grid article:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 70, 45, 0.3);
  box-shadow: 0 22px 46px rgba(22, 51, 35, 0.14);
}

.home-product-grid img,
.product-card img {
  width: 100%;
  aspect-ratio: 2313 / 3211;
  height: clamp(220px, 28vw, 360px);
  object-fit: contain;
  background-color: var(--paper-2);
  padding: 12px;
  transition: transform 520ms ease, filter 520ms ease;
}

.home-product-grid img {
  height: clamp(210px, 24vw, 330px);
}

.product-card-link:hover .home-product-grid article img,
.product-card-link:hover .product-card img,
.home-product-grid article:hover img,
.product-card:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.home-product-grid h3,
.home-product-grid p,
.product-card h3,
.product-card p,
.product-card dl,
.product-card span {
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 18px;
}

.home-product-grid h3,
.product-card h3 {
  margin-top: 18px;
}

.home-product-grid p,
.product-card p {
  margin-top: 10px;
  color: var(--muted);
}

.section-action {
  margin-top: 36px;
  text-align: center;
}

.grade-grid,
.business-grid,
.pain-grid,
.advantage-grid,
.process-grid,
.philosophy-grid,
.contact-grid,
.service-entry-grid,
.qr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mission-section .philosophy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-process-section {
  max-width: none;
}

.service-process-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.service-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-grid article,
.business-grid .model-card-link,
.grade-grid article,
.pain-grid article,
.advantage-grid article,
.process-grid article,
.philosophy-grid article,
.contact-grid article,
.service-entry-grid a,
.qr-item {
  padding: 24px;
}

.business-grid .model-card-link,
.business-grid article {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.business-grid.light-grid article,
.business-grid.light-grid .model-card-link {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
}

.model-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.model-card-link:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 83, 62, 0.32);
  box-shadow: 0 20px 44px rgba(22, 51, 35, 0.13);
}

.business-grid span,
.grade-grid span,
.process-grid span,
.philosophy-grid span,
.contact-grid span,
.service-entry-grid span,
.product-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
}

.section-dark .business-grid span,
.business-grid:not(.light-grid) span {
  color: var(--mint);
}

.business-grid p,
.grade-grid p,
.pain-grid p,
.advantage-grid p,
.process-grid p,
.philosophy-grid p,
.contact-grid p,
.service-entry-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.section-dark .business-grid p,
.business-grid:not(.light-grid) p,
.contact-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.partnership-card,
.contact-cta {
  display: grid;
  grid-template-columns: minmax(min(340px, 100%), 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: center;
}

.partnership-card {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(34px, 6vw, 86px);
  padding: 42px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22, 51, 35, 0.96), rgba(49, 92, 56, 0.88)),
    url("./src/photos/23.jpg") center / cover;
}

.partnership-card > div {
  max-width: 860px;
}

.partnership-card .button {
  justify-self: end;
  align-self: center;
  width: fit-content;
  max-width: 100%;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.proof-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-card.large {
  grid-row: span 2;
}

.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.proof-card span,
.proof-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  background: rgba(22, 51, 35, 0.78);
  border-radius: 4px;
}

.contact-cta {
  max-width: none;
  color: #fff;
  background: var(--green-900);
}

.contact-cta h2 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-cta > * {
  max-width: 1180px;
}

.contact-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.contact-panel.dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.contact-panel h3 {
  margin: 6px 0;
  font-size: 34px;
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.qr-placeholder {
  width: 132px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(35, 70, 45, 0.2) 10%, transparent 10% 20%, rgba(35, 70, 45, 0.2) 20% 30%, transparent 30% 40%, rgba(35, 70, 45, 0.2) 40% 50%, transparent 50%),
    linear-gradient(180deg, rgba(35, 70, 45, 0.18) 10%, transparent 10% 20%, rgba(35, 70, 45, 0.18) 20% 30%, transparent 30% 40%, rgba(35, 70, 45, 0.18) 40% 50%, transparent 50%),
    var(--paper);
  background-size: 24px 24px;
  border: 10px solid #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.qr-placeholder.large {
  width: 168px;
}

.qr-placeholder span {
  width: 42%;
  aspect-ratio: 1;
  background: var(--green-800);
  border-radius: 4px;
}

.contact-hub {
  display: grid;
  grid-template-columns: auto minmax(min(280px, 100%), 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(100%, 960px);
  padding: 28px;
  border-radius: var(--radius);
}

.contact-hub.dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-qr,
.service-qr-list img {
  width: 164px;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

img.qr-soft {
  background: transparent;
  mix-blend-mode: normal;
  opacity: 0;
  transition: opacity 220ms ease;
}

img.qr-soft[data-qr-processed] {
  opacity: 1;
}

.qr-pair {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 18px;
  align-items: start;
}

.qr-pair figure {
  margin: 0;
  text-align: center;
}

.qr-pair figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.contact-copy span,
.purchase-panel span,
.service-contact-copy span {
  display: block;
  color: var(--mint);
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-copy {
  min-width: min(280px, 100%);
}

.contact-copy h3,
.service-contact-copy h3 {
  margin: 8px 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
  font-family: var(--font-sans);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.contact-links,
.inline-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.purchase-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.purchase-panel article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(22, 51, 35, 0.08);
}

.purchase-section {
  background:
    linear-gradient(140deg, rgba(238, 231, 218, 0.88), rgba(247, 244, 236, 0.96) 46%, rgba(167, 120, 72, 0.12)),
    var(--paper);
}

.service-contact-section {
  max-width: none;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(220, 238, 193, 0.18), transparent 28%),
    linear-gradient(135deg, #102419 0%, #23462d 58%, #315c38 100%),
    var(--green-900);
}

.service-contact-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.service-contact-section .section-heading h2 {
  color: #fff;
}

.service-contact-section .section-heading p:not(.eyebrow),
.service-contact-section .service-contact-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.purchase-panel span {
  color: var(--green-700);
}

.service-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: 42px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 24px 58px rgba(16, 36, 24, 0.24);
}

.service-contact-copy span {
  color: var(--mint);
}

.service-contact-copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.inline-link-row {
  margin-top: 24px;
}

.inline-link-row a {
  color: var(--green-800);
  font-weight: 900;
  border-bottom: 1px solid rgba(35, 70, 45, 0.3);
}

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

.service-action-grid a {
  display: grid;
  gap: 4px;
  min-height: 116px;
  padding: 18px;
  color: var(--ink);
  background: rgba(247, 244, 236, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-contact-section .service-action-grid a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.service-contact-section .service-action-grid a:hover {
  border-color: rgba(220, 238, 193, 0.34);
  box-shadow: 0 18px 34px rgba(16, 36, 24, 0.2);
}

.service-contact-section .service-action-grid span {
  color: var(--mint);
}

.service-contact-section .service-action-grid small {
  color: rgba(255, 255, 255, 0.72);
}

.service-action-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 70, 45, 0.28);
  box-shadow: 0 16px 32px rgba(22, 51, 35, 0.12);
}

.service-action-grid span {
  color: var(--green-700);
  font-size: 12px;
  font-family: var(--font-wide);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-action-grid strong {
  font-size: 19px;
  line-height: 1.25;
}

.service-action-grid small {
  color: var(--muted);
  line-height: 1.55;
}

.service-qr-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-content: center;
}

.service-qr-list figure {
  margin: 0;
  text-align: center;
}

.service-qr-list figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
}

.page-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-height) + 86px) var(--page-pad) 96px;
  color: #fff;
  background-image: var(--page-hero-image);
  background-size: cover;
  background-position: center;
  background-color: var(--green-900);
  overflow: hidden;
}

.page-hero-content h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 56px;
  line-height: 1.12;
  font-weight: 900;
}

.page-hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.filter-button.is-active {
  color: #fff;
  background: var(--green-800);
}

.product-card img {
  width: 100%;
  aspect-ratio: 2313 / 3211;
  height: clamp(220px, 28vw, 360px);
  object-fit: contain;
  background-color: var(--paper-2);
  padding: 12px;
  transition: transform 520ms ease, filter 520ms ease;
}

.product-card-content {
  padding: clamp(16px, 3vw, 24px);
}

.product-category {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(51, 101, 51, 0.1);
  color: var(--green-700);
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 12px;
}

.product-title {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  color: var(--green-800);
  margin: 0 0 12px;
}

.product-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 16px;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.spec-item {
  font-size: 12px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.03);
  padding: 4px 8px;
  border-radius: 4px;
}

.product-link {
  display: inline-block;
  padding: 8px 16px;
  background: var(--green-600);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.product-link:hover {
  background: var(--green-700);
}

.product-card dl {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.product-card div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.product-card dt {
  color: var(--muted);
}

.product-card dd {
  margin: 0;
  font-weight: 700;
}

.empty-state {
  display: none;
  text-align: center;
  color: var(--muted);
}

.empty-state.is-visible {
  display: block;
}

.values-screen {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 120px var(--page-pad);
  color: #fff;
  background-image: var(--values-image);
  background-size: cover;
  background-position: center;
  background-color: var(--green-900);
  overflow: hidden;
}

.values-copy {
  max-width: 980px;
}

.values-copy h2 {
  font-size: 70px;
  line-height: 1.16;
}

.values-phrase {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: clamp(22px, 4vw, 56px);
  row-gap: 8px;
}

.values-phrase span {
  display: inline-block;
}

.values-copy p:not(.eyebrow) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  font-weight: 700;
}

.prose p {
  margin: 0 0 18px;
  color: var(--muted);
}

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

.timeline-art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.8fr;
  gap: 34px;
  align-items: stretch;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.timeline time {
  position: relative;
  z-index: 1;
  color: var(--green-700);
  font-size: 38px;
  font-family: var(--font-wide);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 10px 22px rgba(22, 51, 35, 0.12);
}

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

.timeline-gallery {
  display: grid;
  gap: 18px;
}

.timeline-gallery img {
  width: 100%;
  min-height: 0;
  height: 100%;
  max-height: 310px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 46px var(--page-pad) 92px;
  color: #fff;
  background: #102419;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.36fr) auto;
  align-items: flex-start;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand p:first-child {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 900;
}

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

.footer-contact {
  align-items: flex-start;
}

.footer-lines {
  display: grid;
  gap: 6px;
}

.footer-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  color: var(--mint);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.phone-number {
  font-family: var(--font-numeric);
  font-size: 0.95em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: 0.02em;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-support {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  text-align: right;
}

.support-logo {
  width: 124px;
  max-height: 42px;
  object-fit: contain;
  background: transparent;
}

.footer-support span {
  font-weight: 900;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  color: rgba(255, 255, 255, 0.78);
}

.footer-nav-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0;
  min-width: 190px;
  margin-left: clamp(24px, 4vw, 64px);
  padding-left: clamp(30px, 3.5vw, 52px);
  border-left: 1px solid rgba(220, 238, 193, 0.22);
}

.footer-nav-column a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-nav-column a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.72;
}

.footer-nav-column a:hover {
  color: var(--mint);
  transform: translateX(3px);
}

.mobile-action-bar {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  width: 46px;
  height: 46px;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background: var(--green-800);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

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

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

@media (prefers-reduced-motion: reduce) {
  img.image-loading:not(.qr-soft),
  .brand-hero.is-bg-loading::after,
  .page-hero.is-bg-loading::after,
  .values-screen.is-bg-loading::after {
    animation: none;
  }

  img.image-loaded:not(.qr-soft) {
    animation: none;
  }
}

@media (max-width: 1240px) {
  .contact-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-cta > div:first-child {
    width: min(100%, 760px);
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: flex;
    grid-column: 3;
    justify-self: end;
  }

  .nav-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 0;
    padding: 22px var(--page-pad) 34px;
    background: rgba(16, 36, 24, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(260px, 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }

  .home-product-grid,
  .product-grid,
  .news-grid,
  .related-news-grid,
  .news-list-card,
  .grade-grid,
  .business-grid,
  .pain-grid,
  .advantage-grid,
  .process-grid,
  .philosophy-grid,
  .contact-grid,
  .service-entry-grid,
  .qr-grid,
  .purchase-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-art,
  .service-contact-layout {
    grid-template-columns: 1fr;
  }

  .service-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-layout,
  .decision-layout {
    grid-template-columns: 1fr;
  }

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

  .choice-verdict {
    min-height: 0;
  }

  .contact-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-hub {
    grid-template-columns: auto minmax(min(280px, 100%), 1fr);
    width: min(100%, 760px);
  }

  #sample-consultation .contact-hub {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
  }

  #sample-consultation .qr-pair,
  #sample-consultation .contact-copy,
  #sample-consultation .contact-links {
    grid-column: 1 / -1;
  }

  #sample-consultation .qr-pair {
    width: 100%;
    justify-content: center;
  }

  #sample-consultation .contact-copy {
    width: min(100%, 420px);
    min-width: 0;
    justify-self: center;
  }

  .contact-links {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
  }

  .footer-nav-column {
    justify-self: end;
  }

  .footer-support {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

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

  body {
    padding-bottom: 64px;
  }

  .site-header {
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 142px;
  }

  .brand-hero {
    min-height: 100svh;
    padding-bottom: 104px;
    background-position: center;
  }

  .hero-content h1 {
    font-size: 38px;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-subtitle {
    font-size: 22px;
  }

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

  h2 {
    font-size: 32px;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .map-section {
    min-height: 100svh;
    padding-top: 104px;
    padding-bottom: 140px;
    place-items: end start;
  }

  .store-map-feature img {
    object-position: center;
  }

  .regional-strategy-copy h2 {
    font-size: clamp(34px, 11vw, 46px);
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .regional-strategy-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.78;
  }

  .strength-layout,
  .split-grid,
  .partnership-card,
  .contact-cta,
  .contact-hub,
  .purchase-panel article {
    grid-template-columns: 1fr;
  }

  .strength-carousel {
    width: 100%;
  }

  .strength-carousel-track {
    min-height: clamp(300px, 82vw, 460px);
  }

  .partnership-card {
    padding: 28px;
  }

  .partnership-card .button {
    justify-self: center;
  }

  .contact-hub,
  .service-contact-layout {
    justify-items: center;
    text-align: center;
  }

  .contact-links,
  .inline-link-row {
    justify-content: center;
  }

  .related-news-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 58vh;
    padding-bottom: 70px;
  }

  .page-hero-content h1 {
    font-size: 40px;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .values-screen {
    min-height: 88vh;
  }

  .values-copy h2 {
    font-size: 40px;
  }

  .values-copy p:not(.eyebrow) {
    font-size: 20px;
  }

  .home-product-grid,
  .product-grid,
  .grade-grid,
  .business-grid,
  .pain-grid,
  .advantage-grid,
  .process-grid,
  .philosophy-grid,
  .contact-grid,
  .service-entry-grid,
  .qr-grid,
  .purchase-panel,
  .metric-grid {
    grid-template-columns: 1fr;
  }

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

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

  .news-list-card {
    grid-template-columns: 1fr;
  }

  .news-list-card img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .news-detail-header h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

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

  .home-product-grid article,
  .product-card {
    min-width: 0;
  }

  .product-card img,
  .home-product-grid img {
    height: auto;
    padding: 8px;
  }

  .home-product-grid h3,
  .home-product-grid p,
  .product-card h3,
  .product-card p,
  .product-card dl,
  .product-card span {
    margin-left: 12px;
    margin-right: 12px;
  }

  .home-product-grid h3,
  .product-card h3 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.24;
  }

  .business-grid span,
  .grade-grid span,
  .process-grid span,
  .philosophy-grid span,
  .contact-grid span,
  .service-entry-grid span,
  .product-card span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .product-card span {
    margin-top: 16px;
  }

  .home-product-grid p,
  .product-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.62;
  }

  .timeline-art {
    grid-template-columns: 1fr;
  }

  .service-process-grid {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline h3 {
    font-size: 20px;
    line-height: 1.3;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .service-qr-list {
    grid-template-columns: 1fr;
  }

  .service-action-grid,
  .qr-pair {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, 220px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    gap: 14px;
    justify-items: stretch;
    align-items: stretch;
  }

  .proof-card.large {
    grid-row: span 1;
  }

  .proof-card,
  .proof-card img {
    max-width: 100%;
    min-width: 0;
  }

  .proof-card {
    justify-self: stretch;
  }

  .contact-qr,
  .service-qr-list img {
    width: min(172px, 48vw);
  }

  .contact-copy h3,
  .service-contact-copy h3 {
    font-size: clamp(24px, 7vw, 30px);
    white-space: nowrap;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .choice-panel summary {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 24px 20px;
  }

  .choice-panel summary::after {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .choice-panel summary strong {
    font-size: 34px;
  }

  .choice-content,
  .market-layout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .market-layout {
    gap: 24px;
  }

  .market-stats,
  .choice-panel .pain-grid,
  .brand-advantage-list {
    grid-template-columns: 1fr;
  }

  .choice-panel .pain-grid article:last-child {
    grid-column: auto;
  }

  .choice-verdict strong {
    font-size: 30px;
  }

  .scroll-cue {
    left: var(--page-pad);
    right: auto;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 60px;
    background: rgba(16, 36, 24, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }

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

  .footer-nav-column {
    display: none;
    justify-self: stretch;
    min-width: 0;
    margin-left: 0;
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(220, 238, 193, 0.22);
    border-left: 0;
  }

  .back-to-top {
    bottom: 76px;
  }

}

.timeline-section {
  padding: var(--section-pad);
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-container {
  position: relative;
  padding-left: 40px;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #dceebe, #23462d);
}

.timeline-item {
  position: relative;
  margin-bottom: 48px;
  padding-left: 32px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #23462d;
  border: 3px solid #dceebe;
  box-shadow: 0 0 0 3px rgba(35, 70, 45, 0.1);
}

.timeline-date {
  display: inline-block;
  background: #dceebe;
  color: #23462d;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}

.timeline-content {
  background: rgba(35, 70, 45, 0.85);
  border: 1px solid rgba(220, 238, 190, 0.4);
  border-radius: 12px;
  padding: 24px;
}

.timeline-content h3 {
  color: #dceebe;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.timeline-content p {
  color: #f5f5f5;
  line-height: 1.8;
  margin-bottom: 12px;
}

.timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-content li {
  color: #f5f5f5;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.timeline-content li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #dceebe;
}

.timeline-content strong {
  color: #dceebe;
  font-weight: 600;
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }

  .product-card-image {
    height: 160px;
  }

  .product-card-content {
    padding: 12px;
  }

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

  .product-card p {
    font-size: 13px;
  }

  .timeline-section {
    padding: 40px 20px;
  }

  .timeline-container {
    padding-left: 24px;
  }

  .timeline-container::before {
    left: 12px;
  }

  .timeline-item {
    padding-left: 20px;
    margin-bottom: 32px;
  }

  .timeline-item::before {
    left: -22px;
    width: 10px;
    height: 10px;
  }

  .timeline-content {
    padding: 16px;
  }

  .timeline-content h3 {
    font-size: 18px;
  }

  .timeline-date {
    font-size: 13px;
    padding: 4px 12px;
  }
}
