:root {
  color-scheme: light;
  --cream: #fffdf8;
  --linen: #faf6ee;
  --sage: #6eb92b;
  --sage-2: #8bcf4a;
  --sage-soft: #edf8e5;
  --sage-deep: #2f6f1d;
  --ink: #243b36;
  --wood: #d9b88f;
  --wheat: #f1ddc4;
  --line: #e8dfd2;
  --soft: 0 12px 36px rgba(36, 59, 54, .08);
  --lift: 0 18px 44px rgba(36, 59, 54, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: linear-gradient(180deg, var(--cream) 0%, rgba(250, 246, 238, .72) 100%);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

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

.tg-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.tg-loading,
.tg-error {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px;
  text-align: center;
}

.tg-loading strong,
.tg-error strong {
  font-size: 20px;
}

.tg-loading span,
.tg-error p {
  margin: 0;
  color: rgba(36, 59, 54, .68);
}

.tg-hero {
  padding: 24px 20px 56px;
}

.tg-nav,
.tg-hero-grid,
.tg-trust,
.tg-section-inner,
.tg-safety,
.tg-footer {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.tg-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.tg-nav a:first-child {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.tg-nav a:last-child {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 6px 18px rgba(36, 59, 54, .05);
  font-size: 14px;
  font-weight: 650;
}

.tg-brand-logo {
  width: 136px;
  height: auto;
}

.tg-hero-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.tg-pill {
  display: inline-flex;
  margin: 0 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(255, 253, 248, .9);
  color: var(--sage);
  font-size: 14px;
  font-weight: 650;
}

.tg-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
}

.tg-hero-lead {
  margin: 22px 0 0;
  max-width: 680px;
  color: rgba(36, 59, 54, .72);
  font-size: 15px;
  line-height: 1.8;
}

.tg-hero-actions {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.tg-primary,
.tg-secondary,
.tg-submit,
.tg-sticky a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.tg-primary,
.tg-submit,
.tg-sticky a:first-child {
  border: 0;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--soft);
}

.tg-secondary,
.tg-sticky a:last-child {
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
}

.tg-trust {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.tg-trust span {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 6px 18px rgba(36, 59, 54, .04);
  font-size: 14px;
  font-weight: 650;
}

.tg-trust span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sage);
}

.tg-illustration,
.tg-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff8eb;
  box-shadow: var(--soft);
}

.tg-hero-illustration {
  aspect-ratio: 1.12 / 1;
}

.tg-scene {
  aspect-ratio: 1.58 / 1;
  border-radius: 22px;
  box-shadow: none;
}

.tg-media {
  margin: 0;
}

.tg-media img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
}

.tg-media-hero img {
  aspect-ratio: 1.12 / 1;
}

.tg-media figcaption {
  padding: 12px 14px;
  color: rgba(36, 59, 54, .68);
  font-size: 13px;
  line-height: 1.6;
  background: var(--cream);
}

.tg-section {
  padding: 64px 20px;
}

.tg-band {
  background: rgba(250, 246, 238, .7);
}

.tg-eyebrow {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 14px;
  font-weight: 700;
}

.tg-section h2,
.tg-safety h2 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.22;
  font-weight: 700;
}

.tg-card-grid,
.tg-environment-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.tg-card,
.tg-environment-card,
.tg-visit-grid aside,
.tg-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--soft);
}

.tg-card {
  padding: 24px;
}

.tg-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #e7f1ec;
  color: var(--ink);
  font-weight: 700;
}

.tg-card h3,
.tg-environment-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.tg-card p,
.tg-environment-card p,
.tg-care-list p,
.tg-visit-grid p,
.tg-footer p {
  margin: 12px 0 0;
  color: rgba(36, 59, 54, .68);
  font-size: 15px;
  line-height: 1.8;
}

.tg-environment-card {
  overflow: hidden;
}

.tg-environment-card > div:last-child {
  padding: 22px;
}

.tg-split {
  display: grid;
  gap: 28px;
  margin-top: 34px;
  align-items: center;
}

.tg-timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.tg-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: var(--line);
}

.tg-timeline article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 18px 18px 56px;
  background: var(--cream);
  box-shadow: 0 6px 18px rgba(36, 59, 54, .04);
}

.tg-timeline article::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  width: 16px;
  height: 16px;
  border: 4px solid var(--cream);
  border-radius: 999px;
  background: var(--sage);
}

.tg-timeline span {
  display: block;
  color: var(--sage);
  font-size: 14px;
  font-weight: 700;
}

.tg-timeline strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.tg-care-list ul,
.tg-safety ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tg-care-list li,
.tg-safety li {
  position: relative;
  margin-top: 14px;
  padding-left: 22px;
  color: rgba(36, 59, 54, .72);
  font-size: 15px;
  line-height: 1.8;
}

.tg-care-list li::before,
.tg-safety li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--sage);
}

.tg-stat-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.tg-stat-grid span {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  background: var(--cream);
  color: var(--ink);
}

.tg-stat-grid b {
  display: block;
  margin-bottom: 6px;
  color: var(--sage);
  font-size: 12px;
}

.tg-safety {
  margin-top: 16px;
  border: 1px solid #cfe1d9;
  border-radius: 32px;
  padding: 28px 22px;
  background: #eff8f3;
}

.tg-safety li {
  border-radius: 18px;
  padding: 14px 14px 14px 44px;
  background: rgba(255, 253, 248, .84);
}

.tg-safety li::before {
  left: 18px;
  top: 22px;
}

.tg-visit-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.tg-visit-grid aside,
.tg-form {
  padding: 22px;
}

.tg-visit-grid dl,
.tg-footer dl {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.tg-visit-grid dt,
.tg-footer dt {
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
}

.tg-visit-grid dd,
.tg-footer dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 15px;
}

.tg-form {
  display: grid;
  gap: 18px;
}

.tg-form label {
  display: block;
}

.tg-form span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 650;
}

.tg-form input,
.tg-form select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  outline: 0;
}

.tg-form input:focus,
.tg-form select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(110, 185, 43, .16);
}

.tg-submit {
  width: 100%;
  cursor: pointer;
}

.tg-submit:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.tg-form p {
  margin: 0;
  color: rgba(36, 59, 54, .62);
  font-size: 13px;
  line-height: 1.7;
}

.tg-faq {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: var(--soft);
}

.tg-faq-item + .tg-faq-item {
  border-top: 1px solid var(--line);
}

.tg-faq button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 18px 20px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.tg-faq b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #e7f1ec;
  font-size: 20px;
  line-height: 1;
}

.tg-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.tg-faq button[aria-expanded="true"] + .tg-faq-panel {
  grid-template-rows: 1fr;
}

.tg-faq-panel p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(36, 59, 54, .68);
  font-size: 15px;
  line-height: 1.8;
}

.tg-footer {
  padding: 36px 20px 112px;
  border-top: 1px solid var(--line);
}

.tg-footer strong {
  display: block;
}

.tg-footer .tg-brand-logo {
  width: 150px;
  margin-bottom: 14px;
}

.tg-sticky {
  position: fixed;
  inset: auto 0 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 12px 20px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 -12px 36px rgba(36, 59, 54, .08);
  backdrop-filter: blur(16px);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .3s ease, opacity .3s ease;
}

.tg-sticky.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.tg-sticky a {
  min-height: 48px;
  font-size: 14px;
}

.tg-toast {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 30;
  width: min(calc(100% - 40px), 380px);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 18px;
  background: var(--cream);
  box-shadow: var(--lift);
  color: var(--ink);
  text-align: center;
  font-size: 14px;
  font-weight: 650;
  transform: translate(-50%, -16px);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s ease;
}

.tg-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .52s ease, transform .52s ease;
}

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

.tg-card,
.tg-environment-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 4px;
}

@media (hover: hover) {
  .tg-card:hover,
  .tg-environment-card:hover,
  .tg-primary:hover,
  .tg-secondary:hover,
  .tg-submit:hover {
    transform: translateY(-3px);
  }

  .tg-card:hover,
  .tg-environment-card:hover {
    border-color: rgba(110, 185, 43, .45);
    box-shadow: var(--lift);
  }
}

@media (min-width: 520px) {
  body {
    background: #f2eee5;
  }

  .tg-page {
    width: min(100%, 430px);
    margin: 0 auto;
    background: linear-gradient(180deg, var(--cream) 0%, rgba(250, 246, 238, .72) 100%);
    box-shadow: 0 24px 80px rgba(36, 59, 54, .12);
  }

  .tg-sticky {
    left: 50%;
    right: auto;
    width: min(100%, 430px);
    transform: translate(-50%, 100%);
  }

  .tg-sticky.is-visible {
    transform: translate(-50%, 0);
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
