:root {
  --brand: #7c2cf5;
  --brand-soft: #f2ebff;
  --ink: rgba(15, 15, 15, .9);
  --muted: rgba(15, 15, 15, .55);
  --surface: #fff;
  --wash: #f7f7fc;
  --line: rgba(15, 15, 15, .1);
  --radius: 16px;
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: #111; color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { height: 72px; background: rgba(255,255,255,.92); position: relative; z-index: 100; }
.nav-wrap { height: 72px; display: flex; align-items: center; }
.brand { width: 106px; flex: 0 0 auto; }
.brand img { width: 106px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 56px; margin-left: 110px; }
.desktop-nav a { color: rgba(15,15,15,.65); height: 72px; display: grid; place-items: center; position: relative; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; text-rendering: geometricPrecision; transition: color .2s; }
.desktop-nav a:hover { color: #0f0f0f; }
.desktop-nav a[aria-current="page"] { color: #0f0f0f; font-weight: 500; }
.desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; left: 20%; right: 20%; bottom: 0; background: var(--brand); }
.service-nav-menu { position: relative; height: 72px; }
.service-nav-dropdown { position: absolute; z-index: 120; top: 56px; left: calc(50% - 90px); width: 180px; padding: 0 0 6px; background: #fff; border: 1px solid rgba(15,15,15,.08); border-radius: 8px; box-shadow: 0 6px 18px rgba(28,17,58,.08); opacity: 0; visibility: hidden; transition: opacity .18s, visibility .18s; overflow: hidden; }
.service-nav-menu:hover .service-nav-dropdown, .service-nav-menu:focus-within .service-nav-dropdown { opacity: 1; visibility: visible; }
.desktop-nav .service-nav-dropdown a { height: 40px; display: flex; align-items: center; padding: 0 24px; color: rgba(15,15,15,.88); white-space: nowrap; }
.desktop-nav .service-nav-dropdown a:hover, .desktop-nav .service-nav-dropdown a.is-active { background: #f5f5f5; color: #0f0f0f; }
.desktop-nav .service-nav-dropdown a::after { display: none; }
.mobile-service-links { display: none; }
.nav-tools { margin-left: auto; display: flex; gap: 24px; align-items: center; }
.nav-tools img { width: 20px; height: 20px; }
.nav-tools span { width: 1px; height: 16px; background: var(--line); }
.nav-tools button { border: 0; background: transparent; cursor: pointer; min-width: 44px; min-height: 44px; }
.menu-button, .mobile-nav { display: none; }
.section { padding: 120px 0; }
.section-wash { background: linear-gradient(180deg, #fff 0%, #f4f5fb 100%); }
.eyebrow { color: var(--brand); font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: .02em; margin: 0 0 10px; }
.section-title { font-size: clamp(30px, 3vw, 36px); line-height: 1.25; font-weight: 400; margin: 0; }
.section-heading { text-align: center; margin-bottom: 72px; }
.section-heading p:last-child { color: var(--muted); max-width: 760px; margin: 20px auto 0; }
.hero { min-height: 628px; background: #f8f9ff; overflow: hidden; }
.home-hero { position: relative; }
.home-hero .hero-picture { position: absolute; inset: 0; overflow: hidden; }
.home-hero .hero-art { position: absolute; left: calc(50% - 941px); top: -230px; width: 2152px; height: 1098px; max-width: none; object-fit: fill; }
.home-hero .hero-copy { position: relative; z-index: 1; padding-top: 138px; max-width: var(--container); }
.home-hero .hero-copy h1 { width: 737px; max-width: 58%; white-space: nowrap; }
.hero h1 { font-size: clamp(42px, 4vw, 60px); line-height: 1.17; margin: 0 0 18px; font-weight: 600; letter-spacing: -.03em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-subtitle { color: var(--muted); font-size: 20px; margin: 0 0 48px; }
.button { min-height: 56px; padding: 0 44px; border-radius: 999px; background: #0f0f0f; color: #fff; display: inline-flex; align-items: center; gap: 14px; transition: transform .2s, background .2s; }
.button:hover { background: var(--brand); transform: translateY(-2px); }
.value-strip { min-height: 235px; display: flex; align-items: center; background: #fafbff; }
.value-strip .container { display: flex; align-items: center; justify-content: space-between; }
.value-strip h2 { margin: 0; font-size: 34px; font-weight: 400; }
.value-strip img { width: 260px; height: 195px; object-fit: contain; opacity: .75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { min-height: 262px; background: rgba(255,255,255,.9); border: 1px solid rgba(124,44,245,.06); border-radius: var(--radius); display: flex; align-items: center; padding: 40px 40px 40px 80px; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(93,62,165,.1); }
.service-card .number { color: #b38cff; font-size: 24px; }
.service-card h3 { margin: 4px 0; font-size: 24px; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card img { width: 180px; height: 180px; object-fit: contain; margin-left: auto; }
.contact-band { position: relative; height: 456px; overflow: hidden; }
.contact-list { position: absolute; z-index: 1; top: 108px; left: 0; width: 600px; display: grid; gap: 80px; }
.contact-item { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center; min-height: 80px; }
.contact-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(15,15,15,.04); display: grid; place-items: center; }
.contact-icon img { width: 32px; height: 32px; }
.contact-item h3, .contact-item p { margin: 0; }
.contact-item h3 { font-size: 20px; line-height: 28px; font-weight: 600; margin-bottom: 10px; }
.contact-item p { color: rgba(15,15,15,.88); font-size: 16px; line-height: 24px; }
.home-contact-map { position: absolute; left: 491px; top: -15px; width: 862px; height: 485px; }
.home-contact-map img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-footer { padding: 92px 0 110px; border-top: 1px solid #fafafa; }
.footer-grid { display: grid; grid-template-columns: 1fr 180px 180px; gap: 72px; }
.footer-company img { width: 354px; max-width: 100%; margin-bottom: 54px; }
.footer-company p { margin: 8px 0; color: var(--muted); font-size: 14px; }
.footer-column { display: flex; flex-direction: column; gap: 14px; }
.footer-column h2 { font-size: 22px; font-weight: 500; margin: 0 0 16px; }
.footer-column a { color: var(--muted); }
.footer-column a:hover { color: var(--brand); }
.page-hero { min-height: 360px; background: #f8f9ff; position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; padding-top: 78px; }
.page-hero h1 { font-size: 40px; margin: 6px 0 8px; font-weight: 500; }
.page-hero p:last-child { color: var(--muted); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-intro { text-align: center; max-width: 840px; margin: 0 auto 50px; }
.about-intro p { color: var(--muted); }
.about-visual { width: 100%; height: 460px; object-fit: cover; object-position: center bottom; }
.value-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: #fff; border: 1px solid var(--brand-soft); border-radius: var(--radius); text-align: center; padding: 45px 24px; min-height: 390px; }
.value-card img { width: 186px; height: 186px; object-fit: contain; margin: 0 auto 22px; }
.value-card h3 { font-size: 22px; margin: 0 0 10px; }
.value-card p { color: var(--muted); font-size: 14px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split img { width: 100%; max-height: 500px; object-fit: contain; }
.content-stack { display: grid; gap: 16px; }
.content-card { padding: 24px; background: #fff; border-radius: 12px; box-shadow: 0 6px 24px rgba(28,17,58,.05); }
.content-card h3 { margin: 0 0 6px; }
.content-card p { margin: 0; color: var(--muted); }
.about-qualification, .about-capabilities { position: relative; width: 100%; overflow: hidden; }
.about-qualification { height: 1080px; background: #fff; }
.about-qualification-art { position: absolute; left: 50%; top: -97px; width: 1930px; height: 1220px; max-width: none; transform: translateX(-50%); object-fit: fill; }
.about-feature-heading { position: absolute; z-index: 1; top: 140px; left: 50%; width: 760px; transform: translateX(-50%); text-align: center; font-weight: 400; }
.about-feature-eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 20px; line-height: 28px; text-transform: uppercase; }
.about-feature-heading h2 { margin: 0; color: rgba(0,0,0,.9); font-size: 36px; line-height: 32px; font-weight: 400; }
.about-feature-summary { margin: 32px 0 0; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; }
.about-qualification-copy { position: absolute; z-index: 1; top: 465px; left: calc(50% - 636px); width: 520px; color: #0f0f0f; font-size: 18px; line-height: 32px; }
.about-qualification-copy p { margin: 0 0 32px; }
.about-capabilities { height: 930px; background: #f2f2fd; }
.about-capabilities-art { position: absolute; left: calc(50% - 1519px); top: -162px; width: 2722px; height: 1319px; max-width: none; object-fit: fill; opacity: .9; }
.about-capabilities-heading { width: 760px; }
.about-capability-list { position: absolute; z-index: 1; top: 372px; left: calc(50% - 636px); width: 560px; display: grid; gap: 16px; }
.about-capability-card { min-height: 126px; padding: 24px; background: #fff; border-radius: 16px; box-shadow: 0 2px 10px rgba(124,44,245,.05); color: rgba(15,15,15,.88); }
.about-capability-card h3 { margin: 0 0 10px; font-size: 16px; line-height: 24px; font-weight: 500; }
.about-capability-card p { margin: 0; font-size: 14px; line-height: 22px; }
.about-qualification-spacer, .about-capabilities-spacer { display: none; }
.mobile-label { display: none; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px 110px; }
.solution-item { text-align: center; }
.solution-item img { width: 180px; height: 180px; object-fit: contain; margin: 0 auto 12px; }
.solution-item h3 { margin: 0 0 8px; }
.solution-item p { color: var(--muted); margin: 0 auto; max-width: 430px; }
.feature-image { width: 100%; border-radius: 12px; }
.value-showcase { display: grid; grid-template-columns: 35% 65%; min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 40px rgba(28,17,58,.05); }
.value-tabs { display: flex; flex-direction: column; padding: 0; background: #fff; }
.value-tab { flex: 1; min-height: 96px; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 22px 28px; display: flex; gap: 18px; align-items: center; text-align: left; color: var(--ink); cursor: pointer; position: relative; transition: background .2s, color .2s; }
.value-tab:last-child { border-bottom: 0; }
.value-tab::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--brand); transform: scaleY(0); transition: transform .2s; }
.value-tab:hover { background: #faf8ff; }
.value-tab.is-active { background: #f8f5ff; color: var(--brand); }
.value-tab.is-active::before { transform: scaleY(1); }
.value-tab img { width: 26px; height: 26px; flex: 0 0 auto; }
.value-tab span { font-size: 16px; line-height: 1.5; }
.value-stage { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: #f5f6fa; }
.value-stage img { width: 100%; height: 410px; object-fit: cover; }
.value-stage p { min-height: 90px; margin: 0; padding: 22px 28px; color: var(--muted); background: #fff; }
.news-section { background: #f5f6fa; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { min-width: 0; background: #fff; border-radius: 12px; padding: 12px; transition: transform .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(28,17,58,.1); }
.news-card img { width: 100%; aspect-ratio: 2.15/1; object-fit: cover; border-radius: 8px; }
.news-card h2 { margin: 14px 0 6px; font-size: 18px; line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-card time { color: var(--muted); font-size: 14px; }
.contact-panel { background: #fff; border-radius: 20px; padding: 48px; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 42px 0 30px; }
.contact-map { width: 100%; max-height: 520px; object-fit: cover; border-radius: 14px; }
body[data-page="contact"] { background: #f5f6f9; }
body[data-page="contact"] .site-header { position: absolute; inset: 0 0 auto; width: 100%; background: transparent; }
body[data-page="contact"] .site-footer { background: #fff; }
body[data-page="news"] { background: #f5f6f9; }
body[data-page="news"] .site-header { position: absolute; inset: 0 0 auto; width: 100%; background: transparent; }
body[data-page="news"] .site-footer { background: #fff; }
.contact-hero { height: 480px; min-height: 480px; background: linear-gradient(183.09deg, #fff 2.56%, #f3f4fb 111.02%); }
.news-hero { height: 380px; min-height: 380px; background: linear-gradient(183.09deg, #fff 2.56%, #f3f4fb 111.02%); }
.contact-hero::before, .contact-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.news-hero::before, .news-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.contact-hero::before { background: linear-gradient(270deg, rgba(255,255,255,0) 44.09%, #fafaff 79.64%); }
.news-hero::before { background: linear-gradient(270deg, rgba(255,255,255,0) 44.09%, #fafaff 79.64%); }
.contact-hero::after { background: linear-gradient(0deg, #f5f6f9 0%, rgba(255,255,255,0) 52.58%); }
.news-hero::after { background: linear-gradient(0deg, #f5f6f9 0%, rgba(255,255,255,0) 52.58%); }
.contact-hero .container { padding: 140px 52px 0; }
.news-hero .container { padding: 140px 53px 0; }
.contact-hero .eyebrow { margin: 0 0 12px; font-size: 20px; line-height: 28px; }
.news-hero .eyebrow { width: 149px; height: 28px; margin: 0 0 12px; font-size: 20px; line-height: 28px; white-space: nowrap; text-transform: uppercase; }
.contact-hero h1 { margin: 0; font-size: 36px; line-height: 32px; font-weight: 400; }
.news-hero h1 { margin: 0; font-size: 36px; line-height: 32px; font-weight: 400; }
.contact-hero p:last-child { margin: 32px 0 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.45); }
.news-hero p:last-child { margin: 32px 0 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.45); }
.contact-hero > img { z-index: 0; inset: -42px auto auto calc(50% - 523px); width: 1486px; height: 614px; max-width: none; object-fit: fill; }
.news-hero > img { z-index: 0; inset: -202px auto auto calc(50% - 655px); width: 1632px; height: 844px; max-width: none; object-fit: fill; }
.contact-section { position: relative; padding: 0 0 140px; background: #f5f6f9; }
.contact-section .contact-panel { position: relative; z-index: 3; min-height: 842px; margin-top: -152px; padding: 44px; background: rgba(255,255,255,.6); border: 2px solid #fff; border-radius: 20px; backdrop-filter: blur(16px); }
.contact-section .section-title { font-size: 24px; line-height: 32px; font-weight: 500; }
.contact-section .contact-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; height: 130px; margin: 52px 0 36px; }
.contact-section .contact-item { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-height: 130px; }
.contact-section .contact-icon { width: 52px; height: 52px; border-radius: 9px; }
.contact-section .contact-icon img { width: 24px; height: 24px; }
.contact-section .contact-item h3 { margin: 0 0 10px; font-size: 20px; line-height: 28px; font-weight: 600; }
.contact-section .contact-item p { margin: 0; font-size: 16px; line-height: 24px; color: rgba(15,15,15,.88); }
.contact-section .contact-map { width: 100%; height: 500px; max-height: none; object-fit: cover; border-radius: 20px; }
.service-page { --service-hero: 608px; --service-solutions: 1076px; --service-value: 934px; --service-ability: 598px; }
.service-hero { position: relative; height: var(--service-hero); overflow: hidden; }
.service-hero-art { position: absolute; z-index: 0; left: 0; top: -72px; width: 100%; height: calc(var(--service-hero) + 72px); pointer-events: none; }
.service-hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: fill; }
.service-page--city .service-hero-art img { left: 40px; width: calc(100% + 40px); }
.service-hero-copy { position: relative; z-index: 1; padding-top: 180px; }
.service-hero-copy h1 { width: 504px; margin: 0 0 40px; color: rgba(0,0,0,.9); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 36px; line-height: 48px; font-weight: 400; }
.service-hero-copy p { width: 711px; margin: 0; color: rgba(15,15,15,.45); font-size: 16px; line-height: 24px; }
.service-solutions { height: var(--service-solutions); padding-top: 140px; background: linear-gradient(181.7deg,#fff 2.56%,#f3f4fb 111.02%); }
.service-section-heading { text-align: center; }
.service-section-heading > p { margin: 0 0 12px; color: var(--brand); font-size: 20px; line-height: 28px; }
.service-section-heading h2 { margin: 0; color: rgba(0,0,0,.9); font-size: 36px; line-height: 32px; font-weight: 400; }
.service-solution-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(2,1fr); gap: 60px 24px; }
.service-solution-card { min-width: 0; text-align: center; color: rgba(15,15,15,.88); }
.service-solution-card img { width: 180px; height: 180px; margin: 0 auto 16px; object-fit: contain; }
.service-solution-card h3 { margin: 0 0 8px; font-size: 16px; line-height: 24px; font-weight: 500; }
.service-solution-card p { max-width: 500px; margin: 0 auto; font-size: 14px; line-height: 22px; }
.service-value { height: var(--service-value); padding-top: 140px; background: #fff; }
.service-value-panel { height: 502px; margin-top: 80px; display: grid; grid-template-columns: 439px 1fr; border: 1px solid rgba(15,15,15,.1); background: #fff; overflow: hidden; }
.service-value-tabs { display: grid; grid-template-rows: repeat(4,1fr); }
.service-value-tab { position: relative; min-height: 0; padding: 24px 32px; display: flex; align-items: center; gap: 16px; border: 0; background: #f5f6fc; color: rgba(0,0,0,.9); text-align: left; cursor: pointer; }
.service-value-tab + .service-value-tab { border-top: 1px solid rgba(15,15,15,.04); }
.service-value-tab.is-active { background: #fff; }
.service-value-tab img { width: 24px; height: 24px; flex: 0 0 auto; }
.service-value-tab span { font-size: 16px; line-height: 24px; }
.service-value-stage { min-width: 0; display: grid; grid-template-rows: 400px 1fr; }
.service-value-stage > img { width: 100%; height: 400px; object-fit: cover; }
.service-value-stage > p { margin: 0; padding: 32px; color: rgba(15,15,15,.88); font-size: 14px; line-height: 22px; background: #fff; }
.service-ability { position: relative; min-height: var(--service-ability); height: auto; padding: 140px 0; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f3f4fb 100%); }
.service-ability-bg { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .9; }
.service-ability .container { position: relative; z-index: 1; }
.service-ability-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px 48px; }
.service-ability-card { padding: 40px; background: linear-gradient(90deg,#fff 0%,#fefefe 100%); border: 1px solid #f7f7f7; border-radius: 20px; box-shadow: 0 2px 20px rgba(213,188,233,.2); color: rgba(15,15,15,.88); }
.service-ability-grid--3 .service-ability-card:last-child { grid-column: 1 / -1; }
.service-ability-card h3 { margin: 0 0 8px; font-size: 24px; line-height: 32px; font-weight: 500; }
.service-ability-card p { margin: 0; font-size: 14px; line-height: 22px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(124,44,245,.4); outline-offset: 3px; }

@media (min-width: 901px) and (max-width: 1500px) {
  .home-hero .hero-art { left: 43%; top: -55px; width: 1380px; height: auto; }
  .home-hero .hero-copy h1 { width: 580px; max-width: 47%; white-space: normal; font-size: 48px; }
  .home-hero .hero-copy { padding-top: 112px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 680px); }
  .site-header, .nav-wrap { height: 64px; }
  .desktop-nav, .nav-tools { display: none; }
  .brand { width: 106px; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-button i { display: block; width: 20px; height: 1.5px; background: #222; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-nav { display: grid; position: absolute; top: 64px; left: 0; right: 0; background: rgba(255,255,255,.98); padding: 8px 20px 20px; box-shadow: 0 16px 30px rgba(20,12,40,.08); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .2s; }
  .mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .mobile-nav a[aria-current="page"] { color: var(--brand); }
  .mobile-service-links { display: grid; grid-template-columns: repeat(2,1fr); padding: 8px 0 0 16px; }
  .mobile-service-links a { color: var(--muted); font-size: 14px; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-title { font-size: 28px; }
  .home-hero { min-height: 666px; }
  .home-hero .hero-picture { inset: 0; }
  .home-hero .hero-art { inset: 0; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center bottom; }
  .home-hero .hero-copy { text-align: center; padding-top: 46px; max-width: 100%; }
  .hero h1 { font-size: 32px; line-height: 1.45; max-width: 300px; margin-inline: auto; }
  .hero-subtitle { font-size: 14px; margin: 8px 0 18px; }
  .button { min-height: 44px; padding: 0 24px; font-size: 14px; }
  .value-strip { display: none; }
  .service-grid, .value-cards, .solution-grid, .news-grid, .split, .contact-top { grid-template-columns: 1fr; }
  .service-grid { gap: 12px; }
  .service-card { min-height: 164px; padding: 16px; display: grid; grid-template-columns: 96px 1fr; }
  .service-card img { width: 92px; height: 92px; grid-row: 1 / span 3; grid-column: 1; margin: auto; }
  .service-card .card-copy { grid-column: 2; }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 13px; }
  .contact-band { height: auto; overflow: visible; display: flex; flex-direction: column; gap: 32px; }
  .contact-list { position: static; width: 100%; gap: 28px; }
  .contact-item { grid-template-columns: 56px 1fr; min-height: 56px; }
  .contact-icon { width: 56px; height: 56px; }
  .contact-icon img { width: 24px; height: 24px; }
  .contact-item h3 { font-size: 17px; line-height: 24px; margin-bottom: 4px; }
  .contact-item p { font-size: 14px; line-height: 22px; }
  .home-contact-map { position: static; width: 100%; height: auto; }
  .home-contact-map img { height: auto; object-fit: contain; }
  .site-footer { padding: 32px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-company img { width: 100%; max-width: 354px; margin-bottom: 34px; }
  .footer-company { padding-bottom: 24px; }
  .footer-column { border-top: 1px solid var(--line); padding: 16px 0; display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer-column h2 { grid-column: 1/-1; font-size: 17px; margin: 0; }
  .footer-column a { font-size: 14px; }
  .page-hero { min-height: 390px; }
  .page-hero .container { padding-top: 38px; text-align: center; }
  .page-hero h1 { font-size: 32px; }
  .page-hero img { width: 100%; height: 58%; right: 0; top: auto; bottom: 0; object-position: center bottom; }
  .about-visual { height: 280px; }
  .value-card { min-height: 0; padding: 28px 20px; }
  .value-card img { width: 150px; height: 150px; }
  .about-qualification, .about-capabilities { height: auto; display: flex; flex-direction: column; align-items: center; gap: 48px; padding: 48px 16px; }
  .about-qualification { min-height: 702px; }
  .about-qualification-art { left: -129.47%; top: 0; width: 267.38%; height: 100%; transform: none; object-fit: fill; }
  .about-feature-heading, .about-capabilities-heading { position: relative; top: auto; left: auto; width: 335px; transform: none; }
  .about-feature-eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .about-feature-heading h2 { font-size: 30px; line-height: 46px; }
  .about-feature-summary { margin-top: 0; font-size: 14px; line-height: 22px; }
  .about-qualification-spacer { display: block; position: relative; z-index: 0; flex: 0 0 254px; width: 100%; }
  .about-qualification-copy { position: relative; z-index: 1; top: auto; left: auto; width: 100%; font-size: 16px; line-height: 24px; letter-spacing: -.48px; text-align: justify; }
  .about-qualification-copy p { margin: 0 0 24px; }
  .about-qualification-copy p:last-child { margin-bottom: 0; }
  .about-capabilities { background: #f2f2fd; }
  .about-capabilities::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg,#f2f2fd 0%,rgba(242,242,253,0) 9.234%); pointer-events: none; }
  .about-capabilities-art { left: -166.92%; top: 2.37%; width: 315.27%; height: 55.54%; object-fit: fill; }
  .about-capabilities-heading { z-index: 1; }
  .about-capabilities-heading .about-feature-summary { width: 343px; margin-left: -4px; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .about-capabilities-spacer { display: block; position: relative; z-index: 0; flex: 0 0 166px; width: 100%; }
  .about-capability-list { position: relative; z-index: 1; top: auto; left: auto; width: 335px; display: grid; gap: 14px; }
  .about-capability-card { min-height: 0; padding: 24px 16px; border: 1px solid rgba(15,15,15,.05); box-shadow: 0 6px 20px rgba(89,71,128,.07); }
  .about-capability-card h3 { margin-bottom: 6px; }
  .about-capability-card p { text-align: justify; }
  .solution-grid { gap: 32px; }
  .value-showcase { grid-template-columns: 1fr; min-height: 0; }
  .value-tabs { order: 2; }
  .value-tab { min-height: 64px; padding: 16px; }
  .value-stage { order: 1; }
  .value-stage img { height: auto; aspect-ratio: 16 / 10; }
  .value-stage p { min-height: 0; padding: 18px 16px; font-size: 14px; }
  .contact-panel { padding: 24px 16px; }
  .contact-hero { height: 390px; min-height: 390px; }
  .news-hero { height: 390px; min-height: 390px; }
  .contact-hero .container { padding: 96px 0 0; text-align: left; }
  .news-hero .container { padding: 96px 0 0; text-align: left; }
  .contact-hero .eyebrow { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .news-hero .eyebrow { width: auto; height: auto; margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .contact-hero h1 { font-size: 30px; line-height: 46px; }
  .news-hero h1 { font-size: 30px; line-height: 46px; }
  .contact-hero p:last-child { width: 55%; margin-top: 8px; font-size: 14px; line-height: 22px; }
  .news-hero p:last-child { width: 55%; margin-top: 8px; font-size: 14px; line-height: 22px; }
  .contact-hero > img { inset: auto auto 0 -35%; width: 170%; height: auto; object-fit: contain; }
  .news-hero > img { inset: auto auto 0 -35%; width: 170%; height: auto; object-fit: contain; }
  .contact-section { padding-bottom: 64px; }
  .contact-section .contact-panel { min-height: 0; margin-top: -48px; padding: 24px 16px; }
  .contact-section .contact-top { grid-template-columns: 1fr; height: auto; gap: 28px; margin: 32px 0 24px; }
  .contact-section .contact-item { min-height: 0; }
  .contact-section .contact-map { height: auto; aspect-ratio: 1.55 / 1; border-radius: 12px; }
  .service-page { --service-hero: auto; --service-solutions: auto; --service-value: auto; --service-ability: auto; }
  .service-hero { min-height: 568px; height: auto; overflow: hidden; }
  .service-hero-art { top: 0; height: 100%; }
  .service-hero-art img { width: auto; min-width: 100%; left: 50%; transform: translateX(-50%); object-fit: cover; }
  .service-page--city .service-hero-art img { left: 50%; width: auto; }
  .service-hero-copy { padding-top: 56px; text-align: center; }
  .service-hero-copy h1 { width: 100%; margin: 0 auto 20px; font-size: 30px; line-height: 46px; }
  .service-hero-copy p { width: 100%; font-size: 14px; line-height: 22px; text-align: justify; }
  .service-solutions, .service-value, .service-ability { height: auto; padding: 48px 0; }
  .service-section-heading > p { margin-bottom: 4px; font-size: 14px; line-height: 22px; }
  .service-section-heading h2 { font-size: 30px; line-height: 46px; }
  .service-solution-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 48px; }
  .service-solution-card img { width: 160px; height: 160px; margin-bottom: 12px; }
  .service-solution-card p { font-size: 14px; line-height: 22px; text-align: justify; }
  .service-value-panel { height: auto; margin-top: 48px; grid-template-columns: 1fr; border-radius: 16px; }
  .service-value-tabs { order: 2; }
  .service-value-tab { min-height: 72px; padding: 20px 16px; }
  .service-value-stage { order: 1; grid-template-rows: auto auto; }
  .service-value-stage > img { height: auto; aspect-ratio: 335 / 220; }
  .service-value-stage > p { min-height: 88px; padding: 20px 16px; }
  .service-ability-bg { height: 56%; top: 0; bottom: auto; }
  .service-ability-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 14px; padding-top: 140px; }
  .service-ability-grid--3 .service-ability-card:last-child { grid-column: auto; }
  .service-ability-card { padding: 24px 16px; border-radius: 16px; box-shadow: 0 6px 20px rgba(89,71,128,.07); }
  .service-ability-card h3 { margin-bottom: 6px; font-size: 16px; line-height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
