:root {
  --ink: #08090b;
  --muted: #656970;
  --line: #dedede;
  --night: #080a0c;
  --shell: min(1200px, calc(100vw - 48px));
}

.contact-page .contact-heading h2,
.contact-page .contact-note h2 { font-size: 60px; }

@media (min-width: 901px) and (max-height: 800px) {
  .contact-page .contact-heading h2 { font-size: 48px; }
  .contact-methods { grid-template-columns: 1fr 1fr; }
  .digital-contact > div { padding-block: 14px; }
}

/* Contact page */
.contact-page h2 { font-size: 60px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; margin: 0; }
.contact-active { box-shadow: 0 0 0 2px #08090b, inset 0 0 0 1px #fff; }
.contact-hero { min-height: calc(100vh - 88px); display: flex; align-items: center; justify-content: center; text-align: center; padding-block: 70px; }
.contact-hero-copy { max-width: 940px; display: flex; flex-direction: column; align-items: center; }
.contact-hero h1 { font-size: clamp(58px,5vw,76px); line-height: 1.1; letter-spacing: -.06em; margin: 0; }
.contact-hero .lead { max-width: 720px; }
.contact-hero .text-link { font-size: 14px; font-weight: 700; }
.contact-screen { height: calc(100vh - 88px); min-height: 0; }
.contact-conversation { background: var(--night); color: #fff; display: flex; align-items: center; padding-block: 30px; }
.contact-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; column-gap: 70px; margin-bottom: 34px; }
.contact-heading .eyebrow { grid-column: 1 / -1; color: #fff; }
.contact-heading > p:last-child { color: #9da2a9; font-size: 14px; line-height: 1.85; margin: 0 0 8px; }
.contact-methods { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid #33373b; }
.wechat-card { min-height: 340px; display: grid; grid-template-columns: .75fr 1fr; gap: 34px; align-items: center; padding: 30px; border-right: 1px solid #33373b; }
.qr-placeholder { aspect-ratio: 1; background: #fff; color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.qr-placeholder span { font-size: 16px; font-weight: 700; }
.qr-placeholder small { color: var(--muted); font-size: 10px; margin-top: 7px; }
.method-label { color: #93989f; font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 0 18px; }
.contact-methods h3 { font-size: 26px; margin: 0 0 18px; }
.contact-methods article p:not(.method-label) { color: #a4a8ae; font-size: 13px; line-height: 1.8; }
.wechat-card strong { display: block; font-size: 13px; margin-top: 28px; }
.digital-contact { display: grid; grid-template-rows: 1fr 1fr; }
.digital-contact > div { padding: 30px 34px; display: flex; flex-direction: column; justify-content: center; }
.digital-contact > div:first-child { border-bottom: 1px solid #33373b; }
.light-button { width: fit-content; border: 1px solid #666b72; color: #fff; margin-top: 12px; padding: 11px 18px; }
.contact-email { font-size: 15px; font-weight: 700; border-bottom: 1px solid #6f747b; width: fit-content; padding-bottom: 4px; }
.contact-note { min-height: calc(88vh - 88px); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.contact-note > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.85; margin: 30px 0; }

@media (min-width: 901px) and (max-height: 800px) {
  .contact-page h2 { font-size: 48px; }
  .contact-conversation { padding-block: 18px; }
  .contact-heading { margin-bottom: 20px; }
  .contact-heading .eyebrow { margin-bottom: 12px; }
  .wechat-card { min-height: 280px; padding: 22px 26px; }
  .digital-contact > div { padding: 20px 30px; }
  .contact-methods h3 { margin-bottom: 10px; }
}

@media (max-width: 900px) {
  .contact-page h2 { font-size: clamp(36px,10vw,48px); }
  .contact-hero { min-height: calc(100vh - 72px); padding-block: 60px; }
  .contact-hero h1 { font-size: clamp(42px,12vw,56px); }
  .contact-screen { height: auto; min-height: auto; }
  .contact-conversation { padding-block: 80px; }
  .contact-heading, .contact-methods, .wechat-card { grid-template-columns: 1fr; }
  .contact-heading { gap: 25px; }
  .contact-heading .eyebrow { grid-column: auto; }
  .wechat-card { border-right: 0; border-bottom: 1px solid #33373b; padding: 30px 24px; }
  .qr-placeholder { width: min(100%,300px); justify-self: center; }
  .digital-contact > div { padding: 34px 24px; }
  .light-button { width: 100%; }
  .contact-note { min-height: 75vh; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-about-photo, .about-hero-photo { object-position: 62% center; }
.case-used-car-photo { object-position: 50% 52%; }
.case-hainan-photo { object-position: 48% 50%; }
.client-media-photo { object-position: 55% center; }
.career-content-photo { object-fit: contain; object-position: center; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { width: var(--shell); height: 88px; margin-inline: auto; padding: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #e6e6e6; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; isolation: isolate; }
.site-header::before { content: ""; position: absolute; left: 50%; top: 0; bottom: -1px; width: 100vw; background: #fff; border-bottom: 1px solid #e6e6e6; transform: translateX(-50%); z-index: -1; }
.brand { font-size: 19px; font-weight: 700; letter-spacing: -.7px; color: #050505; justify-self: start; }
.brand span { color: inherit; }
nav { display: flex; align-items: center; justify-self: center; gap: 25px; font-size: 13px; }
nav a { color: #4f5358; transition: .2s; position: relative; padding-block: 32px; }
nav a:hover, nav .active { color: #050505; }
.site-header nav .active::after { content: ""; position: absolute; height: 3px; width: 24px; border-radius: 2px; background: #08090b; left: 50%; bottom: 18px; transform: translateX(-50%); }
.nav-cta { padding: 11px 18px; background: #08090b; color: #fff !important; border-radius: 999px; font-size: 13px; font-weight: 600; }
.header-contact { justify-self: end; }
.mobile-contact { display: none; }
.menu-toggle { display: none; background: none; border: 0; }

.eyebrow { font-size: 15px; font-weight: 700; letter-spacing: .055em; color: #202226; margin: 0 0 22px; }
.hero { min-height: calc(112vh - 88px); display: grid; grid-template-columns: 1.18fr .82fr; gap: 72px; align-items: start; padding-block: 34px 72px; position: relative; }
.hero-copy { max-width: 760px; }
.hero-copy { margin-top: clamp(120px, 15vh, 170px); }
.hero .eyebrow { font-size: 18px; font-weight: 700; letter-spacing: .01em; color: #0b0c0e; }
.hero h1 { font-size: clamp(58px, 5vw, 74px); line-height: 1.1; letter-spacing: -.06em; font-weight: 600; margin: 0; }
.lead { font-size: 18px; line-height: 1.8; color: var(--muted); max-width: 600px; margin: 32px 0 38px; }
.actions { display: flex; gap: 12px; }
.button { display: inline-flex; padding: 15px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; align-items: center; justify-content: center; transition: .25s; }
.primary { background: #08090b; color: #fff; }
.primary:hover { background: #292b2f; transform: translateY(-2px); }
.secondary { border: 1px solid #bfc2c7; background: #fff; }
.secondary:hover { border-color: #303236; transform: translateY(-2px); }
.hero-image { width: min(100%, 510px); height: min(90vh, 880px); justify-self: end; margin: 0; border-radius: 3px; overflow: hidden; }
.hero-index { position: absolute; right: 0; bottom: 28px; font-size: 11px; color: #777; }
.hero-index span { margin: 0 8px; color: #bbb; }

.section { padding-block: 100px; }
.section h2 { font-size: 56px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; margin: 0; }
.section-heading { display: flex; flex-direction: column; gap: 4px; margin-bottom: 52px; }

.directions { height: calc(100vh - 88px); min-height: 720px; padding-block: 34px; display: flex; flex-direction: column; justify-content: center; }
.directions .section-heading { text-align: center; margin-bottom: 36px; }
.directions .section-heading .eyebrow { margin-bottom: 18px; }
.directions .section-heading h2 { font-size: 56px; white-space: normal; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.direction-card { padding: 34px 42px; min-height: 500px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid #dedede; border-radius: 0; background: #f3f3f3; color: var(--ink); text-shadow: none; }
.direction-card.dark { background-image: linear-gradient(90deg, rgba(3,19,39,.70) 0%, rgba(3,19,39,.49) 51%, rgba(3,19,39,.06) 100%), url("../images/direction-business.png"); background-size: cover; background-position: center 58%; }
.direction-card.light { background-image: linear-gradient(90deg, rgba(4,5,7,.76) 0%, rgba(4,5,7,.57) 48%, rgba(4,5,7,.05) 100%), url("../images/direction-career.png"); background-size: cover; background-position: 14% center; }
.direction-card.dark, .direction-card.light { color: #fff; }
.card-number { display: block; font-size: 20px; line-height: 1; font-weight: 700; color: var(--ink); margin-bottom: 35px; }
.direction-card .card-number, .direction-card .eyebrow { color: #fff; }
.direction-card .eyebrow { opacity: 1; font-size: 32px; line-height: 1.2; font-weight: 700; margin-bottom: 0; letter-spacing: -.03em; }
.direction-card > p:not(.eyebrow):not(.keywords) { width: 66.666%; color: rgba(255,255,255,.82); line-height: 1.75; margin: 24px 0 0; font-size: 16px; }
.direction-card.light > p:not(.eyebrow):not(.keywords), .direction-card.light .keywords { width: 52%; }
.keywords { width: 66.666%; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin: 22px 0 34px !important; color: #fff !important; font-size: 16px; line-height: 1.7 !important; text-shadow: none; }
.keywords strong { font-weight: 700; }
.keywords b { font-weight: 400; color: #858990; }
.keywords.stacked { flex-direction: column; align-items: flex-start; gap: 4px; }
.text-link { font-size: 14px; font-weight: 700; margin-top: auto; display: flex; align-items: center; gap: 8px; }
.text-link span { font-size: 16px; }
.direction-card .text-link { width: fit-content; min-width: 138px; min-height: 44px; padding: 0 20px; justify-content: center; border-radius: 999px; background: #fff; color: #08090b; text-shadow: none; }

.validation { background: var(--night); color: #fff; height: calc(100vh - 88px); min-height: 680px; padding-block: 46px; display: flex; align-items: center; }
.validation .eyebrow { color: #fff; }
.validation .shell { display: grid; grid-template-columns: .95fr 1.05fr; column-gap: 84px; }
.validation .section-heading { grid-column: 1 / -1; }
.validation .section-heading { margin-bottom: 34px; }
.validation .section-heading h2 { font-size: 56px; }
.proof-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid #33373b; border-bottom: 1px solid #33373b; }
.proof { padding: 26px 0; display: flex; flex-direction: column; gap: 12px; border-bottom: 1px solid #33373b; }
.proof:not(:first-child) { padding-left: 0; }
.proof:last-child { border: 0; }
.proof strong { font-size: 20px; }
.proof span { font-size: 13px; line-height: 1.7; color: #a0a4aa; }
.quote { margin: 0; padding: 42px 0 18px 38px; display: flex; flex-direction: column; gap: 28px; border-left: 1px solid #3c4044; }
.quote::before { content: "\201C"; display: block; height: 48px; font-size: 76px; line-height: .75; color: #fff; font-weight: 700; }
.quote > p { font-size: 22px; line-height: 1.75; letter-spacing: -.015em; margin: 0; font-weight: 600; }
.quote footer { border-left: 0; padding-left: 0; align-self: auto; }
.quote footer strong, .quote footer span { display: block; }
.quote footer span { color: #95999f; font-size: 12px; line-height: 1.7; margin-top: 8px; }

.split { display: grid; grid-template-columns: 1.7fr 1fr; align-items: end; }
.split > p { font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0 0 10px; }
.insights { height: calc(100vh - 88px); min-height: 700px; padding-block: 48px; display: flex; flex-direction: column; justify-content: center; }
.insights .section-heading { margin-bottom: 34px; }
.insights h2 { font-size: 56px; white-space: nowrap; }
.insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.insight-grid article { border: 1px solid #d9d9d9; border-radius: 13px; padding: 25px; min-height: 335px; display: flex; flex-direction: column; }
.insight-grid h3 { font-size: 18px; line-height: 1.45; letter-spacing: -.025em; margin: 7px 0 14px; }
.insight-grid article > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.insight-grid .text-link { margin-top: auto; }

.about { background: #fff; color: var(--ink); height: calc(100vh - 88px); min-height: 720px; padding-block: 42px; display: flex; align-items: center; }
.about-grid { display: grid; grid-template-columns: .78fr 1.18fr; gap: 64px; align-items: center; }
.about-image { height: min(78vh, 720px); margin: 0; }
.about-copy h2 { font-size: 56px; }
.about-copy > p:not(.eyebrow):not(.experience) { color: #656970; line-height: 1.9; max-width: 650px; margin: 26px 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dedede; border-radius: 12px; margin: 35px 0 25px; padding-inline: 25px; }
.stats div { padding: 26px 8px 26px 0; display: flex; flex-direction: column; gap: 5px; }
.stats strong { font-size: 34px; font-weight: 600; }
.stats sup { font-size: 14px; }
.stats span { font-size: 14px; color: #111; font-weight: 700; }
.experience { font-size: 11px; letter-spacing: .1em; color: #757980; margin-bottom: 30px; }
.about .secondary { background: #08090b; color: #fff; border-color: #08090b; }

.contact { text-align: center; padding-block: 115px; }
.contact h2 { font-size: 56px; }
.contact > p:not(.eyebrow) { max-width: 630px; margin: 28px auto; color: var(--muted); font-size: 16px; line-height: 1.8; }
.contact .button { margin: 8px 0 22px; min-width: 160px; }
.contact small { display: block; color: #8b9097; }

.footer { background: #080a0d; color: #fff; padding: 72px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 65px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid p, .footer-grid a, .footer-grid span { font-size: 12px; color: #92979f; line-height: 1.6; margin: 0; }
.footer-grid .brand { font-size: 19px; color: #fff; letter-spacing: -.7px; font-family: inherit; font-weight: 700; }
.footer-grid .eyebrow { color: #fff; margin-bottom: 8px; }
.copyright { border-top: 1px solid #24272d; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: 11px; color: #656a72; }
.copyright a { color: inherit; justify-self: center; }
.copyright > :last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { width: calc(100vw - 40px); height: 72px; padding: 0; display: flex; justify-content: space-between; }
  .brand { font-size: 18px; }
  .menu-toggle { display: flex; width: 34px; height: 34px; flex-direction: column; gap: 6px; justify-content: center; }
  .menu-toggle span { height: 1px; width: 22px; background: #111; }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; padding: 28px 20px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); }
  nav a { padding-block: 5px; }
  .site-header nav .active::after { width: 18px; left: 0; bottom: -3px; transform: none; }
  nav.open { display: flex; }
  .header-contact { display: none; }
  .mobile-contact { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 48px 64px; gap: 45px; }
  .hero-copy { margin-top: 0; }
  .hero .eyebrow { font-size: 15px; }
  .hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .hero-image { width: 100%; height: 70vh; }
  .hero-index { display: none; }
  .section { padding-block: 80px; }
  .section h2, .validation .section-heading h2, .insights h2, .about-copy h2, .contact h2 { font-size: clamp(36px, 10vw, 48px); }
  .section-heading { margin-bottom: 42px; }
  .directions, .validation, .insights, .about { height: auto; min-height: auto; }
  .direction-grid, .about-grid, .insight-grid, .split { grid-template-columns: 1fr; }
  .directions .section-heading { text-align: left; }
  .directions .section-heading h2 { white-space: normal; }
  .direction-card { padding: 38px 25px; min-height: 560px; }
  .direction-card > p:not(.eyebrow):not(.keywords), .keywords { width: 100%; }
  .validation .shell { display: block; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof, .proof:not(:first-child) { border-right: 0; border-bottom: 1px solid #33373b; padding: 25px 0; }
  .quote { margin-top: 55px; padding: 30px 0 0; border-left: 0; border-top: 1px solid #33373b; gap: 28px; }
  .quote > p { font-size: 22px; }
  .split { gap: 28px; }
  .insights h2 { white-space: normal; }
  .insight-grid article { min-height: 340px; }
  .about-grid { gap: 50px; }
  .about-image { height: 620px; }
  .stats { padding-inline: 14px; }
  .stats strong { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .copyright { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .copyright a, .copyright > :last-child { justify-self: center; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

.standalone { width: min(1200px, calc(100vw - 48px)); min-height: 100vh; margin-inline: auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.standalone h1 { margin: 0; font-size: clamp(48px, 6vw, 80px); line-height: 1.12; letter-spacing: -.055em; }
.standalone > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }

/* Business & media page */
.business-page h2 { font-size: 56px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; margin: 0; }
.business-hero { min-height: calc(100vh - 88px); display: flex; align-items: center; justify-content: center; padding-block: 70px; text-align: center; }
.business-hero-copy { margin: 0; max-width: 900px; display: flex; flex-direction: column; align-items: center; }
.business-hero h1 { font-size: clamp(58px, 5vw, 76px); line-height: 1.1; letter-spacing: -.06em; margin: 0; }
.business-screen { height: calc(100vh - 88px); min-height: 720px; }
.business-fit { display: flex; flex-direction: column; justify-content: center; padding-block: 46px; }
.business-fit .section-heading { display: grid; grid-template-columns: 1.5fr .75fr; column-gap: 60px; align-items: end; margin-bottom: 42px; }
.business-fit .section-heading .eyebrow { grid-column: 1 / -1; }
.business-fit .section-heading > p:last-child, .case-section .section-heading > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 7px; }
.fit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-grid article { min-height: 260px; padding: 30px 26px; border-right: 1px solid var(--line); }
.fit-grid article:first-child { padding-left: 0; }
.fit-grid article:last-child { border: 0; padding-right: 0; }
.fit-grid span { display: block; font-size: 28px; line-height: 1.2; letter-spacing: -.03em; font-weight: 700; }
.fit-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; margin-top: 34px; }

.judgment-process { background: var(--night); color: #fff; display: flex; align-items: center; }
.judgment-process .shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.judgment-process .eyebrow { color: #fff; }
.judgment-process .section-heading { display: block; margin: 0; }
.judgment-process .section-heading > div { display: block; }
.judgment-process .section-heading > p { color: #a4a8ae; max-width: 480px; font-size: 14px; line-height: 1.9; margin: 34px 0 0; }
.process-list { list-style: none; margin: 0; padding: 0; display: block; border-top: 1px solid #33373b; }
.process-list li { min-height: 120px; padding: 24px 0; border-bottom: 1px solid #33373b; display: grid; grid-template-columns: 64px 1fr; align-items: center; }
.process-list li > span { font-size: 13px; color: #b1b5ba; align-self: start; padding-top: 4px; }
.process-list h3 { font-size: 23px; margin: 0 0 10px; }
.process-list p { color: #9ba0a7; font-size: 13px; line-height: 1.7; margin: 0; }

.business-why { display: grid; grid-template-columns: .78fr 1.15fr; gap: 70px; align-items: center; padding-block: 42px; }
.why-image { height: min(78vh,720px); margin: 0; }
.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 22px 0 0; }
.stats.compact { margin: 28px 0 25px; }
.inline-button { width: fit-content; }

.case-section { background: #fff; padding-block: 100px; }
.case-section .section-heading { display: grid; grid-template-columns: 1.5fr .7fr; column-gap: 70px; align-items: end; }
.case-section .section-heading .eyebrow { grid-column: 1 / -1; }
.case-stack { display: grid; gap: 80px; margin-top: 70px; }
.case-card { min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; background: #f3f3f3; }
.case-card.reverse img { order: 2; }
.case-card > div { padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.case-card h3 { font-size: 38px; line-height: 1.3; letter-spacing: -.04em; margin: 0 0 25px; }
.case-card > div > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.case-card strong { margin-top: 35px; font-size: 12px; line-height: 1.8; }

.case-lead { min-height: 62vh; padding-block: 150px 110px; display: flex; align-items: flex-end; }
.case-screen { height: calc(100vh - 88px); min-height: 0; padding-block: clamp(30px,5vh,54px); display: flex; align-items: center; background: #fff; }
.case-screen-inner { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.case-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: end; }
.case-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.case-intro h2 { font-size: 56px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; }
.case-intro > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 0; }
.case-detail { height: min(72vh, 690px); min-height: 0; display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); }
.case-detail > img { min-height: 0; }
.case-detail.reverse > img { order: -1; }
.case-copy { padding: 38px 46px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.case-copy .eyebrow { margin-bottom: 12px; }
.case-copy h3 { font-size: 30px; line-height: 1.3; letter-spacing: -.035em; margin: 0 0 20px; }
.case-copy dl { margin: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.case-copy dl > div { border-top: 1px solid var(--line); padding-top: 9px; }
.case-copy dt { font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.case-copy dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.case-keywords { display: flex; flex-direction: column; gap: 12px; margin: 30px 0 0; font-size: 12px; }
.case-keywords span { color: var(--muted); }
.case-keywords b { color: var(--ink); margin-right: 10px; }
.dark-case { background: var(--night); color: #fff; }
.dark-case .case-detail { border-color: #33373b; }
.dark-case .case-copy dl > div { border-color: #33373b; }
.dark-case .case-copy .eyebrow, .dark-case .case-keywords b { color: #fff; }
.dark-case .case-copy dd, .dark-case .case-keywords span { color: #9ba0a7; }

.cooperation { padding-block: 54px; display: flex; flex-direction: column; justify-content: center; }
.cooperation .section-heading { margin-bottom: 42px; }
.cooperation-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.cooperation-grid article { min-height: 330px; padding: 28px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.cooperation-grid article:first-child { padding-left: 0; }
.cooperation-grid article:last-child { border: 0; padding-right: 0; }
.cooperation-grid span { font-size: 12px; color: #888; }
.cooperation-grid h3 { font-size: 28px; font-weight: 700; line-height: 1.3; margin: 38px 0 18px; }
.cooperation-grid p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.cooperation-grid strong { font-size: 16px; line-height: 1.55; margin-top: auto; }

@media (min-width: 769px) and (max-height: 800px) {
  .case-copy { padding: 24px 38px; }
  .case-copy h3 { margin-bottom: 14px; }
  .case-copy dl { gap: 7px; }
  .case-keywords { margin-top: 20px; gap: 9px; }
}

.media-section { background: var(--night); color: #fff; display: flex; align-items: center; padding-block: 42px; }
.media-grid { display: grid; grid-template-columns: 1fr .9fr; grid-template-areas: "intro image" "list event"; column-gap: 80px; row-gap: 0; align-items: stretch; }
.media-intro { grid-area: intro; }
.media-intro .eyebrow { color: #fff; }
.media-intro > p:not(.eyebrow) { color: #a4a8ae; line-height: 1.85; font-size: 14px; margin: 28px 0 0; max-width: 570px; }
.media-list { grid-area: list; list-style: none; padding: 0; margin: 0; border-top: 1px solid #33373b; }
.media-list li { padding: 20px 0; border-bottom: 1px solid #33373b; display: flex; justify-content: space-between; gap: 30px; }
.media-list li strong { font-size: 14px; }
.media-list li span { color: #91969d; font-size: 12px; text-align: right; }
.media-image { height: min(75vh,690px); margin: 0; }
.media-event-image { grid-area: image; min-height: 0; margin: 0; position: relative; overflow: hidden; border: 1px solid #34383d; border-bottom: 0; }
.media-event-image img { position: absolute; inset: 0; object-position: center 36%; }
.media-event-copy { grid-area: event; padding: 20px 30px 28px; border: 1px solid #34383d; border-top: 0; }
.media-event-copy .eyebrow { color: #fff; margin-bottom: 14px; }
.media-event-copy h3 { margin: 0 0 14px; font-size: 25px; line-height: 1.3; letter-spacing: -.025em; }
.media-event-copy > p:not(.eyebrow) { margin: 0 0 18px; color: #a4a8ae; font-size: 13px; line-height: 1.75; }
.media-event-copy strong { font-size: 13px; line-height: 1.65; }

.business-start { text-align: center; min-height: calc(82vh - 88px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.business-start > p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.85; margin: 30px auto; }

/* 35+ competitiveness page */
.career-page h2 { font-size: 56px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; margin: 0; }
.career-screen { height: calc(100vh - 88px); min-height: 720px; }
.career-hero { min-height: calc(100vh - 88px); display: flex; align-items: center; justify-content: center; padding-block: 70px; text-align: center; }
.career-hero-copy { max-width: 940px; display: flex; flex-direction: column; align-items: center; }
.career-hero h1 { font-size: clamp(58px,5vw,76px); line-height: 1.1; letter-spacing: -.06em; margin: 0; }
.career-hero .lead { max-width: 800px; }
.career-layers { display: flex; flex-direction: column; justify-content: center; padding-block: 48px; }
.career-layers .section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.career-layers .section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 7px; }
.layer-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.layer-grid article { min-height: 330px; padding: 30px 36px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.layer-grid article:first-child { padding-left: 0; }
.layer-grid article:last-child { border-right: 0; padding-right: 0; }
.layer-grid span { font-size: 15px; font-weight: 700; }
.layer-grid h3 { font-size: 28px; line-height: 1.3; margin: 42px 0 18px; }
.layer-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.layer-grid strong { font-size: 16px; margin-top: auto; }
.career-journey { background: var(--night); color: #fff; display: flex; align-items: center; }
.journey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.career-journey .section-heading { margin: 0; }
.career-journey .eyebrow { color: #fff; }
.career-journey .section-heading > p:last-child { color: #a4a8ae; font-size: 14px; line-height: 1.9; max-width: 500px; margin: 34px 0 0; }
.journey-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #33373b; }
.journey-list li { min-height: 120px; padding: 22px 0; border-bottom: 1px solid #33373b; display: grid; grid-template-columns: 110px 1fr; gap: 25px; }
.journey-list time { color: #aeb2b7; font-size: 13px; padding-top: 4px; }
.journey-list h3 { font-size: 23px; margin: 0 0 8px; }
.journey-list p { color: #9ba0a7; font-size: 13px; line-height: 1.7; margin: 0; }
.career-content { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; padding-block: 44px; }
.career-content-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 14px; line-height: 1.85; margin: 30px 0; }
.career-content-image { height: min(74vh,680px); margin: 0; }
.career-start { min-height: calc(82vh - 88px); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.career-start > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.85; margin: 30px auto; }

/* About page */
.about-page h2 { font-size: 60px; line-height: 1.15; letter-spacing: -.05em; font-weight: 600; margin: 0; }
.about-screen { height: calc(100vh - 88px); min-height: 720px; }
.about-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: end; padding-block: 38px 0; }
.about-hero-image { height: min(82vh,760px); margin: 0; }
.about-hero-copy h1 { font-size: clamp(54px,4.5vw,70px); line-height: 1.1; letter-spacing: -.06em; margin: 0; }
.about-hero-copy .lead { max-width: 620px; font-size: 16px; }
.about-hero-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-hero-stats div { padding: 22px 15px 22px 0; display: flex; flex-direction: column; gap: 8px; }
.about-hero-stats strong { font-size: 30px; line-height: 1; }
.about-hero-stats span { font-size: 12px; font-weight: 700; }
.experience-map { height: 33vh; min-height: 255px; padding-block: 24px; overflow: hidden; background: #f5f5f5; display: flex; flex-direction: column; justify-content: center; }
.experience-map .section-heading { text-align: center; margin-bottom: 14px; }
.experience-map .section-heading h2 { font-size: 30px; font-weight: 600; letter-spacing: -.035em; }
.experience-map .section-heading p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 10px 0 0; }
.about-today .section-heading, .about-validation .section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.about-today .section-heading > p, .about-validation .section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 7px; }
.experience-marquee { width: 100%; overflow: hidden; background: #f5f5f5; }
.experience-track { width: max-content; display: flex; align-items: center; animation: experience-scroll 32s linear infinite; }
.experience-track span { width: 195px; min-height: 72px; display: flex; align-items: center; justify-content: center; font-size: 21px; font-weight: 700; }
.experience-marquee:hover .experience-track { animation-play-state: paused; }
.experience-note { width: var(--shell); margin: 18px auto 0; color: var(--muted); font-size: 11px; text-align: center; }
@keyframes experience-scroll { to { transform: translateX(-50%); } }
.complexity { background: var(--night); color: #fff; display: flex; align-items: center; }
.complexity-grid { display: flex; flex-direction: column; align-items: center; text-align: center; }
.complexity .eyebrow { color: #fff; }
.complexity .section-heading { margin-bottom: 46px; }
.complexity .section-heading h2 { font-size: 70px; line-height: 1.12; }
.complexity-copy { max-width: 930px; }
.complexity-copy > p { color: #a4a8ae; font-size: 17px; line-height: 1.9; margin: 0 auto; }
.complexity-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 48px; }
.complexity-tags strong { padding: 14px 24px; border: 1px solid #70757c; border-radius: 999px; font-size: 14px; background: #fff; color: var(--ink); }
.about-today { height: auto; min-height: calc(112vh - 88px); display: flex; flex-direction: column; justify-content: center; padding-block: 92px; }
.today-timeline { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 0 42px; margin: 10px 0 0; position: relative; }
.today-timeline::after { content: "持续向未来  →"; position: absolute; right: 0; bottom: 0; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.today-timeline li { min-height: 170px; padding: 24px 24px 18px; border-top: 2px solid #111; position: relative; }
.today-timeline li::before { content: ""; position: absolute; width: 10px; height: 10px; border: 2px solid #111; border-radius: 50%; background: #fff; left: 24px; top: -7px; }
.today-timeline li:first-child { padding-left: 0; }
.today-timeline li:last-child { border-right: 0; padding-right: 0; }
.today-timeline time { font-size: 12px; color: #74787e; }
.today-timeline h3 { font-size: 18px; line-height: 1.35; margin: 22px 0 9px; }
.today-timeline p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.formal-recommendation { background: var(--night); color: #fff; display: flex; align-items: center; padding-block: 38px; }
.formal-recommendation-grid { height: 100%; display: grid; grid-template-columns: 1.1fr .6fr; gap: 90px; align-items: center; }
.formal-copy .eyebrow { color: #fff; }
.formal-copy h2 { font-size: 60px; }
.formal-copy h3 { font-size: 23px; margin: 45px 0 18px; }
.formal-copy ul { list-style: none; padding: 0; margin: 0; }
.formal-copy li { color: #c1c4c8; font-size: 15px; line-height: 1.8; }
.formal-copy li::before { content: "·"; margin-right: 10px; }
.formal-copy > p:last-child { color: #858a91; font-size: 12px; margin: 30px 0 0; }
.recommendation-letter { height: min(82vh,740px); margin: 0; background: #fff; }
.recommendation-letter img { object-fit: contain; }
.public-recommendations { display: flex; flex-direction: column; justify-content: center; padding-block: 50px; background: #f3f3f3; }
.public-recommendations .section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.public-recommendations .section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 8px; }
.public-recommendations .section-heading h2 { font-size: 48px; }
.recommendation-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.recommendation-cards article { min-height: 340px; padding: 30px 28px 24px; border-radius: 13px; background: #fff; display: flex; flex-direction: column; text-align: left; align-items: stretch; justify-content: center; }
.recommendation-cards blockquote { font-size: 14px; line-height: 1.8; margin: 0; }
.recommendation-capability { display: flex; flex-direction: column; gap: 6px; margin: 26px 0 24px; font-size: 12px; line-height: 1.65; }
.recommendation-capability b { font-size: 13px; }
.recommendation-cards footer { margin-top: 4px; display: flex; align-items: center; gap: 13px; text-align: left; }
.recommendation-avatar { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; background: #111; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.recommendation-cards h3 { font-size: 14px; margin: 0 0 4px; }
.recommendation-cards footer p { color: var(--muted); font-size: 10px; line-height: 1.45; margin: 0; }
.about-next { min-height: calc(105vh - 88px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-bottom: 110px; }
.about-next h2 { font-size: 70px; }
.about-next > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin: 28px 0; }

@media (max-width: 900px) {
  .business-page h2 { font-size: clamp(36px,10vw,48px); }
  .business-hero { min-height: calc(100vh - 72px); padding-block: 60px; }
  .business-hero-copy { margin: 0; }
  .business-hero h1 { font-size: clamp(42px,12vw,56px); }
  .business-screen { height: auto; min-height: auto; }
  .business-fit, .judgment-process, .business-why, .media-section { padding-block: 80px; }
  .business-fit .section-heading, .case-section .section-heading, .business-why { grid-template-columns: 1fr; }
  .business-fit .section-heading, .case-section .section-heading { gap: 25px; }
  .fit-grid, .process-list, .cooperation-grid { grid-template-columns: 1fr; }
  .fit-grid article, .fit-grid article:first-child, .fit-grid article:last-child, .process-list li, .process-list li:first-child, .process-list li:last-child, .cooperation-grid article, .cooperation-grid article:first-child, .cooperation-grid article:last-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .judgment-process .process-list li { border-color: #33373b; }
  .judgment-process .shell { grid-template-columns: 1fr; gap: 55px; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .fit-grid span { font-size: 28px; }
  .fit-grid h3, .process-list h3, .cooperation-grid h3 { margin-top: 22px; }
  .why-image, .media-image { height: 620px; }
  .media-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "list" "image" "event"; gap: 0; }
  .media-event-image { height: 360px; margin-top: 48px; }
  .media-event-copy { padding: 30px 24px 34px; }
  .case-section, .cooperation { padding-block: 80px; }
  .case-stack { gap: 35px; margin-top: 45px; }
  .case-card { grid-template-columns: 1fr; }
  .case-card img { height: 420px; }
  .case-card.reverse img { order: 0; }
  .case-card > div { padding: 34px 25px; }
  .case-card h3 { font-size: 30px; }
  .case-lead { min-height: auto; padding-block: 110px 80px; }
  .case-screen { height: auto; min-height: auto; padding-block: 80px; }
  .case-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .case-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .case-intro h2 { font-size: clamp(36px, 10vw, 48px); }
  .case-detail { min-height: auto; grid-template-columns: 1fr; }
  .case-detail > img, .case-detail.reverse > img { order: -1; height: 430px; }
  .case-copy { padding: 34px 25px; }
  .case-copy dl { grid-template-columns: 1fr; }
  .media-grid { gap: 45px; }
  .media-list li { flex-direction: column; gap: 7px; }
  .media-list li span { text-align: left; }
  .business-start { min-height: 75vh; }
  .career-page h2 { font-size: clamp(36px,10vw,48px); }
  .career-screen { height: auto; min-height: auto; }
  .career-hero { min-height: calc(100vh - 72px); padding-block: 60px; }
  .career-hero h1 { font-size: clamp(42px,12vw,56px); }
  .career-layers, .career-journey, .career-content { padding-block: 80px; }
  .career-layers .section-heading, .journey-grid, .career-content { grid-template-columns: 1fr; }
  .career-layers .section-heading { gap: 25px; }
  .layer-grid { grid-template-columns: 1fr; }
  .layer-grid article, .layer-grid article:first-child, .layer-grid article:last-child { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .layer-grid h3 { margin-top: 24px; }
  .layer-grid strong { margin-top: 24px; }
  .journey-grid { gap: 55px; }
  .journey-list li { grid-template-columns: 85px 1fr; }
  .career-content { gap: 45px; }
  .career-content-image { height: 560px; }
  .career-start { min-height: 75vh; }
  .about-page h2 { font-size: clamp(36px,10vw,48px); }
  .about-screen { height: auto; min-height: auto; }
  .about-hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-block: 48px 70px; }
  .about-hero-image { height: 70vh; }
  .about-hero-copy h1 { font-size: clamp(42px,12vw,56px); }
  .about-hero-stats { grid-template-columns: 1fr; }
  .about-hero-stats div { border-bottom: 1px solid var(--line); }
  .experience-map, .complexity, .about-today, .about-validation { padding-block: 80px; }
  .experience-map .section-heading, .about-today .section-heading, .about-validation .section-heading, .complexity-grid { grid-template-columns: 1fr; gap: 35px; }
  .experience-map { height: auto; min-height: 30vh; }
  .experience-map .section-heading h2 { font-size: 30px; }
  .experience-track span { width: 145px; min-height: 82px; }
  .complexity .section-heading h2 { font-size: clamp(42px,11vw,54px); }
  .about-today { min-height: auto; padding-block: 100px; }
  .today-timeline { grid-template-columns: 1fr; }
  .today-timeline li, .today-timeline li:first-child, .today-timeline li:last-child { min-height: auto; padding: 28px 0 28px 28px; border-right: 0; border-top: 1px solid var(--line); }
  .today-timeline li::before { left: 0; }
  .today-timeline h3 { margin-top: 22px; }
  .formal-recommendation-grid { grid-template-columns: 1fr; gap: 50px; }
  .formal-recommendation { height: auto; min-height: auto; padding-block: 80px; }
  .formal-copy h2 { font-size: clamp(36px,10vw,48px); }
  .recommendation-letter { height: 70vh; }
  .public-recommendations { height: auto; min-height: auto; padding-block: 80px; }
  .public-recommendations .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .public-recommendations .section-heading h2 { font-size: clamp(36px,10vw,46px); }
  .recommendation-cards { grid-template-columns: 1fr; }
  .recommendation-cards article { min-height: 390px; }
  .about-next h2 { font-size: clamp(42px,11vw,56px); }
  .about-next { min-height: 75vh; }
}

.contact-page .contact-heading h2,
.contact-page .contact-note h2 { font-size: 60px; }

@media (min-width: 901px) and (max-height: 800px) {
  .contact-page .contact-heading h2 { font-size: 48px; }
  .contact-methods { grid-template-columns: 1fr 1fr; }
  .digital-contact > div { padding-block: 14px; }
  .contact-conversation { padding-block: 12px; }
}

@media (max-width: 900px) {
  .contact-page .contact-heading h2,
  .contact-page .contact-note h2 { font-size: clamp(36px,10vw,48px); }
}

/* Contact form layout */
.contact-form-section { min-height: calc(118vh - 88px); padding-block: 70px; }
.contact-form-heading { max-width: 900px; margin: 0 auto 55px; text-align: center; }
.contact-form-heading h1 { font-size: clamp(54px,4.7vw,70px); line-height: 1.08; letter-spacing: -.055em; margin: 0; }
.contact-form-heading > p:last-child { max-width: 720px; margin: 26px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.contact-card-grid { width: min(900px,100%); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .75fr; gap: 18px; align-items: stretch; }
.contact-form-card { min-height: 620px; padding: 32px; border-radius: 22px; background: #111; color: #fff; box-shadow: 0 22px 40px rgba(0,0,0,.18); display: flex; flex-direction: column; gap: 17px; }
.contact-form-card label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 600; }
.contact-form-card input, .contact-form-card textarea { width: 100%; border: 1px solid #3c3c3c; border-radius: 10px; background: #2a2a2a; color: #fff; padding: 14px 15px; font: inherit; outline: none; }
.contact-form-card input:focus, .contact-form-card textarea:focus { border-color: #aaa; }
.contact-form-card textarea { min-height: 125px; resize: vertical; }
.contact-form-card button { min-height: 52px; margin-top: 2px; border: 0; border-radius: 10px; background: #fff; color: #111; font: inherit; font-weight: 700; cursor: pointer; }
.contact-form-card small { color: #83878d; font-size: 10px; text-align: center; }
.quick-contact-card { min-height: 620px; padding: 32px; border-radius: 22px; background: #f3f3f3; display: flex; flex-direction: column; box-shadow: 0 22px 40px rgba(0,0,0,.08); }
.quick-contact-card > img { width: 74px; height: 88px; border-radius: 14px; object-position: center 28%; }
.quick-contact-card > .wechat-qr-image { width: 190px; height: 250px; border-radius: 10px; object-fit: contain; object-position: center; background: #fff; align-self: center; }
.quick-contact-card > div:first-child { margin-top: 0; }
.quick-contact-card > .wechat-qr-image { margin-top: 28px; }
.quick-contact-card .eyebrow { font-size: 13px; margin-bottom: 16px; }
.quick-contact-card h2 { font-size: 31px; line-height: 1.25; letter-spacing: -.04em; }
.quick-contact-card > div > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 20px 0; }
.quick-contact-card span { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: #fff; color: #666a70; font-size: 11px; }
.quick-contact-actions { margin-top: auto; }
.quick-contact-actions a { display: flex; min-height: 52px; border: 1px solid #d1d1d1; border-radius: 12px; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; background: #fff; }
.quick-contact-actions small { display: block; margin-top: 10px; color: #969aa0; font-size: 10px; text-align: center; }
.contact-bottom-cta { min-height: calc(92vh - 88px); background: var(--night); color: #fff; display: flex; align-items: center; text-align: center; }
.contact-bottom-cta .shell { display: flex; flex-direction: column; align-items: center; }
.contact-bottom-cta .eyebrow { color: #fff; }
.contact-bottom-cta h2 { font-size: 68px; }
.contact-bottom-cta p:not(.eyebrow) { max-width: 650px; color: #a4a8ae; font-size: 15px; line-height: 1.8; margin: 28px 0; }
.contact-bottom-cta .button { background: #fff; color: #111; min-width: 145px; }

@media (max-width: 900px) {
  .contact-form-section { min-height: auto; padding-block: 70px; }
  .contact-form-heading h1 { font-size: clamp(42px,12vw,56px); }
  .contact-card-grid { grid-template-columns: 1fr; }
  .contact-form-card, .quick-contact-card { min-height: auto; padding: 25px; border-radius: 16px; }
  .quick-contact-card { min-height: 540px; }
  .contact-bottom-cta { min-height: 80vh; }
  .contact-bottom-cta h2 { font-size: clamp(42px,11vw,56px); }
}
