:root {
  --ink: #12291f;
  --muted: #597066;
  --paper: #f7faf5;
  --white: #fff;
  --leaf: #206a4b;
  --leaf-dark: #174c38;
  --lime: #d9f06a;
  --mint: #d9eee3;
  --line: #dbe5de;
  --warm: #f1e5d4;
  --shadow: 0 24px 70px rgba(24, 76, 56, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 430px;
  z-index: -1;
  background: radial-gradient(circle at 78% 0%, rgba(217,240,106,.36), transparent 30%), radial-gradient(circle at 6% 8%, rgba(217,238,227,.8), transparent 34%);
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; padding: 14px 0; background: rgba(247,250,245,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(219,229,222,.7); }
.nav-wrap, .footer-grid, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-symbol { position: relative; display: block; width: 42px; height: 30px; flex: 0 0 auto; }
.brand-symbol i { position: absolute; top: 7px; width: 24px; height: 16px; border: 3px solid var(--leaf); border-radius: 999px; transform: rotate(-32deg); }
.brand-symbol i:first-child { left: 1px; }
.brand-symbol i:last-child { right: 1px; border-color: #71a738; }
.brand-symbol::after { content: ""; position: absolute; top: 13px; left: 17px; width: 9px; height: 4px; border-radius: 99px; background: var(--lime); transform: rotate(-32deg); }
.brand-lockup { display: grid; gap: 0; line-height: 1; }
.brand-lockup strong { font-size: 21px; font-weight: 860; letter-spacing: -.045em; }
.brand-lockup small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav a { padding: 9px 12px; border-radius: 10px; color: #3d554b; text-decoration: none; font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--leaf-dark); background: var(--mint); }
.site-nav .nav-cta { color: white; background: var(--leaf); margin-left: 6px; }
.site-nav .nav-cta:hover { color: white; background: var(--leaf-dark); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); font-size: 20px; }

.hero { padding: 92px 0 74px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--leaf-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--leaf); }
h1, h2, h3 { margin-top: 0; line-height: 1.13; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 6.4vw, 78px); font-weight: 840; }
h1 em { color: var(--leaf); font-style: normal; }
.hero-copy { max-width: 610px; margin: 0 0 30px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid var(--leaf); border-radius: 14px; background: var(--leaf); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 8px 22px rgba(32,106,75,.18); }
.button:hover { background: var(--leaf-dark); border-color: var(--leaf-dark); transform: translateY(-1px); }
.button.secondary { color: var(--ink); background: transparent; border-color: #aabcb1; box-shadow: none; }
.button.secondary:hover { background: white; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.product-visual { position: relative; min-height: 510px; }
.orb { position: absolute; inset: 7% 2% 4% 8%; border-radius: 48% 52% 43% 57%; background: linear-gradient(145deg, #dcefa8, #badfca); transform: rotate(-5deg); }
.phone-card { position: absolute; width: 290px; min-height: 465px; top: 8px; left: 50%; transform: translateX(-50%) rotate(3deg); padding: 22px; border: 1px solid rgba(255,255,255,.8); border-radius: 38px; background: #fcfdfb; box-shadow: var(--shadow); }
.phone-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; font-weight: 800; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #3cb371; box-shadow: 0 0 0 5px rgba(60,179,113,.12); }
.connect-ring { display: grid; place-items: center; width: 168px; height: 168px; margin: 0 auto 34px; border-radius: 50%; background: conic-gradient(var(--leaf) 0 80%, #e4eee8 80%); box-shadow: inset 0 0 0 13px #f9fcf9; }
.connect-ring::after { content: "已连接\A智能分流"; white-space: pre; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 50%; background: white; text-align: center; font-weight: 780; line-height: 1.5; }
.phone-row { display: flex; justify-content: space-between; padding: 12px 2px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.phone-row strong { color: var(--ink); }
.float-card { position: absolute; padding: 15px 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 16px 40px rgba(24,76,56,.14); backdrop-filter: blur(10px); font-size: 14px; font-weight: 760; }
.float-card small { display: block; color: var(--muted); font-weight: 500; }
.float-one { top: 54px; right: 0; transform: rotate(-3deg); }
.float-two { left: 0; bottom: 66px; transform: rotate(2deg); }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.55); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; text-align: center; border-right: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--ink); font-size: 17px; }

.brand-manifesto { padding: 82px 0; background: var(--lime); }
.manifesto-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.manifesto-kicker { margin: 8px 0 0; color: var(--leaf-dark); font-size: 13px; font-weight: 900; letter-spacing: .22em; }
.manifesto-grid h2 { max-width: 760px; margin-bottom: 18px; font-size: clamp(36px, 5vw, 58px); }
.manifesto-grid div > p { max-width: 650px; margin: 0; color: #405329; font-size: 18px; }

.section { padding: 104px 0; }
.section.tint { background: #eef5ef; }
.section.dark { color: white; background: var(--ink); }
.section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { margin-bottom: 18px; font-size: clamp(34px, 4.8vw, 54px); }
.section-head p { color: var(--muted); font-size: 18px; }
.dark .section-head p, .dark .muted { color: #b9cbc2; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.8); box-shadow: 0 14px 50px rgba(24,76,56,.06); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 54px; border-radius: 15px; background: var(--mint); color: var(--leaf); font-size: 22px; font-weight: 900; }
.card h3 { margin-bottom: 12px; font-size: 23px; }
.card p { margin: 0; color: var(--muted); }
.service-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 880px; margin: auto; }
.service-pill { padding: 13px 19px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 720; }
.service-note { max-width: 720px; margin: 30px auto 0; color: var(--muted); text-align: center; font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #375146; border-radius: var(--radius); background: #375146; }
.step { padding: 34px; background: var(--ink); }
.step-num { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 44px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 850; }
.step p { color: #b9cbc2; }

.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 410px)); justify-content: center; gap: 22px; }
.price-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.price-card.featured { border: 2px solid var(--leaf); box-shadow: var(--shadow); }
.badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 850; }
.price { margin: 28px 0 4px; font-size: 52px; line-height: 1; font-weight: 860; letter-spacing: -.06em; }
.price sup { font-size: 18px; vertical-align: top; }
.price-period { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--leaf); font-weight: 900; }
.fineprint { color: var(--muted); font-size: 13px; }

.page-hero { padding: 74px 0 48px; text-align: center; }
.page-hero h1 { max-width: 880px; margin: 0 auto 20px; font-size: clamp(42px, 6vw, 68px); }
.page-hero p { max-width: 720px; margin: auto; color: var(--muted); font-size: 19px; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 450px)); justify-content: center; gap: 20px; }
.download-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.platform { display: flex; align-items: center; gap: 16px; }
.platform-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--mint); font-size: 26px; font-weight: 800; }
.availability { display: inline-block; margin: 20px 0; padding: 6px 10px; border-radius: 8px; color: var(--leaf-dark); background: var(--mint); font-size: 12px; font-weight: 800; }
.availability.soon { color: #69512c; background: var(--warm); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; background: white; }
summary { position: relative; padding: 20px 56px 20px 22px; cursor: pointer; font-weight: 760; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 15px; right: 20px; color: var(--leaf); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { display: block; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; text-decoration: none; }
.contact-card:hover { border-color: var(--leaf); transform: translateY(-2px); }
.contact-card span { display: block; color: var(--muted); font-size: 14px; }
.legal { padding: 60px 0 100px; }
.legal h1 { font-size: clamp(40px, 5vw, 62px); }
.legal h2 { margin: 48px 0 14px; font-size: 27px; }
.legal h3 { margin: 30px 0 8px; font-size: 20px; }
.legal p, .legal li { color: #40584e; }
.legal .updated { padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); }
.notice { padding: 18px 20px; border-left: 4px solid var(--leaf); border-radius: 0 12px 12px 0; background: var(--mint); }

.cta-band { padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border-radius: 30px; background: var(--leaf); color: white; overflow: hidden; }
.cta-inner h2 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 44px); }
.cta-inner p { margin: 0; color: #d5e5dd; }
.cta-inner .button { flex: 0 0 auto; color: var(--ink); background: var(--lime); border-color: var(--lime); box-shadow: none; }

.site-footer { padding: 64px 0 28px; color: #c6d5ce; background: #0c2118; }
.footer-grid { align-items: flex-start; }
.site-footer .brand { color: white; }
.footer-blurb { max-width: 360px; margin-top: 16px; color: #93aa9f; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, auto); gap: 42px; }
.footer-links strong { display: block; margin-bottom: 10px; color: white; font-size: 13px; }
.footer-links a { display: block; margin: 7px 0; color: #a9bdb3; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid #284036; color: #779087; font-size: 12px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 20px; right: 20px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-visual { min-height: 470px; }
  .feature-grid, .contact-grid { grid-template-columns: 1fr; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 24px; }
  .card-icon { margin-bottom: 30px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .brand-lockup small { display: none; }
  .hero { padding: 48px 0 54px; }
  h1 { font-size: 43px; }
  .button-row .button { width: 100%; }
  .product-visual { min-height: 420px; }
  .phone-card { width: 250px; min-height: 400px; padding: 18px; }
  .phone-top { margin-bottom: 30px; }
  .connect-ring { width: 144px; height: 144px; margin-bottom: 24px; }
  .connect-ring::after { width: 108px; height: 108px; }
  .float-card { padding: 11px 13px; font-size: 12px; }
  .float-one { right: -4px; }
  .float-two { left: -4px; bottom: 34px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 74px 0; }
  .steps, .price-grid, .download-grid { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 36px; }
  .price-card { padding: 28px; }
  .cta-inner { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .cta-inner .button { width: 100%; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 28px 52px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .contact-card { transition: transform .18s ease, background .18s ease, border-color .18s ease; }
}

/* Toyou brand system — modern Chinese garden, path and arrival. */
:root {
  --ink: #102820;
  --paper: #f5f3ea;
  --leaf: #176446;
  --leaf-dark: #0b3d2d;
  --lime: #d8f26b;
  --mint: #dcebdd;
  --line: #d9ddd3;
  --vermillion: #ed6a4b;
  --shadow: 0 28px 80px rgba(10, 42, 31, .16);
}

body { background: var(--paper); }
body::before { display: none; }
.site-header { padding: 11px 0; background: rgba(245, 243, 234, .91); border-color: rgba(16,40,32,.12); }
.brand { gap: 11px; }
.brand-symbol { position: relative; width: 43px; height: 43px; color: var(--leaf-dark); }
.brand-symbol::before { content: ""; position: absolute; inset: 4px; border: 2.5px solid currentColor; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-9deg); }
.brand-symbol::after { content: ""; position: absolute; z-index: 2; top: 7px; right: 3px; width: 8px; height: 8px; border-radius: 50%; background: var(--vermillion); box-shadow: 0 0 0 4px var(--paper); transform: none; }
.brand-symbol i:first-child { position: absolute; z-index: 1; left: 4px; bottom: 5px; width: 26px; height: 18px; border: 0; border-right: 3px solid currentColor; border-bottom: 3px solid currentColor; border-radius: 0 0 18px 0; transform: rotate(-20deg); }
.brand-symbol i:last-child { position: absolute; z-index: 1; left: 18px; bottom: 11px; width: 19px; height: 13px; border: 0; border-top: 3px solid var(--leaf); border-radius: 50%; transform: rotate(-28deg); }
.brand-lockup strong { font-size: 22px; font-weight: 820; letter-spacing: -.05em; }
.brand-lockup small { color: #50665d; font-size: 9px; letter-spacing: .1em; }
.site-nav a { color: #425b51; }

.hero { position: relative; min-height: 780px; padding: 88px 0 74px; color: #f7f3e8; background: var(--leaf-dark); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 38%, black); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -190px; border: 1px solid rgba(216,242,107,.32); border-radius: 50%; box-shadow: 0 0 0 78px rgba(216,242,107,.04), 0 0 0 156px rgba(216,242,107,.025); }
.hero-grid { position: relative; z-index: 2; grid-template-columns: 1.06fr .94fr; gap: 68px; }
.hero-content { padding-top: 14px; }
.hero-kicker { display: flex; gap: 16px; align-items: center; margin: 0 0 32px; color: #b9c9c1; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero-kicker span { padding: 6px 9px; border: 1px solid rgba(216,242,107,.55); color: var(--lime); }
.hero h1 { max-width: 700px; margin-bottom: 28px; color: #f7f3e8; font-family: "Songti SC", STSong, "Noto Serif SC", serif; font-size: clamp(54px, 6.3vw, 86px); font-weight: 700; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 > span { color: var(--lime); }
.hero h1 em { color: #f7f3e8; font-style: normal; }
.hero-copy { max-width: 610px; color: #c0d0c8; font-size: 18px; }
.hero .button { color: var(--leaf-dark); background: var(--lime); border-color: var(--lime); box-shadow: none; }
.hero .button:hover { background: #e5fa89; border-color: #e5fa89; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: #f7f3e8; text-decoration: none; font-weight: 760; }
.text-link span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.hero-note { color: #89a398; letter-spacing: .03em; }
.hero-wordmark { position: absolute; z-index: 1; left: -12px; bottom: -54px; color: rgba(255,255,255,.035); font-size: clamp(110px, 19vw, 300px); font-weight: 900; letter-spacing: -.09em; line-height: .8; white-space: nowrap; }

.journey-visual { position: relative; min-height: 580px; }
.moon-gate { position: absolute; inset: 16px 2px 16px 28px; border: 1px solid rgba(245,243,234,.32); border-radius: 52% 52% 46% 46%; background: radial-gradient(circle at 72% 20%, rgba(216,242,107,.18), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); box-shadow: inset 0 0 80px rgba(216,242,107,.04); overflow: hidden; }
.moon-gate::before { content: ""; position: absolute; width: 420px; height: 190px; left: -90px; bottom: -96px; border: 1px solid rgba(216,242,107,.45); border-radius: 50%; box-shadow: 0 -24px 70px rgba(216,242,107,.08); }
.gate-sun { position: absolute; width: 68px; height: 68px; top: 72px; right: 58px; border-radius: 50%; background: var(--vermillion); box-shadow: 0 0 0 13px rgba(237,106,75,.1); }
.gate-path { position: absolute; width: 270px; height: 160px; left: 38px; bottom: 54px; border-right: 3px solid var(--lime); border-bottom: 3px solid var(--lime); border-radius: 0 0 80% 0; transform: rotate(-9deg); }
.gate-path.path-two { width: 180px; height: 100px; left: 130px; bottom: 116px; border: 0; border-top: 2px solid rgba(245,243,234,.5); border-radius: 50%; transform: rotate(-21deg); }
.journey-label { position: absolute; z-index: 3; display: grid; gap: 3px; }
.journey-label small { color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.journey-label strong { font-family: "Songti SC", STSong, serif; font-size: 26px; }
.journey-label span { color: #8fa79c; font-size: 12px; }
.label-away { left: 0; bottom: 62px; }
.label-home { right: 18px; top: 54px; text-align: right; }
.connection-pill { position: absolute; z-index: 4; right: 4px; bottom: 82px; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 14px 18px; border: 1px solid rgba(245,243,234,.25); border-radius: 16px; background: rgba(8,35,26,.82); box-shadow: 0 22px 44px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.connection-pill i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(216,242,107,.12); }
.connection-pill span { display: grid; }
.connection-pill small { color: #829d91; }
.connection-pill strong { font-size: 14px; }

.trust-strip { background: #e9eadf; border-color: rgba(16,40,32,.12); }
.trust-item { border-color: rgba(16,40,32,.12); }
.brand-manifesto { padding: 110px 0; background: var(--lime); }
.manifesto-grid { grid-template-columns: .55fr 1.45fr; gap: 80px; }
.manifesto-kicker span { color: #668029; font-size: 10px; letter-spacing: .12em; }
.manifesto-grid h2 { font-family: "Songti SC", STSong, serif; font-size: clamp(42px, 5.5vw, 66px); font-weight: 700; }
.manifesto-grid div > p { max-width: 720px; color: #3f5229; }

.routing-story { padding: 120px 0; background: #f5f3ea; }
.routing-story > .container { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: center; }
.routing-copy h2 { margin-bottom: 28px; font-family: "Songti SC", STSong, serif; font-size: clamp(42px, 5vw, 67px); font-weight: 700; }
.routing-copy h2 em { color: var(--leaf); font-style: normal; }
.routing-copy > p { max-width: 520px; color: var(--muted); font-size: 18px; }
.dark-link { margin-top: 16px; color: var(--leaf-dark); }
.routing-board { position: relative; display: grid; gap: 16px; padding: 34px; border: 1px solid rgba(16,40,32,.14); border-radius: 32px; background: #ececdf; box-shadow: 0 24px 70px rgba(16,40,32,.08); }
.route-origin { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; padding: 2px 10px 22px; }
.origin-dot { grid-row: span 2; width: 18px; height: 18px; border: 5px solid #a3b4aa; border-radius: 50%; background: white; }
.route-origin small { color: var(--muted); }
.route-lane { position: relative; display: grid; grid-template-columns: 28px 1fr auto; gap: 20px; align-items: center; min-height: 156px; padding: 26px; border-radius: 23px; background: white; overflow: hidden; }
.route-lane small { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.route-lane strong { display: block; margin: 6px 0; font-size: 25px; }
.route-lane p { margin: 0; color: var(--muted); font-size: 13px; }
.route-lane b { color: rgba(23,100,70,.1); font-family: "Songti SC", STSong, serif; font-size: 82px; line-height: 1; }
.lane-line { position: relative; width: 3px; height: 88px; border-radius: 2px; background: var(--leaf); }
.lane-line::after { content: ""; position: absolute; left: -4px; bottom: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--leaf); }
.lane-local .lane-line { background: #8fa297; }
.lane-local .lane-line::after { background: #8fa297; }

.home-features { background: #e7eee6; }
.home-features .section-head { max-width: 760px; }
.card { position: relative; background: rgba(255,255,255,.72); }
.card-index { position: absolute; right: 24px; top: 22px; color: #83988d; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.featured-card { color: white; background: var(--leaf-dark); border-color: var(--leaf-dark); }
.featured-card p, .featured-card .card-index { color: #a9bdb3; }
.featured-card .card-icon { color: var(--leaf-dark); background: var(--lime); }

.scenes { padding: 120px 0; color: #f5f3ea; background: var(--leaf-dark); }
.scenes > .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.scenes .eyebrow { color: var(--lime); }
.scenes .eyebrow::before { background: var(--lime); }
.scenes-heading h2 { font-family: "Songti SC", STSong, serif; font-size: clamp(40px, 4.8vw, 62px); }
.scene-list { border-top: 1px solid rgba(255,255,255,.18); }
.scene-list > div { display: grid; grid-template-columns: 44px 1fr 1fr; align-items: center; gap: 24px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.scene-list span { color: var(--lime); font-size: 11px; }
.scene-list strong { font-family: "Songti SC", STSong, serif; font-size: 30px; }
.scene-list p { margin: 0; color: #9bb0a6; }
.scenes .service-note { grid-column: 2; margin: 14px 0 0; color: #789087; text-align: left; }

.pricing-teaser { padding: 110px 0; background: var(--vermillion); }
.pricing-teaser-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.pricing-teaser .eyebrow { color: #542016; }
.pricing-teaser .eyebrow::before { background: #542016; }
.pricing-teaser h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 76px); }
.pricing-teaser h2 span { font-family: "Songti SC", STSong, serif; }
.pricing-teaser-grid > div:last-child p { margin: 0 0 26px; color: #5c281d; font-size: 18px; }
.pricing-teaser .button { color: white; background: var(--leaf-dark); border-color: var(--leaf-dark); box-shadow: none; }
.cta-band { padding: 0; background: var(--paper); }
.cta-inner { width: 100%; padding: 72px 0; border-radius: 0; color: var(--ink); background: transparent; }
.cta-inner p { color: var(--muted); }
.cta-inner .button { color: white; background: var(--leaf); border-color: var(--leaf); }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid, .routing-story > .container, .scenes > .container, .pricing-teaser-grid { grid-template-columns: 1fr; }
  .journey-visual { min-height: 520px; max-width: 600px; width: 100%; margin-inline: auto; }
  .routing-story > .container, .scenes > .container, .pricing-teaser-grid { gap: 52px; }
  .scenes .service-note { grid-column: 1; }
}

@media (max-width: 650px) {
  .brand-symbol { width: 38px; height: 38px; }
  .hero { padding: 58px 0 48px; }
  .hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .hero .button-row { align-items: flex-start; flex-direction: column; }
  .hero .button-row .button { width: auto; }
  .hero-wordmark { bottom: -20px; font-size: 110px; }
  .journey-visual { min-height: 420px; }
  .moon-gate { inset: 12px 0 16px; }
  .gate-sun { width: 52px; height: 52px; top: 52px; right: 38px; }
  .gate-path { left: -4px; bottom: 48px; }
  .label-away { left: 14px; bottom: 42px; }
  .label-home { right: 20px; top: 36px; }
  .journey-label strong { font-size: 21px; }
  .connection-pill { right: 12px; bottom: 112px; min-width: 200px; }
  .brand-manifesto, .routing-story, .scenes, .pricing-teaser { padding: 78px 0; }
  .manifesto-grid { gap: 32px; }
  .routing-board { padding: 18px; }
  .route-lane { grid-template-columns: 20px 1fr auto; gap: 14px; min-height: 138px; padding: 20px; }
  .route-lane b { font-size: 58px; }
  .scene-list > div { grid-template-columns: 34px 1fr; }
  .scene-list p { grid-column: 2; }
  .pricing-teaser h2 { font-size: 48px; }
}
