@charset "utf-8";

:root {
  --ink: #071b29;
  --ink-soft: #0c2b3b;
  --ink-pale: #173d4d;
  --paper: #f4f8f8;
  --white: #ffffff;
  --cloud: #dfeaec;
  --mist: #eef4f3;
  --line: #d6e2e2;
  --text: #18303a;
  --muted: #667b82;
  --cyan: #38ddcf;
  --cyan-deep: #069e9d;
  --coral: #ff7c61;
  --amber: #ffc947;
  --nav-height: 78px;
  --shell: min(1180px, calc(100vw - 64px));
  --display: "PingFang SC", "HarmonyOS Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --body: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body, button, input { font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--cyan); }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: 8px 12px; border-radius: 6px; color: var(--ink); background: var(--cyan); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: absolute; z-index: 60; top: 0; left: 0; width: 100%; height: var(--nav-height); color: #eff8f7; transition: background .3s ease, box-shadow .3s ease, color .3s ease; }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(5,31,41,.09); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 100%; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 196px; min-width: 196px; }
.brand-logo { display: block; width: 100%; height: auto; }
.site-header.is-scrolled .brand { padding: 7px 10px; border-radius: 3px; background: var(--ink); box-shadow: 0 6px 15px rgba(5,29,40,.12); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 42px); height: 100%; font-size: 14px; font-weight: 500; white-space: nowrap; }
.site-nav a { position: relative; padding: 8px 0; opacity: .86; transition: opacity .2s ease; }
.site-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover, .site-nav a:focus { opacity: 1; }
.site-nav a:hover::after, .site-nav a:focus::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 10px 12px 10px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease; }
.header-cta b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: 15px; }
.header-cta:hover { transform: translateY(-2px); border-color: var(--cyan); }
.site-header.is-scrolled .header-cta { border-color: var(--line); }
.nav-toggle { display: none; }

/* Hero */
.section-dark { color: #eff8f7; background: var(--ink); }
.hero { position: relative; overflow: hidden; min-height: max(760px, 100vh); padding: calc(var(--nav-height) + 72px) 0 0; background: radial-gradient(circle at 84% 55%, #123f50 0, var(--ink) 45%, #051621 100%); isolation: isolate; }
.hero::before { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 76%); content: ""; }
.hero::after { position: absolute; z-index: -1; right: -19vw; bottom: 15%; width: 64vw; height: 64vw; border: 1px solid rgba(56,221,207,.12); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(20px); opacity: .6; }
.glow-cyan { top: 14%; right: 9%; width: 23vw; height: 23vw; min-width: 290px; min-height: 290px; background: rgba(30, 205, 193, .2); }
.glow-coral { right: 35%; bottom: 6%; width: 14vw; height: 14vw; min-width: 190px; min-height: 190px; background: rgba(255,124,97,.14); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr; align-items: center; min-height: calc(100vh - var(--nav-height) - 64px); padding-bottom: 96px; }
.hero-copy { position: relative; z-index: 4; padding-top: 4px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--cyan); }
.eyebrow > span { display: inline-block; width: 23px; height: 1px; background: currentColor; }
.kicker { color: var(--cyan-deep); }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--display); font-size: clamp(43px, 5.05vw, 74px); font-weight: 800; letter-spacing: -.065em; line-height: 1.15; text-wrap: balance; }
.hero h1 em, .agent-copy h2 em, .contact-layout h2 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 520px; margin: 26px 0 0; color: #b6cdd0; font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 750; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button span { font-size: 18px; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--cyan); box-shadow: 0 9px 22px rgba(56,221,207,.15); }
.button-primary:hover { background: #72eee3; }
.button-ghost { border-color: rgba(220,245,241,.28); color: #eaf7f6; }
.button-ghost:hover { border-color: var(--cyan); background: rgba(56,221,207,.08); }
.button-light { color: var(--ink); background: #f7fbfa; }
.button-light:hover { color: var(--ink); background: var(--cyan); }
.button-dark { color: #f7fbfa; background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--cyan); }
.hero-footnotes { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 52px; color: #adc4c6; font-size: 11px; }
.hero-footnotes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-footnotes span::before { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); content: ""; }

.hero-visual { position: absolute; z-index: 1; top: 49%; right: -8%; width: min(78vw, 1060px); margin: 0; overflow: hidden; transform: translateY(-46%); pointer-events: none; }
.hero-visual::after { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 18%; background: linear-gradient(to top, rgba(7,27,41,.46), transparent); content: ""; pointer-events: none; }
.hero-visual img { position: relative; z-index: 1; display: block; width: 100%; height: auto; opacity: .94; mix-blend-mode: screen; mask-image: radial-gradient(ellipse at 61% 50%, #000 34%, rgba(0,0,0,.9) 63%, transparent 98%); }
.hero-visual figcaption { position: absolute; z-index: 3; right: 8%; bottom: 9%; left: auto; display: flex; align-items: center; gap: 9px; color: #8ecfca; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.hero-visual figcaption b { color: var(--coral); font-size: 11px; }

/* Original visual signature: an abstract discovery console */
.signal-stage { position: relative; width: min(100%, 575px); height: 540px; margin: 0 0 0 auto; }
.signal-stage::before { position: absolute; z-index: 0; top: 50%; left: 50%; width: 64%; height: 64%; border: 1px dashed rgba(157,236,229,.22); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.signal-stage-caption { position: absolute; z-index: 4; top: 11%; left: 5%; display: flex; align-items: center; gap: 7px; color: #a4c5c6; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.signal-stage-caption b { margin-left: 6px; color: var(--coral); font-size: 9px; }
.live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,124,97,.1); animation: dotPulse 2.4s infinite; }
.signal-orbit { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(116,227,218,.27); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.orbit-one { width: 78%; height: 46%; }
.orbit-two { width: 43%; height: 85%; border-color: rgba(255,124,97,.29); transform: translate(-50%,-50%) rotate(42deg); }
.signal-core { position: absolute; z-index: 3; top: 49%; left: 52%; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid rgba(56,221,207,.55); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #176373, #082735 71%); box-shadow: 0 0 0 14px rgba(56,221,207,.045), 0 0 54px rgba(56,221,207,.23); transform: translate(-50%,-50%); }
.signal-core::after { position: absolute; width: 38px; height: 38px; border: 1px solid var(--cyan); border-radius: 50%; content: ""; animation: coreSpin 6.5s linear infinite; }
.signal-core i { position: absolute; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.signal-core i:nth-child(1) { transform: translate(20px,-20px); }
.signal-core i:nth-child(2) { background: var(--coral); transform: translate(-20px,13px); }
.signal-core i:nth-child(3) { width: 4px; height: 4px; background: var(--amber); transform: translate(15px,22px); }
.signal-panel { position: absolute; z-index: 4; padding: 17px 17px 15px; border: 1px solid rgba(178,235,230,.19); background: rgba(8,35,48,.78); box-shadow: 0 18px 36px rgba(0,0,0,.15); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.panel-label { display: flex; gap: 8px; color: #b5d4d3; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.panel-label span { color: var(--cyan); }
.panel-search { top: 18%; right: 3%; width: 224px; transform: rotate(4deg); }
.query-line { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; margin-top: 17px; padding: 8px 10px; border: 1px solid rgba(201,244,239,.16); background: rgba(255,255,255,.05); font-size: 9px; }
.query-line i { width: 7px; height: 7px; border: 1px solid var(--cyan); border-radius: 50%; }
.query-line strong { color: #effcfa; font-family: Arial, sans-serif; font-weight: 400; letter-spacing: .04em; }
.query-line b { color: var(--coral); font-size: 13px; line-height: .8; }
.query-bars { display: flex; gap: 5px; margin-top: 13px; }
.query-bars span { display: block; height: 3px; background: rgba(177,224,221,.22); }
.query-bars span:nth-child(1) { width: 65%; background: var(--cyan); }
.query-bars span:nth-child(2) { width: 19%; }
.query-bars span:nth-child(3) { flex: 1; background: var(--coral); }
.panel-site { bottom: 12%; left: 6%; width: 178px; transform: rotate(-5deg); }
.site-lines { display: grid; gap: 6px; margin: 16px 0 13px; }
.site-lines i { display: block; height: 5px; background: rgba(215,247,244,.16); }
.site-lines i:nth-child(1) { width: 70%; background: var(--cyan); }
.site-lines i:nth-child(2) { width: 100%; }
.site-lines i:nth-child(3) { width: 83%; }
.site-lines i:nth-child(4) { width: 40%; background: rgba(255,124,97,.7); }
.site-badge { display: inline-block; padding: 3px 5px; color: var(--cyan); border: 1px solid rgba(56,221,207,.3); font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .09em; }
.panel-agent { right: 8%; bottom: 5%; width: 162px; transform: rotate(7deg); }
.agent-answer { display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.agent-answer span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--coral); font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; }
.agent-answer p { margin: 0; color: #eefaf9; font-size: 10px; line-height: 1.45; }
.agent-pulse { display: flex; align-items: end; gap: 3px; height: 16px; margin-top: 10px; }
.agent-pulse i { display: block; width: 4px; background: var(--cyan); opacity: .72; }
.agent-pulse i:nth-child(1) { height: 30%; }.agent-pulse i:nth-child(2) { height: 78%; }.agent-pulse i:nth-child(3) { height: 50%; background: var(--coral); }.agent-pulse i:nth-child(4) { height: 100%; }
.stage-note { position: absolute; z-index: 2; color: #bcd5d4; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .12em; }
.stage-note i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border: 1px solid currentColor; border-radius: 50%; }
.note-search { top: 35%; left: 3%; color: var(--cyan); }.note-site { bottom: 28%; left: 35%; color: var(--coral); }.note-agent { top: 70%; right: 0; color: var(--amber); }
.hero-ticker { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; height: 50px; border-top: 1px solid rgba(200,244,240,.14); color: rgba(202,239,235,.65); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; white-space: nowrap; }
.hero-ticker div { display: flex; align-items: center; gap: 28px; width: max-content; height: 100%; animation: ticker 30s linear infinite; }
.hero-ticker b { color: var(--coral); }

/* Common headings and sections */
.section-space { padding: clamp(88px, 11vw, 154px) 0; }
.section-heading h2, .path-intro h2, .agent-copy h2, .principle-banner h2, .dongming-copy h2, .faq-intro h2, .contact-layout h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.065em; line-height: 1.19; text-wrap: balance; }
.section-heading h2, .path-intro h2, .principle-banner h2, .dongming-copy h2, .faq-intro h2 { font-size: clamp(34px, 4vw, 56px); }
.section-heading h2 span, .dongming-copy h2 span { color: var(--cyan-deep); }
.diagnosis-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .65fr); align-items: end; gap: 65px; }
.split-heading .kicker { grid-column: 1/-1; margin-bottom: -32px; }
.split-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.friction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 74px; border: 1px solid var(--line); background: var(--line); }
.friction-card { min-height: 255px; padding: 25px 25px 21px; background: var(--paper); transition: background .25s ease, transform .25s ease; }
.friction-card:hover { z-index: 1; background: #e8f4f3; transform: translateY(-7px); }
.friction-card > span, .principle-card > span { color: var(--cyan-deep); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.friction-card h3 { margin: 31px 0 14px; font-family: var(--display); font-size: 21px; letter-spacing: -.045em; line-height: 1.4; }
.friction-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.friction-card.accent-card { color: #f3fbfa; background: var(--ink-soft); }
.friction-card.accent-card:hover { background: #123d4d; }
.friction-card.accent-card > span { color: var(--coral); }.friction-card.accent-card p { color: #b6d0d1; }

/* Services */
.services-section { padding: clamp(88px, 10vw, 145px) 0; overflow: hidden; background: var(--white); }
.heading-row { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 60px; }
.heading-row .kicker { margin-bottom: 15px; }
.heading-row > p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 58px; }
.service-card { position: relative; min-height: 398px; padding: 20px 20px 18px; overflow: hidden; color: #f5fbfa; background: var(--ink); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-9px); box-shadow: 0 20px 30px rgba(4,31,42,.16); }
.service-card::after { position: absolute; right: -50px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.service-card.service-seo { background: #0b3946; }.service-card.service-geo { background: #11686a; }.service-card.service-agent { background: var(--coral); color: var(--ink); }
.service-card.service-agent::after { border-color: rgba(7,27,41,.17); }.service-card.service-agent .service-top, .service-card.service-agent p, .service-card.service-agent li { color: rgba(7,27,41,.7); }.service-card.service-agent .service-top i { border-color: rgba(7,27,41,.35); }
.service-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; color: #a9c9c8; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.service-top i { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: currentColor; font-style: normal; font-size: 15px; transition: transform .25s ease; }
.service-card:hover .service-top i { transform: rotate(45deg); }
.service-icon { position: relative; z-index: 1; height: 72px; margin-top: 32px; }
.service-icon b { position: absolute; display: block; }
.icon-site b { border: 1px solid var(--cyan); }.icon-site b:nth-child(1) { top: 16px; left: 1px; width: 38px; height: 38px; }.icon-site b:nth-child(2) { top: 6px; left: 47px; width: 52px; height: 52px; border-color: rgba(240,252,250,.6); }.icon-site b:nth-child(3) { top: 20px; left: 112px; width: 27px; height: 27px; background: var(--coral); border: 0; border-radius: 50%; }
.icon-seo b { bottom: 9px; width: 10px; background: var(--cyan); }.icon-seo b:nth-child(1) { left: 1px; height: 17px; }.icon-seo b:nth-child(2) { left: 17px; height: 36px; }.icon-seo b:nth-child(3) { left: 33px; height: 55px; background: var(--coral); }.icon-seo b:nth-child(4) { left: 49px; height: 27px; background: rgba(255,255,255,.45); }
.icon-geo b { border: 1px solid rgba(230,255,252,.7); border-radius: 50%; }.icon-geo b:nth-child(1) { top: 4px; left: 4px; width: 58px; height: 58px; }.icon-geo b:nth-child(2) { top: 15px; left: 15px; width: 36px; height: 36px; border-color: var(--coral); }.icon-geo b:nth-child(3) { top: 26px; left: 26px; width: 14px; height: 14px; background: var(--cyan); border: 0; }.icon-agent b { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); }.icon-agent b:nth-child(1) { top: 8px; left: 10px; }.icon-agent b:nth-child(2) { top: 38px; left: 39px; background: #fff; }.icon-agent b:nth-child(3) { top: 14px; left: 74px; }.icon-agent b:nth-child(4) { top: 44px; left: 103px; background: #fff; }.icon-agent::before, .icon-agent::after { position: absolute; top: 23px; left: 16px; width: 92px; height: 1px; background: var(--ink); content: ""; transform: rotate(19deg); opacity: .65; }.icon-agent::after { transform: rotate(-17deg); }
.service-card h3 { position: relative; z-index: 1; margin: 53px 0 13px; font-family: var(--display); font-size: 26px; font-weight: 750; letter-spacing: -.065em; line-height: 1.22; }
.service-card p { position: relative; z-index: 1; min-height: 67px; margin: 0; color: #b9d2d2; font-size: 12px; line-height: 1.75; }
.service-card ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 5px; padding: 0; margin: 20px 0 0; list-style: none; }
.service-card li { padding: 3px 7px; border: 1px solid rgba(255,255,255,.18); color: #d7ebea; font-size: 9px; }

/* Growth path */
.path-section { position: relative; overflow: hidden; background: #dcebea; }
.path-section::after { position: absolute; top: -50%; right: -18%; width: 52vw; height: 52vw; border: 1px solid rgba(9,113,115,.16); border-radius: 50%; content: ""; }
.path-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 140px); }
.path-intro { max-width: 410px; }.path-intro .kicker { margin-bottom: 16px; }.path-intro > p { margin: 22px 0 0; color: #587176; font-size: 14px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 27px; padding-bottom: 5px; border-bottom: 1px solid var(--cyan-deep); color: var(--cyan-deep); font-size: 13px; font-weight: 700; }.text-link span { font-size: 17px; transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.growth-path { position: relative; display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(7,85,89,.25); }.growth-path::before { position: absolute; top: 27px; bottom: 27px; left: 28px; width: 1px; background: rgba(7,85,89,.25); content: ""; }
.growth-path li { position: relative; display: grid; grid-template-columns: 59px 1fr auto; align-items: center; min-height: 106px; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(7,85,89,.25); }.growth-path li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 57px; height: 57px; border: 1px solid rgba(7,85,89,.37); border-radius: 50%; color: var(--cyan-deep); background: #dcebea; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; }.growth-path li:hover > span { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }.growth-path h3 { margin: 0; font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }.growth-path p { margin: 2px 0 0; color: #5d7477; font-size: 12px; }.growth-path li > i { display: block; width: 33px; height: 33px; border: 1px solid rgba(7,85,89,.27); border-radius: 50%; }.growth-path li > i::before { display: block; margin: 6px; border-top: 1px solid var(--cyan-deep); content: ""; transform: translateY(8px); }

/* Agent */
.agent-section { position: relative; overflow: hidden; padding: clamp(96px, 11vw, 160px) 0; }.agent-grid-pattern { position: absolute; inset: 0; opacity: .43; background-image: linear-gradient(rgba(103,235,224,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(103,235,224,.08) 1px, transparent 1px); background-size: 43px 43px; mask-image: radial-gradient(circle at 64% 52%, #000 0, rgba(0,0,0,.45) 36%, transparent 74%); }.agent-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(48px, 7vw, 106px); }.agent-copy { max-width: 470px; }.agent-copy h2 { font-size: clamp(38px, 4vw, 58px); }.agent-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #aec8c9; font-size: 15px; line-height: 1.9; }
.agent-console { overflow: hidden; border: 1px solid rgba(150,229,222,.3); background: #092531; box-shadow: 23px 23px 0 rgba(56,221,207,.09); }.console-head, .console-foot { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(150,229,222,.18); color: #9ec1c1; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .13em; }.console-head span { display: flex; align-items: center; gap: 7px; }.console-head i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }.console-head b { color: var(--coral); font-size: 8px; }.console-body { display: grid; grid-template-columns: 115px 1fr; min-height: 343px; }.console-menu { display: flex; flex-direction: column; gap: 3px; padding: 14px 9px; border-right: 1px solid rgba(150,229,222,.18); color: #84a7a8; font-size: 10px; }.console-menu span { padding: 9px 10px; }.console-menu .menu-active { color: #f2fdfc; background: rgba(56,221,207,.12); }.console-main { position: relative; padding: 29px clamp(20px, 4vw, 45px); }.console-title { position: relative; padding-bottom: 16px; border-bottom: 1px solid rgba(150,229,222,.18); }.console-title p { margin: 0 0 4px; color: var(--cyan); font-size: 10px; }.console-title h3 { margin: 0; color: #effafa; font-family: var(--display); font-size: clamp(19px, 2vw, 25px); letter-spacing: -.04em; }.console-title > span { position: absolute; top: 3px; right: 0; color: #8eafaf; font-family: Arial, sans-serif; font-size: 9px; }.check-list { display: grid; gap: 8px; margin-top: 18px; }.check-row { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 8px; min-height: 31px; color: #d3e4e3; font-size: 11px; }.check-row i { display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid rgba(192,234,230,.34); border-radius: 50%; color: #9bbfc0; font-family: Arial, sans-serif; font-size: 9px; font-style: normal; }.check-row.is-done i { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }.check-row b { color: #8aabaa; font-size: 9px; font-weight: 400; }.console-suggestion { margin-top: 19px; padding: 10px 12px; border-left: 2px solid var(--coral); background: rgba(255,124,97,.08); }.console-suggestion span { color: var(--coral); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .11em; }.console-suggestion p { margin: 2px 0 0; color: #d4e8e5; font-size: 10px; line-height: 1.55; }.console-foot { min-height: 37px; border-top: 1px solid rgba(150,229,222,.18); border-bottom: 0; }.console-foot i { width: 6px; height: 6px; margin-left: 4px; border-radius: 50%; background: #2e9d99; }.console-foot i:nth-last-child(2) { background: var(--cyan); }.console-foot i:last-child { background: var(--coral); }

/* Principles */
.principles-section { background: var(--white); }.principle-banner { display: grid; grid-template-columns: 150px minmax(0, 1.3fr) minmax(230px, .56fr); align-items: start; gap: 35px; padding-bottom: 69px; border-bottom: 1px solid var(--line); }.principle-index { padding-top: 7px; color: var(--coral); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; }.principle-banner h2 { font-size: clamp(35px, 4.35vw, 61px); }.principle-banner > p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--line); }.principle-card { min-height: 232px; padding: 33px 30px; background: var(--white); }.principle-card:hover { background: #f0f7f7; }.principle-card h3 { margin: 29px 0 13px; font-family: var(--display); font-size: 24px; letter-spacing: -.05em; line-height: 1.35; }.principle-card p { max-width: 265px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* Dongming and FAQ */
.dongming-section { padding: 0 0 clamp(85px, 11vw, 145px); background: var(--white); }.dongming-card { position: relative; display: grid; grid-template-columns: 230px minmax(0, 1fr) 270px; align-items: center; gap: clamp(24px, 4vw, 64px); min-height: 360px; padding: 42px clamp(28px, 5vw, 72px); overflow: hidden; color: #f3fbfa; background: #0b3342; }.dongming-card::before { position: absolute; right: -200px; bottom: -260px; width: 620px; height: 620px; border: 1px solid rgba(56,221,207,.22); border-radius: 50%; content: ""; }.dongming-card::after { position: absolute; top: -200px; right: 14%; width: 380px; height: 380px; border: 1px solid rgba(255,124,97,.16); border-radius: 50%; content: ""; }.dongming-radar { position: relative; z-index: 1; display: grid; place-items: center; width: 186px; height: 186px; margin: auto; border: 1px solid rgba(72,222,211,.55); border-radius: 50%; }.dongming-radar span { position: absolute; border: 1px solid rgba(72,222,211,.25); border-radius: 50%; }.dongming-radar span:nth-child(1) { width: 72%; height: 72%; }.dongming-radar span:nth-child(2) { width: 42%; height: 42%; }.dongming-radar span:nth-child(3) { width: 13%; height: 13%; background: var(--cyan); border: 0; }.dongming-radar i { position: absolute; bottom: 50%; left: 50%; width: 50%; height: 1px; background: linear-gradient(to right, var(--cyan), transparent); transform-origin: left center; transform: rotate(-34deg); animation: radarSweep 4s ease-in-out infinite; }.dongming-radar b { position: relative; display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; color: var(--ink); background: var(--coral); font-family: Arial, sans-serif; font-size: 16px; letter-spacing: .02em; }.dongming-copy { position: relative; z-index: 1; }.dongming-copy .kicker { color: var(--cyan); margin-bottom: 16px; }.dongming-copy h2 { font-size: clamp(28px, 3vw, 40px); }.dongming-copy h2 span { color: var(--cyan); }.dongming-copy > p:not(.kicker) { max-width: 530px; margin: 16px 0 23px; color: #bbd5d5; font-size: 13px; }.topic-stack { position: relative; z-index: 1; display: grid; gap: 9px; }.topic-stack span { display: block; padding: 12px 12px 12px 18px; border-left: 2px solid var(--coral); background: rgba(255,255,255,.07); color: #d5e8e7; font-size: 11px; line-height: 1.5; }.topic-stack span:nth-child(2) { border-left-color: var(--cyan); }.topic-stack span:nth-child(3) { border-left-color: var(--amber); }
.faq-section { background: var(--paper); }.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; align-items: start; gap: clamp(50px, 10vw, 140px); }.faq-intro { max-width: 350px; }.faq-intro .kicker { margin-bottom: 15px; }.faq-intro > p:not(.kicker) { margin: 19px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 78px; cursor: pointer; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: -.025em; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary i { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan-deep); font-family: Arial, sans-serif; font-size: 20px; font-style: normal; font-weight: 300; transition: transform .25s ease, background .25s ease; }.faq-list details[open] summary i { color: var(--ink); border-color: var(--cyan); background: var(--cyan); transform: rotate(45deg); }.faq-list details p { max-width: 640px; padding: 0 45px 22px 0; margin: -7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

/* Contact and footer */
.contact-section { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 143px) 0; }.contact-section::before { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 65%, rgba(56,221,207,.045)); content: ""; }.contact-orbit { position: absolute; top: -340px; right: -175px; width: 650px; height: 650px; border: 1px solid rgba(56,221,207,.18); border-radius: 50%; }.contact-orbit::before, .contact-orbit::after { position: absolute; border: 1px solid rgba(255,124,97,.17); border-radius: 50%; content: ""; }.contact-orbit::before { inset: 67px; }.contact-orbit::after { inset: 142px; border-color: rgba(56,221,207,.22); }.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(320px, .68fr); gap: clamp(50px, 11vw, 150px); align-items: end; }.contact-layout h2 { font-size: clamp(38px, 4.6vw, 64px); }.contact-layout > div > p:not(.eyebrow) { max-width: 525px; margin: 22px 0 0; color: #aec9ca; font-size: 15px; line-height: 1.9; }.contact-actions { display: grid; gap: 9px; }.contact-button { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 24px; width: 100%; min-height: 75px; padding: 15px 54px 15px 18px; border: 1px solid rgba(194,238,233,.25); color: #f0fbfa; background: transparent; text-align: left; cursor: pointer; transition: border-color .25s ease, background .25s ease, transform .25s ease; }.contact-button span { grid-column: 1; font-size: 13px; font-weight: 700; }.contact-button b { grid-column: 1; color: #a9c6c6; font-family: Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .045em; }.contact-button i { position: absolute; top: 50%; right: 17px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: 16px; font-style: normal; transform: translateY(-50%); transition: transform .25s ease, background .25s ease; }.contact-button:hover { border-color: var(--cyan); background: rgba(56,221,207,.08); transform: translateX(4px); }.contact-button:hover i { background: var(--coral); transform: translate(3px,-50%); }.site-footer { color: #b6cdce; background: #04131d; }.footer-top { display: flex; justify-content: space-between; gap: 34px; align-items: center; padding: 37px 0; border-bottom: 1px solid rgba(200,237,233,.14); }.footer-brand { color: #eff9f8; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 27px; font-size: 12px; }.footer-links a { transition: color .2s ease; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 21px; color: #789597; font-size: 10px; line-height: 1.65; }.footer-bottom p { margin: 0; }.footer-bottom a:hover { color: var(--cyan); }.back-top { position: fixed; z-index: 50; right: 19px; bottom: 19px; display: grid; place-items: center; width: 39px; height: 39px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cyan); box-shadow: 0 7px 20px rgba(7,31,42,.22); cursor: pointer; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease, background .2s ease; }.back-top:hover { background: var(--coral); }.back-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }.toast { position: fixed; z-index: 100; right: 20px; bottom: 70px; padding: 10px 14px; border: 1px solid rgba(56,221,207,.3); color: #effaf9; background: #0c2d39; box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: 12px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Reveals and accessibility */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .13s; }.reveal-delay-1 { transition-delay: .09s; }.reveal-delay-2 { transition-delay: .18s; }.reveal-delay-3 { transition-delay: .27s; }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
@keyframes dotPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,124,97,.4); } 50% { box-shadow: 0 0 0 7px rgba(255,124,97,0); } }
@keyframes coreSpin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-37%); } }
@keyframes radarSweep { 50% { transform: rotate(63deg); } }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 48px, 900px); }
  .hero-visual { right: -13%; width: min(81vw, 870px); }
  .service-rail { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 330px; }.service-card p { min-height: auto; }
  .principle-banner { grid-template-columns: 100px 1fr; }.principle-banner > p { grid-column: 2; max-width: 490px; }.principle-index { grid-row: span 2; }
  .dongming-card { grid-template-columns: 180px 1fr; }.topic-stack { grid-column: 2; max-width: 590px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); --nav-height: 67px; }
  body { font-size: 15px; }.site-header { height: var(--nav-height); }.header-inner { grid-template-columns: 1fr auto; gap: 15px; }.brand { width: 145px; min-width: 145px; }.site-header.is-scrolled .brand { padding: 5px 7px; }
  .nav-toggle { position: relative; z-index: 5; display: grid; align-content: center; gap: 6px; width: 38px; height: 38px; padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; cursor: pointer; }.site-header.is-scrolled .nav-toggle { border-color: var(--line); }.nav-toggle i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }.nav-toggle.is-open i:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-toggle.is-open i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 18px; display: grid; justify-items: start; width: min(260px, calc(100vw - 36px)); height: auto; padding: 14px 20px; border: 1px solid rgba(224,244,241,.16); color: #edf9f8; background: #0a2532; box-shadow: 0 18px 36px rgba(0,0,0,.24); opacity: 0; transform: translateY(-8px); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.site-nav.is-open { opacity: 1; transform: none; visibility: visible; }.site-nav a { width: 100%; padding: 10px 0; }.site-nav a::after { bottom: 5px; width: 30px; }.header-cta { display: none; }.nav-is-open { overflow: hidden; }
  .hero { min-height: 850px; padding-top: calc(var(--nav-height) + 60px); }.hero::after { right: -58vw; bottom: 15%; width: 110vw; height: 110vw; }.hero-grid { display: block; min-height: 0; padding-bottom: 65px; }.hero h1 { font-size: clamp(42px, 12vw, 58px); letter-spacing: -.075em; line-height: 1.16; }.hero-lede { margin-top: 21px; font-size: 14px; line-height: 1.8; }.hero-actions { margin-top: 28px; }.button { min-height: 47px; padding: 12px 15px; font-size: 13px; }.hero-footnotes { gap: 8px 14px; margin-top: 33px; font-size: 10px; }.hero-visual { position: relative; top: auto; right: auto; width: calc(100% + 26px); margin: 10px -13px -18px; transform: none; }.hero-visual img { mask-image: linear-gradient(to bottom, transparent 0, #000 14%, #000 84%, transparent 100%); }.hero-visual figcaption { right: 8%; bottom: 7%; left: 8%; font-size: 6px; letter-spacing: .1em; }.hero-ticker { height: 39px; font-size: 8px; }
  .section-space { padding: 78px 0; }.split-heading, .heading-row, .path-shell, .agent-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 28px; }.split-heading .kicker { grid-column: auto; margin-bottom: -9px; }.section-heading h2, .path-intro h2, .principle-banner h2, .dongming-copy h2, .faq-intro h2 { font-size: clamp(32px, 9vw, 44px); }.split-heading > p, .heading-row > p { max-width: 510px; font-size: 14px; }.friction-grid { grid-template-columns: repeat(2, 1fr); margin-top: 43px; }.friction-card { min-height: 216px; padding: 19px 17px; }.friction-card h3 { margin: 25px 0 11px; font-size: 18px; }.friction-card p { font-size: 11px; }
  .services-section { padding: 78px 0; }.heading-row .kicker { margin-bottom: 12px; }.service-rail { grid-template-columns: 1fr; gap: 10px; margin-top: 37px; }.service-card { min-height: 285px; padding: 19px; }.service-card h3 { margin-top: 42px; font-size: 25px; }.service-card p { max-width: 300px; font-size: 12px; }.service-card ul { margin-top: 13px; }
  .path-section { padding: 78px 0; }.path-intro { max-width: 550px; }.path-intro > p { margin-top: 17px; }.growth-path { margin-top: 28px; }.growth-path li { grid-template-columns: 48px 1fr auto; min-height: 89px; gap: 13px; }.growth-path::before { top: 22px; bottom: 22px; left: 23px; }.growth-path li > span { width: 47px; height: 47px; font-size: 9px; }.growth-path h3 { font-size: 19px; }.growth-path p { font-size: 11px; }.growth-path li > i { width: 27px; height: 27px; }
  .agent-section { padding: 80px 0; }.agent-copy { max-width: none; }.agent-copy h2 { font-size: clamp(36px, 9vw, 48px); }.agent-copy > p:not(.eyebrow) { margin: 18px 0 25px; font-size: 14px; }.agent-console { box-shadow: 10px 10px 0 rgba(56,221,207,.08); }.console-body { grid-template-columns: 1fr; }.console-menu { display: flex; flex-direction: row; overflow: auto; padding: 8px; border-right: 0; border-bottom: 1px solid rgba(150,229,222,.18); white-space: nowrap; }.console-menu span { padding: 6px 7px; font-size: 9px; }.console-main { min-height: 305px; padding: 23px 18px; }.console-title h3 { font-size: 19px; }.console-suggestion { margin-top: 15px; }.console-foot { font-size: 7px; }
  .principle-banner { display: block; padding-bottom: 44px; }.principle-index { margin-bottom: 18px; }.principle-banner > p { max-width: 530px; margin-top: 18px; font-size: 13px; }.principle-grid { grid-template-columns: 1fr; }.principle-card { min-height: 191px; padding: 25px 20px; }.principle-card h3 { margin: 20px 0 9px; font-size: 22px; }
  .dongming-section { padding-bottom: 78px; }.dongming-card { grid-template-columns: 1fr; gap: 25px; min-height: 0; padding: 35px 24px 29px; }.dongming-radar { width: 130px; height: 130px; margin: 0; }.dongming-radar b { width: 43px; height: 43px; font-size: 13px; }.topic-stack { grid-column: auto; }.dongming-copy > p:not(.kicker) { margin-bottom: 20px; }
  .faq-intro { max-width: 510px; }.faq-list { margin-top: 13px; }.faq-list summary { min-height: 71px; font-size: 15px; line-height: 1.5; }.faq-list details p { padding-right: 8px; font-size: 12px; }
  .contact-section { padding: 80px 0; }.contact-layout h2 { font-size: clamp(37px, 10vw, 51px); }.contact-layout > div > p:not(.eyebrow) { margin-top: 17px; font-size: 14px; }.contact-button { min-height: 71px; }.footer-top { display: block; padding: 30px 0 22px; }.footer-links { justify-content: flex-start; margin-top: 26px; gap: 13px 22px; }.footer-bottom { display: block; padding: 15px 0 20px; }.footer-bottom p + p { margin-top: 6px; }.back-top { right: 12px; bottom: 12px; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 30px); }.hero { min-height: 827px; }.hero h1 { font-size: 41px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-visual { width: calc(100% + 18px); margin-right: -9px; margin-left: -9px; }.friction-card h3 { font-size: 16px; }.friction-card p { font-size: 10px; }.dongming-card { padding-right: 18px; padding-left: 18px; }
}

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

/* Six independent service pages */
.site-nav { gap: clamp(14px, 1.8vw, 24px); font-size: 13px; }
.site-nav a.is-current { opacity: 1; }
.site-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.service-card { text-decoration: none; }

.agent-visual { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(150,229,222,.26); background: #092531; box-shadow: 23px 23px 0 rgba(56,221,207,.09); }
.agent-visual::after { position: absolute; right: 0; bottom: 0; left: 0; height: 28%; background: linear-gradient(to top, rgba(5,27,41,.72), transparent); content: ""; pointer-events: none; }
.agent-visual img { display: block; width: 100%; min-height: 390px; object-fit: cover; object-position: center; mix-blend-mode: screen; opacity: .96; }
.agent-visual figcaption { position: absolute; z-index: 1; right: 24px; bottom: 20px; left: 24px; display: flex; justify-content: space-between; gap: 16px; color: #ecfafa; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.agent-visual figcaption span { color: var(--cyan); }
.dongming-card { grid-template-columns: minmax(0, 1fr) 270px; }

.inner-page {
  /* Keep wide decorative artwork clipped without turning the body into a
     non-scrollable box. Vertical overflow must remain available on every
     service page. */
  overflow-x: clip;
  overflow-y: visible;
  background: var(--paper);
}
.inner-hero { position: relative; overflow: hidden; padding: calc(var(--nav-height) + 76px) 0 78px; color: #f0fbfa; background: radial-gradient(circle at 87% 22%, rgba(35,117,124,.62), transparent 30%), radial-gradient(circle at 13% 100%, rgba(255,124,97,.18), transparent 26%), #061a27; }
.inner-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(145,229,222,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(145,229,222,.055) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 90%); content: ""; }
.inner-hero::after { position: absolute; top: 17%; right: -18vw; width: 48vw; height: 48vw; border: 1px solid rgba(56,221,207,.17); border-radius: 50%; content: ""; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .65fr); align-items: end; gap: clamp(44px, 8vw, 128px); min-height: 445px; }
.inner-hero-copy { max-width: 720px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 29px; color: #9ababa; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.breadcrumbs span { color: var(--coral); }
.inner-hero h1 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(43px, 5.3vw, 74px); font-weight: 800; letter-spacing: -.07em; line-height: 1.11; text-wrap: balance; }
.inner-hero h1 em { color: var(--cyan); font-style: normal; }
.inner-hero-lede { max-width: 560px; margin: 25px 0 0; color: #b5ccce; font-size: 16px; line-height: 1.9; }
.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-side-note { position: relative; z-index: 1; align-self: end; padding: 26px 26px 24px; border: 1px solid rgba(180,237,232,.25); background: rgba(4,27,39,.54); box-shadow: 14px 14px 0 rgba(56,221,207,.08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.hero-side-note .note-label { display: block; margin-bottom: 21px; color: var(--cyan); font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-side-note strong { display: block; max-width: 300px; color: #f4fbfa; font-family: var(--display); font-size: 25px; letter-spacing: -.05em; line-height: 1.35; }
.hero-side-note p { margin: 15px 0 0; color: #a8c2c4; font-size: 12px; line-height: 1.8; }
.hero-side-note .note-rule { display: block; width: 39px; height: 2px; margin-top: 25px; background: var(--coral); }

.page-section { padding: clamp(82px, 10vw, 142px) 0; }
.page-section-white { background: var(--white); }
.page-section-paper { background: var(--paper); }
.section-lead { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(250px, .62fr); align-items: end; gap: clamp(44px, 10vw, 156px); margin-bottom: 58px; }
.section-lead h2, .wide-statement h2, .process-intro h2, .page-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(35px, 4.1vw, 58px); font-weight: 800; letter-spacing: -.068em; line-height: 1.18; text-wrap: balance; }
.section-lead h2 span, .wide-statement h2 span, .process-intro h2 span, .page-cta h2 em { color: var(--cyan-deep); font-style: normal; }
.section-lead > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.eyebrow-dark { color: var(--cyan-deep); }
.eyebrow-dark > span { background: currentColor; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.capability-card { min-height: 278px; padding: 27px 28px 25px; background: var(--white); transition: background .24s ease, transform .24s ease; }
.capability-card:hover { position: relative; z-index: 1; background: #eef8f7; transform: translateY(-6px); }
.capability-card > span { color: var(--cyan-deep); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.capability-card h3 { margin: 36px 0 13px; font-family: var(--display); font-size: 24px; font-weight: 760; letter-spacing: -.055em; line-height: 1.32; }
.capability-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.capability-card.is-dark { color: #eef9f8; background: var(--ink-soft); }
.capability-card.is-dark > span { color: var(--coral); }
.capability-card.is-dark p { color: #b7cfd0; }

.wide-statement { display: grid; grid-template-columns: 118px minmax(0, 1fr) minmax(230px, .55fr); gap: clamp(24px, 4vw, 58px); align-items: start; padding: clamp(38px, 5vw, 64px); color: #f3fbfa; background: #0a3543; }
.wide-statement .statement-index { padding-top: 7px; color: var(--coral); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.wide-statement h2 { font-size: clamp(32px, 3.8vw, 53px); }
.wide-statement p { max-width: 330px; margin: 9px 0 0; color: #b5d0d1; font-size: 14px; line-height: 1.9; }

.process-section { color: #eff9f8; background: var(--ink); }
.process-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr); align-items: end; gap: clamp(42px, 9vw, 135px); margin-bottom: 51px; }
.process-intro h2 span { color: var(--cyan); }
.process-intro > p { max-width: 390px; margin: 0; color: #adc7c9; font-size: 14px; line-height: 1.9; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(184,236,232,.22); border-left: 1px solid rgba(184,236,232,.22); }
.process-item { min-height: 267px; padding: 28px 23px; border-right: 1px solid rgba(184,236,232,.22); border-bottom: 1px solid rgba(184,236,232,.22); }
.process-item > span { color: var(--cyan); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.process-item h3 { margin: 47px 0 12px; font-family: var(--display); font-size: 24px; letter-spacing: -.05em; }
.process-item p { margin: 0; color: #abc5c7; font-size: 12px; line-height: 1.8; }

.evidence-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.evidence-block { padding: clamp(29px, 4vw, 50px); background: var(--paper); }
.evidence-block h3 { margin: 0; font-family: var(--display); font-size: clamp(26px, 2.7vw, 36px); letter-spacing: -.06em; line-height: 1.25; }
.evidence-block p { max-width: 500px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.plain-list { display: grid; gap: 0; padding: 0; margin: 27px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plain-list li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.plain-list li::before { margin-right: 10px; color: var(--coral); content: "—"; }

.agent-page-visual { position: relative; overflow: hidden; min-height: 100%; border: 1px solid rgba(159,232,225,.27); background: rgba(2,24,36,.66); }
.agent-page-visual img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; mix-blend-mode: screen; }
.agent-page-visual figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding-top: 16px; border-top: 1px solid rgba(179,235,230,.28); color: #b9d9d8; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.agent-page-visual figcaption b { color: var(--cyan); font-weight: 700; }

.boundary-note { display: grid; grid-template-columns: 38px 1fr; gap: 18px; max-width: 840px; padding: 22px 24px; border-left: 2px solid var(--coral); background: #fff4f1; }
.boundary-note b { color: var(--coral); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .14em; }
.boundary-note p { margin: 0; color: #6d5048; font-size: 13px; line-height: 1.85; }

.about-identity { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .58fr); align-items: start; gap: clamp(45px, 8vw, 120px); }
.about-identity h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.5vw, 64px); font-weight: 800; letter-spacing: -.07em; line-height: 1.17; }
.about-identity h2 span { color: var(--cyan-deep); }
.about-identity > div > p:not(.kicker) { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.95; }
.about-aside { padding: 27px; border-top: 2px solid var(--cyan-deep); background: #e9f4f3; }
.about-aside strong { display: block; font-family: var(--display); font-size: 22px; letter-spacing: -.04em; line-height: 1.4; }
.about-aside p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.about-link { display: inline-flex; margin-top: 17px; color: var(--cyan-deep); font-size: 13px; font-weight: 700; }
.about-link:hover { color: var(--coral); }

.page-cta { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 96px); color: #effafa; background: #092b39; }
.page-cta::after { position: absolute; top: -170px; right: -120px; width: 430px; height: 430px; border: 1px solid rgba(56,221,207,.2); border-radius: 50%; content: ""; }
.page-cta > div { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; }
.page-cta h2 { max-width: 670px; font-size: clamp(34px, 4vw, 56px); }
.page-cta p { max-width: 570px; margin: 18px 0 0; color: #b4cfd0; font-size: 14px; line-height: 1.9; }

@media (max-width: 1040px) {
  .site-nav { gap: 13px; font-size: 12px; }
  .agent-visual { box-shadow: 12px 12px 0 rgba(56,221,207,.08); }
  .dongming-card { grid-template-columns: minmax(0, 1fr) 245px; }
  .inner-hero-grid, .section-lead, .process-intro, .about-identity { gap: 46px; }
  .wide-statement { grid-template-columns: 90px 1fr; }.wide-statement p { grid-column: 2; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-nav { gap: 0; font-size: 14px; }
  .agent-visual img { min-height: 270px; }.agent-visual figcaption { right: 15px; bottom: 14px; left: 15px; display: block; font-size: 8px; }.agent-visual figcaption b { display: block; margin-top: 5px; letter-spacing: .08em; }
  .dongming-card { grid-template-columns: 1fr; }
  .inner-hero { padding: calc(var(--nav-height) + 55px) 0 58px; }.inner-hero::after { top: 52%; right: -35vw; width: 86vw; height: 86vw; }.inner-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 37px; }.breadcrumbs { margin-bottom: 20px; font-size: 8px; }.inner-hero h1 { font-size: clamp(42px, 11.6vw, 58px); }.inner-hero-lede { margin-top: 20px; font-size: 14px; }.inner-hero-actions { margin-top: 26px; }.hero-side-note { padding: 21px 20px; }.hero-side-note strong { font-size: 22px; }
  .page-section { padding: 76px 0; }.section-lead, .process-intro, .about-identity { grid-template-columns: 1fr; gap: 25px; margin-bottom: 39px; }.section-lead h2, .wide-statement h2, .process-intro h2, .page-cta h2 { font-size: clamp(32px, 9vw, 46px); }.section-lead > p, .process-intro > p { font-size: 14px; }
  .capability-grid, .evidence-grid { grid-template-columns: 1fr; }.capability-card { min-height: 210px; padding: 23px 20px; }.capability-card h3 { margin-top: 26px; font-size: 22px; }
  .wide-statement { display: block; padding: 35px 24px; }.wide-statement .statement-index { margin-bottom: 18px; }.wide-statement p { margin-top: 18px; }
  .process-list { grid-template-columns: 1fr; }.process-item { min-height: 183px; padding: 23px 20px; }.process-item h3 { margin: 28px 0 8px; font-size: 22px; }
  .agent-page-visual img { min-height: 300px; }.boundary-note { grid-template-columns: 1fr; gap: 9px; padding: 19px; }.about-identity > div > p:not(.kicker) { margin-top: 18px; font-size: 14px; }.about-aside { padding: 22px; }
  .page-cta { padding: 45px 24px; }.page-cta > div { grid-template-columns: 1fr; gap: 26px; }.page-cta p { font-size: 13px; }
}

/* Homepage v2 — brighter, editorial, and brand-led */
.home-v2 { background: #f6f2e9; }
.home-v2 .site-header { color: #122f3c; }
.home-v2 .site-header .brand { width: 184px; min-width: 184px; padding: 8px 10px; border-radius: 3px; background: #082939; box-shadow: 0 5px 16px rgba(6,34,47,.12); }
.home-v2 .site-header.is-scrolled { color: #122f3c; background: rgba(255,253,248,.95); }
.home-v2 .site-header.is-scrolled .brand { padding: 8px 10px; background: #082939; }
.home-v2 .site-header .site-nav a { opacity: .83; }
.home-v2 .site-header .site-nav a:hover, .home-v2 .site-header .site-nav a:focus, .home-v2 .site-header .site-nav a.is-current { opacity: 1; }
.home-v2 .site-header .site-nav a::after { background: #ed7130; }
.home-v2 .site-header .header-cta { border-color: rgba(8,41,57,.26); color: #12313d; }
.home-v2 .site-header .header-cta b { color: #fff; background: #ed7130; }

.home-hero { position: relative; min-height: 740px; overflow: hidden; padding: calc(var(--nav-height) + 70px) 0 58px; background: #fbf8f1; }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; min-height: 558px; }
.home-hero-copy { position: relative; z-index: 2; max-width: 620px; padding: 15px 0 28px; }
.home-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 23px; color: #e46b2d; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.home-kicker::before { display: inline-block; width: 22px; height: 2px; background: currentColor; content: ""; }
.home-hero h1 { margin: 0; color: #0a2d3c; font-family: var(--display); font-size: clamp(48px, 5.2vw, 77px); font-weight: 800; letter-spacing: -.075em; line-height: 1.1; text-wrap: balance; }
.home-hero h1 span { color: #d85722; }
.home-hero-copy > p:not(.home-kicker) { max-width: 505px; margin: 26px 0 0; color: #5e6e72; font-size: 16px; line-height: 1.9; }
.home-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.home-primary-button { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 14px 15px 14px 22px; border-radius: 100px; color: #fff; background: #e9672a; box-shadow: 0 12px 24px rgba(209,84,29,.22); font-size: 14px; font-weight: 750; transition: transform .22s ease, background .22s ease; }
.home-primary-button b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #e05e25; background: #fff8ee; font-size: 17px; line-height: 1; }
.home-primary-button:hover { background: #cb4d1c; transform: translateY(-3px); }
.home-text-button { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid #8aa0a1; color: #183640; font-size: 13px; font-weight: 700; transition: color .2s ease, border-color .2s ease; }
.home-text-button:hover { color: #d85722; border-color: #d85722; }
.home-text-button span { color: #d85722; font-size: 18px; line-height: .8; }
.home-hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 54px; color: #718184; font-size: 11px; }
.home-hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.home-hero-points span::before { width: 5px; height: 5px; border-radius: 50%; background: #e66b2d; content: ""; }
.home-hero-visual { position: absolute; z-index: 1; top: 0; right: -12.5vw; bottom: -66px; width: min(76vw, 1030px); margin: 0; pointer-events: none; }
.home-hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.home-hero-tail { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid #dcd5c8; color: #8a9693; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.home-hero-tail i { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #e66b2d; }

.home-v2 .diagnosis-section { background: #f4f0e7; }.home-v2 .friction-grid { border-color: #dfd8cc; background: #dfd8cc; }.home-v2 .friction-card { background: #f4f0e7; }.home-v2 .friction-card:hover { background: #fffbf2; }.home-v2 .friction-card.accent-card { background: #0f3b4d; }.home-v2 .services-section { background: #fffdf8; }.home-v2 .service-card { border-radius: 2px; }.home-v2 .service-card.service-site { background: #123f52; }.home-v2 .service-card.service-seo { background: #205c72; }.home-v2 .service-card.service-geo { background: #e98539; }.home-v2 .service-card.service-geo .service-top, .home-v2 .service-card.service-geo p, .home-v2 .service-card.service-geo li { color: rgba(7,31,42,.73); }.home-v2 .service-card.service-geo li { border-color: rgba(7,31,42,.25); }.home-v2 .service-card.service-agent { background: #78bfb5; }.home-v2 .path-section { background: #f4f0e7; }.home-v2 .principles-section { background: #fffdf8; }.home-v2 .principle-card { background: #fffdf8; }.home-v2 .principle-card:hover { background: #f5f0e5; }.home-v2 .dongming-section { background: #fffdf8; }.home-v2 .faq-section { background: #f4f0e7; }.home-v2 .contact-section { background: #0b3444; }

@media (max-width: 1040px) {
  .home-v2 .site-header .brand { width: 174px; min-width: 174px; }.home-hero { min-height: 680px; }.home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr); }.home-hero-visual { right: -22vw; width: 88vw; }.home-hero h1 { font-size: clamp(45px, 5.3vw, 62px); }
}

@media (max-width: 760px) {
  .home-v2 .site-header .brand { width: 145px; min-width: 145px; padding: 6px 8px; }.home-v2 .site-header.is-scrolled .brand { padding: 6px 8px; }.home-v2 .nav-toggle { border-color: rgba(8,41,57,.34); }.home-v2 .site-nav { color: #f1fbf9; }
  .home-hero { min-height: 0; padding: calc(var(--nav-height) + 54px) 0 37px; }.home-hero-grid { display: block; min-height: 0; }.home-hero-copy { padding: 0; }.home-hero h1 { font-size: clamp(44px, 12.2vw, 59px); line-height: 1.1; }.home-hero-copy > p:not(.home-kicker) { margin-top: 19px; font-size: 14px; }.home-hero-actions { gap: 17px; margin-top: 26px; }.home-primary-button { min-height: 49px; padding: 11px 12px 11px 18px; }.home-hero-points { gap: 8px 15px; margin-top: 31px; font-size: 10px; }.home-hero-visual { position: relative; top: auto; right: auto; bottom: auto; width: calc(100% + 36px); height: auto; margin: 19px -18px -10px; }.home-hero-visual img { width: 100%; height: auto; object-fit: initial; }.home-hero-tail { gap: 9px; padding-top: 16px; font-size: 7px; letter-spacing: .1em; white-space: nowrap; }
}

/* Inner pages use the same light, editorial brand system as the homepage. */
.inner-page .site-header { color: #122f3c; }
.inner-page .site-header .brand { width: 184px; min-width: 184px; padding: 8px 10px; border-radius: 3px; background: #082939; box-shadow: 0 5px 16px rgba(6,34,47,.12); }
.inner-page .site-header.is-scrolled { color: #122f3c; background: rgba(255,253,248,.95); }
.inner-page .site-header.is-scrolled .brand { padding: 8px 10px; background: #082939; }
.inner-page .site-header .site-nav a::after { background: #ed7130; }
.inner-page .site-header .site-nav a[aria-current="page"] { opacity: 1; }
.inner-page .site-header .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.inner-page .site-header .header-cta { border-color: rgba(8,41,57,.26); color: #12313d; }
.inner-page .site-header .header-cta b { color: #fff; background: #ed7130; }
.inner-page .inner-hero { min-height: 590px; color: #0b2d3b; background: #fbf8f1; }
.inner-page .inner-hero::before, .inner-page .inner-hero::after { display: none; }
.inner-page .inner-hero h1 { color: #0b2d3b; }
.inner-page .inner-hero h1 em { color: #d85722; }
.inner-page .inner-hero .eyebrow { color: #e46b2d; }
.inner-page .inner-hero-lede { color: #5d6e72; }
.inner-page .breadcrumbs { color: #8a9693; }
.inner-page .breadcrumbs span { color: #e46b2d; }
.inner-page .inner-hero .button-primary { color: #fff; background: #e9672a; box-shadow: 0 12px 24px rgba(209,84,29,.18); }
.inner-page .inner-hero .button-primary:hover { background: #cb4d1c; }
.inner-page .inner-hero .button-ghost { border-color: #b9c7c4; color: #173640; }
.inner-page .inner-hero .button-ghost:hover { border-color: #e9672a; color: #d85722; background: transparent; }
.inner-page .hero-side-note { border-color: #d8d2c6; background: #fffdfa; box-shadow: 14px 14px 0 rgba(221,109,47,.10); }
.inner-page .hero-side-note .note-label, .inner-page .hero-side-note > p { color: #e46b2d; }
.inner-page .hero-side-note strong { color: #103444; }
.inner-page .hero-side-note p, .inner-page .hero-side-note > span { color: #687a7d; }
.inner-page .hero-side-note .note-rule { background: #e46b2d; }
.inner-page .agent-page-visual { border-color: #c7d6d1; background: #0c2e3d; box-shadow: 13px 13px 0 rgba(77,150,144,.16); }
.inner-page .agent-page-visual img { mix-blend-mode: normal; object-position: 62% center; }

/* Compatibility layer for the two long-form service pages. */
.page-independent-site .inner-hero, .page-google-seo .inner-hero { position: relative; overflow: hidden; padding: calc(var(--nav-height) + 74px) 0 73px; }
.page-independent-site .inner-hero-grid[aria-hidden], .page-google-seo .inner-hero-grid[aria-hidden] { position: absolute; inset: 0; display: block; min-height: 0; background: linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,0)); }
.inner-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .58fr); align-items: end; gap: clamp(44px, 8vw, 126px); min-height: 430px; }
.page-independent-site .inner-hero-copy, .page-google-seo .inner-hero-copy { max-width: 730px; }
.page-independent-site .inner-hero-copy > p:not(.eyebrow), .page-google-seo .inner-hero-copy > p:not(.eyebrow) { max-width: 565px; margin: 24px 0 0; color: #5d6e72; font-size: 16px; line-height: 1.9; }
.page-independent-site .hero-side-note, .page-google-seo .hero-side-note { align-self: end; }
.page-independent-site .hero-side-note > p, .page-google-seo .hero-side-note > p { margin: 0 0 22px; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.page-independent-site .hero-side-note > span, .page-google-seo .hero-side-note > span { display: block; margin-top: 14px; font-size: 12px; line-height: 1.8; }
.page-intro { padding: clamp(82px, 10vw, 140px) 0; background: #fffdf8; }
.page-intro .split-heading { margin-bottom: 58px; }
.service-grid { display: grid; gap: 1px; border: 1px solid #dfd8cc; background: #dfd8cc; }
.service-grid-three { grid-template-columns: repeat(3, 1fr); }
.service-card-lite { min-height: 260px; padding: 28px; background: #fffdf8; transition: background .24s ease, transform .24s ease; }
.service-card-lite:hover { position: relative; z-index: 1; background: #f4efe5; transform: translateY(-6px); }
.service-card-lite .card-index { margin: 0; color: #e46b2d; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.service-card-lite h3 { margin: 35px 0 13px; font-family: var(--display); font-size: 23px; letter-spacing: -.055em; line-height: 1.35; }
.service-card-lite > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.service-card-lite.accent-lite { color: #f2fbf9; background: #123e50; }.service-card-lite.accent-lite > p:last-child { color: #b6ced0; }
.page-focus-section { padding: clamp(80px, 10vw, 136px) 0; color: #eefafa; background: #0b3545; }
.focus-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, .9fr); align-items: start; gap: clamp(48px, 9vw, 138px); }
.focus-copy h2, .process-heading h2, .growth-room-copy h2, .boundary-note h2 { margin: 0; font-family: var(--display); font-size: clamp(35px, 4.15vw, 58px); font-weight: 800; letter-spacing: -.068em; line-height: 1.18; }
.focus-copy h2 em { color: #74c8bb; font-style: normal; }.focus-copy > p:not(.eyebrow) { max-width: 470px; margin: 22px 0 0; color: #b6ced1; font-size: 14px; line-height: 1.9; }
.focus-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(211,240,236,.25); }.focus-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(211,240,236,.25); }.focus-list li > span { color: #77cfc3; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; }.focus-list h3 { margin: 0; font-family: var(--display); font-size: 20px; letter-spacing: -.045em; }.focus-list p { margin: 7px 0 0; color: #afc7c9; font-size: 12px; line-height: 1.8; }
.page-independent-site .process-section, .page-google-seo .process-section { padding: clamp(82px, 10vw, 138px) 0; color: #153540; background: #f4f0e7; }.process-heading { max-width: 800px; margin-bottom: 57px; }.process-heading h2 span { color: #d85722; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d8d2c6; border-left: 1px solid #d8d2c6; }.process-step { min-height: 230px; padding: 26px 23px; border-right: 1px solid #d8d2c6; border-bottom: 1px solid #d8d2c6; }.process-step > span { color: #e46b2d; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; }.process-step h3 { margin: 44px 0 11px; font-family: var(--display); font-size: 23px; letter-spacing: -.05em; }.process-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.growth-room-section { padding: clamp(82px, 10vw, 136px) 0; background: #fffdf8; }.growth-room-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(380px, 1fr); align-items: start; gap: clamp(46px, 9vw, 135px); }.growth-room-copy h2 span { color: #d85722; }.growth-room-list { display: grid; gap: 1px; border: 1px solid #dfd8cc; background: #dfd8cc; }.growth-room-list article { padding: 20px 22px; background: #fffdf8; }.growth-room-list article > p { margin: 0; color: #e46b2d; font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; }.growth-room-list h3 { margin: 15px 0 7px; font-family: var(--display); font-size: 21px; letter-spacing: -.04em; }.growth-room-list span { color: var(--muted); font-size: 12px; line-height: 1.8; }.boundary-section { padding: clamp(75px, 9vw, 126px) 0; background: #f4f0e7; }.page-independent-site .boundary-note, .page-google-seo .boundary-note { display: block; max-width: none; padding: 0; border: 0; background: transparent; }.page-independent-site .boundary-note .kicker, .page-google-seo .boundary-note .kicker { margin-bottom: 18px; }.page-independent-site .boundary-note h2, .page-google-seo .boundary-note h2 { max-width: 970px; color: #183842; }.page-independent-site .boundary-note h2 span, .page-google-seo .boundary-note h2 span { color: #d85722; }.page-independent-site .boundary-note > p:last-child, .page-google-seo .boundary-note > p:last-child { max-width: 680px; margin: 21px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

@media (max-width: 1040px) {
  .inner-page .site-header .brand { width: 174px; min-width: 174px; }.inner-hero-layout, .focus-layout, .growth-room-layout { gap: 47px; }.process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .inner-page .site-header .brand { width: 145px; min-width: 145px; padding: 6px 8px; }.inner-page .site-header.is-scrolled .brand { padding: 6px 8px; }.inner-page .nav-toggle { border-color: rgba(8,41,57,.34); }.inner-page .site-nav { color: #f1fbf9; }
  .inner-page .inner-hero { min-height: 0; }.inner-hero-layout, .focus-layout, .growth-room-layout { grid-template-columns: 1fr; gap: 28px; min-height: 0; }.page-independent-site .inner-hero, .page-google-seo .inner-hero { padding: calc(var(--nav-height) + 53px) 0 55px; }.page-independent-site .inner-hero-copy > p:not(.eyebrow), .page-google-seo .inner-hero-copy > p:not(.eyebrow) { margin-top: 19px; font-size: 14px; }.page-intro { padding: 76px 0; }.page-intro .split-heading { margin-bottom: 38px; }.service-grid-three, .process-grid { grid-template-columns: 1fr; }.service-card-lite { min-height: 205px; padding: 23px 20px; }.service-card-lite h3 { margin-top: 26px; font-size: 22px; }.page-focus-section, .growth-room-section { padding: 76px 0; }.focus-copy h2, .process-heading h2, .growth-room-copy h2, .boundary-note h2 { font-size: clamp(32px, 9vw, 46px); }.process-heading { margin-bottom: 39px; }.process-step { min-height: 180px; padding: 22px 20px; }.process-step h3 { margin: 29px 0 8px; font-size: 22px; }.boundary-section { padding: 73px 0; }
}

/* Homepage v3 — full rebuild around a clear persuasion sequence. */
.home-v3 {
  --s3-ink: #0c2230;
  --s3-ink-2: #132f3f;
  --s3-paper: #f5f1e8;
  --s3-white: #fffdf8;
  --s3-orange: #ee5b2b;
  --s3-orange-dark: #cf431a;
  --s3-mint: #b6d5cb;
  --s3-line: #d7d2c7;
  --s3-muted: #667477;
  color: var(--s3-ink);
  background: var(--s3-paper);
}
.home-v3 .site-header { color: var(--s3-ink); background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(12,34,48,.08); }
.home-v3 .site-header .brand { width: 184px; min-width: 184px; padding: 8px 10px; border-radius: 2px; background: var(--s3-ink); box-shadow: none; }
.home-v3 .site-header.is-scrolled { color: var(--s3-ink); background: rgba(255,253,248,.96); box-shadow: 0 12px 32px rgba(12,34,48,.08); }
.home-v3 .site-header.is-scrolled .brand { padding: 8px 10px; border-radius: 2px; background: var(--s3-ink); box-shadow: none; }
.home-v3 .site-nav a { opacity: .72; }
.home-v3 .site-nav a:hover, .home-v3 .site-nav a:focus, .home-v3 .site-nav a.is-current { opacity: 1; }
.home-v3 .site-nav a::after { background: var(--s3-orange); }
.home-v3 .header-cta { border: 0; border-radius: 0; color: #fff; background: var(--s3-ink); }
.home-v3 .header-cta b { border-radius: 0; color: #fff; background: var(--s3-orange); }
.home-v3 .header-cta:hover { color: #fff; border-color: transparent; background: var(--s3-orange-dark); }

.s3-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--s3-orange); font-family: Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .15em; line-height: 1.4; }
.s3-eyebrow span { display: inline-grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; font-size: 8px; letter-spacing: 0; }
.s3-section-head h2, .s3-authority h2, .s3-industries-head h2, .s3-faq-intro h2, .s3-contact h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.7vw, 66px); font-weight: 800; letter-spacing: -.075em; line-height: 1.12; text-wrap: balance; }
.s3-section-head h2 span { color: var(--s3-orange); }
.s3-head-center { max-width: 830px; margin: 0 auto; text-align: center; }
.s3-head-center .s3-eyebrow { justify-content: center; }
.s3-head-center > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--s3-muted); font-size: 14px; line-height: 1.9; }
.s3-head-split { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: clamp(50px, 9vw, 130px); }
.s3-head-split > p { margin: 0 0 8px; color: var(--s3-muted); font-size: 14px; line-height: 1.9; }
.s3-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: inherit; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.s3-text-link:hover { color: var(--s3-orange); }

.s3-hero { position: relative; min-height: 820px; overflow: hidden; padding: calc(var(--nav-height) + 74px) 0 45px; background: var(--s3-paper); }
.s3-hero::before { position: absolute; top: 0; right: 0; width: 41%; height: 100%; background: #e8e2d8; content: ""; }
.s3-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr); align-items: center; gap: 38px; min-height: 640px; }
.s3-hero-copy { position: relative; z-index: 2; padding: 18px 0 52px; }
.s3-hero h1 { margin: 0; color: var(--s3-ink); font-family: var(--display); font-size: clamp(53px, 4.65vw, 67px); font-weight: 850; letter-spacing: -.085em; line-height: 1.09; text-wrap: balance; }
.s3-hero h1 span { color: var(--s3-orange); }
.s3-mobile-break { display: none; }
.s3-hero-lede { max-width: 540px; margin: 28px 0 0; color: #586a6e; font-size: 16px; line-height: 1.9; }
.s3-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 34px; }
.s3-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 225px; min-height: 55px; padding: 14px 16px 14px 20px; color: #fff; background: var(--s3-orange); font-size: 13px; font-weight: 750; transition: background .2s ease, transform .2s ease; }
.s3-primary b { display: grid; place-items: center; width: 27px; height: 27px; color: var(--s3-orange); background: #fff; font-size: 16px; }
.s3-primary:hover { background: var(--s3-orange-dark); transform: translateY(-3px); }
.s3-secondary { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid #7f8c8c; font-size: 13px; font-weight: 700; }
.s3-secondary span { color: var(--s3-orange); }
.s3-proofline { display: flex; flex-wrap: wrap; gap: 9px 25px; margin-top: 50px; color: #788583; font-size: 10px; }
.s3-proofline span { display: inline-flex; align-items: center; gap: 9px; }
.s3-proofline span::before { width: 4px; height: 4px; background: var(--s3-orange); content: ""; }
.s3-hero-work { position: relative; z-index: 1; height: 620px; }
.s3-hero-shot { position: absolute; display: block; overflow: hidden; border: 7px solid var(--s3-paper); background: var(--s3-ink); transition: transform .35s ease; }
.s3-hero-shot:hover { z-index: 5; transform: translateY(-7px); }
.s3-hero-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.s3-shot-main { top: 61px; left: 0; width: 72%; height: 472px; }
.s3-shot-top { top: 8px; right: -9%; width: 43%; height: 245px; }
.s3-shot-bottom { right: -5%; bottom: 30px; width: 47%; height: 252px; }
.s3-work-caption { position: absolute; bottom: 4px; left: 9px; margin: 0; color: var(--s3-ink); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .13em; }
.s3-work-caption span { color: var(--s3-orange); font-weight: 800; }
.s3-work-caption b { margin-left: 12px; color: #718080; font-weight: 500; }
.s3-hero-index { position: relative; display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid #cfc8bb; color: #7d8886; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.s3-hero-index i { width: 4px; height: 4px; background: var(--s3-orange); }

.s3-problems { padding: clamp(90px, 10vw, 132px) 0; background: var(--s3-white); }
.s3-question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.s3-question-grid a { position: relative; display: flex; align-items: center; justify-content: center; min-height: 76px; padding: 16px 25px; border: 1px solid #cdd2cd; color: #46585c; background: transparent; font-size: 13px; font-weight: 600; text-align: center; transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease; }
.s3-question-grid a::before { position: absolute; top: -1px; left: -1px; width: 36px; height: 3px; background: var(--s3-orange); content: ""; }
.s3-question-grid a:nth-child(2n)::before { background: #78aa9c; }
.s3-question-grid a:nth-child(3n)::before { background: var(--s3-ink); }
.s3-question-grid a:hover { color: #fff; border-color: var(--s3-ink); background: var(--s3-ink); transform: translateY(-4px); }

.s3-authority { padding: clamp(92px, 10vw, 142px) 0; color: #f6fbfa; background: var(--s3-ink); }
.s3-authority-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); align-items: center; gap: clamp(58px, 9vw, 130px); }
.s3-authority-copy h2 { color: #fff; }
.s3-authority-copy > p:not(.s3-eyebrow) { max-width: 540px; margin: 22px 0 0; color: #b7c9c9; font-size: 14px; line-height: 1.95; }
.s3-authority-copy .s3-text-link { margin-top: 31px; color: #fff; }
.s3-dongming-card { display: grid; grid-template-columns: 218px 1fr; min-height: 356px; color: var(--s3-ink); background: #ef6435; transition: transform .3s ease; }
.s3-dongming-card:hover { transform: translateY(-8px); }
.s3-dongming-photo { position: relative; overflow: hidden; background: #d7e0dc; }
.s3-dongming-photo::after { position: absolute; right: 0; bottom: 0; left: 0; height: 36%; background: linear-gradient(to top, rgba(12,34,48,.27), transparent); content: ""; }
.s3-dongming-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.s3-dongming-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 34px; }
.s3-dongming-copy p { margin: 0 0 17px; font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.s3-dongming-copy h3 { margin: 0; font-family: var(--display); font-size: 31px; letter-spacing: -.06em; }
.s3-dongming-copy > span { display: block; margin-top: 17px; color: #263c43; font-size: 13px; line-height: 1.85; }
.s3-dongming-copy b { display: inline-flex; align-items: center; gap: 12px; margin-top: 29px; font-size: 12px; }
.s3-dongming-copy i { font-size: 17px; font-style: normal; }

.s3-services { padding: clamp(92px, 11vw, 152px) 0; background: var(--s3-paper); }
.s3-service-list { margin-top: 67px; border-top: 1px solid #c9c5bc; }
.s3-service-row { display: grid; grid-template-columns: 170px minmax(250px, .8fr) minmax(280px, 1fr) 45px; align-items: center; gap: 30px; min-height: 118px; padding: 24px 12px; border-bottom: 1px solid #c9c5bc; transition: color .22s ease, background .22s ease, padding .22s ease; }
.s3-service-row > span { color: var(--s3-orange); font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.s3-service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.055em; }
.s3-service-row p { margin: 0; color: var(--s3-muted); font-size: 13px; line-height: 1.8; }
.s3-service-row i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #aeb8b6; font-style: normal; transition: color .22s ease, border-color .22s ease, background .22s ease; }
.s3-service-row:hover { padding-right: 20px; padding-left: 20px; color: #fff; background: var(--s3-ink); }
.s3-service-row:hover p { color: #bfd0d0; }
.s3-service-row:hover i { color: var(--s3-ink); border-color: var(--s3-orange); background: var(--s3-orange); }

.s3-ownership { padding: clamp(92px, 10vw, 140px) 0; background: var(--s3-white); }
.s3-compare { display: grid; grid-template-columns: 1fr 92px 1fr; margin-top: 64px; }
.s3-compare article { min-height: 430px; padding: clamp(34px, 4vw, 58px); }
.s3-compare article > p { margin: 0; font-family: Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.s3-compare h3 { max-width: 430px; margin: 27px 0 0; font-family: var(--display); font-size: clamp(27px, 3vw, 39px); letter-spacing: -.06em; line-height: 1.25; }
.s3-compare ul { display: grid; gap: 14px; padding: 0; margin: 48px 0 0; list-style: none; }
.s3-compare li { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.s3-compare li::before { width: 7px; height: 7px; border: 1px solid currentColor; content: ""; }
.s3-compare-before { color: #394b51; background: #e8e2d7; }
.s3-compare-before > p { color: #897f73; }
.s3-compare-after { color: #f4fbfa; background: var(--s3-ink); }
.s3-compare-after > p { color: var(--s3-orange); }
.s3-compare-after li { color: #c2d2d1; }
.s3-compare-after li::before { border-color: var(--s3-orange); background: var(--s3-orange); }
.s3-compare-shift { display: grid; place-items: center; align-content: center; gap: 22px; color: #7a8888; background: #d8d2c7; font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.s3-compare-shift i { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--s3-orange); font-size: 22px; font-style: normal; letter-spacing: 0; }

.s3-cases { padding: clamp(92px, 11vw, 154px) 0; background: var(--s3-paper); }
.s3-case-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 27px 22px; margin-top: 67px; }
.s3-case { grid-column: span 5; display: block; color: var(--s3-ink); }
.s3-case-featured { grid-column: span 7; grid-row: span 2; }
.s3-case:nth-child(n+4) { grid-column: span 4; }
.s3-case figure { height: 230px; margin: 0; overflow: hidden; background: #d8d5cd; }
.s3-case-featured figure { height: 580px; }
.s3-case:nth-child(n+4) figure { height: 205px; }
.s3-case img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.s3-case:hover img { transform: scale(1.035); }
.s3-case > div { position: relative; padding: 20px 76px 15px 0; border-bottom: 1px solid #c7c1b6; }
.s3-case > div > span { color: var(--s3-orange); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.s3-case h3 { margin: 8px 0 0; font-family: Arial, sans-serif; font-size: 20px; letter-spacing: -.035em; }
.s3-case p { max-width: 450px; margin: 9px 0 0; color: var(--s3-muted); font-size: 12px; line-height: 1.75; }
.s3-case b { position: absolute; right: 0; bottom: 18px; color: #617172; font-size: 10px; font-weight: 600; }

.s3-industries { padding: clamp(88px, 10vw, 142px) 0; color: #f4fbfa; background: var(--s3-ink); }
.s3-industries-grid { display: grid; grid-template-columns: minmax(310px, .7fr) minmax(500px, 1.3fr); align-items: start; gap: clamp(70px, 11vw, 155px); }
.s3-industries-head h2 { color: #fff; }
.s3-industries-head > p:not(.s3-eyebrow) { max-width: 440px; margin: 23px 0 0; color: #b7cbcb; font-size: 14px; line-height: 1.9; }
.s3-domain-list { border-top: 1px solid rgba(218,241,238,.25); }
.s3-domain-list a { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 17px 7px; border-bottom: 1px solid rgba(218,241,238,.25); transition: color .2s ease, padding .2s ease, background .2s ease; }
.s3-domain-list span { color: #8fb0af; font-size: 11px; }
.s3-domain-list b { color: #edf9f7; font-family: Arial, sans-serif; font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.s3-domain-list a:hover { padding-right: 15px; padding-left: 15px; background: rgba(255,255,255,.05); }
.s3-domain-list a:hover b { color: var(--s3-orange); }

.s3-faq { padding: clamp(92px, 11vw, 152px) 0; background: var(--s3-white); }
.s3-faq-grid { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(520px, 1.42fr); align-items: start; gap: clamp(70px, 11vw, 150px); }
.s3-faq-intro > p:not(.s3-eyebrow) { max-width: 390px; margin: 22px 0 0; color: var(--s3-muted); font-size: 14px; line-height: 1.9; }
.home-v3 .faq-list summary { font-size: 18px; }
.home-v3 .faq-list summary i { border-radius: 0; color: var(--s3-orange); }
.home-v3 .faq-list details[open] summary i { color: #fff; border-color: var(--s3-orange); background: var(--s3-orange); }

.s3-insights { padding: clamp(92px, 10vw, 142px) 0; color: var(--s3-ink); background: #ef6435; }
.s3-insights .s3-section-head h2 span { color: #fff; }
.s3-insights .s3-eyebrow { color: var(--s3-ink); }
.s3-insights .s3-text-link { align-self: end; justify-self: end; margin-bottom: 8px; }
.s3-insight-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 63px; border-top: 1px solid rgba(12,34,48,.38); border-left: 1px solid rgba(12,34,48,.38); }
.s3-insight-list a { display: flex; flex-direction: column; min-height: 300px; padding: 27px 27px 23px; border-right: 1px solid rgba(12,34,48,.38); border-bottom: 1px solid rgba(12,34,48,.38); transition: color .22s ease, background .22s ease; }
.s3-insight-list span { font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.s3-insight-list h3 { margin: 54px 0 24px; font-family: var(--display); font-size: 25px; letter-spacing: -.055em; line-height: 1.4; }
.s3-insight-list b { margin-top: auto; font-size: 11px; }
.s3-insight-list a:hover { color: #fff; background: var(--s3-ink); }

.s3-contact { padding: clamp(92px, 10vw, 142px) 0; color: #f5fbfa; background: #081925; }
.s3-contact-grid { display: grid; grid-template-columns: 1fr minmax(340px, .65fr); align-items: end; gap: clamp(70px, 12vw, 170px); }
.s3-contact h2 { color: #fff; }
.s3-contact-grid > div:first-child > p:not(.s3-eyebrow) { max-width: 540px; margin: 22px 0 0; color: #a9c0c1; font-size: 14px; line-height: 1.9; }
.s3-contact-actions { display: grid; gap: 8px; }
.s3-contact-button { position: relative; display: block; min-height: 76px; padding: 15px 55px 15px 18px; border: 1px solid rgba(220,243,240,.24); color: #f5fbfa; background: transparent; text-align: left; cursor: pointer; transition: color .22s ease, background .22s ease, border-color .22s ease; }
.s3-contact-button span, .s3-contact-button b { display: block; }
.s3-contact-button span { font-size: 13px; font-weight: 700; }
.s3-contact-button b { margin-top: 5px; color: #8da9aa; font-family: Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .04em; }
.s3-contact-button i { position: absolute; top: 50%; right: 17px; display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--s3-orange); font-style: normal; transform: translateY(-50%); }
.s3-contact-button:hover { color: var(--s3-ink); border-color: var(--s3-orange); background: var(--s3-orange); }
.s3-contact-button:hover b { color: #31464c; }
.s3-contact-button:hover i { color: var(--s3-orange); background: #fff; }
.home-v3 .site-footer { background: #030d13; }
.home-v3 .back-top { border-radius: 0; color: #fff; background: var(--s3-orange); }
.home-v3 .toast { border-color: rgba(238,91,43,.4); background: var(--s3-ink); }

@media (max-width: 1040px) {
  .home-v3 .site-header .brand { width: 168px; min-width: 168px; }
  .s3-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }
  .s3-hero-work { height: 560px; }.s3-shot-main { height: 425px; }.s3-shot-top { right: -5%; }.s3-shot-bottom { right: -2%; }
  .s3-authority-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }.s3-dongming-card { grid-template-columns: 175px 1fr; }
  .s3-service-row { grid-template-columns: 135px minmax(220px,.8fr) 1fr 40px; gap: 22px; }
  .s3-case-featured figure { height: 525px; }
  .s3-industries-grid { gap: 65px; }
}

@media (max-width: 760px) {
  .home-v3 .site-header .brand { width: 145px; min-width: 145px; padding: 6px 8px; }
  .home-v3 .site-header.is-scrolled .brand { padding: 6px 8px; }
  .home-v3 .nav-toggle { border-color: rgba(12,34,48,.28); border-radius: 0; }
  .home-v3 .site-nav { color: #f1fbf9; }
  .s3-eyebrow { margin-bottom: 16px; font-size: 8px; }.s3-eyebrow span { width: 24px; height: 24px; }
  .s3-section-head h2, .s3-authority h2, .s3-industries-head h2, .s3-faq-intro h2, .s3-contact h2 { font-size: clamp(36px, 10vw, 49px); }
  .s3-head-split { grid-template-columns: 1fr; gap: 24px; }.s3-head-split > p { max-width: 530px; }
  .s3-hero { min-height: 0; padding: calc(var(--nav-height) + 51px) 0 30px; }.s3-hero::before { top: auto; bottom: 0; width: 100%; height: 39%; }.s3-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 26px; }.s3-hero-copy { padding: 0; }.s3-hero h1 { font-size: clamp(45px, 12vw, 56px); line-height: 1.08; }.s3-mobile-break { display: block; }.s3-hero-lede { margin-top: 20px; font-size: 14px; }.s3-hero-actions { gap: 19px; margin-top: 26px; }.s3-primary { min-width: 211px; min-height: 50px; padding: 11px 12px 11px 17px; }.s3-proofline { gap: 8px 17px; margin-top: 29px; }
  .s3-hero-work { height: 470px; margin-top: 3px; }.s3-hero-shot { border-width: 4px; }.s3-shot-main { top: 40px; left: -6px; width: 75%; height: 354px; }.s3-shot-top { top: 0; right: -18px; width: 43%; height: 177px; }.s3-shot-bottom { right: -8px; bottom: 29px; width: 49%; height: 190px; }.s3-work-caption { bottom: 2px; left: 0; }.s3-work-caption b { display: none; }.s3-hero-index { overflow: hidden; gap: 9px; font-size: 7px; white-space: nowrap; }
  .s3-problems, .s3-authority, .s3-services, .s3-ownership, .s3-cases, .s3-industries, .s3-faq, .s3-insights, .s3-contact { padding: 76px 0; }
  .s3-question-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 38px; }.s3-question-grid a { justify-content: flex-start; min-height: 65px; padding: 13px 20px; text-align: left; }
  .s3-authority-grid { grid-template-columns: 1fr; gap: 40px; }.s3-authority-copy > p:not(.s3-eyebrow) { font-size: 13px; }.s3-dongming-card { grid-template-columns: 122px 1fr; min-height: 270px; }.s3-dongming-copy { padding: 24px 20px; }.s3-dongming-copy h3 { font-size: 24px; }.s3-dongming-copy > span { margin-top: 12px; font-size: 11px; line-height: 1.7; }.s3-dongming-copy b { margin-top: 20px; font-size: 10px; }
  .s3-service-list { margin-top: 40px; }.s3-service-row { grid-template-columns: 1fr 37px; gap: 10px 15px; min-height: 0; padding: 22px 3px; }.s3-service-row > span, .s3-service-row h3, .s3-service-row p { grid-column: 1; }.s3-service-row > span { grid-row: 1; }.s3-service-row h3 { grid-row: 2; font-size: 26px; }.s3-service-row p { grid-row: 3; }.s3-service-row i { grid-column: 2; grid-row: 1/4; align-self: center; }
  .s3-compare { grid-template-columns: 1fr; margin-top: 41px; }.s3-compare article { min-height: 0; padding: 33px 24px; }.s3-compare h3 { font-size: 28px; }.s3-compare ul { margin-top: 29px; }.s3-compare-shift { grid-template-columns: auto auto auto; min-height: 78px; gap: 16px; }.s3-compare-shift i { width: 40px; height: 40px; transform: rotate(90deg); }
  .s3-case-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 42px; }.s3-case, .s3-case-featured, .s3-case:nth-child(n+4) { grid-column: 1; grid-row: auto; }.s3-case figure, .s3-case-featured figure, .s3-case:nth-child(n+4) figure { height: 235px; }.s3-case > div { padding-top: 16px; }.s3-case h3 { font-size: 18px; }
  .s3-industries-grid, .s3-faq-grid, .s3-contact-grid { grid-template-columns: 1fr; gap: 42px; }.s3-domain-list a { grid-template-columns: 100px 1fr; gap: 15px; padding: 14px 3px; }.s3-domain-list b { overflow-wrap: anywhere; font-size: 13px; }
  .s3-faq-intro > p:not(.s3-eyebrow) { font-size: 13px; }.home-v3 .faq-list summary { font-size: 15px; }
  .s3-insights .s3-text-link { justify-self: start; }.s3-insight-list { grid-template-columns: 1fr; margin-top: 40px; }.s3-insight-list a { min-height: 220px; padding: 23px 20px; }.s3-insight-list h3 { margin-top: 34px; font-size: 23px; }
  .s3-contact-grid { align-items: start; }.s3-contact-grid > div:first-child > p:not(.s3-eyebrow) { font-size: 13px; }
}

@media (max-width: 390px) {
  .s3-hero h1 { font-size: 45px; }.s3-hero-work { height: 430px; }.s3-shot-main { height: 325px; }.s3-shot-top { height: 160px; }.s3-shot-bottom { height: 175px; }
  .s3-dongming-card { grid-template-columns: 104px 1fr; }.s3-dongming-copy { padding: 21px 16px; }.s3-dongming-copy > span { font-size: 10px; }
}
