:root {
  --ink: #10283a;
  --ink-2: #284252;
  --paper: #f4f3ef;
  --white: #ffffff;
  --line: #d6d9d8;
  --muted: #56666f;
  --wine: #8b2635;
  --wine-dark: #6f1d2a;
  --green: #345d4b;
  --gold: #aa8640;
  --sans: "Noto Sans SC Variable", "Noto Sans SC", system-ui, sans-serif;
  --serif: "Source Serif 4 Variable", Georgia, serif;
  --shadow: 0 18px 50px rgb(15 39 56 / 10%);
  --radius: 2px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; }
[lang="en"] h1, [lang="en"] h2, [lang="ms"] h1, [lang="ms"] h2 { font-family: var(--serif); font-weight: 560; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(16 40 58 / 12%); background: rgb(244 243 239 / 94%); backdrop-filter: blur(12px); }
.header-inner { min-height: 104px; display: grid; grid-template-columns: minmax(370px, 430px) 1fr auto; gap: 22px; align-items: center; }
.brand { display: grid; grid-template-columns: 154px minmax(0, 1fr); gap: 14px; align-items: center; width: auto; color: var(--ink); text-decoration: none; }
.brand img { width: 154px; height: auto; aspect-ratio: 720 / 241; background: var(--ink); object-fit: contain; }
.brand-lockup { display: grid; gap: 1px; min-width: 0; }
.brand-lockup strong { font-size: .94rem; letter-spacing: .035em; }
.brand-lockup span { color: var(--muted); line-height: 1.25; letter-spacing: .02em; }
.brand-lockup .brand-name-cn { font-size: .7rem; font-weight: 600; }
.brand-lockup .brand-name-en { font-size: .53rem; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 26px); font-size: .84rem; font-weight: 560; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--wine); }
.nav-contact { padding: 9px 14px; border: 1px solid var(--ink); }
.languages { display: flex; gap: 10px; font-size: .78rem; letter-spacing: .04em; }
.languages a { text-decoration: none; color: var(--muted); }
.languages a[aria-current="true"] { color: var(--ink); font-weight: 700; }
.nav-toggle { display: none; }

.eyebrow { margin-bottom: 16px; color: var(--wine); font-size: .76rem; font-weight: 720; letter-spacing: .15em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid transparent; border-radius: var(--radius); font-size: .9rem; font-weight: 680; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button.primary { background: var(--wine); color: var(--white); }
.button.primary:hover { background: var(--wine-dark); }
.button.quiet { border-color: var(--ink); color: var(--ink); }
.button.quiet:hover { background: var(--ink); color: var(--white); }
.text-link { color: var(--wine); font-weight: 680; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: clamp(42px, 6vw, 78px); align-items: center; min-height: 0; padding-block: 82px; color: var(--white); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0 50%; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 78% 20%, rgb(183 143 76 / 22%), transparent 30%), linear-gradient(135deg, #0b2435, #102f43 62%, #0a1e2c); }
.hero h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(2.875rem, 4vw, 3.25rem); letter-spacing: -.02em; }
[lang="zh"] .hero h1 { max-width: 10em; font-size: clamp(2.875rem, 3.6vw, 3.25rem); letter-spacing: 0; line-height: 1.2; }
.hero-lede { max-width: 620px; margin-bottom: 28px; color: #dce7eb; font-size: clamp(1.05rem, 1.5vw, 1.18rem); line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .button.quiet { border-color: rgb(255 255 255 / 72%); color: var(--white); }
.hero .button.quiet:hover { background: var(--white); color: var(--ink); }
.audience-line { margin: 28px 0 0; color: #aebfc7; font-size: .9rem; }
.hero-media { position: relative; margin: 0; padding: 0 0 22px 22px; }
.hero-media::before { content: ""; position: absolute; inset: 22px 22px 0 0; z-index: -1; background: #b78f4c; }
.hero-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; box-shadow: 0 24px 70px rgb(0 0 0 / 32%); }
.hero-media figcaption { position: absolute; right: 20px; bottom: 36px; max-width: 220px; padding: 8px 12px; background: rgb(255 255 255 / 92%); color: var(--ink-2); font-size: .75rem; }

.section { padding-block: 84px; }
.section-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .55fr); column-gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(1.85rem, 2.6vw, 2.125rem); letter-spacing: -.015em; }
[lang="zh"] .section-heading h2 { font-size: clamp(1.8rem, 2.4vw, 2.125rem); letter-spacing: 0; }
.section-heading > p:last-child { margin-bottom: 4px; color: var(--ink-2); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.service-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 64px; color: var(--gold); font-family: var(--serif); font-size: .8rem; }
.service-card h3 { margin-bottom: 16px; font-size: 1.18rem; }
.service-card p { color: var(--ink-2); font-size: .92rem; }
.service-card a { color: var(--wine); font-size: .84rem; font-weight: 680; }

.news-feature { background: var(--ink); color: var(--white); }
.news-feature .eyebrow { color: #f0d6ae; }
.split-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.split-feature.text-only-feature { grid-template-columns: minmax(0, 840px); }
.split-feature h2 { margin-bottom: 20px; font-size: clamp(1.85rem, 2.8vw, 2.25rem); letter-spacing: -.015em; }
[lang="zh"] .split-feature h2 { font-size: clamp(1.8rem, 2.6vw, 2.125rem); letter-spacing: 0; }
.split-feature p:not(.eyebrow) { color: #d7e0e5; }
.split-feature .text-link { color: #f0d6ae; }
.split-feature img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.date-line { margin-bottom: 24px; font-family: var(--serif); letter-spacing: .1em; }

.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.approach-grid article { padding-top: 26px; border-top: 2px solid var(--ink); }
.approach-grid h3 { font-size: 1.16rem; }
.approach-grid p { color: var(--ink-2); }
.review-band { padding-block: 78px; background: var(--white); border-block: 1px solid var(--line); }
.review-inner { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 84px); align-items: center; }
.review-cover { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); }
.review-inner h2 { margin: 0 0 18px; font-size: clamp(1.85rem, 2.6vw, 2.125rem); }
.review-inner p { color: var(--ink-2); }
.review-excerpt summary, .privacy-note summary { color: var(--wine); font-weight: 680; cursor: pointer; }
.review-excerpt p { margin: 16px 0 0; }

.contact-section { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); }
.contact-section .section-heading { display: block; margin-bottom: 0; }
.contact-section .section-heading h2 { margin-bottom: 20px; }
.inquiry-form { padding: 36px; background: var(--white); border-top: 4px solid var(--wine); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label > span:first-child { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 650; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #bdc5c7; border-radius: 0; background: #fbfbf9; padding: 11px 12px; color: var(--ink); }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid rgb(139 38 53 / 22%); border-color: var(--wine); }
.form-grid .full { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; }
.consent input { width: auto; margin-top: 6px; }
.privacy-note { padding: 14px 0; border-block: 1px solid var(--line); color: var(--ink-2); font-size: .86rem; }
.privacy-note p { margin: 10px 0 0; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-actions button[disabled] { opacity: .55; cursor: not-allowed; }
.form-status { margin: 0; color: var(--muted); font-size: .84rem; }

.page-hero { padding-block: 110px 80px; }
.compact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .42fr); gap: 90px; align-items: end; }
.compact-hero h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(2.875rem, 4vw, 3.25rem); letter-spacing: -.02em; }
[lang="zh"] .compact-hero h1 { max-width: 10em; font-size: clamp(2.875rem, 3.6vw, 3.25rem); letter-spacing: 0; }
.audience-panel { padding: 30px; background: var(--ink); color: var(--white); }
.panel-label { color: #e8c993; font-size: .76rem; font-weight: 720; letter-spacing: .15em; text-transform: uppercase; }
.audience-panel ul { margin: 0; padding-left: 1.2em; }
.audience-panel li + li { margin-top: 12px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer-card { min-height: 240px; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.offer-card h3 { margin-bottom: 18px; }
.offer-card p { color: var(--ink-2); }
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.process-grid h2 { font-size: clamp(1.85rem, 2.6vw, 2.125rem); }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 46px 1fr; gap: 24px; padding: 0 0 30px; border-bottom: 1px solid var(--line); }
.process-grid li + li { padding-top: 30px; }
.process-grid li > span { color: var(--gold); font-family: var(--serif); }
.process-grid h3 { margin-bottom: 8px; font-size: 1.1rem; }
.process-grid p { margin-bottom: 0; color: var(--ink-2); }
.scope-section { display: grid; grid-template-columns: .62fr 1fr; gap: 90px; align-items: end; }
.scope-section h2 { margin: 0; font-size: clamp(1.85rem, 2.6vw, 2.125rem); }
.scope-section > p { margin: 0; color: var(--ink-2); }
.cta-panel { margin-bottom: 100px; padding: 52px; background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-panel h2 { margin-bottom: 10px; font-size: clamp(1.7rem, 2.7vw, 2.4rem); }
.cta-panel p { margin-bottom: 0; color: #d7e0e5; }

.article-shell { padding-block: 96px 120px; }
.article-header { max-width: 900px; margin-bottom: 54px; }
.article-header h1 { margin-bottom: 26px; font-size: clamp(2.875rem, 4vw, 3.25rem); letter-spacing: -.02em; }
[lang="zh"] .article-header h1 { max-width: 14em; font-size: clamp(2.2rem, 3vw, 2.625rem); letter-spacing: -.005em; }
.article-deck { max-width: 760px; color: var(--ink-2); font-size: 1.2rem; }
.article-meta { display: flex; gap: 24px; color: var(--muted); font-size: .86rem; }
.article-lead { margin: 0 0 72px; }
.article-lead img, .article-copy figure img { width: 100%; height: auto; }
figcaption { margin-top: 9px; color: var(--muted); font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: 190px minmax(0, 760px); gap: clamp(48px, 8vw, 110px); align-items: start; }
.article-toc { position: sticky; top: 120px; padding-top: 16px; border-top: 2px solid var(--ink); }
.article-toc p { margin-bottom: 14px; font-size: .78rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.article-toc a { display: block; padding-block: 6px; color: var(--muted); font-size: .84rem; text-decoration: none; }
.article-copy { font-size: 1.04rem; line-height: 1.85; }
.article-copy h2 { margin: 0 0 22px; font-size: 2rem; }
.article-copy p { margin-bottom: 24px; }
.article-copy figure { margin: 52px 0; }
.article-copy #record { margin-top: 54px; }
.article-brief { max-width: 760px; margin-inline: auto; font-size: 1.04rem; line-height: 1.85; }
.article-brief h2 { margin-bottom: 22px; font-size: 2rem; }
.article-brief p { margin-bottom: 24px; }
.article-cta { margin: 96px 0 0; padding: 46px 50px; background: var(--white); border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.article-cta h2 { margin-bottom: 10px; font-size: 1.7rem; }
.article-cta p { max-width: 690px; margin-bottom: 0; color: var(--ink-2); }

.site-footer { padding: 70px 0 24px; background: #0b202f; color: #dce5e9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 70px; align-items: start; }
.footer-identity { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 150px; height: auto; aspect-ratio: 720 / 241; object-fit: contain; }
.footer-identity div { display: grid; gap: 4px; }
.footer-identity strong { color: var(--white); font-size: .9rem; }
.footer-identity span { max-width: 330px; color: #adbdc5; font-size: .63rem; line-height: 1.35; }
.footer-brand p { max-width: 380px; margin: 22px 0 0; color: #adbdc5; }
.footer-label { margin-bottom: 12px; color: #e8c993; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { color: var(--white); }
.site-footer p { margin-bottom: 0; }
.footer-contacts p + p { margin-top: 16px; }
.footer-contacts strong { color: #dce5e9; font-size: .78rem; }
.footer-bottom { margin-top: 58px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 13%); display: flex; justify-content: space-between; gap: 20px; color: #8fa3ad; font-size: .74rem; }

@media (max-width: 1260px) {
  .header-inner { grid-template-columns: minmax(315px, 1fr) auto auto; }
  .nav-toggle { display: inline-flex; justify-self: end; border: 1px solid var(--ink); background: transparent; padding: 7px 10px; font-size: .78rem; }
  .site-nav { display: none; position: absolute; left: 24px; right: 24px; top: 84px; padding: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .site-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { width: min(100%, 720px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .contact-section, .compact-hero, .process-grid { grid-template-columns: 1fr; }
  .contact-section { gap: 42px; }
  .article-layout { grid-template-columns: 150px minmax(0, 1fr); gap: 50px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .header-inner { min-height: 76px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; }
  .brand { grid-template-columns: 105px minmax(0, 1fr); gap: 9px; width: auto; padding: 0; }
  .brand img { width: 105px; }
  .brand-lockup strong { font-size: .72rem; }
  .brand-lockup span { display: none; }
  .nav-toggle { display: inline-flex; justify-self: end; border: 1px solid var(--ink); background: transparent; padding: 7px 10px; font-size: .78rem; }
  .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: 76px; padding: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .site-nav.is-open { display: flex; }
  .languages { gap: 7px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding-block: 58px 72px; gap: 46px; }
  .hero h1, [lang="zh"] .hero h1 { max-width: 100%; font-size: clamp(2.05rem, 9.2vw, 2.25rem); letter-spacing: -.01em; line-height: 1.24; }
  .hero-media { width: 100%; padding: 0 0 14px 14px; }
  .hero-media::before { inset: 14px 14px 0 0; }
  .hero-media img { height: auto; aspect-ratio: 16 / 9; object-position: center; }
  .section { padding-block: 72px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, [lang="zh"] .section-heading h2 { margin-bottom: 18px; font-size: 1.75rem; }
  .service-grid, .approach-grid, .offer-grid, .review-inner, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-number { margin-bottom: 28px; }
  .footer-identity { align-items: flex-start; flex-direction: column; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature h2, [lang="zh"] .split-feature h2 { font-size: 1.75rem; }
  .split-feature img { order: -1; }
  .approach-grid, .review-inner { gap: 32px; }
  .contact-section { display: block; }
  .contact-section .section-heading { margin-bottom: 34px; }
  .inquiry-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid > *, .form-grid .full { grid-column: 1; }
  .page-hero { padding-block: 72px 46px; }
  .compact-hero { gap: 40px; }
  .compact-hero h1, [lang="zh"] .compact-hero h1 { max-width: 100%; font-size: clamp(2.05rem, 9.2vw, 2.25rem); letter-spacing: -.01em; line-height: 1.24; }
  .process-grid { gap: 46px; }
  .scope-section { grid-template-columns: 1fr; gap: 26px; }
  .cta-panel, .article-cta { margin-bottom: 70px; padding: 34px 24px; flex-direction: column; align-items: flex-start; }
  .article-shell { padding-block: 66px 90px; }
  .article-header h1, [lang="zh"] .article-header h1 { max-width: 100%; font-size: clamp(2.05rem, 9.2vw, 2.25rem); letter-spacing: -.01em; line-height: 1.24; }
  .article-lead { margin-bottom: 50px; }
  .article-layout { grid-template-columns: 1fr; gap: 36px; }
  .article-toc { position: static; display: flex; flex-wrap: wrap; gap: 6px 16px; }
  .article-toc p { width: 100%; }
  .article-copy { font-size: 1rem; }
  .article-cta { margin-top: 64px; }
  .footer-grid { gap: 40px; }
  .footer-bottom { flex-direction: column; }
}

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