:root {
  --brand: #0868B7;
  --brand-dark: #064A83;
  --ink: #172033;
  --muted: #5B6473;
  --line: #DCE3EB;
  --soft: #F5F7F9;
  --white: #FFFFFF;
  --success: #16794B;
  --danger: #B42318;
  --radius: 8px;
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --serif: "Songti SC", STSong, SimSun, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}
button, input, textarea, select { font: inherit; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }
button { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { line-height: 1.25; }
h2 { margin: 8px 0 0; font-size: 42px; }
h3 { font-size: 21px; }
.wide, .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  border: 2px solid var(--brand-dark);
  border-radius: 4px;
  background: var(--white);
  color: var(--brand-dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-top: 4px solid var(--brand);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
}
.nav-inner {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { width: 128px; height: 72px; display: flex; flex: 0 0 auto; align-items: center; }
.brand-logo { width: auto; max-width: none; height: 68px; flex: 0 0 auto; object-fit: contain; }
.site-menu { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 15px; font-weight: 650; }
.site-menu > a, .services-menu > summary { padding: 27px 0 25px; border-bottom: 2px solid transparent; }
.site-menu > a:hover, .services-menu > summary:hover { border-color: var(--brand); color: var(--brand-dark); }
.services-menu { position: relative; }
.services-menu summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary::after {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}
.services-menu[open] summary::after { transform: translateY(2px) rotate(225deg); }
.services-menu-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: -20px;
  width: 250px;
  padding: 8px 0;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: 0 0 6px 6px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(23, 32, 51, .1);
}
.services-menu-panel a { display: block; padding: 10px 18px; color: var(--ink); }
.services-menu-panel a:hover { background: var(--soft); color: var(--brand-dark); }
.site-menu-phone { display: none; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}
.menu-icon, .menu-icon::before, .menu-icon::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--ink);
  content: "";
}
.menu-icon { position: relative; display: block; margin: 0 auto; }
.menu-icon::before { left: 0; top: -6px; }
.menu-icon::after { left: 0; top: 6px; }
.nav-cta, .btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid var(--brand);
  border-radius: 6px;
  background: var(--brand);
  color: var(--white);
  font-weight: 700;
  line-height: 1.35;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.nav-cta:hover, .btn:hover { border-color: var(--brand-dark); background: var(--brand-dark); }
.btn.secondary { background: var(--white); color: var(--brand-dark); }
.btn.secondary:hover { background: var(--soft); }
.btn.dark { border-color: var(--ink); background: var(--ink); }
.text-link { color: var(--brand-dark); font-weight: 750; }
.text-link:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }

.hero { border-bottom: 1px solid var(--line); background: var(--white); }
.hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  gap: 68px;
  align-items: center;
  padding: 64px 0 54px;
}
.hero h1 { margin: 0; max-width: 720px; font-size: 56px; font-weight: 760; }
.hero h1 strong { display: inline-block; color: var(--brand-dark); font-size: 34px; font-weight: 650; }
.hero-lead { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin-top: 20px; color: var(--brand-dark); font-family: var(--serif); font-size: 17px; }
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--brand);
  border-bottom: 1px solid var(--line);
}
.proof { min-width: 0; padding: 16px 14px; border-left: 1px solid var(--line); }
.proof:first-child { border-left: 0; }
.proof b { display: block; color: var(--brand-dark); font-size: 25px; line-height: 1.2; }
.proof span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.hero-card { min-width: 0; padding-left: 24px; border-left: 1px solid var(--line); }
.hero-photo { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.risk-panel { border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.risk-title { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; font-weight: 750; }
.risk-title span { color: var(--success); font-size: 14px; }
.risk-item { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.check { color: var(--success); font-weight: 800; }

.section { padding: 88px 0; }
.section.soft { background: var(--soft); }
.section.blue { background: var(--brand-dark); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 60px; align-items: end; margin-bottom: 36px; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.section.blue p, .section.blue .section-head p { color: rgba(255, 255, 255, .78); }
.kicker { color: var(--brand); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section.blue .kicker { color: #B9DDF6; }
.lead { margin: 18px 0 0; color: var(--muted); font-size: 18px; }

.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 68px; align-items: center; }
.about-panel { border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.about-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.about-row:last-child { border-bottom: 0; }
.about-row span { color: var(--muted); }
.about-row b { color: var(--ink); }

.adv-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.adv-card, .service-card, .case-card, .article-card, .cat-tile, .package-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.adv-card { min-height: 180px; padding: 24px; }
.adv-card span { display: block; margin-bottom: 12px; color: var(--brand-dark); font-size: 20px; font-weight: 800; }
.adv-card p { margin: 0; color: var(--muted); }

.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; }
.service-no { color: var(--brand); font-size: 13px; font-weight: 800; }
.service-card h3 { margin: 14px 0 10px; font-size: 24px; }
.service-card p { margin: 0 0 18px; color: var(--muted); }
.service-card ul { margin: auto 0 24px; padding-left: 20px; color: var(--ink); }
.service-card li { margin: 7px 0; }
.service-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 3px solid var(--brand);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.service-chain div { padding: 20px 22px; border-left: 1px solid var(--line); }
.service-chain div:first-child { border-left: 0; }
.service-chain b { display: block; margin-bottom: 6px; color: var(--brand-dark); }
.service-chain span { color: var(--muted); font-size: 14px; }

.compliance-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 52px; align-items: center; }
.photo-frame { overflow: hidden; border: 1px solid rgba(255, 255, 255, .35); }
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.audit-list { display: grid; margin-top: 24px; border-top: 1px solid rgba(255, 255, 255, .42); }
.audit-item { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .26); }
.audit-item b { display: block; color: var(--white); }
.audit-item span { color: rgba(255, 255, 255, .78); font-size: 14px; }

.risk-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.risk-card { min-width: 0; padding: 22px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.risk-card:nth-child(3n + 1) { border-left: 0; }
.risk-card b { display: block; margin-bottom: 7px; color: var(--brand-dark); font-size: 19px; }
.risk-card span { color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.process-step { min-width: 0; min-height: 210px; padding: 24px 20px; border-left: 1px solid var(--line); background: var(--white); }
.process-step:first-child { border-left: 0; }
.process-step > b { color: var(--brand); font-size: 22px; }
.process-step h3 { margin: 16px 0 8px; font-size: 19px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.cases, .news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-card, .article-card { padding: 24px; }
.case-card > b { color: var(--success); font-size: 25px; }
.case-card h3, .article-card h3 { margin: 12px 0 10px; font-size: 20px; }
.case-card p, .article-card p { margin: 0; color: var(--muted); }
.article-meta { margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.article-meta a { color: var(--brand-dark); font-weight: 700; }
.section-action { display: flex; justify-content: center; margin-top: 28px; }

.founder-split { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: center; }
.founder-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.founder-quote { margin: 24px 0; padding: 22px 0; border-top: 1px solid var(--brand); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 21px; }
.package-grid, .packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.package-card { padding: 26px; }
.package-price { color: var(--brand-dark); font-size: 32px; font-weight: 800; }
.faq-list, .faq { border-top: 3px solid var(--brand); }
.faq-item, .faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--brand-dark); font-weight: 700; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.cat-tile { min-height: 205px; display: flex; flex-direction: column; padding: 22px; transition: border-color .18s ease, transform .18s ease; }
.cat-tile:hover { border-color: var(--brand); transform: translateY(-2px); }
.cat-tile span { color: var(--brand-dark); font-size: 19px; font-weight: 800; }
.cat-tile b { margin-top: 10px; color: var(--success); }
.cat-tile p { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.cat-stat { display: inline-flex; margin-top: 8px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--brand-dark); font-size: 14px; font-weight: 750; }
.empty { grid-column: 1 / -1; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }

.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 24px; align-items: stretch; }
.contact-box { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-line { margin: 12px 0; color: var(--muted); }
.contact-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-status { min-height: 28px; color: var(--success); }
.form-status.is-error { color: var(--danger); }
.honeypot { position: absolute; left: -10000px; }

.page-hero { padding: 68px 0 50px; border-bottom: 1px solid var(--line); background: var(--soft); }
.page-hero .container, .page-hero .service-hero-grid { border-left: 4px solid var(--brand); padding-left: 28px; }
.page-hero h1 { margin: 0; max-width: 980px; font-size: 50px; }
.page-hero p { max-width: 780px; color: var(--muted); font-size: 18px; }
.article-hero h1 { font-size: 44px; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 54px; align-items: end; }
.service-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); background: var(--white); }
.service-facts span { display: grid; min-height: 76px; place-items: center; padding: 10px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--brand-dark); font-weight: 750; text-align: center; }
.service-facts span:nth-child(odd) { border-left: 0; }
.content-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start; }
.side-nav { position: sticky; top: 108px; padding: 14px; border: 1px solid var(--line); border-top: 3px solid var(--brand); border-radius: 0 0 6px 6px; background: var(--white); }
.side-nav a { display: block; padding: 9px 10px; border-bottom: 1px solid var(--line); color: var(--muted); }
.side-nav a:last-child { border-bottom: 0; }
.side-nav a:hover { background: var(--soft); color: var(--brand-dark); }
.prose { min-width: 0; max-width: 860px; }
.prose h2 { margin-top: 40px; font-size: 30px; }
.prose h3 { margin-top: 28px; font-size: 22px; }
.prose p, .prose li { color: #344054; }
.prose blockquote { margin: 24px 0; padding: 18px 22px; border-left: 4px solid var(--brand); background: var(--soft); color: #344054; }
.prose table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--soft); color: var(--brand-dark); }
.article-prose > h1:first-child, .article-prose > h2:first-child { margin-top: 0; }
.article-cta { margin-top: 42px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.article-cta h2 { margin-top: 0; font-size: 27px; }
.article-cta p { max-width: 680px; }
.article-cta-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 20px; }
.article-related { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-related h3 { margin-top: 0; }
.article-related ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.article-related li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.article-related a { color: var(--brand-dark); font-weight: 750; }
.article-related span { color: var(--muted); white-space: nowrap; }
.detail-grid { display: grid; gap: 18px; }
.detail-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.detail-card h2 { margin-top: 0; }
.detail-card ul { margin-bottom: 0; }
.cta-band { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 30px 0; border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.cta-band h2 { font-size: 34px; }
.cta-band p { max-width: 720px; color: var(--muted); }

.service-page .service-hero h1 { max-width: 850px; font-size: 46px; }
.service-page .service-hero p { margin-bottom: 0; }
.service-reading { max-width: 1080px; }
.service-index-band {
  position: sticky;
  z-index: 25;
  top: 82px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
}
.service-index {
  width: min(calc(100% - 40px), var(--container));
  display: flex;
  gap: 0;
  margin-inline: auto;
  overflow-x: auto;
  scrollbar-width: thin;
}
.service-index a {
  flex: 0 0 auto;
  padding: 13px 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.service-index a:last-child { border-right: 1px solid var(--line); }
.service-index a:hover { background: var(--soft); color: var(--brand-dark); }
.service-work, .service-plan, .service-proof, .service-faq { scroll-margin-top: 150px; }
.service-work-row {
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
  gap: 48px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.service-work-row:last-child { border-bottom: 1px solid var(--line); }
.service-work-row h2 { margin: 0; font-size: 28px; }
.service-work-row ul, .service-deliverables ul {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-work-row li, .service-deliverables li { min-width: 0; padding: 9px 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.service-boundaries li { color: var(--muted); }
.service-band-heading { max-width: 760px; margin-bottom: 34px; }
.service-band-heading h2 { margin: 0; font-size: 34px; }
.service-band-heading p { color: var(--muted); }
.service-subsection { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.service-subsection > h3, .service-subhead h3 { margin: 0; font-size: 25px; }
.service-subhead { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 20px; }
.service-subhead p { max-width: 580px; margin: 0; color: var(--muted); }
.service-page .package-card { min-width: 0; display: flex; min-height: 285px; flex-direction: column; padding: 26px; }
.service-page .package-card h3 { margin: 0 0 18px; }
.service-page .package-card p { color: var(--muted); }
.service-page .package-card strong { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--brand-dark); }
.service-page .package-price { overflow-wrap: anywhere; font-size: 29px; line-height: 1.25; }
.service-ledger { border-top: 3px solid var(--brand); }
.service-ledger-row { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(90px, .45fr) minmax(130px, .6fr) minmax(240px, 1.25fr); gap: 20px; align-items: baseline; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.service-ledger-row b { color: var(--brand-dark); }
.service-ledger-row small { color: var(--muted); font-size: 14px; }
.service-materials ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 18px 0 0; padding: 0; border-top: 3px solid var(--brand); list-style: none; }
.service-materials li { min-width: 0; padding: 15px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-materials li:nth-child(3n) { border-right: 0; }
.service-materials p { margin: 18px 0 0; color: var(--brand-dark); font-weight: 700; }
.service-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); }
.service-comparison div { min-width: 0; padding: 20px 22px; border-left: 1px solid var(--line); }
.service-comparison div:first-child { border-left: 0; }
.service-comparison strong { color: var(--brand-dark); font-size: 18px; }
.service-comparison p { margin-bottom: 0; color: var(--muted); }
.service-levels, .evidence-chain { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 18px 0 0; padding: 0; border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); list-style: none; }
.service-levels li, .evidence-chain li { min-width: 0; padding: 18px; border-left: 1px solid var(--line); }
.service-levels li:first-child, .evidence-chain li:first-child { border-left: 0; }
.evidence-chain { grid-template-columns: repeat(7, minmax(0, 1fr)); counter-reset: evidence; }
.evidence-chain li { position: relative; padding-top: 44px; color: var(--muted); font-size: 14px; }
.evidence-chain li::before { position: absolute; top: 14px; color: var(--brand-dark); content: counter(evidence, decimal-leading-zero); counter-increment: evidence; font-weight: 800; }
.service-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0 0; padding: 0; border-top: 3px solid var(--brand); border-bottom: 1px solid var(--line); list-style: none; }
.service-process li { min-width: 0; min-height: 120px; padding: 20px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-process li:nth-child(4n + 1) { border-left: 0; }
.service-process span { display: block; margin-bottom: 12px; color: var(--brand); font-weight: 800; }
.service-process strong { display: block; }
.service-deliverables ul { margin-top: 18px; border-top: 3px solid var(--brand); }
.service-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-proof-layout { max-width: 1080px; display: grid; grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr); gap: 48px; align-items: start; }
.service-proof .service-band-heading { margin: 0; }
.service-case { max-width: 720px; margin: 0; }
.service-verified-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--brand); }
.service-verified-facts span { min-width: 0; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.service-verified-facts span:nth-child(even) { border-right: 0; }
.service-faq-layout { max-width: 900px; }
.service-faq-layout .service-band-heading { margin-bottom: 20px; }
.service-faq .faq-item { padding: 0; }
.service-faq summary { padding: 20px 32px 20px 0; }
.service-faq p { max-width: 760px; margin: 0; padding: 0 0 20px; color: var(--muted); }
.service-final { padding: 30px max(20px, calc((100% - var(--container)) / 2)); border-bottom: 1px solid var(--line); text-align: right; }
.service-final-link { color: var(--brand-dark); font-weight: 750; border-bottom: 1px solid currentColor; }
.service-final-link:hover { color: var(--brand); }

.home-hero h1 { max-width: 650px; font-size: 50px; }

.authority-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: end;
  background-color: #172033;
  background-image: url("/assets/brand-office.jpg");
  background-position: center 42%;
  background-size: cover;
  color: #fff;
}
.authority-hero::before {
  position: absolute;
  inset: 0;
  background: rgba(11, 24, 42, .56);
  content: "";
}
.authority-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 72px;
  align-items: end;
  padding-block: 126px 140px;
}
.authority-hero-copy { max-width: 760px; }
.authority-hero .kicker { color: #D7E8F5; }
.authority-hero h1 { margin: 10px 0 18px; color: #fff; font-size: 72px; line-height: 1.02; }
.authority-positioning { margin: 0; font-size: 30px; font-weight: 750; }
.authority-promise { max-width: 620px; margin: 18px 0 28px; color: #E6EBF1; font-size: 19px; }
.authority-link { color: #fff; font-weight: 750; border-bottom: 1px solid rgba(255, 255, 255, .7); }
.authority-link:hover { border-bottom-color: #fff; }
.authority-hero .authority-link:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.authority-hero-contact {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .97);
  color: var(--ink);
  box-shadow: 0 20px 50px rgba(11, 24, 42, .2);
}
.authority-hero-contact-label { color: var(--muted); font-size: 13px; font-weight: 700; }
.authority-hero-phone {
  display: block;
  margin-top: 5px;
  color: var(--brand-dark);
  font-size: 32px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  line-height: 1.2;
}
.authority-hero-phone:hover { color: var(--brand); }
.authority-hero-contact-split { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 24px; align-items: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.authority-hero-contact-split > img { width: 148px; aspect-ratio: 1; padding: 6px; border: 1px solid var(--line); background: var(--white); object-fit: cover; }
.authority-hero-contact-meta { display: grid; gap: 7px; align-content: center; }
.authority-hero-contact-meta strong { font-size: 18px; }
.authority-hero-contact-meta > span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.authority-hero-contact-meta a { margin-top: 8px; color: var(--brand-dark); font-size: 13px; font-weight: 750; }
.authority-hero-contact-meta a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }

.evidence-band { background: var(--white); }
.evidence-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 0;
  padding: 0;
  border-top: 3px solid var(--brand);
  border-bottom: 1px solid var(--line);
}
.evidence-item { min-width: 0; padding: 28px 22px; border-left: 1px solid var(--line); }
.evidence-item:first-child { border-left: 0; }
.evidence-item dt, .evidence-item dd, .evidence-license dt, .evidence-license dd { display: inline; margin: 0; }
.evidence-item strong { color: var(--brand-dark); font-size: 38px; font-weight: 800; line-height: 1; }
.evidence-item span { margin-left: 8px; color: var(--muted); font-size: 15px; }
.evidence-license { grid-column: 1 / -1; padding: 10px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; text-align: right; }
.evidence-license dd { margin-left: 6px; }
.evidence-license b { color: var(--ink); }

.service-directory { border-top: 3px solid var(--brand); }
.service-directory-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.service-directory-row h3 { margin: 0; font-size: 25px; }
.service-directory-row p { margin: 0; color: var(--muted); }
.service-directory-row ul { display: flex; flex-wrap: wrap; gap: 6px 24px; margin: 14px 0 0; padding: 0; list-style: none; }
.service-directory-row li { color: var(--ink); font-size: 14px; }
.service-directory-row li::before { margin-right: 7px; color: var(--brand); content: "—"; }
.service-directory-row .text-link { white-space: nowrap; }
.service-directory-row .service-child-link { display: inline-block; margin-top: 14px; }

.service-card h3 { margin-top: 0; }
.service-callout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 0;
  border-top: 3px solid var(--brand);
  border-bottom: 1px solid var(--line);
}
.service-callout span { color: var(--brand); font-size: 13px; font-weight: 800; }
.service-callout h3 { margin: 3px 0 4px; font-size: 24px; }
.service-callout p { margin: 0; color: var(--muted); }
.service-callout .text-link { flex: 0 0 auto; }

.case-industry { color: var(--brand-dark); font-size: 14px; font-weight: 750; }
.case-card h3 { margin-top: 8px; color: var(--success); font-size: 25px; }
.case-summary, .case-entry dl, .qualification-ledger { margin: 20px 0 0; }
.case-summary div { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.case-summary dt, .case-entry dt, .qualification-ledger dt { color: var(--muted); }
.case-summary dd, .case-entry dd, .qualification-ledger dd { min-width: 0; margin: 0; }

.capability-band { background: var(--soft); }
.capability-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 72px; align-items: center; }
.capability-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 72px; align-items: center; }
.capability-copy p { max-width: 690px; color: var(--muted); font-size: 18px; }
.capability-team { margin: 0; }
.capability-team img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.capability-team figcaption { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }

.home-results-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 48px; }
#cases .cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 32px; border-top: 3px solid var(--brand); }
.home-case { min-width: 0; padding: 26px 0; border-bottom: 1px solid var(--line); }
.home-case h3 { min-height: 58px; margin: 10px 0 0; color: var(--success); font-size: 23px; line-height: 1.35; }
.home-case .case-summary { margin-top: 18px; }

.insight-list { border-bottom: 1px solid var(--line); }
.insight-row { display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); align-items: baseline; }
.insight-row .article-meta, .insight-row h3, .insight-row p { margin: 0; }
.insight-row h3 { font-size: 20px; }
.insight-row p { max-width: 340px; color: var(--muted); font-size: 14px; }

.founder-role { margin: 8px 0 18px; color: var(--brand-dark); font-weight: 750; }

.consultation-section { scroll-margin-top: 96px; background: var(--soft); border-top: 1px solid var(--line); }
.consultation-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 0; align-items: stretch; border: 1px solid var(--line); background: var(--white); }
.consultation-details { display: flex; flex-direction: column; padding: 52px; background: var(--brand-dark); color: var(--white); }
.consultation-details .kicker { color: #B9DDF6; }
.consultation-details h2 { margin-top: 12px; color: var(--white); font-size: 34px; }
.consultation-details > p { max-width: 390px; margin: 16px 0 0; color: rgba(255, 255, 255, .74); }
.consultation-contact-list { margin-top: 34px; border-top: 1px solid rgba(255, 255, 255, .18); }
.consultation-contact-list > * { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.consultation-contact-list span { color: rgba(255, 255, 255, .58); font-size: 13px; }
.consultation-contact-list strong { color: var(--white); overflow-wrap: anywhere; }
.consultation-contact-list > a:first-child strong { font-size: 27px; font-variant-numeric: tabular-nums; line-height: 1.2; }
.consultation-contact-list a:hover strong { color: #B9DDF6; }
.consultation-qr { display: flex; flex-direction: column; gap: 16px; align-items: center; align-self: center; margin: 40px 0 12px; text-align: center; }
.consultation-qr img { width: 184px; aspect-ratio: 1; padding: 9px; border-radius: 6px; background: var(--white); box-shadow: 0 12px 30px rgba(11, 24, 42, .2); object-fit: cover; }
.consultation-qr figcaption { display: grid; gap: 5px; justify-items: center; }
.consultation-qr figcaption strong { color: var(--white); font-size: 18px; }
.consultation-qr figcaption span { color: rgba(255, 255, 255, .7); font-size: 14px; }
.consultation-form { display: grid; gap: 16px; padding: 52px; background: var(--white); }
.consultation-form-intro { margin-bottom: 8px; }
.consultation-form-intro h3 { margin: 0; font-size: 30px; }
.consultation-form-intro p { max-width: 520px; margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.consultation-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.consultation-form .form-field { display: grid; gap: 6px; }
.consultation-form label { color: #344054; font-weight: 700; }
.consultation-form input, .consultation-form textarea, .consultation-form select { min-height: 44px; width: 100%; padding: 10px 12px; border: 1px solid #C7D1DD; border-radius: 6px; background: var(--white); color: var(--ink); }
.consultation-form textarea { min-height: 132px; resize: vertical; font-family: var(--font); }
.consultation-form :focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 2px; }
.consultation-form button { justify-self: start; }
.form-privacy { margin: -2px 0 0; color: var(--muted); font-size: 13px; }
.form-noscript { margin: 0; padding: 12px 14px; border-left: 3px solid var(--brand); color: var(--muted); }
.form-noscript a { color: var(--brand-dark); font-weight: 700; }
.form-status { min-height: 28px; margin: 0; color: var(--muted); }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--danger); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.origin-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 80px; align-items: center; }
.origin-grid p { max-width: 690px; color: var(--muted); }
.brand-origin { margin: 0; padding: 44px 0; border-top: 1px solid var(--brand); border-bottom: 1px solid var(--line); color: var(--brand-dark); font-family: var(--serif); font-size: 32px; text-align: center; }
.about-founder-grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 72px; align-items: center; }
.about-founder-grid .founder-photo { max-width: 420px; aspect-ratio: 2 / 3; object-position: center top; }
.about-founder-grid p:not(.founder-role) { max-width: 700px; color: var(--muted); font-size: 18px; }
.team-office-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 64px; align-items: center; }
.team-office-grid figure { margin: 0; }
.team-office-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.team-office-grid p { color: var(--muted); font-size: 18px; }
.qualification-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--brand); }
.qualification-ledger div { display: grid; grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr); gap: 20px; padding: 17px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-ledger div:nth-child(even) { border-right: 0; }
.qualification-ledger dd { color: var(--ink); font-weight: 700; overflow-wrap: anywhere; }

.case-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.case-filters button {
  min-width: 104px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.case-filters button:hover { border-color: var(--brand); color: var(--brand-dark); }
.case-filters button[aria-pressed="true"] { border-color: var(--brand-dark); background: var(--brand-dark); color: var(--white); }
.case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; border-top: 3px solid var(--brand); }
.case-entry-uniform { min-width: 0; padding: 28px 0; border-bottom: 1px solid var(--line); }
.case-entry-uniform[hidden] { display: none; }
.case-entry-uniform dl { margin-top: 16px; }
.case-entry-uniform dl div { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); }
.case-entry-head { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.case-entry-head span { color: var(--brand-dark); font-size: 18px; font-weight: 750; }
.case-entry-head strong { color: var(--success); font-size: 22px; text-align: right; }

.site-footer { padding: 48px 0 0; border-top: 4px solid var(--brand); background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 48px; padding-bottom: 38px; }
.footer-grid strong { font-size: 18px; }
.footer-grid p, .footer-grid address { color: #C7CED8; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 8px; }
.footer-links a:hover, .footer-contact a:hover { color: #B9DDF6; }
.footer-bottom { padding: 18px 0; border-top: 1px solid #3A4354; color: #C7CED8; font-size: 13px; }

.admin-shell { min-height: 100vh; background: var(--soft); }
.admin-header { border-top: 4px solid var(--brand); border-bottom: 1px solid var(--line); background: var(--white); }
.admin-header .nav-inner { justify-content: space-between; }
.admin-header .nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; font-weight: 700; }
.admin-header .nav-links a { color: var(--brand-dark); }
.admin-panel { overflow-x: auto; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { color: #344054; font-weight: 700; }
input, textarea, select { width: 100%; padding: 11px 12px; border: 1px solid #C7D1DD; border-radius: 6px; background: var(--white); color: var(--ink); }
textarea { min-height: 420px; resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.status { display: inline-block; padding: 3px 8px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); color: var(--brand-dark); font-size: 12px; font-weight: 700; }

@media (max-width: 900px) {
  h2 { font-size: 36px; }
  .nav-inner { min-height: 74px; }
  .brand { width: 116px; height: 64px; }
  .brand-logo { width: auto; height: 60px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-cta { display: none; }
  .site-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px 16px 16px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand);
    border-radius: 0 0 6px 6px;
    background: var(--white);
    box-shadow: 0 16px 32px rgba(23, 32, 51, .12);
  }
  .site-menu.is-open { display: flex; }
  .site-menu > a, .services-menu > summary { padding: 11px 4px; border-bottom: 1px solid var(--line); }
  .site-menu-phone { display: block; color: var(--brand-dark); }
  .services-menu-panel { position: static; width: auto; padding: 4px 0 8px 14px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
  .services-menu-panel a { padding: 8px 4px; color: var(--muted); }
  .hero-grid, .about-grid, .compliance-grid, .section-head, .contact, .content-layout, .service-hero-grid, .founder-split { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 42px; padding: 52px 0 44px; }
  .origin-grid, .about-founder-grid, .team-office-grid, .consultation-grid { grid-template-columns: 1fr; }
  .evidence-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-item:nth-child(odd) { border-left: 0; }
  .evidence-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .hero-card { padding-left: 0; border-left: 0; }
  .section-head { gap: 18px; }
  .adv-grid, .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services, .cases, .news-grid, .package-grid, .packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-chain { grid-template-columns: 1fr; }
  .service-chain div { border-top: 1px solid var(--line); border-left: 0; }
  .service-chain div:first-child { border-top: 0; }
  .risk-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .risk-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .risk-card:nth-child(odd) { border-left: 0; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-step:nth-child(odd) { border-left: 0; }
  .process-step { min-height: 0; border-bottom: 1px solid var(--line); }
  .side-nav { position: static; }
  .service-index-band { position: static; }
  .service-index { width: min(calc(100% - 40px), var(--container)); }
  .service-work, .service-plan, .service-proof, .service-faq { scroll-margin-top: 88px; }
  .service-work-row, .service-proof-layout { grid-template-columns: 1fr; gap: 24px; }
  .service-page .package-grid, .service-process, .service-materials ul, .service-comparison, .service-levels, .evidence-chain { grid-template-columns: 1fr; }
  .service-process li, .service-process li:nth-child(4n + 1), .service-materials li, .service-materials li:nth-child(3n), .service-comparison div, .service-levels li, .evidence-chain li { border-right: 0; border-left: 0; }
  .service-ledger-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-ledger-row small { grid-column: 1 / -1; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qualification-ledger { grid-template-columns: 1fr; }
  .qualification-ledger div, .qualification-ledger div:nth-child(even) { border-right: 0; }
  .admin-header .nav-inner { min-height: 82px; flex-wrap: wrap; padding: 10px 0; }
  .authority-hero { min-height: 580px; }
  .authority-hero-inner { grid-template-columns: 1fr; gap: 44px; padding-block: 110px 64px; }
  .authority-hero-contact { width: min(100%, 440px); padding: 28px; }
  .authority-hero h1 { font-size: 60px; }
  .capability-layout, .capability-grid, .home-results-layout, #cases .cases { grid-template-columns: 1fr; gap: 32px; }
  .home-case h3 { min-height: 0; }
}

@media (max-width: 640px) {
  .wide, .container { width: min(calc(100% - 28px), var(--container)); }
  h2 { font-size: 31px; }
  .hero h1 { font-size: 40px; }
  .home-hero h1 { font-size: 38px; }
  .hero h1 strong { margin-top: 8px; font-size: 27px; }
  .hero-lead, .lead, .page-hero p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .proof-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof:nth-child(odd) { border-left: 0; }
  .proof:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .section { padding: 62px 0; }
  .adv-grid, .services, .cases, .news-grid, .category-grid, .risk-map, .process-grid, .package-grid, .packages, .form-grid, .footer-grid, .consultation-form .form-grid { grid-template-columns: 1fr; }
  .case-list { grid-template-columns: 1fr; }
  .evidence-item { padding: 20px 14px; }
  .evidence-item strong { display: block; font-size: 32px; }
  .evidence-item span { display: block; margin: 6px 0 0; }
  .evidence-license { padding-inline: 14px; text-align: left; }
  .service-callout, .case-entry-head { align-items: flex-start; flex-direction: column; }
  .case-entry-head strong { text-align: left; }
  .brand-origin { padding: 34px 0; font-size: 27px; }
  .qualification-ledger div { grid-template-columns: 1fr; gap: 4px; padding-inline: 0; }
  .case-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-filters button { min-width: 0; width: 100%; }
  .case-entry-uniform dd { overflow-wrap: anywhere; }
  .risk-card, .risk-card:nth-child(3n + 1), .risk-card:nth-child(odd), .process-step { border-left: 0; }
  .about-row { grid-template-columns: 1fr; gap: 4px; }
  .page-hero { padding: 46px 0 38px; }
  .page-hero h1, .article-hero h1 { font-size: 36px; }
  .service-page .service-hero h1 { font-size: 34px; }
  .page-hero .container, .page-hero .service-hero-grid { padding-left: 18px; }
  .service-facts { grid-template-columns: 1fr; }
  .service-facts span { border-left: 0; }
  .service-index { width: calc(100% - 28px); }
  .service-index a { padding: 11px 12px; }
  .service-work-row { gap: 18px; padding: 24px 0; }
  .service-work-row ul, .service-deliverables ul, .service-verified-facts { grid-template-columns: 1fr; }
  .service-work-row li, .service-deliverables li, .service-verified-facts span { max-width: 100%; overflow-wrap: anywhere; }
  .service-verified-facts span { border-right: 0; }
  .service-subsection { margin-top: 42px; }
  .service-subhead { align-items: flex-start; flex-direction: column; }
  .service-ledger-row { grid-template-columns: 1fr; gap: 5px; padding-inline: 0; }
  .service-ledger-row small { grid-column: auto; margin-top: 5px; }
  .service-page .package-card { min-height: 0; }
  .service-proof-layout { gap: 22px; }
  .service-final { padding: 24px 14px; text-align: left; }
  .contact-box, .detail-card, .article-cta, .admin-panel { padding: 20px; }
  .cta-band h2 { font-size: 29px; }
  .article-related li { display: block; }
  .article-related span { display: block; margin-top: 4px; }
  .footer-grid { gap: 24px; }
  .table th, .table td { padding: 10px; }
  .admin-header .nav-links { width: 100%; gap: 14px; }
  .authority-hero { min-height: 680px; background-position: 62% center; }
  .authority-hero-inner { gap: 32px; padding-block: 84px 44px; }
  .authority-hero-contact { padding: 22px; }
  .authority-hero-phone { font-size: 27px; }
  .authority-hero-contact-split { grid-template-columns: 104px minmax(0, 1fr); gap: 16px; margin-top: 18px; padding-top: 18px; }
  .authority-hero-contact-split > img { width: 104px; padding: 4px; }
  .authority-hero-contact-meta strong { font-size: 16px; }
  .authority-hero-contact-meta > span { font-size: 13px; }
  .consultation-details, .consultation-form { padding: 28px 24px; }
  .consultation-qr { margin: 32px 0 8px; }
  .consultation-qr img { width: 156px; }
  .authority-hero h1 { font-size: 50px; }
  .authority-positioning { font-size: 24px; }
  .service-directory-row, .insight-row { grid-template-columns: 1fr; gap: 8px; }
  .service-directory-row ul { display: grid; gap: 5px; }
  .service-directory-row .text-link { margin-top: 8px; white-space: normal; }
  .capability-layout, .home-results-layout { grid-template-columns: 1fr; gap: 32px; }
  .capability-grid, #cases .cases { grid-template-columns: 1fr; gap: 32px; }
  .insight-row p { max-width: none; }
}

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