:root {
  --ink: #020606;
  --forest: #061b17;
  --forest-2: #0a2822;
  --paper: #f0f1ea;
  --muted: #9aa8a0;
  --line: rgba(224, 231, 220, .18);
  --mint: #58f0cd;
  --acid: #d7f35b;
  --sand: #d2c18f;
  --header-h: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
section[id] { scroll-margin-top: var(--header-h); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #06110e; background: var(--mint); }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 18px;
  top: -80px;
  padding: 12px 18px;
  color: #06110e;
  background: var(--mint);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 clamp(22px, 4vw, 70px);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(2,6,6,.88), rgba(2,6,6,.3));
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; font-size: 15px; letter-spacing: .08em; }
.brand-mark { width: 29px; color: var(--mint); filter: drop-shadow(0 0 10px rgba(88,240,205,.4)); }
.site-nav { display: flex; gap: clamp(24px, 3.4vw, 58px); align-items: center; }
.site-nav a { position: relative; color: rgba(240,241,234,.72); font-size: 13px; letter-spacing: .06em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--mint); transition: right .3s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 48%, rgba(20,65,56,.38), transparent 36%),
    linear-gradient(145deg, #020505 0%, #06120f 52%, #020504 100%);
}
#globe-canvas { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; }
#globe-canvas:active { cursor: grabbing; }
.hero-vignette { position: absolute; z-index: -2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(2,6,6,.94) 0%, rgba(2,6,6,.58) 36%, transparent 64%), radial-gradient(circle, transparent 42%, rgba(1,4,4,.6) 100%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .13; background-image: linear-gradient(rgba(125,243,217,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(125,243,217,.22) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; }
.hero::before { z-index: 1; left: 4vw; top: calc(var(--header-h) + 48px); width: 1px; height: 32vh; background: linear-gradient(var(--sand), transparent); }
.hero::after { z-index: 1; width: 10px; height: 10px; right: 8vw; top: 24vh; border: 1px solid var(--mint); border-radius: 50%; box-shadow: 0 0 18px var(--mint); animation: pulse 2.4s ease-in-out infinite; }

.hero-copy { position: absolute; z-index: 2; left: clamp(24px, 8.8vw, 152px); top: 50%; width: min(760px, 60vw); transform: translateY(-49%); }
.eyebrow, .section-index { margin: 0; color: var(--sand); font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.hero-copy h1 { margin: 26px 0 28px; font-size: clamp(64px, 8vw, 138px); line-height: .9; letter-spacing: -.065em; font-weight: 580; }
.hero-copy h1 span { display: block; }
.outline-text { color: transparent; -webkit-text-stroke: 1px rgba(240,241,234,.55); }
.hero-lead { max-width: 510px; margin: 0 0 34px; color: rgba(240,241,234,.73); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 70px; padding: 13px 0; border-bottom: 1px solid rgba(240,241,234,.35); color: white; font-size: 13px; letter-spacing: .08em; transition: gap .3s ease, border-color .3s ease; }
.text-link span { color: var(--mint); font-size: 19px; }
.text-link:hover { gap: 84px; border-color: var(--mint); }
.hero-coordinate { position: absolute; z-index: 2; top: 18%; right: clamp(24px, 4vw, 70px); display: grid; justify-items: end; gap: 4px; color: rgba(240,241,234,.4); font: 10px/1.35 ui-monospace, monospace; letter-spacing: .12em; }
.hero-status { position: absolute; z-index: 2; right: clamp(24px, 4vw, 70px); bottom: 104px; color: rgba(240,241,234,.48); font: 9px ui-monospace, monospace; letter-spacing: .13em; }
.hero-status i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 9px var(--acid); }
.service-ticker { position: absolute; z-index: 3; inset: auto 0 0; min-height: 67px; display: flex; justify-content: space-around; align-items: center; gap: 14px; padding: 0 clamp(22px, 4vw, 70px); border-top: 1px solid rgba(255,255,255,.12); background: rgba(3,9,8,.56); backdrop-filter: blur(12px); color: rgba(240,241,234,.7); font-size: 12px; letter-spacing: .08em; }
.service-ticker i { width: 3px; height: 3px; border-radius: 50%; background: var(--mint); }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 4vw, 70px); bottom: 88px; display: flex; align-items: center; gap: 12px; color: rgba(240,241,234,.32); font: 8px ui-monospace, monospace; letter-spacing: .15em; }
.scroll-cue span { position: relative; width: 36px; height: 1px; overflow: hidden; background: rgba(255,255,255,.18); }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--mint); transform: translateX(-100%); animation: scan 2s ease-in-out infinite; }

.globe-fallback { display: none; position: absolute; z-index: -2; right: 6vw; top: 15vh; width: min(70vh, 58vw); aspect-ratio: 1; border: 1px solid rgba(88,240,205,.45); border-radius: 50%; box-shadow: inset 0 0 80px rgba(88,240,205,.08), 0 0 90px rgba(88,240,205,.1); }
.globe-fallback span { position: absolute; inset: 12%; border: 1px solid rgba(88,240,205,.25); border-radius: 50%; }
.globe-fallback span:nth-child(2) { transform: rotateY(60deg); }
.globe-fallback span:nth-child(3) { inset: 35% 0; }
.webgl-fallback #globe-canvas { display: none; }
.webgl-fallback .globe-fallback, .globe-loading .globe-fallback { display: block; }

.section-shell { padding-inline: clamp(24px, 7vw, 124px); }
.manifesto { position: relative; min-height: 104vh; padding-top: 12vh; padding-bottom: 12vh; display: grid; grid-template-columns: 14% 1fr; gap: 6%; align-content: center; color: #102019; background: var(--paper); overflow: hidden; }
.manifesto .section-index { color: #6d6446; padding-top: 14px; }
.manifesto-copy { max-width: 1100px; }
.kicker { margin: 0 0 25px; color: #51665e; font-size: 13px; letter-spacing: .12em; }
.manifesto h2 { max-width: 980px; margin: 0; font-size: clamp(42px, 6.2vw, 94px); line-height: 1.12; letter-spacing: -.055em; font-weight: 530; }
.manifesto-note { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7vw; max-width: 870px; margin: 70px 0 0 auto; color: #53635d; font-size: 15px; line-height: 1.9; }
.company-proof { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr .72fr repeat(3, minmax(0, 1fr)); margin-top: 72px; border-top: 1px solid rgba(12,53,44,.2); border-left: 1px solid rgba(12,53,44,.2); }
.company-proof > div { min-width: 0; min-height: 146px; padding: 25px 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(12,53,44,.2); border-bottom: 1px solid rgba(12,53,44,.2); }
.company-proof strong { color: #17352d; font-size: 16px; line-height: 1.35; font-weight: 560; }
.company-proof span { color: #66776f; font-size: 10px; line-height: 1.65; }
.company-proof .proof-stat strong { color: #0c4b3e; font-size: clamp(34px, 3.2vw, 50px); letter-spacing: -.05em; }
.signal-orbit { position: absolute; right: -6vw; bottom: -16vw; width: 34vw; min-width: 420px; aspect-ratio: 1; border: 1px solid rgba(8,55,45,.15); border-radius: 50%; }
.signal-orbit i { position: absolute; inset: 12%; border: 1px solid rgba(8,55,45,.13); border-radius: 50%; }
.signal-orbit i:nth-of-type(2) { inset: 26%; }
.signal-orbit i:nth-of-type(3) { inset: 41%; background: var(--forest); }
.orbit-core { position: absolute; z-index: 1; inset: 44%; display: grid; place-items: center; border-radius: 50%; color: var(--mint); font-size: 9px; }
.signal-orbit span { position: absolute; color: #708078; font: 8px ui-monospace, monospace; letter-spacing: .14em; }
.signal-orbit span:nth-of-type(1) { top: 11%; left: 44%; }
.signal-orbit span:nth-of-type(2) { top: 52%; left: 4%; }
.signal-orbit span:nth-of-type(3) { right: 5%; bottom: 25%; }

.services { padding-top: 140px; padding-bottom: 150px; background: var(--forest); }
.section-head { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8vw; align-items: end; margin-bottom: 100px; }
.section-head .kicker { margin-top: 38px; color: var(--muted); }
.section-head h2 { margin: 0; font-size: clamp(43px, 5.7vw, 84px); line-height: 1.14; letter-spacing: -.05em; font-weight: 520; }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 55px minmax(210px, .85fr) 1.2fr 1fr 28px; gap: 3vw; align-items: center; min-height: 198px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: background .45s ease, padding .45s ease; }
.service-row::before { content: ""; position: absolute; inset: 0 -2vw; z-index: 0; background: linear-gradient(90deg, rgba(88,240,205,.09), transparent 70%); opacity: 0; transition: opacity .4s ease; }
.service-row > * { position: relative; z-index: 1; }
.service-row:hover { padding-left: 1.4vw; }
.service-row:hover::before { opacity: 1; }
.service-number { align-self: start; color: var(--sand); font: 10px ui-monospace, monospace; }
.service-title h3 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 48px); line-height: 1; font-weight: 480; letter-spacing: -.035em; }
.service-title em, .method-steps em { color: var(--mint); font: 8px ui-monospace, monospace; letter-spacing: .17em; }
.service-row > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-row ul { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; color: rgba(240,241,234,.66); list-style: none; font-size: 11px; }
.service-row li::before { content: "/"; margin-right: 8px; color: var(--sand); }
.service-arrow { color: var(--mint); font-size: 20px; transform: rotate(0); transition: transform .4s ease; }
.service-row:hover .service-arrow { transform: rotate(45deg); }

.method { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 230vh; color: #15231d; background: #e5e6de; }
.method-sticky { position: sticky; top: 0; align-self: start; height: 100vh; padding: 12vh 6vw 8vh 7vw; overflow: hidden; background: #d8dbcF; }
.method-sticky .section-index { color: #756b49; }
.method-giant { position: absolute; left: 6.5vw; bottom: -2.5vw; margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(12,53,44,.15); font-size: clamp(84px, 10vw, 160px); font-weight: 700; line-height: .75; letter-spacing: -.09em; }
.method-copy { position: relative; z-index: 1; max-width: 580px; margin-top: 20vh; }
.method-copy h2 { margin: 0 0 30px; font-size: clamp(45px, 5.5vw, 82px); line-height: 1.12; letter-spacing: -.06em; font-weight: 530; }
.method-copy > p:last-child { max-width: 480px; color: #5f6d66; font-size: 15px; line-height: 1.9; }
.method-steps { margin: 0; padding: 32vh 7vw 30vh; list-style: none; background: var(--paper); }
.method-steps li { display: grid; grid-template-columns: 54px 1fr; min-height: 340px; padding: 0 0 110px; border-bottom: 1px solid rgba(12,53,44,.18); align-content: end; }
.method-steps li + li { padding-top: 110px; }
.method-steps > li > span { color: #7b704c; font: 10px ui-monospace, monospace; }
.method-steps h3 { margin: 11px 0 18px; font-size: clamp(36px, 4vw, 62px); font-weight: 500; letter-spacing: -.05em; }
.method-steps p { max-width: 450px; margin: 0; color: #67746d; font-size: 14px; line-height: 1.8; }

.vision { position: relative; min-height: 100vh; padding-top: 12vh; padding-bottom: 9vh; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: radial-gradient(circle at 50% 50%, #0b2c25 0%, #04100e 50%, #020606 100%); }
.vision::before { content: ""; position: absolute; left: 50%; top: 50%; width: min(58vw, 760px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(88,240,205,.25); border-radius: 50%; box-shadow: 0 0 100px rgba(88,240,205,.08), inset 0 0 90px rgba(88,240,205,.05); }
.vision-glow { position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px 6px rgba(215,243,91,.4); animation: pulse 2.5s ease-in-out infinite; }
.vision-label { align-self: flex-end; max-width: 330px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.vision blockquote { position: relative; z-index: 2; margin: 0; font-size: clamp(58px, 8.2vw, 126px); line-height: 1.03; letter-spacing: -.07em; font-weight: 530; }
.vision blockquote span { color: transparent; -webkit-text-stroke: 1px rgba(240,241,234,.5); }
.vision-meta { display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid var(--line); color: rgba(240,241,234,.44); font: 9px ui-monospace, monospace; letter-spacing: .13em; }

.contact { min-height: 102vh; padding-top: 14vh; padding-bottom: 12vh; color: #14211b; background: var(--paper); }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.contact-top .section-index { color: #756b49; }
.contact-top > p:last-child { justify-self: end; max-width: 420px; margin: 0; color: #68756e; font-size: 14px; line-height: 1.8; }
.contact h2 { margin: 12vh 0 8vh; font-size: clamp(72px, 10.5vw, 164px); line-height: .82; letter-spacing: -.08em; font-weight: 550; }
.contact h2 span { color: transparent; -webkit-text-stroke: 1px rgba(12,53,44,.35); }
.contact-directory { display: grid; grid-template-columns: 1.25fr 1fr 1.25fr; gap: 1px; overflow: hidden; border: 1px solid rgba(12,53,44,.22); background: rgba(12,53,44,.22); }
.contact-card { position: relative; min-width: 0; min-height: 320px; padding: 34px; display: flex; flex-direction: column; color: #17352d; background: #eef0e8; }
.contact-phone { color: #f0f1ea; background: #073c32; transition: background .25s ease; }
.contact-phone:hover { background: #095244; }
.contact-label { display: flex; align-items: center; gap: 12px; color: #6e7b74; font: 9px ui-monospace, monospace; letter-spacing: .12em; }
.contact-label i { color: #a7923e; font-style: normal; }
.contact-phone .contact-label { color: rgba(240,241,234,.62); }
.contact-card strong { display: block; margin: auto 0 20px; font-size: clamp(26px, 2.35vw, 38px); line-height: 1.22; letter-spacing: -.045em; font-weight: 520; }
.contact-phone strong { padding-right: 24px; font-size: clamp(34px, 3.65vw, 57px); white-space: nowrap; }
.contact-note, .wechat-qr figcaption { color: #68756e; font-size: 12px; line-height: 1.7; }
.contact-phone .contact-note { color: rgba(240,241,234,.65); }
.contact-card-arrow { position: absolute; right: 32px; top: 28px; color: #55e5c3; font-size: 25px; }
.contact-address { margin: 0; font-style: normal; }
.contact-wechat { margin: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: end; }
.wechat-copy { min-width: 0; display: flex; align-self: stretch; flex-direction: column; }
.wechat-copy strong { margin-top: auto; }
.wechat-qr img { display: block; width: 176px; height: 176px; padding: 7px; background: #fff; }
.wechat-qr figcaption { margin: 0; }
.wechat-qr figcaption small { color: #7b8780; font-size: 10px; }

.site-footer { min-height: 260px; padding: 52px clamp(24px, 7vw, 124px) 30px; color: rgba(240,241,234,.66); background: #020606; font-size: 9px; letter-spacing: .08em; }
.footer-main { display: grid; grid-template-columns: 1.15fr 1.5fr auto; gap: 40px; align-items: start; padding-bottom: 46px; }
.footer-brand { color: rgba(240,241,234,.88); font-size: 14px; }
.footer-tagline { margin: 18px 0 0; color: rgba(240,241,234,.44); font-size: 11px; }
.footer-services { margin: 0; line-height: 2; }
.footer-back { display: flex; gap: 26px; align-items: center; color: rgba(240,241,234,.82); font-size: 10px; }
.footer-back span { color: #55e5c3; font-size: 17px; }
.footer-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(240,241,234,.12); color: rgba(240,241,234,.72); font-family: ui-monospace, monospace; font-size: 12px; line-height: 1.9; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; }
.footer-legal a { color: rgba(240,241,234,.72); transition: color .2s ease; }
.footer-legal a:hover { color: var(--mint); }
.footer-credit { margin: 0; color: rgba(240,241,234,.4); font-size: 10px; line-height: 1.8; }
.footer-disclaimer { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid rgba(240,241,234,.08); color: rgba(240,241,234,.36); font-size: 11px; line-height: 1.9; }

.reveal-ready .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

@keyframes pulse { 50% { opacity: .45; transform: scale(1.6); } }
@keyframes scan { 50%,100% { transform: translateX(100%); } }

@media (max-width: 980px) {
  :root { --header-h: 68px; }
  .menu-toggle { z-index: 2; display: grid; grid-template-columns: auto 22px; align-items: center; gap: 8px 12px; padding: 10px 0; }
  .menu-toggle span { grid-row: 1 / 3; font-size: 11px; letter-spacing: .1em; }
  .menu-toggle i { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; padding: 28vh 8vw 12vh; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; overflow-y: auto; background: rgba(2,9,8,.97); transform: translateX(105vw); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
  .site-nav.is-open { transform: none; }
  .site-nav a { font-size: 30px; }
  .hero-copy { width: min(670px, 72vw); }
  .hero-vignette { background: linear-gradient(90deg, rgba(2,6,6,.94), rgba(2,6,6,.35) 60%, transparent); }
  .service-ticker { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section-head { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 40px 1fr 28px; gap: 20px; }
  .service-row > p { grid-column: 2; }
  .service-row ul { grid-column: 2; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .method { grid-template-columns: 1fr; min-height: auto; }
  .method-sticky { position: relative; height: auto; min-height: 90vh; }
  .method-steps { padding-top: 15vh; }
  .contact-directory { grid-template-columns: 1fr 1fr; }
  .contact-wechat { grid-column: 1 / -1; min-height: 270px; }
  .company-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-proof > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 20px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 25px; }
  .hero { min-height: 900px; }
  #globe-canvas { top: 6%; height: 66%; }
  .hero-vignette { background: linear-gradient(180deg, rgba(2,6,6,.28), rgba(2,6,6,.1) 42%, rgba(2,6,6,.95) 72%); }
  .hero-grid { mask-image: linear-gradient(180deg, black, transparent 70%); background-size: 62px 62px; }
  .hero-copy { left: 22px; right: 22px; top: auto; bottom: 150px; width: auto; transform: none; }
  .hero-copy h1 { margin-block: 17px 19px; font-size: clamp(61px, 18vw, 82px); }
  .hero-lead { margin-bottom: 20px; font-size: 15px; line-height: 1.65; }
  .eyebrow { font-size: 8px; }
  .text-link { gap: 42px; }
  .hero-coordinate { top: 14%; right: 18px; }
  .hero-status, .scroll-cue { display: none; }
  .service-ticker { min-height: 58px; gap: 14px; padding-inline: 20px; font-size: 10px; }
  .manifesto { min-height: 0; grid-template-columns: 1fr; align-content: start; padding-top: 110px; padding-bottom: 170px; }
  .manifesto h2 { font-size: 45px; margin-top: 50px; }
  .manifesto-note { grid-template-columns: 1fr; gap: 5px; margin-top: 55px; font-size: 14px; }
  .company-proof { grid-template-columns: 1fr; margin-top: 52px; }
  .company-proof > div { min-height: 118px; }
  .company-proof > div:last-child { grid-column: auto; }
  .signal-orbit { right: -60%; bottom: -6%; min-width: 450px; }
  .services { padding-top: 100px; padding-bottom: 100px; }
  .section-head { margin-bottom: 65px; }
  .section-head h2 { font-size: 44px; }
  .service-row { min-height: 0; grid-template-columns: 30px 1fr 20px; padding: 35px 0 39px; }
  .service-title h3 { font-size: 31px; }
  .service-row ul { gap: 7px 12px; }
  .service-row > p { font-size: 13px; }
  .method-sticky { min-height: 840px; padding: 100px 24px 80px; }
  .method-copy { margin-top: 180px; }
  .method-copy h2 { font-size: 48px; }
  .method-giant { left: 20px; bottom: 20px; font-size: 85px; }
  .method-steps { padding: 120px 24px 100px; }
  .method-steps li { min-height: 280px; padding-bottom: 70px; }
  .method-steps li + li { padding-top: 70px; }
  .vision { min-height: 860px; padding-top: 100px; padding-bottom: 60px; }
  .vision-label { align-self: flex-start; max-width: 270px; }
  .vision blockquote { font-size: 60px; }
  .vision-meta { display: grid; gap: 8px; }
  .contact { min-height: 900px; padding-top: 100px; padding-bottom: 90px; }
  .contact-top { grid-template-columns: 1fr; }
  .contact-top > p:last-child { justify-self: start; margin-top: 45px; }
  .contact h2 { margin: 115px 0 72px; font-size: 76px; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-card { min-height: 245px; padding: 28px 24px; }
  .contact-phone strong { font-size: clamp(34px, 10.5vw, 45px); }
  .contact-address strong { font-size: 31px; }
  .contact-wechat { grid-column: auto; min-height: 270px; grid-template-columns: 1fr 164px; gap: 18px; }
  .wechat-qr img { width: 164px; height: 164px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-services { line-height: 2.1; }
  .footer-back { justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(240,241,234,.1); }
  .footer-meta { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-legal { gap: 6px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
}
