@import url("/site-assets-r6/site.css");

@font-face {
  font-family: "TZ Display";
  src: url("/site-assets-r9/tz-display.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 900;
}

:root {
  --passport-ink: #201a17;
  --passport-black: #130e0f;
  --passport-wine: #5e1d2e;
  --passport-wine-dark: #2a1018;
  --passport-red: #9f4a46;
  --passport-gold: #b89859;
  --passport-gold-soft: #d8c08b;
  --passport-paper: #f3ecdc;
  --passport-paper-deep: #e8ddc7;
  --passport-sage: #a6b9a8;
  --passport-blue: #365d71;
  --passport-line: rgba(70, 48, 38, .2);
  --passport-shadow: 0 38px 90px rgba(19, 8, 11, .28), 0 8px 24px rgba(19, 8, 11, .16);
  --passport-serif: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", serif;
  --passport-sans: MiSans, "HarmonyOS Sans SC", "Microsoft YaHei UI", sans-serif;
  --passport-display: "TZ Display", "Source Han Sans SC", sans-serif;
}

html { scroll-behavior: smooth; scrollbar-color: var(--passport-wine) var(--passport-paper); }
body.site-v8 { color: var(--passport-ink); background: var(--passport-paper); font-family: var(--passport-sans); }
body.site-v8 ::selection { color: var(--passport-paper); background: var(--passport-wine); }
body.site-v8 a { text-underline-offset: .22em; }
body.site-v8 :focus-visible { outline: 2px solid var(--passport-gold); outline-offset: 4px; }
body.site-v8 .shell { width: min(1200px, calc(100% - 48px)); }

.site-v8 .site-header { min-height: 78px; border-bottom: 1px solid rgba(216, 192, 139, .22); color: #f8efdc; background: #160f11; box-shadow: 0 12px 35px rgba(15, 7, 9, .18); }
.site-v8 .nav { min-height: 78px; }
.site-v8 .brand { color: #fff8e9; }
.site-v8 .brand-mark { width: 74px; height: 38px; overflow: hidden; border: 1px solid rgba(216, 192, 139, .45); border-radius: 6px; background: #fffdf8; box-shadow: 0 7px 18px rgba(0, 0, 0, .24); }
.site-v8 .brand-mark img { display: block; width: 100%; height: 100%; padding: 2px 4px; box-sizing: border-box; object-fit: contain; }
.site-v8 .brand b { color: #fff7e7; font-family: var(--passport-serif); font-size: 17px; letter-spacing: .03em; }
.site-v8 .brand small { color: #bcae96; font-size: 9px; letter-spacing: .08em; }
.site-v8 .nav-links { gap: 30px; }
.site-v8 .nav-links a { position: relative; color: #cbbda5; font-size: 13px; }
.site-v8 .nav-links a:hover, .site-v8 .nav-links a.active { color: #fff7e7; }
.site-v8 .nav-links a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--passport-gold); content: ""; transform: scaleX(0); transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.site-v8 .nav-links a:hover::after, .site-v8 .nav-links a.active::after { transform: scaleX(1); }
.site-v8 .nav-cta { min-height: 42px; padding-inline: 19px; border: 1px solid var(--passport-gold); border-radius: 2px; color: #f7ead2; background: transparent; font-size: 12px; letter-spacing: .08em; box-shadow: none; }
.site-v8 .nav-cta:hover { color: #20140f; background: var(--passport-gold-soft); }
.site-v8 .menu-toggle span { background: #f8efdc; }
.site-v8 .mobile-navigation { color: #f7edd9; background: #201218; }

.passport-hero { position: relative; isolation: isolate; min-height: calc(100svh - 78px); overflow: hidden; color: #f4ead8; background: #1f1117; }
.passport-hero::before { position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 52% 38%, rgba(132, 66, 76, .4), transparent 34%), radial-gradient(circle at 9% 83%, rgba(119, 83, 55, .16), transparent 30%), linear-gradient(118deg, #120c0e 0%, #25131a 58%, #130d0f 100%); content: ""; }
.passport-hero::after { position: absolute; z-index: -2; inset: 0; opacity: .34; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px), radial-gradient(circle at center, transparent 0 43%, rgba(0,0,0,.32) 100%); content: ""; pointer-events: none; }
.passport-atmosphere { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.passport-atmosphere span { position: absolute; border: 1px solid rgba(216, 192, 139, .08); border-radius: 50%; }
.passport-atmosphere span:nth-child(1) { top: 9%; left: 38%; width: 480px; height: 480px; }
.passport-atmosphere span:nth-child(2) { top: 19%; left: 44%; width: 310px; height: 310px; }
.passport-atmosphere span:nth-child(3) { top: 34%; left: 51%; width: 145px; height: 145px; }
.passport-hero-layout { display: grid; min-height: 700px; grid-template-columns: minmax(270px, .73fr) minmax(520px, 1.38fr) minmax(160px, .42fr); align-items: center; gap: 36px; padding-block: 70px 60px; }
.passport-hero-copy { position: relative; z-index: 5; max-width: 410px; }
.passport-hero-copy h1 { max-width: 430px; margin: 0; color: #fff8e9; font-family: var(--passport-serif); font-size: clamp(43px, 4.1vw, 62px); font-weight: 620; line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.passport-hero-copy h1 strong { color: #d8b66d; font-weight: 650; }
.passport-lead { max-width: 36ch; margin: 25px 0 0; color: #cbbda9; font-size: 15px; line-height: 1.85; }
.passport-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.passport-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 0 19px; border: 1px solid var(--passport-gold); border-radius: 2px; font-size: 12px; font-weight: 720; transition: color .25s ease, background .25s ease, transform .25s ease; }
.passport-button:hover { transform: translateY(-2px); }
.passport-button-primary { color: #25120f; background: var(--passport-gold-soft); }
.passport-button-primary:hover { background: #ead5a5; }
.passport-button-secondary { color: #ecdfc8; background: transparent; }
.passport-button-secondary:hover { color: #25120f; background: var(--passport-gold-soft); }
.passport-note { max-width: 490px; margin: 21px 0 0; padding-top: 17px; border-top: 1px solid rgba(216, 192, 139, .22); color: #9c907e; font-size: 11px; line-height: 1.65; }

.passport-dossier { position: relative; min-height: 510px; perspective: 1300px; transform: translateY(8px) rotateX(var(--passport-tilt-y, 0deg)) rotateY(var(--passport-tilt-x, 0deg)); transform-style: preserve-3d; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.passport-cover { position: absolute; right: 5%; bottom: 4%; left: 4%; height: 84%; border: 1px solid rgba(216, 192, 139, .28); border-radius: 10px; background: linear-gradient(135deg, #37111d, #691d31 48%, #310e1a); box-shadow: var(--passport-shadow); transform: rotate(-3deg) translateZ(-20px); }
.passport-cover::before { position: absolute; inset: 11px; border: 1px solid rgba(216, 192, 139, .25); border-radius: 6px; content: ""; }
.passport-cover span, .passport-cover b { position: absolute; left: 38px; color: var(--passport-gold-soft); font-family: var(--passport-serif); letter-spacing: .12em; }
.passport-cover span { bottom: 61px; font-size: 9px; }
.passport-cover b { bottom: 34px; font-size: 18px; }
.passport-cover i { position: absolute; right: 35px; bottom: 30px; width: 28px; height: 20px; border: 1px solid var(--passport-gold); border-radius: 50%; }
.passport-book { position: absolute; z-index: 2; inset: 3% 0 8%; display: grid; grid-template-columns: 1fr 1fr; filter: drop-shadow(0 31px 28px rgba(10, 3, 5, .34)); transform: rotate(1.2deg); }
.passport-page { position: relative; overflow: hidden; min-width: 0; padding: 27px 28px 24px; color: #473c32; background-color: #eee4d0; }
.passport-page::after { display: none; }
.passport-identity { border-radius: 8px 0 0 8px; background-color: #e5e9d7; }
.passport-endorsements { border-radius: 0 8px 8px 0; background-color: #ecd9d7; }
.passport-page > header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(66, 55, 44, .26); color: #665b50; font-size: 8px; font-weight: 760; letter-spacing: .14em; }
.passport-emblem { position: relative; z-index: 2; display: grid; width: 118px; height: 118px; place-items: center; margin: 31px auto 12px; border: 1px solid rgba(62, 90, 76, .48); border-radius: 50%; }
.passport-emblem::before, .passport-emblem::after { position: absolute; inset: 10px; border: 1px solid rgba(62, 90, 76, .23); border-radius: 50%; content: ""; }
.passport-emblem::after { inset: 21px; }
.passport-emblem img { position: relative; z-index: 3; width: 54px; height: 54px; object-fit: contain; border-radius: 6px; }
.passport-emblem span { position: absolute; width: 152px; height: 1px; background: rgba(62, 90, 76, .24); transform: rotate(-42deg); }
.passport-identity h2 { position: relative; z-index: 2; margin: 0 0 20px; text-align: center; font-family: var(--passport-serif); font-size: 24px; }
.passport-identity dl { position: relative; z-index: 2; margin: 0; }
.passport-identity dl div { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(66, 70, 58, .18); font-size: 10px; }
.passport-identity dt { color: #667066; }
.passport-identity dd { margin: 0; font-weight: 760; }
.passport-identity > p { position: relative; z-index: 2; margin: 18px 0 0; color: #687066; font-size: 9px; line-height: 1.6; }
.passport-stamp { position: absolute; z-index: 2; display: grid; width: 126px; height: 84px; place-content: center; border: 2px solid currentColor; border-radius: 50%; text-align: center; opacity: .82; transform: scale(.72) rotate(-14deg); transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.is-sealed .passport-stamp { transform: scale(1) rotate(-8deg); }
.passport-stamp::before { position: absolute; inset: 5px; border: 1px dashed currentColor; border-radius: inherit; content: ""; }
.passport-stamp span { font-size: 11px; font-weight: 800; }
.passport-stamp b { font-size: 8px; letter-spacing: .12em; }
.passport-stamp small { font-size: 7px; }
.stamp-fact { top: 76px; left: 24px; color: #644369; }
.stamp-question { top: 176px; right: 20px; color: #3f7566; transition-delay: .12s; }
.stamp-source { bottom: 67px; left: 34px; color: #a65048; transition-delay: .24s; }
.passport-machine-code { position: absolute; z-index: 2; right: 25px; bottom: 21px; left: 25px; overflow: hidden; color: #655852; font: 8px/1.2 Consolas, monospace; letter-spacing: .05em; white-space: nowrap; }
.passport-spine { position: absolute; z-index: 5; top: 0; bottom: 0; left: 50%; width: 22px; background: linear-gradient(90deg, rgba(54, 36, 28, .18), rgba(255, 250, 232, .52), rgba(54, 36, 28, .2)); box-shadow: 0 0 10px rgba(43, 24, 18, .18); transform: translateX(-50%); }

.passport-chain { align-self: stretch; display: grid; align-content: center; padding-block: 40px; }
.passport-chain > header { padding-bottom: 18px; border-bottom: 1px solid rgba(216,192,139,.24); }
.passport-chain > header span { display: block; color: var(--passport-gold); font-size: 8px; letter-spacing: .18em; }
.passport-chain > header b { display: block; margin-top: 5px; color: #f5ead7; font-family: var(--passport-serif); font-size: 18px; }
.passport-chain ol { position: relative; display: grid; gap: 0; margin: 22px 0; padding: 0; list-style: none; }
.passport-chain ol::before { position: absolute; top: 12px; bottom: 13px; left: 5px; width: 1px; background: rgba(216,192,139,.23); content: ""; }
.passport-chain li { position: relative; display: grid; grid-template-columns: 20px 1fr; padding: 11px 0; }
.passport-chain li i { position: relative; z-index: 2; width: 11px; height: 11px; margin-top: 3px; border: 1px solid var(--passport-gold); border-radius: 50%; background: #211118; }
.passport-chain li[data-state="done"] i { background: var(--passport-gold); box-shadow: 0 0 0 4px rgba(184,152,89,.1); }
.passport-chain li[data-state="active"] i { background: #b6534d; box-shadow: 0 0 0 5px rgba(182,83,77,.14); animation: passport-pulse 2.5s ease-in-out infinite; }
.passport-chain li span { color: #f0e5d2; font-size: 12px; font-weight: 720; }
.passport-chain li small { grid-column: 2; margin-top: 3px; color: #8e8271; font-size: 9px; line-height: 1.5; }
.passport-chain footer { padding-top: 17px; border-top: 1px solid rgba(216,192,139,.24); }
.passport-chain footer span { display: block; color: #887b69; font-size: 8px; letter-spacing: .16em; }
.passport-chain footer b { display: block; margin-top: 5px; color: var(--passport-gold-soft); font-size: 11px; }
.passport-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(216,192,139,.24); border-bottom: 1px solid rgba(216,192,139,.16); }
.passport-summary > div { display: grid; grid-template-columns: 70px 1fr; gap: 2px 16px; padding: 20px 22px; border-right: 1px solid rgba(216,192,139,.18); }
.passport-summary > div:last-child { border-right: 0; }
.passport-summary span { grid-row: 1 / 3; align-self: center; color: var(--passport-gold); font-size: 8px; letter-spacing: .15em; }
.passport-summary strong { color: #f1e7d5; font-family: var(--passport-serif); font-size: 14px; }
.passport-summary small { color: #8f8373; font-size: 9px; }
@keyframes passport-pulse { 50% { box-shadow: 0 0 0 10px rgba(182,83,77,0); } }

/* Full-site extension of the passport world */
.site-v8 .corp-section, .site-v8 .section, .site-v8 .problem-detail-main { background-color: var(--passport-paper); }
.site-v8 .corp-method { background: var(--passport-paper-deep); }
.site-v8 .corp-services, .site-v8 .corp-insights { background: #faf5e9; }
.site-v8 .corp-cases { background: #ded8c7; }
.site-v8 .corp-knowledge { background: #26141b; }
.site-v8 .corp-contact, .site-v8 .contact-band { color: #f7ead8; background: var(--passport-wine); }
.site-v8 .corp-split-heading h2, .site-v8 .corp-section-top h2, .site-v8 .corp-knowledge-intro h2, .site-v8 .corp-contact h2, .site-v8 .section-head h2, .site-v8 .page-hero h1, .site-v8 .problem-detail-hero h1, .site-v8 .article-hero h1 { color: var(--passport-ink) !important; font-family: var(--passport-serif); font-weight: 620; }
.site-v8 .corp-knowledge h2, .site-v8 .corp-contact h2, .site-v8 .contact-band h2, .site-v8 .page-hero-dark h1 { color: #fff5e4 !important; }
.site-v8 .corp-split-heading > p, .site-v8 .corp-section-top p, .site-v8 .corp-knowledge-intro > p, .site-v8 .section-head > p { color: #6a5c50; }
.site-v8 .corp-evidence-track, .site-v8 .corp-service-list, .site-v8 .corp-case-list, .site-v8 .corp-article-list { border-top-color: var(--passport-wine); }
.site-v8 .corp-evidence-track > i, .site-v8 .corp-service-index, .site-v8 .corp-service-row > a span, .site-v8 .corp-article-row > i { color: var(--passport-red); }
.site-v8 .corp-evidence-track span, .site-v8 .corp-service-row > a, .site-v8 .corp-case-item strong { color: var(--passport-wine); }
.site-v8 .corp-service-row, .site-v8 .corp-article-row, .site-v8 .corp-case-item, .site-v8 .corp-evidence-track { border-color: rgba(74, 51, 38, .2); }
.site-v8 .corp-service-row h3, .site-v8 .corp-case-item h3, .site-v8 .corp-article-row h3 { font-family: var(--passport-serif); }
.site-v8 .corp-case-item span, .site-v8 .corp-article-row > div > span, .site-v8 .corp-question-row > span { color: var(--passport-gold); }
.site-v8 .corp-question-row { border-color: rgba(216,192,139,.2); }
.site-v8 .corp-button { border-radius: 2px; }
.site-v8 .corp-button-primary { color: #fff6e6; background: var(--passport-wine); box-shadow: 0 12px 26px rgba(72,24,38,.18); }
.site-v8 .corp-button-secondary { color: var(--passport-wine); border-color: var(--passport-wine); background: transparent; }
.site-v8 .corp-button-light { color: var(--passport-wine-dark); background: var(--passport-paper); }

.site-v8 .page-hero, .site-v8 .article-hero, .site-v8 .problem-detail-hero { position: relative; overflow: hidden; color: #f4e8d5; background-color: #25131a; background-image: radial-gradient(circle at 82% 28%, rgba(130,61,74,.35), transparent 28%), repeating-radial-gradient(ellipse at center, transparent 0 18px, rgba(216,192,139,.035) 19px 20px, transparent 21px 35px); }
.site-v8 .page-hero::after, .site-v8 .article-hero::after, .site-v8 .problem-detail-hero::after { position: absolute; right: 5vw; bottom: -90px; width: 360px; height: 360px; border: 1px solid rgba(216,192,139,.14); border-radius: 50%; box-shadow: inset 0 0 0 22px rgba(216,192,139,.025), inset 0 0 0 23px rgba(216,192,139,.12), inset 0 0 0 55px rgba(216,192,139,.025), inset 0 0 0 56px rgba(216,192,139,.1); content: ""; }
.site-v8 .page-hero-v2-inner, .site-v8 .article-hero .shell, .site-v8 .problem-detail-hero .shell { position: relative; z-index: 2; }
.site-v8 .page-hero p, .site-v8 .article-hero p, .site-v8 .problem-detail-hero p { color: #c7bba8; }
.site-v8 .eyebrow, .site-v8 .kicker { color: var(--passport-gold); }
.site-v8 .hero-tag-row span { border-color: rgba(216,192,139,.34); color: #d8c8ae; background: rgba(0,0,0,.12); }

.site-v8 .service-detail-card, .site-v8 .case-card, .site-v8 .problem-card, .site-v8 .principle-grid article, .site-v8 .fact-grid article, .site-v8 .blog-panel, .site-v8 .insight-card, .site-v8 .lead-form, .site-v8 .direct-answer, .site-v8 .problem-detail-aside { border: 1px solid var(--passport-line); border-radius: 2px; background-color: #f7f0e0; background-image: linear-gradient(90deg, transparent, rgba(93,66,47,.025), transparent); box-shadow: 0 18px 45px rgba(48, 32, 23, .07); }
.site-v8 .service-detail-card:hover, .site-v8 .case-card:hover, .site-v8 .problem-card:hover, .site-v8 .insight-card:hover { border-color: rgba(94,29,46,.46); box-shadow: 0 24px 55px rgba(48, 20, 27, .12); transform: translateY(-3px); }
.site-v8 .case-card-head span, .site-v8 .problem-group-index { color: var(--passport-red); }
.site-v8 .case-result, .site-v8 .answer-box, .site-v8 .source-note { border-color: rgba(94,29,46,.18); background: var(--passport-paper-deep); }
.site-v8 .case-filter button { border-radius: 2px; color: var(--passport-wine); border-color: rgba(94,29,46,.25); }
.site-v8 .case-filter button.is-active { color: #fff1dd; background: var(--passport-wine); }
.site-v8 .button { border-radius: 2px; }
.site-v8 .button.primary, .site-v8 .button.ink { color: #fff1dd; background: var(--passport-wine); }
.site-v8 .button.secondary { color: var(--passport-wine); border-color: var(--passport-wine); background: transparent; }
.site-v8 .button:hover { transform: translateY(-2px); }

.site-v8 .lead-form input, .site-v8 .lead-form select, .site-v8 .lead-form textarea { border-color: rgba(77,52,40,.28); border-radius: 2px; color: var(--passport-ink); background: #fffaf0; }
.site-v8 .lead-form input:focus, .site-v8 .lead-form select:focus, .site-v8 .lead-form textarea:focus { border-color: var(--passport-wine); box-shadow: 0 0 0 3px rgba(94,29,46,.1); }
.site-v8 .contact-checklist span { color: var(--passport-wine); }
.site-v8 .prose { color: #473b32; }
.site-v8 .prose h2, .site-v8 .prose h3 { color: var(--passport-ink); font-family: var(--passport-serif); }
.site-v8 .article-toc { border-color: rgba(94,29,46,.16); background: #eee4d2; }
.site-v8 .article-toc a.active { color: var(--passport-wine); }

.site-v8 .site-footer { color: #d8cbb7; background: #130d0f; }
.site-v8 .site-footer .brand b, .site-v8 .footer-col strong { color: #fff4e2; }
.site-v8 .site-footer .brand small, .site-v8 .footer-brand p, .site-v8 .footer-col a, .site-v8 .footer-bottom { color: #9e917f; }
.site-v8 .site-footer .brand-mark { background: #fffdf8; }
.site-v8 .footer-bottom { border-top-color: rgba(216,192,139,.17); }
.site-v8 .footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.site-v8 .footer-icp { color: #b9aa95; font-size: 11px; letter-spacing: .02em; text-decoration: none; }
.site-v8 .footer-icp:hover { color: var(--passport-gold-soft); text-decoration: underline; }

@media (max-width: 1080px) {
  .passport-hero-layout { grid-template-columns: minmax(255px,.7fr) minmax(470px,1.3fr); gap: 34px; }
  .passport-chain { grid-column: 1 / -1; display: none; }
  .passport-hero-copy h1 { font-size: clamp(42px,5vw,58px); }
}
@media (max-width: 820px) {
  body.site-v8 .shell { width: min(100% - 34px, 700px); }
  .site-v8 .nav { min-height: 68px; }
  .site-v8 .site-header { min-height: 68px; }
  .passport-hero { min-height: auto; }
  .passport-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding-block: 55px 48px; }
  .passport-hero-copy { max-width: 650px; }
  .passport-dossier { width: min(100%, 650px); min-height: 500px; justify-self: center; }
  .passport-summary { grid-template-columns: 1fr; }
  .passport-summary > div { border-right: 0; border-bottom: 1px solid rgba(216,192,139,.18); }
  .site-v8 .page-hero::after { right: -130px; }
}
@media (max-width: 560px) {
  .passport-hero-copy h1 { font-size: clamp(39px,11.7vw,53px); line-height: 1.12; }
  .passport-lead { font-size: 14px; }
  .passport-actions { display: grid; grid-template-columns: 1fr; }
  .passport-button { width: 100%; }
  .passport-dossier { min-height: 690px; }
  .passport-cover { right: 1%; bottom: 2%; left: 1%; height: 95%; }
  .passport-book { inset: 0 0 5%; grid-template-columns: 1fr; transform: none; }
  .passport-page { min-height: 330px; padding: 22px; }
  .passport-identity { border-radius: 7px 7px 0 0; }
  .passport-endorsements { border-radius: 0 0 7px 7px; }
  .passport-emblem { width: 88px; height: 88px; margin-top: 17px; }
  .passport-emblem::after { inset: 16px; }
  .passport-emblem img { width: 42px; height: 42px; }
  .passport-identity h2 { margin-bottom: 9px; font-size: 21px; }
  .passport-identity dl div { padding: 5px 0; }
  .passport-identity > p { margin-top: 10px; }
  .passport-spine { top: 50%; right: 0; bottom: auto; left: 0; width: auto; height: 16px; background: linear-gradient(180deg, rgba(54,36,28,.18), rgba(255,250,232,.52), rgba(54,36,28,.2)); transform: translateY(-50%); }
  .stamp-fact { top: 56px; left: 24px; }
  .stamp-question { top: 132px; right: 22px; }
  .stamp-source { right: auto; bottom: 42px; left: 52px; }
  .passport-summary { display: none; }
  .site-v8 .brand small { max-width: 135px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .passport-dossier, .passport-stamp, .passport-button, .site-v8 .service-detail-card, .site-v8 .case-card, .site-v8 .problem-card, .site-v8 .insight-card { transition: none; transform: none; }
  .passport-chain li[data-state="active"] i { animation: none; }
}

/* Digital identity first viewport: clear columns, one authored entrance moment. */
body.site-v8.corp-home-page.intro-active { overflow: hidden; }
.corp-home-page .identity-loader { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-rows: auto 1fr auto; padding: 28px clamp(22px, 5vw, 72px) 30px; color: #f6ead6; background: #1a0f13; opacity: 1; visibility: visible; transition: opacity .55s ease, visibility .55s ease; }
.corp-home-page .identity-loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.identity-loader-top, .identity-loader-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.identity-loader-top > span { color: var(--passport-gold-soft); font-family: var(--passport-serif); font-size: 15px; letter-spacing: .08em; text-transform: none; }
.identity-loader-top button { padding: 8px 0; border: 0; color: #bcae96; background: none; font: inherit; cursor: pointer; }
.identity-loader-top button:hover { color: #fff5e4; }
.identity-loader-stage { display: grid; place-items: center; align-content: center; gap: 26px; }
.identity-loader-card { position: relative; width: min(310px, 66vw); aspect-ratio: 1.58; perspective: 1000px; filter: drop-shadow(0 28px 30px rgba(0,0,0,.34)); }
.identity-loader-sheet, .identity-loader-cover { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px; border: 1px solid rgba(216,192,139,.48); border-radius: 8px; box-sizing: border-box; backface-visibility: hidden; }
.identity-loader-sheet { color: #453a31; background: #e8e2d3; transform: rotateY(0deg) translateZ(-1px); }
.identity-loader-sheet span { color: #756a5c; font-size: 8px; letter-spacing: .14em; }
.identity-loader-sheet b { margin-top: 12px; color: #251b18; font-family: var(--passport-serif); font-size: 25px; }
.identity-loader-sheet small { margin-top: 9px; color: #8c7966; font-size: 8px; letter-spacing: .12em; }
.identity-loader-sheet i { position: absolute; right: 24px; bottom: 23px; width: 30px; height: 21px; border: 1px solid #876c45; border-radius: 50%; }
.identity-loader-cover { z-index: 2; align-items: flex-start; color: var(--passport-gold-soft); background: linear-gradient(135deg, #421522, #731f38 55%, #2a1019); transform-origin: left center; transform: rotateY(0deg); transition: transform 1.05s cubic-bezier(.16,1,.3,1); }
.identity-loader.is-opening .identity-loader-cover { transform: rotateY(-152deg); }
.identity-loader-cover span { font-size: 8px; letter-spacing: .16em; }
.identity-loader-cover b { margin-top: auto; font-family: var(--passport-serif); font-size: 19px; letter-spacing: .08em; }
.identity-loader-cover i { position: absolute; right: 28px; bottom: 28px; width: 28px; height: 20px; border: 1px solid var(--passport-gold); border-radius: 50%; }
.identity-loader-status { display: flex; align-items: center; gap: 9px; margin: 0; color: #c9bca8; font-size: 12px; }
.identity-loader-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--passport-gold); box-shadow: 0 0 0 5px rgba(184,152,89,.12); animation: identity-loader-pulse 1.5s ease-in-out infinite; }
.identity-loader-foot { color: #887b69; font-size: 9px; text-transform: none; letter-spacing: .05em; }
@keyframes identity-loader-pulse { 50% { opacity: .35; transform: scale(.72); } }

.site-v8 .passport-hero { min-height: auto; }
.site-v8 .passport-hero-layout { min-height: 650px; grid-template-columns: minmax(300px, .84fr) minmax(0, 1.24fr) minmax(210px, .5fr); gap: 46px; padding-block: 60px 34px; }
.site-v8 .passport-hero-copy { max-width: 420px; }
.site-v8 .passport-hero-copy h1 { max-width: 410px; font-size: clamp(45px, 4vw, 62px); line-height: 1.08; }
.site-v8 .passport-hero-copy h1 strong { color: #e0bf7b; }
.site-v8 .passport-dossier { width: min(100%, 630px); min-height: 520px; justify-self: end; }
.site-v8 .passport-chain { min-width: 0; padding: 27px 0 27px 26px; border-left: 1px solid rgba(216,192,139,.22); }
.site-v8 .passport-chain > header b { font-size: 17px; }
.site-v8 .passport-chain li span { font-size: 11px; }
.site-v8 .passport-chain li small { max-width: 145px; }
.site-v8 .passport-summary { margin-top: 0; }
.site-v8 .passport-summary > div { padding-block: 18px; }

@media (max-width: 1120px) {
  .site-v8 .passport-hero-layout { grid-template-columns: minmax(270px, .78fr) minmax(0, 1.2fr); gap: 34px; }
  .site-v8 .passport-chain { grid-column: 1 / -1; display: grid; grid-template-columns: 160px 1fr 145px; align-items: center; gap: 22px; padding: 20px 0 0; border-top: 1px solid rgba(216,192,139,.22); border-left: 0; }
  .site-v8 .passport-chain > header { padding: 0; border: 0; }
  .site-v8 .passport-chain ol { margin: 0; grid-template-columns: repeat(4, 1fr); }
  .site-v8 .passport-chain ol::before { top: 17px; right: 10%; bottom: auto; left: 3%; width: auto; height: 1px; }
  .site-v8 .passport-chain li { grid-template-columns: 20px 1fr; padding: 0 8px; }
  .site-v8 .passport-chain footer { padding: 0 0 0 18px; border-top: 0; border-left: 1px solid rgba(216,192,139,.22); }
}

@media (max-width: 820px) {
  .identity-loader-foot { display: grid; gap: 7px; }
  .site-v8 .passport-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-block: 56px 35px; }
  body.site-v8.corp-home-page .passport-hero-copy { width: 100%; max-width: 640px; min-width: 0; }
  body.site-v8.corp-home-page .passport-note { width: 100%; max-width: 34ch; white-space: normal !important; overflow-wrap: anywhere; word-break: break-all; }
  body.site-v8.corp-home-page .passport-dossier { width: 100%; max-width: 650px; justify-self: center; }
  .site-v8 .passport-chain { grid-template-columns: 1fr; gap: 18px; padding-top: 24px; }
  .site-v8 .passport-chain ol { grid-template-columns: repeat(2, 1fr); row-gap: 13px; }
  .site-v8 .passport-chain ol::before { display: none; }
  .site-v8 .passport-chain li { padding: 0; }
  .site-v8 .passport-chain footer { padding: 16px 0 0; border-top: 1px solid rgba(216,192,139,.22); border-left: 0; }
}

@media (max-width: 560px) {
  .corp-home-page .identity-loader { padding: 22px 20px 24px; }
  .identity-loader-top, .identity-loader-foot { font-size: 8px; }
  .identity-loader-stage { gap: 20px; }
  .identity-loader-card { width: min(290px, 78vw); }
  .site-v8 .passport-hero-copy h1 { max-width: 100%; font-size: clamp(39px, 11.7vw, 53px); }
  .site-v8 .passport-lead { max-width: 34ch; font-size: 14px; }
  .site-v8 .passport-dossier { min-height: 630px; }
  .site-v8 .passport-chain ol { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .corp-home-page .identity-loader { transition: opacity .2s ease, visibility .2s ease; }
  .identity-loader-cover { transition: none; }
  .identity-loader.is-opening .identity-loader-cover { transform: none; opacity: .15; }
  .identity-loader-status i { animation: none; }
}

/* Resolution pass: the passport world continues through every public route. */
body.site-v8,
body.site-v8::before,
body.site-v8::after { background-color: var(--passport-paper); }
body.site-v8::before,
body.site-v8::after { display: none !important; }
body.site-v8 { overflow-x: hidden; }
body.site-v8 main .eyebrow,
body.site-v8 main .kicker { display: none !important; }
.site-v8 .passport-hero { min-height: min(860px, calc(100svh - 78px)); }
.site-v8 .passport-hero-copy h1,
.site-v8 .page-hero-v2-inner > h1,
.site-v8 .blog-hero h1,
.site-v8 .article-hero h1,
.site-v8 .problem-detail-hero h1 {
  font-family: var(--passport-display);
  font-weight: 900;
  letter-spacing: -.045em;
}
body.site-v8.corp-home-page .site-header,
body.site-v8 .site-header {
  min-height: 78px !important;
  border-bottom-color: rgba(216, 192, 139, .2) !important;
  color: #f8efdc !important;
  background: #160f11 !important;
  box-shadow: 0 12px 35px rgba(15, 7, 9, .18) !important;
}
body.site-v8.corp-home-page .nav,
body.site-v8 .nav { min-height: 78px !important; }
body.site-v8.corp-home-page .brand,
body.site-v8.corp-home-page .brand b,
body.site-v8 .brand,
body.site-v8 .brand b { color: #fff7e7 !important; }
body.site-v8.corp-home-page .brand small,
body.site-v8 .brand small { color: #bcae96 !important; }
body.site-v8.corp-home-page .nav-links,
body.site-v8 .nav-links { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.site-v8.corp-home-page .nav-links a,
body.site-v8 .nav-links a { color: #cbbda5 !important; }
body.site-v8.corp-home-page .nav-links a:hover,
body.site-v8.corp-home-page .nav-links a.active,
body.site-v8 .nav-links a:hover,
body.site-v8 .nav-links a.active { color: #fff7e7 !important; background: transparent !important; }
body.site-v8.corp-home-page .nav-cta,
body.site-v8 .nav-cta { color: #f7ead2 !important; border-color: var(--passport-gold) !important; background: transparent !important; box-shadow: none !important; }
body.site-v8.corp-home-page .nav-cta:hover,
body.site-v8 .nav-cta:hover { color: #20140f !important; background: var(--passport-gold-soft) !important; }
body.site-v8 .passport-hero-copy h1 { color: #fff8e9 !important; }
body.site-v8 .passport-hero-copy h1 strong { color: #d8b66d !important; }
.passport-dossier,
.passport-book { min-width: 0; max-width: 100%; }

/* Legacy motion media belonged to the discarded purple SaaS world. */
.site-v8 .page-hero-motion-media { display: none !important; }
.site-v8 .page-hero.has-page-motion-media,
.site-v8 .blog-hero.has-page-motion-media,
.site-v8 .article-hero.has-page-motion-media,
.site-v8 .problem-detail-hero.has-page-motion-media { padding-bottom: clamp(82px, 8vw, 122px) !important; }

/* Inner-page title fields: archival records, not a generic centered hero. */
.site-v8 .page-hero,
.site-v8 .article-hero,
.site-v8 .problem-detail-hero {
  position: relative;
  isolation: isolate;
  min-height: 410px;
  padding-block: clamp(88px, 9vw, 132px) clamp(76px, 8vw, 112px) !important;
  color: #f4e8d5;
  background-color: #241117 !important;
  background-image:
    linear-gradient(110deg, rgba(20, 10, 13, .98), rgba(48, 20, 29, .96) 62%, rgba(34, 16, 20, .98)),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(216, 192, 139, .04) 35px 36px) !important;
}
.site-v8 .page-hero::before,
.site-v8 .article-hero::before,
.site-v8 .problem-detail-hero::before {
  position: absolute;
  z-index: -1;
  top: 54px;
  right: clamp(-110px, 1vw, 30px);
  width: 410px;
  height: 230px;
  border: 1px solid rgba(216, 192, 139, .14);
  box-shadow: inset 0 0 0 8px rgba(216, 192, 139, .025), inset 0 0 0 9px rgba(216, 192, 139, .1);
  content: "TZ / GEO / SOURCE RECORD";
  color: rgba(216, 192, 139, .18);
  font-size: 10px;
  letter-spacing: .34em;
  line-height: 230px;
  text-align: center;
  transform: rotate(-8deg);
}
.site-v8 .page-hero::after,
.site-v8 .article-hero::after,
.site-v8 .problem-detail-hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: repeating-linear-gradient(90deg, transparent 0 calc(12.5% - 1px), rgba(216, 192, 139, .035) calc(12.5% - 1px) 12.5%);
  box-shadow: none;
  content: "";
}
.site-v8 .page-hero-v2-inner,
.site-v8 .blog-hero > .shell > div {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .55fr);
  align-items: end;
  gap: 24px clamp(54px, 8vw, 118px);
}
.site-v8 .page-hero-v2-inner > .eyebrow,
.site-v8 .blog-hero .eyebrow,
.site-v8 .section-head .kicker,
.site-v8 .problem-map-intro .kicker,
.site-v8 .about-story-grid .kicker,
.site-v8 .about-facts .kicker,
.site-v8 .contact-copy > .kicker,
.site-v8 .contact-band .eyebrow,
.site-v8 .case-note > .kicker,
.site-v8 .problem-group-head .kicker { display: none; }
.site-v8 .page-hero-v2-inner > h1,
.site-v8 .blog-hero h1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 780px;
  margin: 0;
  color: #fff6e6 !important;
  font-family: var(--passport-serif);
  font-size: clamp(48px, 5.6vw, 76px);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: -.04em;
  text-align: left;
  text-wrap: balance;
}
.site-v8 .page-hero-v2-inner > p,
.site-v8 .blog-hero > .shell > div > p {
  grid-column: 2;
  align-self: end;
  max-width: 44ch;
  margin: 0;
  padding-top: 19px;
  border-top: 1px solid rgba(216, 192, 139, .32);
  color: #cbbda9 !important;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}
.site-v8 .page-hero-v2-inner > .hero-tag-row,
.site-v8 .blog-hero .actions {
  grid-column: 2;
  justify-content: flex-start;
  margin: 0;
}
.site-v8 .hero-tag-row { gap: 7px; }
.site-v8 .hero-tag-row span {
  padding: 7px 10px;
  border: 0;
  border-bottom: 1px solid rgba(216, 192, 139, .42);
  border-radius: 0;
  color: #d6c5aa;
  background: transparent;
  font-size: 10px;
}

/* Shared document rhythm. */
.site-v8 .section { padding-block: clamp(72px, 8vw, 112px); }
.site-v8 .section-head,
.site-v8 .problem-map-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: 38px 86px;
  margin-bottom: 52px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(74, 51, 38, .24);
}
.site-v8 .section-head h2,
.site-v8 .problem-map-intro h2,
.site-v8 .service-method-layout h2,
.site-v8 .case-note h2,
.site-v8 .about-story-grid h2,
.site-v8 .contact-copy h2 {
  margin: 0;
  color: var(--passport-ink) !important;
  font-family: var(--passport-serif);
  font-size: clamp(34px, 3.9vw, 54px);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.site-v8 .section-head > p,
.site-v8 .problem-map-intro > p { max-width: 46ch; margin: 0; color: #685b50; line-height: 1.85; }

/* Services become dossier rows. */
.site-v8 .service-detail-list { display: block; border-top: 1px solid var(--passport-wine); }
.site-v8 .service-card.service-card-detailed {
  display: grid;
  grid-template-columns: 150px minmax(230px, .8fr) minmax(330px, 1fr) 132px;
  align-items: start;
  gap: 24px 30px;
  min-height: 0;
  padding: 34px 0 38px;
  border: 0;
  border-bottom: 1px solid rgba(74, 51, 38, .24);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transform: none;
}
.site-v8 .service-card.service-card-detailed:hover { border-color: rgba(94, 29, 46, .5); box-shadow: none; transform: none; }
.site-v8 .service-card.service-card-detailed:first-child { background: rgba(255, 250, 238, .48) !important; }
.site-v8 .service-card.service-card-detailed:first-child .service-card-copy h3 { font-size: 32px !important; }
/* Remove the legacy violet/blue/teal blobs from the previous card system. */
.site-v8 .service-card.service-card-detailed::before,
.site-v8 .service-card.service-card-detailed::after { display: none !important; content: none !important; }
.site-v8 .service-card-top { display: grid; gap: 9px; }
.site-v8 .service-label { color: #7c6e61; font-size: 9px; letter-spacing: .12em; }
.site-v8 .service-card-copy h3 { margin: 0 0 12px; color: var(--passport-wine) !important; font-family: var(--passport-serif); font-size: 28px !important; line-height: 1.3; }
.site-v8 .service-card-copy p { margin: 0; color: #66594e !important; font-size: 14px; line-height: 1.8; }
.site-v8 .service-card-meta { display: grid; gap: 12px; }
.site-v8 .service-card-meta span { display: grid; gap: 5px; color: #65584d; font-size: 12px; line-height: 1.65; }
.site-v8 .service-card-meta b { color: var(--passport-wine); font-size: 10px; letter-spacing: .08em; }
.site-v8 .service-card-detailed .card-link { align-self: end; justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--passport-wine); color: var(--passport-wine) !important; font-size: 12px; }
.site-v8 .service-method-section { background: var(--passport-paper-deep) !important; }
.site-v8 .service-method-layout { grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 84px; }
.site-v8 .principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(74, 51, 38, .26);
  border-bottom: 1px solid rgba(74, 51, 38, .26);
}
.site-v8 .principle-grid article {
  min-height: 205px;
  padding: 27px 24px 30px;
  border: 0;
  border-right: 1px solid rgba(74, 51, 38, .2);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}
.site-v8 .principle-grid article:last-child { border-right: 0; }
.site-v8 .principle-grid article > span { display: block; margin-bottom: 30px; color: var(--passport-red); font-size: 11px; }
.site-v8 .principle-grid article b { color: var(--passport-wine); font-family: var(--passport-serif); font-size: 23px; }
.site-v8 .principle-grid article p { margin-top: 12px; color: #66584d; font-size: 13px; line-height: 1.75; }

/* Cases and questions read like reviewed records. */
.site-v8 .case-filter { gap: 0; margin-bottom: 38px; border-bottom: 1px solid rgba(74, 51, 38, .22); }
.site-v8 .case-filter button { padding: 11px 18px 13px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; }
.site-v8 .case-filter button.is-active,
.site-v8 .case-filter button:hover { color: var(--passport-wine); border-bottom-color: var(--passport-wine); background: transparent; box-shadow: none; }
.site-v8 .case-grid.case-grid-wide { display: block; border-top: 1px solid var(--passport-wine); }
.site-v8 .case-grid-wide .case-card {
  display: grid;
  grid-template-columns: 150px minmax(260px, .8fr) minmax(300px, 1.1fr);
  gap: 18px 42px;
  min-height: 0;
  padding: 32px 0 36px;
  border: 0;
  border-bottom: 1px solid rgba(74, 51, 38, .24);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transform: none;
}
.site-v8 .case-grid-wide .case-card:hover { border-color: rgba(94, 29, 46, .5); box-shadow: none; transform: none; }
.site-v8 .case-card-head { grid-row: 1 / span 2; align-self: start; }
.site-v8 .case-card-head span { display: block; margin-bottom: 10px; color: var(--passport-red) !important; font: 620 22px/1 var(--passport-serif); }
.site-v8 .case-card-head small { color: #74665a; line-height: 1.6; }
.site-v8 .case-card h3 { margin: 0; color: var(--passport-wine) !important; font-family: var(--passport-serif); font-size: 27px; line-height: 1.35; }
.site-v8 .case-card > p { margin: 0; color: #65584d; line-height: 1.8; }
.site-v8 .case-result { grid-column: 3; margin: 0; padding: 0 0 0 22px; border: 0; border-left: 1px solid rgba(94, 29, 46, .22); background: transparent; }
.site-v8 .case-result b { display: block; margin-bottom: 8px; color: var(--passport-red); font-size: 10px; letter-spacing: .1em; }
.site-v8 .case-result span { color: #4f443b; line-height: 1.75; }
.site-v8 .case-note-section { padding-block: 0; background: var(--passport-paper) !important; }
.site-v8 .case-note { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr) auto; align-items: center; gap: 28px 44px; padding: 54px 0; border-top: 1px solid rgba(94, 29, 46, .3); }
.site-v8 .case-note h2 { max-width: 22ch; }
.site-v8 .case-note p { max-width: 40ch; margin: 0; color: #67594e; line-height: 1.8; }
.site-v8 .case-note .button { min-width: 178px; justify-content: center; white-space: nowrap; }
.site-v8 .problem-group { margin-top: 86px; }
.site-v8 .problem-group-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; align-items: start; margin-bottom: 26px; padding-top: 28px; border-top: 1px solid var(--passport-wine); }
.site-v8 .problem-group-index { color: var(--passport-red); font: 620 24px/1 var(--passport-serif); }
.site-v8 .problem-group-head h2 { margin: 0; color: var(--passport-wine) !important; font-family: var(--passport-serif); font-size: 34px; }
.site-v8 .problem-group-head p { max-width: 65ch; margin-top: 10px; color: #67594e; line-height: 1.75; }
.site-v8 .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(74, 51, 38, .2); }
.site-v8 .problem-card {
  min-height: 225px;
  padding: 27px 30px 29px 0;
  border: 0;
  border-bottom: 1px solid rgba(74, 51, 38, .2);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transform: none;
}
.site-v8 .problem-card:nth-child(odd) { padding-right: 42px; border-right: 1px solid rgba(74, 51, 38, .2); }
.site-v8 .problem-card:nth-child(even) { padding-left: 42px; }
.site-v8 .problem-card:hover { color: inherit; border-color: rgba(94, 29, 46, .5); box-shadow: none; transform: none; }
.site-v8 .problem-card-tag { color: var(--passport-red) !important; font-size: 10px; letter-spacing: .08em; }
.site-v8 .problem-card h3 { margin: 13px 0 10px; color: var(--passport-wine) !important; font-family: var(--passport-serif); font-size: 23px; line-height: 1.45; }
.site-v8 .problem-card p { color: #685b50; line-height: 1.75; }
.site-v8 .problem-card .card-link { margin-top: auto; color: var(--passport-wine) !important; font-size: 11px; }

/* About, contact, and knowledge pages carry the same materials. */
.site-v8 .about-story-grid { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: 100px; }
.site-v8 .about-position-title { display: grid; gap: 0; }
.site-v8 .about-position-title span { padding-block: 12px; border-bottom: 1px solid rgba(74, 51, 38, .22); }
.site-v8 .about-position-title span + span::before { content: none; }
.site-v8 .about-story-copy,
.site-v8 .about-story-copy p { color: #5e5248 !important; font-size: 16px; line-height: 1.9; }
.site-v8 .about-principles-section { background: var(--passport-paper-deep) !important; }
.site-v8 .about-facts-section { color: #f2e7d3; background: #241117 !important; }
.site-v8 .about-facts { grid-template-columns: minmax(0, .85fr) minmax(390px, 1fr); gap: 90px; }
.site-v8 .about-facts h2 { color: #fff4e2 !important; }
.site-v8 .about-facts p { color: #bbaa92; }
.site-v8 .about-facts dl { border-top-color: rgba(216, 192, 139, .28); }
.site-v8 .about-facts dl > div { border-bottom-color: rgba(216, 192, 139, .18); }
.site-v8 .about-facts dt { color: var(--passport-gold); }
.site-v8 .about-facts dd { color: #eee1cd; }
.site-v8 .contact-section-v2 { background: var(--passport-paper-deep) !important; }
.site-v8 .contact-layout { grid-template-columns: minmax(0, .76fr) minmax(480px, 1.1fr); gap: 94px; align-items: start; }
.site-v8 .contact-copy > p { color: #65594e !important; font-size: 15px; line-height: 1.85; }
.site-v8 .contact-details { margin-top: 34px; border-top: 1px solid rgba(74, 51, 38, .24); }
.site-v8 .contact-details > a,
.site-v8 .contact-details > span { border-bottom-color: rgba(74, 51, 38, .2); }
.site-v8 .contact-details small { color: #806f61 !important; }
.site-v8 .contact-details b { color: var(--passport-wine) !important; }
.site-v8 .contact-checklist { display: grid; gap: 11px; margin-top: 30px; }
.site-v8 .contact-checklist span { position: relative; padding-left: 21px; color: #615448; }
.site-v8 .contact-checklist span::before { position: absolute; top: .45em; left: 0; width: 8px; height: 8px; border: 1px solid var(--passport-wine); border-radius: 50%; content: ""; }
.site-v8 .lead-form {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(74, 51, 38, .28) !important;
  border-radius: 2px !important;
  color: var(--passport-ink);
  background-color: #f7f0e0 !important;
  background-image: repeating-linear-gradient(0deg, transparent 0 31px, rgba(78, 55, 42, .035) 32px) !important;
  box-shadow: 0 24px 60px rgba(49, 31, 22, .12) !important;
}
.site-v8 .lead-form::before { position: absolute; top: 16px; right: 18px; content: "TZ / INTAKE"; color: rgba(94, 29, 46, .45); font-size: 9px; letter-spacing: .16em; }
.site-v8 .lead-form label > span { color: #67594e !important; font-size: 11px; }
.site-v8 .lead-form input,
.site-v8 .lead-form select,
.site-v8 .lead-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(77, 52, 40, .34) !important;
  border-radius: 0 !important;
  color: var(--passport-ink) !important;
  background: rgba(255, 250, 240, .58) !important;
  box-shadow: none !important;
}
.site-v8 .lead-form input:focus,
.site-v8 .lead-form select:focus,
.site-v8 .lead-form textarea:focus { border-bottom-color: var(--passport-wine) !important; box-shadow: 0 2px 0 rgba(94, 29, 46, .16) !important; }
.site-v8 .lead-form input::placeholder,
.site-v8 .lead-form textarea::placeholder { color: #958577 !important; }
.site-v8 .form-submit p { color: #796a5d; }
.site-v8 .contact-section-v2 .lead-form .button.ink,
.site-v8 .lead-form .button.ink {
  border: 1px solid var(--passport-wine) !important;
  border-radius: 2px !important;
  color: #fff3df !important;
  background: var(--passport-wine) !important;
  box-shadow: 0 12px 26px rgba(72, 24, 38, .16) !important;
}
.site-v8 .contact-section-v2 .lead-form .button.ink:hover,
.site-v8 .lead-form .button.ink:hover { color: #271417 !important; background: var(--passport-gold-soft) !important; }

/* Insights and long-form reading. */
.site-v8 .insight-feature { grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); border: 1px solid rgba(74, 51, 38, .24); background: #f7f0e0; box-shadow: 0 24px 60px rgba(49, 31, 22, .09); }
.site-v8 .insight-visual {
  min-height: 360px;
  background-color: #551c2b;
  background-image: repeating-linear-gradient(0deg, transparent 0 34px, rgba(216, 192, 139, .07) 35px), linear-gradient(135deg, #2c111a, #691f34) !important;
}
.site-v8 .visual-word { color: #ead4a2 !important; font-family: var(--passport-serif); }
.site-v8 .visual-word.w2 { color: #f5e9d6 !important; }
.site-v8 .visual-caption { color: #c9b893; border-top-color: rgba(216, 192, 139, .3); }
.site-v8 .insight-copy { color: var(--passport-ink); background: #f7f0e0 !important; }
.site-v8 .insight-copy time,
.site-v8 .insight-copy .text-link { color: var(--passport-red); }
.site-v8 .insight-copy h3 { color: var(--passport-wine) !important; font-family: var(--passport-serif); }
.site-v8 .insight-copy p { color: #66594e; }
.site-v8 .blog-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 72px; }
.site-v8 .blog-entry { border: 0; border-top: 1px solid rgba(74, 51, 38, .24); border-radius: 0; color: var(--passport-ink); background: transparent !important; box-shadow: none; }
.site-v8 .blog-entry:hover { border-color: rgba(94, 29, 46, .38); box-shadow: none !important; transform: none; }
.site-v8 .blog-entry:last-of-type { border-bottom: 1px solid rgba(74, 51, 38, .24); }
.site-v8 .blog-entry h3,
.site-v8 .blog-entry h3 a { color: var(--passport-wine) !important; font-family: var(--passport-serif); }
.site-v8 .blog-entry p,
.site-v8 .blog-meta { color: #6b5d51; }
.site-v8 .blog-date strong,
.site-v8 .blog-entry-link,
.site-v8 .text-link { color: var(--passport-red) !important; }
.site-v8 .blog-entry-link {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0 !important;
  border-bottom: 1px solid var(--passport-wine) !important;
  border-radius: 0 !important;
  color: var(--passport-red) !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color .25s ease, transform .25s ease;
}
.site-v8 .blog-entry:hover .blog-entry-link {
  color: var(--passport-wine) !important;
  border-color: var(--passport-wine) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateX(4px);
}
.site-v8 .blog-date span { color: #786a5e; }
.site-v8 .blog-tags span { border: 1px solid rgba(94, 29, 46, .15); border-radius: 2px; color: var(--passport-wine); background: var(--passport-paper-deep); }
.site-v8 .demo-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 23px;
  align-items: center;
  margin: 0 0 10px;
  padding: 2px 8px;
  border: 1px solid rgba(159, 74, 70, .45);
  border-radius: 999px;
  color: #7b302f !important;
  background: rgba(159, 74, 70, .07);
  font-size: 10px !important;
  font-weight: 720;
  letter-spacing: .08em;
  line-height: 1;
}
.site-v8 .blog-meta .demo-badge { margin: 0; }
.site-v8 .corp-article-row > div > .demo-badge {
  margin-left: 8px;
  vertical-align: middle;
}
.site-v8 .article-hero .demo-badge { color: #f1d7b6 !important; border-color: rgba(216, 192, 139, .5); background: rgba(0, 0, 0, .13); }
.site-v8 .blog-list-head h2 { color: var(--passport-ink) !important; font-family: var(--passport-serif); }
.site-v8 .blog-list-head > span { color: #77695c; }
.site-v8 .blog-panel-label { color: #75675b; border-bottom-color: rgba(74, 51, 38, .2); }
.site-v8 .blog-panel a strong { color: var(--passport-wine); }
.site-v8 .blog-panel a small,
.site-v8 .blog-about p { color: #77695d; }
.site-v8 .blog-panel { border: 0; border-top: 1px solid var(--passport-wine); border-radius: 0; background: transparent !important; box-shadow: none; }
.site-v8 .blog-panel a { border-bottom-color: rgba(74, 51, 38, .18); }
.site-v8 .blog-panel a.active { color: var(--passport-wine); background: var(--passport-paper-deep); box-shadow: inset 2px 0 0 var(--passport-wine); }
.site-v8 .article-hero .shell,
.site-v8 .problem-detail-hero .shell { position: relative; z-index: 2; max-width: 980px; margin-inline: auto; }
.site-v8 .article-hero .kicker,
.site-v8 .problem-detail-hero .kicker { display: none; }
.site-v8 .article-hero h1,
.site-v8 .problem-detail-hero h1 { max-width: 860px; margin-inline: 0; color: #fff5e4 !important; font-family: var(--passport-serif); font-size: clamp(46px, 5.4vw, 72px); line-height: 1.16; text-align: left; }
.site-v8 .article-hero p,
.site-v8 .problem-detail-hero p { max-width: 66ch; margin-inline: 0; color: #c8baa4; text-align: left; }
.site-v8 .article-meta { justify-content: flex-start; color: #a99a84; }
.site-v8 .article-layout { grid-template-columns: 240px minmax(0, 720px); justify-content: center; gap: 70px; color: #4f443b; background: var(--passport-paper); }
.site-v8 .article-toc { border: 0; border-top: 1px solid var(--passport-wine); border-radius: 0; background: transparent; }
.site-v8 .article-toc strong { color: var(--passport-wine); font-family: var(--passport-serif); }
.site-v8 .article-toc a,
.site-v8 .article-toc span { color: #75675b; }
.site-v8 .prose { color: #4f443b; font-size: 17px; line-height: 1.9; }
.site-v8 .direct-answer,
.site-v8 .answer-box,
.site-v8 .source-note,
.site-v8 .problem-detail-aside { border: 0; border-top: 1px solid rgba(94, 29, 46, .3); border-bottom: 1px solid rgba(94, 29, 46, .2); border-radius: 0; background: var(--passport-paper-deep) !important; box-shadow: none; }
.site-v8 .direct-answer-label,
.site-v8 .answer-box strong { color: var(--passport-wine); }

.site-v8 .contact-band { background: var(--passport-wine) !important; }
.site-v8 .contact-band .contact-grid { min-height: 260px; }
.site-v8 .contact-band h2 { color: #fff5e4 !important; font-family: var(--passport-serif); }
.site-v8 .contact-band p { color: #d2c0aa; }
.site-v8 .contact-band .button.ink { color: #261318; border: 1px solid var(--passport-gold-soft); background: var(--passport-gold-soft); }
.site-v8 .blog-hero .button.primary { color: #261318; border-color: var(--passport-gold-soft); background: var(--passport-gold-soft); box-shadow: none; }
.site-v8 .blog-hero .button.secondary { color: #eadfc9; border-color: rgba(216, 192, 139, .48); background: transparent; }
.site-v8 .site-footer .brand-mark img { width: 100%; height: 100%; padding: 2px 4px; box-sizing: border-box; object-fit: contain; }
.site-v8 .corp-service-row { grid-template-columns: minmax(0, 1fr) auto; }
.site-v8 .corp-service-row:first-child { background: rgba(255, 250, 238, .5); }
.site-v8 .corp-service-row:first-child h3 { color: var(--passport-wine); font-size: 30px; }

/* One quiet authored SVG family replaces inherited Unicode glyph controls. */
.site-v8 .direction-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  overflow: visible;
  vertical-align: -.22em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}
.site-v8 .corp-evidence-track > i:has(.direction-icon) { display: grid; place-items: center; }
.site-v8 .corp-evidence-track > i .direction-icon { margin: 0; }

@media (max-width: 980px) {
  .site-v8 .page-hero-v2-inner,
  .site-v8 .blog-hero > .shell > div { grid-template-columns: 1fr; gap: 28px; }
  .site-v8 .page-hero-v2-inner > h1,
  .site-v8 .blog-hero h1 { grid-column: 1; grid-row: auto; }
  .site-v8 .page-hero-v2-inner > p,
  .site-v8 .page-hero-v2-inner > .hero-tag-row,
  .site-v8 .blog-hero > .shell > div > p,
  .site-v8 .blog-hero .actions { grid-column: 1; }
  .site-v8 .service-card.service-card-detailed { grid-template-columns: 128px minmax(0, .9fr) minmax(0, 1.1fr); }
  .site-v8 .service-card-detailed .card-link { grid-column: 2 / -1; justify-self: start; }
  .site-v8 .case-grid-wide .case-card { grid-template-columns: 100px minmax(0, .8fr) minmax(0, 1.1fr); gap: 18px 30px; }
  .site-v8 .case-note { grid-template-columns: 1fr 1fr; }
  .site-v8 .case-note .button { justify-self: start; }
  .site-v8 .service-method-layout,
  .site-v8 .about-story-grid,
  .site-v8 .about-facts,
  .site-v8 .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .site-v8 .principle-grid { grid-template-columns: 1fr 1fr; }
  .site-v8 .principle-grid article:nth-child(2) { border-right: 0; }
  .site-v8 .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(74, 51, 38, .2); }
  .site-v8 .blog-layout { grid-template-columns: 1fr; }
  .site-v8 .blog-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body.site-v8.corp-home-page .site-header,
  body.site-v8 .site-header,
  body.site-v8.corp-home-page .nav,
  body.site-v8 .nav { min-height: 68px !important; }
  body.site-v8 .nav-actions { display: flex !important; margin-left: auto; }
  body.site-v8 .nav { position: relative; }
  body.site-v8 .menu-toggle { position: absolute; top: 50%; right: 0; display: inline-flex !important; visibility: visible !important; flex-direction: column; width: 42px; height: 42px; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(216, 192, 139, .34); color: #f8efdc; background: transparent; transform: translateY(-50%); }
  body.site-v8 .menu-toggle span { display: block; width: 17px; height: 1px; background: #f8efdc !important; }
  body.site-v8 .nav-cta { display: none; }
  .passport-hero-layout { gap: 38px; padding-top: 48px; }
  .passport-hero-copy h1 { max-width: 100%; font-size: clamp(37px, 10.1vw, 43px); overflow-wrap: anywhere; }
  .passport-dossier { width: 100% !important; min-width: 0 !important; max-width: 100% !important; min-height: 660px; overflow: hidden; }
  .passport-book { right: 24px !important; left: 0 !important; width: calc(100% - 24px) !important; min-width: 0 !important; max-width: calc(100% - 24px) !important; transform: none !important; }
  .passport-page { width: 100% !important; min-width: 0 !important; max-width: 100% !important; box-sizing: border-box; }
  .site-v8 .page-hero,
  .site-v8 .article-hero,
  .site-v8 .problem-detail-hero { min-height: 0; padding-block: 68px 64px !important; }
  .site-v8 .page-hero::before,
  .site-v8 .article-hero::before,
  .site-v8 .problem-detail-hero::before { top: 36px; right: -180px; width: 340px; height: 180px; line-height: 180px; }
  .site-v8 .page-hero-v2-inner > h1,
  .site-v8 .blog-hero h1,
  .site-v8 .article-hero h1,
  .site-v8 .problem-detail-hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.16; }
  .site-v8 .section { padding-block: 66px; }
  .site-v8 .section-head,
  .site-v8 .problem-map-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .site-v8 .section-head h2,
  .site-v8 .problem-map-intro h2,
  .site-v8 .service-method-layout h2,
  .site-v8 .case-note h2,
  .site-v8 .about-story-grid h2,
  .site-v8 .contact-copy h2 { font-size: 32px; }
  .site-v8 .service-card.service-card-detailed { grid-template-columns: 1fr; gap: 16px; padding-block: 27px; }
  .site-v8 .service-card-top,
  .site-v8 .service-card-copy,
  .site-v8 .service-card-meta,
  .site-v8 .service-card-detailed .card-link { grid-column: 1; }
  .site-v8 .principle-grid { grid-template-columns: 1fr; }
  .site-v8 .principle-grid article,
  .site-v8 .principle-grid article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(74, 51, 38, .2); }
  .site-v8 .case-grid-wide .case-card { grid-template-columns: 1fr; gap: 15px; }
  .site-v8 .case-card-head { grid-row: auto; }
  .site-v8 .case-result { grid-column: 1; padding: 18px 0 0; border-top: 1px solid rgba(94, 29, 46, .2); border-left: 0; }
  .site-v8 .case-note { grid-template-columns: 1fr; gap: 22px; }
  .site-v8 .case-note h2 { max-width: 100%; }
  .site-v8 .problem-group { margin-top: 64px; }
  .site-v8 .problem-group-head { grid-template-columns: minmax(0, 1fr); }
  .site-v8 .problem-grid { grid-template-columns: 1fr; }
  .site-v8 .problem-card,
  .site-v8 .problem-card:nth-child(odd),
  .site-v8 .problem-card:nth-child(even) { min-height: 0; padding: 24px 0; border-right: 0; }
  .site-v8 .about-story-grid,
  .site-v8 .about-facts,
  .site-v8 .contact-layout { gap: 38px; }
  .site-v8 .lead-form { padding: 30px 20px 24px; }
  .site-v8 .lead-form,
  .site-v8 .contact-layout,
  .site-v8 .service-card.service-card-detailed { width: 100%; min-width: 0 !important; max-width: 100%; box-sizing: border-box; }
  .site-v8 .lead-form { width: calc(100vw - 34px) !important; }
  .site-v8 .form-grid { grid-template-columns: 1fr !important; min-width: 0; }
  .site-v8 .service-card-copy,
  .site-v8 .service-card-meta,
  .site-v8 .service-card-copy p { min-width: 0; max-width: calc(100vw - 118px); overflow-wrap: anywhere; }
  .site-v8 .insight-feature { grid-template-columns: 1fr; }
  .site-v8 .insight-visual { min-height: 240px; }
  .site-v8 .blog-sidebar { grid-template-columns: 1fr; }
  .site-v8 .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .site-v8 .article-toc { position: static; }
}

/* The passport world keeps its authored hero motion, while body copy remains
   immediately legible even when a browser restores a scroll position or delays
   IntersectionObserver callbacks. */
html.motion-ready body.site-v8 .reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.site-v8 .passport-hero-copy h1,
body.site-v8 .page-hero-v2-inner > h1,
body.site-v8 .blog-hero h1,
body.site-v8 .article-hero h1,
body.site-v8 .problem-detail-hero h1 {
  font-family: var(--passport-display) !important;
}

/* Override the legacy site.css import on the homepage. */
body.site-v8.corp-home-page .brand-mark {
  width: 74px !important;
  height: 38px !important;
  border-color: rgba(216, 192, 139, .45) !important;
  border-radius: 6px !important;
  background: #fffdf8 !important;
}
body.site-v8.corp-home-page .brand-mark img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 2px 4px !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
}
body.site-v8.corp-home-page .site-footer {
  color: #d8cbb7 !important;
  background: #130d0f !important;
}
body.site-v8.corp-home-page .site-footer .brand b,
body.site-v8.corp-home-page .site-footer .footer-col strong { color: #fff4e2 !important; }
body.site-v8.corp-home-page .site-footer .brand small,
body.site-v8.corp-home-page .site-footer .footer-brand p,
body.site-v8.corp-home-page .site-footer .footer-col a,
body.site-v8.corp-home-page .site-footer .footer-bottom { color: #9e917f !important; }
body.site-v8.corp-home-page .site-footer .brand-mark { background: #fffdf8 !important; }
body.site-v8.corp-home-page .site-footer .footer-bottom { border-top-color: rgba(216,192,139,.17) !important; }
body.site-v8.corp-home-page .site-footer .footer-icp { color: #b9aa95 !important; }

/* Desktop hero composition: give the proposition room while the passport
   becomes a large background dossier behind the source-chain annotation. */
@media (min-width: 1081px) {
  .site-v8 .passport-hero-layout {
    position: relative;
    display: block;
    min-height: 700px;
    padding-block: 84px 52px;
  }
  .site-v8 .passport-hero-copy {
    position: relative;
    z-index: 5;
    max-width: 460px;
    padding-top: 40px;
  }
  .site-v8 .passport-hero-copy h1 {
    max-width: 460px;
    font-size: clamp(47px, 4.1vw, 64px);
    line-height: 1.08;
  }
  .site-v8 .passport-lead { max-width: 39ch; }
  .site-v8 .passport-dossier {
    position: absolute;
    z-index: 1;
    top: 37px;
    right: 11%;
    width: min(710px, 64vw);
    min-height: 570px;
    opacity: .94;
  }
  .site-v8 .passport-chain {
    position: absolute;
    z-index: 6;
    top: 128px;
    right: 0;
    width: 184px;
    align-self: auto;
    padding-block: 0;
  }
}

/* Dark knowledge section: keep the secondary action legible and on-palette. */
body.site-v8 .corp-knowledge .corp-button-secondary {
  color: var(--passport-gold-soft) !important;
  border-color: color-mix(in srgb, var(--passport-gold-soft) 72%, transparent) !important;
  background: color-mix(in srgb, var(--passport-paper) 4%, transparent) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--passport-paper) 3%, transparent);
}

body.site-v8 .corp-knowledge .corp-button-secondary:hover,
body.site-v8 .corp-knowledge .corp-button-secondary:focus-visible {
  color: var(--passport-wine-dark) !important;
  border-color: var(--passport-gold-soft) !important;
  background: var(--passport-gold-soft) !important;
  box-shadow: 0 10px 24px rgba(15, 8, 10, .18);
}

/* Consultation bands use the same restrained security-paper language as the
   enterprise identity card. The wine remains a brand colour, but is no longer
   rendered as a flat slab. */
body.site-v8 .corp-contact,
body.site-v8 .contact-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #5c1b2d !important;
  background-image:
    radial-gradient(ellipse at 15% 4%, rgba(255, 246, 224, .105), transparent 38%),
    radial-gradient(ellipse at 88% 116%, rgba(19, 7, 12, .34), transparent 52%),
    linear-gradient(112deg, rgba(38, 11, 20, .11) 0%, transparent 42%, rgba(30, 9, 16, .22) 100%),
    repeating-linear-gradient(132deg, rgba(255, 244, 218, .021) 0 1px, transparent 1px 6px) !important;
}

body.site-v8 .corp-contact::before,
body.site-v8 .contact-band::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: clamp(-190px, -7vw, -70px);
  width: clamp(390px, 34vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(225, 202, 151, .11);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 17px, rgba(225, 202, 151, .075) 18px 19px, transparent 20px 30px),
    repeating-conic-gradient(from 12deg, rgba(225, 202, 151, .035) 0deg 1deg, transparent 1deg 7deg);
  box-shadow:
    inset 0 0 0 34px rgba(225, 202, 151, .012),
    inset 0 0 0 35px rgba(225, 202, 151, .08),
    inset 0 0 0 86px rgba(225, 202, 151, .012),
    inset 0 0 0 87px rgba(225, 202, 151, .06);
  content: "";
  opacity: .72;
  pointer-events: none;
  transform: translateY(-50%) rotate(-8deg);
}

body.site-v8 .corp-contact::after,
body.site-v8 .contact-band::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(229, 207, 159, .075) 6% calc(6% + 1px), transparent calc(6% + 1px) 100%),
    linear-gradient(180deg, rgba(255, 248, 232, .045), transparent 34%, rgba(25, 7, 13, .075));
  content: "";
  pointer-events: none;
}

body.site-v8 .corp-contact-layout,
body.site-v8 .contact-band .contact-grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 820px) {
  body.site-v8 .corp-contact::before,
  body.site-v8 .contact-band::before {
    top: auto;
    right: -190px;
    bottom: -225px;
    width: 420px;
    transform: rotate(-8deg);
  }

  body.site-v8 .corp-contact::after,
  body.site-v8 .contact-band::after {
    background:
      linear-gradient(90deg, transparent 0 20px, rgba(229, 207, 159, .07) 20px 21px, transparent 21px 100%),
      linear-gradient(180deg, rgba(255, 248, 232, .045), transparent 34%, rgba(25, 7, 13, .075));
  }
}

/* Identity graph hero: a data-rich enterprise card replaces the passport pages. */
body.site-v8.corp-home-page .identity-dossier {
  position: relative;
  width: min(100%, 650px);
  min-height: 540px;
  padding: 22px 22px 18px;
  overflow: hidden;
  border: 1px solid rgba(216,192,139,.45);
  border-radius: 12px;
  box-sizing: border-box;
  color: #332a25;
  background: #efe8da;
  box-shadow: 0 34px 65px rgba(10,3,5,.26), 0 7px 18px rgba(10,3,5,.14);
  transform-style: preserve-3d;
}
body.site-v8.corp-home-page .identity-dossier::before { display: none; }
.identity-dossier-top, .identity-dossier-main, .identity-dossier-bottom { position: relative; z-index: 1; }
.identity-dossier-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid rgba(71,58,47,.24); color: #6d6258; font-size: 8px; letter-spacing: .13em; }
.identity-dossier-top b { display: inline-flex; align-items: center; gap: 6px; color: #416b5d; font-size: 9px; letter-spacing: .02em; }
.identity-dossier-top b i { width: 6px; height: 6px; border-radius: 50%; background: #7d9c80; box-shadow: 0 0 0 4px rgba(125,156,128,.16); }
.identity-dossier-main { display: grid; grid-template-columns: minmax(220px,.87fr) minmax(250px,1.13fr); gap: 13px; padding-top: 14px; }
.identity-profile, .identity-network-panel { min-width: 0; border: 1px solid rgba(76,64,52,.17); border-radius: 7px; }
.identity-profile { padding: 16px 17px 14px; background: rgba(230,236,219,.94); }
.identity-profile > header, .identity-network-panel > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px solid rgba(77,69,57,.18); color: #6f6c60; font-size: 8px; letter-spacing: .12em; }
.identity-profile > header b, .identity-network-panel > header b { color: #776759; font-size: 8px; letter-spacing: .05em; }
.identity-profile-head { display: flex; align-items: center; gap: 13px; margin-top: 18px; }
.identity-logo-ring { position: relative; display: grid; width: 64px; height: 64px; flex: 0 0 64px; place-items: center; border: 1px solid rgba(61,94,78,.48); border-radius: 50%; }
.identity-logo-ring::before, .identity-logo-ring::after { position: absolute; border: 1px solid rgba(61,94,78,.18); border-radius: inherit; content: ""; }
.identity-logo-ring::before { inset: 7px; }
.identity-logo-ring::after { inset: 15px; }
.identity-logo-ring img { position: relative; z-index: 1; width: 42px; height: 42px; object-fit: contain; border-radius: 5px; }
.identity-profile-head small { color: #77796e; font-size: 7px; letter-spacing: .11em; }
.identity-profile-head h2 { margin: 5px 0 0; color: #273b38; font-family: var(--passport-serif); font-size: 21px; line-height: 1.2; }
.identity-profile-head p { margin: 4px 0 0; color: #778074; font-size: 8px; }
.identity-score { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(77,69,57,.16); }
.identity-score-ring { display: grid; width: 67px; height: 67px; place-content: center; text-align: center; border: 2px solid #b89859; border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(184,152,89,.11); }
.identity-score-ring strong { color: #9d4e40; font: 720 20px/1 var(--passport-sans); }
.identity-score-ring small { margin-top: 4px; color: #74776b; font-size: 7px; }
.identity-score b { color: #3c5146; font-size: 10px; }
.identity-score p { margin: 5px 0 0; color: #74796f; font-size: 8px; line-height: 1.55; }
.identity-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 17px; }
.identity-stat-grid div { padding: 9px 7px 8px; border: 1px solid rgba(77,69,57,.16); border-radius: 4px; background: rgba(255,252,244,.48); text-align: center; }
.identity-stat-grid b { display: block; color: #a15245; font: 760 16px/1 var(--passport-sans); }
.identity-stat-grid span { display: block; margin-top: 5px; color: #72766b; font-size: 7px; }
.identity-fields { margin: 15px 0 0; }
.identity-fields div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid rgba(77,69,57,.16); font-size: 8px; }
.identity-fields dt { color: #777a70; }
.identity-fields dd { margin: 0; color: #3c4e45; font-weight: 720; }
.identity-network-panel { padding: 16px 15px 13px; background: rgba(239,224,224,.92); }
.identity-network-panel > header b { color: #6d4c50; font-family: var(--passport-serif); font-size: 14px; letter-spacing: 0; }
.identity-network { position: relative; min-height: 260px; margin-top: 5px; overflow: hidden; }
.identity-network svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.identity-network svg path { fill: none; stroke: rgba(106,80,80,.3); stroke-width: 1; vector-effect: non-scaling-stroke; }
.identity-network svg .network-pulse-line { stroke: #b45b50; stroke-width: 1.5; stroke-dasharray: 4 8; opacity: .8; animation: identity-network-flow 1.35s linear infinite; }
.identity-network-node { position: absolute; display: grid; min-width: 54px; min-height: 36px; place-content: center; padding: 4px 6px; border: 1px solid rgba(94,71,70,.28); border-radius: 50%; color: #6b4a4c; background: rgba(255,247,239,.9); box-shadow: 0 6px 12px rgba(88,54,55,.08); text-align: center; transform: translate(-50%, -50%); }
.identity-network-node b { font-size: 8px; font-weight: 760; }
.identity-network-node small { margin-top: 3px; color: #8c7774; font-size: 6px; white-space: nowrap; }
.identity-network-node.node-core { top: 51%; left: 50%; min-width: 86px; min-height: 54px; border-color: #b89859; color: #382f2b; background: #fbf1d9; box-shadow: 0 0 0 7px rgba(184,152,89,.1), 0 10px 18px rgba(88,54,55,.12); }
.identity-network-node.node-entity { top: 22%; left: 18%; }
.identity-network-node.node-question { top: 22%; left: 81%; }
.identity-network-node.node-source { top: 81%; left: 20%; }
.identity-network-node.node-answer { top: 81%; left: 81%; }
.identity-network-panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 9px; border-top: 1px solid rgba(77,69,57,.16); }
.identity-network-panel > footer span { color: #8a716b; font-size: 7px; letter-spacing: .09em; }
.identity-network-panel > footer b { color: #9d4e40; font: 720 8px var(--passport-sans); }
.identity-dossier-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(77,69,57,.2); color: #726960; font-size: 8px; }
.identity-dossier-bottom span { position: relative; padding-left: 12px; }
.identity-dossier-bottom span::before { position: absolute; top: .42em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #b89859; content: ""; }

/* The loader uses the same relationship language before the hero arrives. */
.identity-loader-card { width: min(390px, 72vw); aspect-ratio: 1.45; }
.identity-loader-sheet { display: block; padding: 20px 22px; background: #e9eee2; }
.identity-loader-sheet-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(69,79,66,.18); }
.identity-loader-sheet-head span { color: #647068; font-size: 7px; letter-spacing: .12em; }
.identity-loader-sheet-head b { color: #293c37; font: 700 13px var(--passport-serif); }
.identity-loader-graph { position: relative; min-height: 145px; margin-top: 4px; }
.identity-loader-graph svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.identity-loader-graph svg path { fill: none; stroke: rgba(70,96,80,.33); stroke-width: 1; vector-effect: non-scaling-stroke; }
.identity-loader-graph svg .identity-loader-wave-line { stroke: #b45b50; stroke-width: 1.35; stroke-dasharray: 3 7; opacity: .78; animation: identity-network-flow 1.2s linear infinite; }
.identity-loader-graph-node { position: absolute; display: grid; min-width: 43px; min-height: 25px; place-content: center; padding: 3px 5px; border: 1px solid rgba(70,96,80,.32); border-radius: 50%; color: #536b5d; background: rgba(250,248,235,.86); font-size: 7px; text-align: center; transform: translate(-50%, -50%); }
.identity-loader-graph-node.node-core { top: 50%; left: 50%; min-width: 49px; min-height: 31px; border-color: #b89859; color: #66403a; background: #fff1d2; }
.identity-loader-graph-node.node-entity { top: 25%; left: 23%; }
.identity-loader-graph-node.node-question { top: 23%; left: 77%; }
.identity-loader-graph-node.node-source { top: 78%; left: 23%; }
.identity-loader-graph-node.node-answer { top: 78%; left: 77%; }
.identity-loader-sheet-foot { display: block; margin-top: 2px; color: #7d8277; font-size: 6px; letter-spacing: .08em; }
.identity-loader-wave { display: inline-flex; align-items: center; gap: 2px; height: 16px; margin-left: 2px; }
.identity-loader-wave i { display: block; width: 2px; height: 5px; border-radius: 2px; background: var(--passport-gold); transform-origin: center; animation: identity-wave-bar 1.1s ease-in-out infinite; }
.identity-loader-wave i:nth-child(2), .identity-loader-wave i:nth-child(6) { animation-delay: -.8s; }
.identity-loader-wave i:nth-child(3), .identity-loader-wave i:nth-child(5) { animation-delay: -.55s; }
.identity-loader-wave i:nth-child(4) { height: 14px; animation-delay: -.35s; }
.identity-loader-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--passport-gold); box-shadow: 0 0 0 5px rgba(184,152,89,.12); }
@keyframes identity-wave-bar { 50% { height: 14px; opacity: .48; } }
@keyframes identity-network-flow { to { stroke-dashoffset: -48; } }

@media (max-width: 820px) {
  body.site-v8.corp-home-page .identity-dossier { width: 100%; min-height: 0; padding: 17px 15px 15px; }
  body.site-v8.corp-home-page .identity-dossier-main { grid-template-columns: 1fr; }
  body.site-v8.corp-home-page .identity-network { min-height: 230px; }
  body.site-v8.corp-home-page .identity-dossier-bottom { gap: 8px; font-size: 7px; }
}
@media (max-width: 560px) {
  body.site-v8.corp-home-page .identity-dossier-top { font-size: 7px; }
  body.site-v8.corp-home-page .identity-profile, body.site-v8.corp-home-page .identity-network-panel { padding: 14px 12px 12px; }
  body.site-v8.corp-home-page .identity-profile-head h2 { font-size: 18px; }
  body.site-v8.corp-home-page .identity-dossier-bottom { grid-template-columns: 1fr; gap: 7px; }
  body.site-v8.corp-home-page .identity-loader-card { width: min(350px, 84vw); }
}
@media (prefers-reduced-motion: reduce) {
  .identity-loader-wave i { animation: none; }
  .identity-network svg .network-pulse-line, .identity-loader-graph svg .identity-loader-wave-line { animation: none; }
}

/* Reading surfaces: the imported legacy dark theme still declares main copy
   with !important. Keep the archival paper world readable at its source. */
body.site-v8 .problem-detail-main,
body.site-v8 .article-layout {
  color: #4f443b !important;
  background: var(--passport-paper) !important;
}

body.site-v8 .problem-detail-layout {
  gap: clamp(54px, 6vw, 82px);
  padding-block: 56px 72px;
}

body.site-v8 .direct-answer,
body.site-v8 .answer-box,
body.site-v8 .problem-detail-aside,
body.site-v8 .source-note {
  color: var(--passport-ink) !important;
  border-color: rgba(94, 29, 46, .24) !important;
  background: var(--passport-paper-deep) !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.site-v8 .direct-answer {
  padding: 28px 30px 30px;
}

body.site-v8 .direct-answer-label,
body.site-v8 .answer-box strong {
  color: var(--passport-wine) !important;
}

body.site-v8 .direct-answer p,
body.site-v8 .answer-box p {
  color: #493d35 !important;
}

body.site-v8 .problem-detail-copy {
  max-width: 720px;
  padding-top: 20px;
  color: #574a40 !important;
}

body.site-v8 .problem-detail-copy h2 {
  margin: 30px 0 11px;
  color: var(--passport-wine) !important;
  font-family: var(--passport-serif);
}

body.site-v8 .problem-detail-copy h2:first-child { margin-top: 12px; }

body.site-v8 .problem-detail-copy p,
body.site-v8 .problem-detail-copy li {
  color: #5f5146 !important;
}

body.site-v8 .problem-detail-copy ol {
  margin-bottom: 0;
  padding-left: 1.35em;
}

body.site-v8 .problem-detail-aside {
  border-top-color: rgba(94, 29, 46, .5) !important;
}

body.site-v8 .problem-detail-aside div {
  padding-block: 15px;
  border-bottom-color: rgba(94, 29, 46, .16) !important;
}

body.site-v8 .problem-detail-aside span {
  color: #7b6b5e !important;
}

body.site-v8 .problem-detail-aside b {
  color: var(--passport-wine) !important;
}

body.site-v8 .problem-detail-aside .button.primary {
  min-height: 46px;
  margin-top: 18px;
  border: 1px solid var(--passport-wine) !important;
  border-radius: 2px !important;
  color: #fff5e4 !important;
  background: var(--passport-wine) !important;
  box-shadow: none !important;
}

body.site-v8 .problem-detail-aside .button.primary:hover {
  border-color: var(--passport-gold-soft) !important;
  color: #261318 !important;
  background: var(--passport-gold-soft) !important;
  box-shadow: none !important;
}

body.site-v8 .problem-detail-main + .section.white {
  padding-block: 84px;
  background: var(--passport-paper) !important;
}

body.site-v8 .prose {
  color: #4f443b !important;
}

body.site-v8 .prose h2,
body.site-v8 .prose h3 {
  color: var(--passport-wine) !important;
  font-family: var(--passport-serif);
}

body.site-v8 .prose p,
body.site-v8 .prose li,
body.site-v8 .prose ul,
body.site-v8 .prose ol,
body.site-v8 .prose blockquote,
body.site-v8 .prose td,
body.site-v8 .prose th {
  color: #574a40 !important;
}

body.site-v8 .prose a { color: var(--passport-wine) !important; }

body.site-v8 .source-note {
  color: #746458 !important;
  background: transparent !important;
}

/* Related reading is a quiet archive row, not a leftover purple SaaS card. */
body.site-v8 .compact-article-grid {
  gap: 16px;
}

body.site-v8 .compact-article-card {
  min-height: 272px;
  padding: 25px 24px 27px;
  border: 1px solid rgba(74, 51, 38, .18) !important;
  border-top-color: var(--passport-wine) !important;
  border-radius: 2px !important;
  color: var(--passport-ink) !important;
  background: rgba(255, 250, 238, .56) !important;
  background-image: none !important;
  box-shadow: 0 16px 38px rgba(48, 32, 23, .06) !important;
  transform: none;
}

body.site-v8 .compact-article-card:hover {
  border-color: rgba(94, 29, 46, .38) !important;
  border-top-color: var(--passport-wine) !important;
  background: #faf4e7 !important;
  box-shadow: 0 20px 42px rgba(48, 32, 23, .09) !important;
  transform: translateY(-2px);
}

body.site-v8 .compact-article-meta,
body.site-v8 .compact-article-meta time {
  color: #76675b !important;
}

body.site-v8 .compact-article-meta span {
  color: var(--passport-wine) !important;
}

body.site-v8 .compact-article-card h3,
body.site-v8 .compact-article-card h3 a {
  color: var(--passport-wine) !important;
  font-family: var(--passport-serif);
}

body.site-v8 .compact-article-card p {
  color: #65574c !important;
}

body.site-v8 .compact-article-card .card-link {
  color: var(--passport-red) !important;
}

/* Article-page related cards share the same archive surface, but use the
   insight-card markup from the CMS renderer. Keep that variant on the paper
   palette too. */
body.site-v8 .insight-list {
  gap: 16px;
}

body.site-v8 .insight-list .insight-card {
  min-height: 272px;
  padding: 25px 24px 27px;
  border: 1px solid rgba(74, 51, 38, .18) !important;
  border-top-color: var(--passport-wine) !important;
  border-radius: 2px !important;
  color: var(--passport-ink) !important;
  background: rgba(255, 250, 238, .56) !important;
  background-image: none !important;
  box-shadow: 0 16px 38px rgba(48, 32, 23, .06) !important;
  transform: none;
}

body.site-v8 .insight-list .insight-card:hover {
  border-color: rgba(94, 29, 46, .38) !important;
  border-top-color: var(--passport-wine) !important;
  background: #faf4e7 !important;
  box-shadow: 0 20px 42px rgba(48, 32, 23, .09) !important;
  transform: translateY(-2px);
}

body.site-v8 .insight-list .insight-card time {
  color: var(--passport-red) !important;
}

body.site-v8 .insight-list .insight-card h3,
body.site-v8 .insight-list .insight-card h3 a {
  color: var(--passport-wine) !important;
  font-family: var(--passport-serif);
}

body.site-v8 .insight-list .insight-card p {
  color: #65574c !important;
}

body.site-v8 .insight-list .insight-card .text-link {
  color: var(--passport-red) !important;
}

/* Article conversion band and footer use the same wine-and-ink materials on
   every route, including pages that inherit stronger legacy selectors. */
body.site-v8 .article-contact-band .contact-copy p {
  color: #d2c0aa !important;
}

body.site-v8 .article-contact-band .contact-form {
  border-color: rgba(216, 192, 139, .42) !important;
  border-radius: 2px !important;
  background: rgba(36, 14, 23, .28) !important;
}

body.site-v8 .article-contact-band .contact-form-title {
  color: #fff5e4 !important;
  font-family: var(--passport-serif);
}

body.site-v8 .article-contact-band .contact-form-description {
  color: #d7c8b2 !important;
}

body.site-v8 .site-footer {
  color: #d8cbb7 !important;
  border-top-color: rgba(216, 192, 139, .17) !important;
  background: #130d0f !important;
}

body.site-v8 .site-footer .brand b,
body.site-v8 .site-footer .footer-col strong { color: #fff4e2 !important; }

body.site-v8 .site-footer .brand small,
body.site-v8 .site-footer .footer-brand p,
body.site-v8 .site-footer .footer-col a,
body.site-v8 .site-footer .footer-bottom { color: #9e917f !important; }

body.site-v8 .site-footer .footer-bottom {
  border-top-color: rgba(216, 192, 139, .17) !important;
}

body.site-v8 .site-footer .footer-icp { color: #b9aa95 !important; }

/* Case close: a compact editorial conclusion with an explicit reading order. */
body.site-v8 .case-note {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  grid-template-areas:
    "title copy"
    "title action";
  align-items: start;
  gap: 18px 70px;
  min-height: 0;
  padding-block: 42px 44px;
  border: 0 !important;
  border-top: 1px solid rgba(94, 29, 46, .3) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.site-v8 .case-note > .kicker { display: none !important; }

body.site-v8 .case-note h2 {
  grid-area: title;
  max-width: 680px;
  font-size: clamp(39px, 3.2vw, 46px);
  line-height: 1.16;
}

body.site-v8 .case-note p {
  grid-area: copy;
  max-width: 42ch;
}

body.site-v8 .case-note .button {
  grid-area: action;
  width: min(100%, 360px);
  justify-self: start;
}

@media (max-width: 980px) {
  body.site-v8 .case-note {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "copy" "action";
    gap: 20px;
  }
}

@media (max-width: 680px) {
  body.site-v8 .problem-detail-layout { padding-block: 38px 56px; }
  body.site-v8 .direct-answer { padding: 22px 20px 24px; }
  body.site-v8 .problem-detail-main + .section.white { padding-block: 66px; }
  body.site-v8 .compact-article-card { min-height: 0; }
  body.site-v8 .case-note { padding-block: 34px 38px; }
  body.site-v8 .case-note h2 { font-size: 34px; }
}

@media (max-width: 680px) {
  body.site-v8.corp-home-page .passport-dossier { width: calc(100vw - 34px) !important; max-width: calc(100vw - 34px) !important; overflow: hidden; }
  body.site-v8.corp-home-page .passport-book { right: 0 !important; left: 0 !important; width: 100% !important; max-width: 100% !important; }
}

/* Final hero composition: proposition and digital identity, with no third rail. */
@media (min-width: 1081px) {
  body.site-v8.corp-home-page .passport-hero-layout {
    position: relative;
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr);
    align-items: center;
    gap: clamp(58px, 7vw, 104px);
    padding-block: 68px 42px;
  }
  body.site-v8.corp-home-page .passport-hero-copy { max-width: 450px; padding-top: 0; }
  body.site-v8.corp-home-page .passport-hero-copy h1 { max-width: 440px; font-size: clamp(46px, 4vw, 64px); }
  body.site-v8.corp-home-page .passport-dossier {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 650px);
    min-height: 0;
    opacity: 1;
    justify-self: end;
  }
}

/* Obsidian-style first-load graph. The graph is the progress indicator. */
body.intro-active { overflow: hidden; }
body.site-v8.corp-home-page .identity-loader {
  isolation: isolate;
  overflow: hidden;
  color: #f2eee8;
  background:
    radial-gradient(circle at 50% 46%, rgba(96, 88, 132, .17), transparent 34%),
    radial-gradient(circle at 52% 52%, rgba(173, 126, 89, .07), transparent 52%),
    #111115;
}
body.site-v8.corp-home-page .identity-loader::before {
  position: absolute;
  z-index: -1;
  inset: -25%;
  background: radial-gradient(circle, rgba(255,255,255,.055) 0 1px, transparent 1.5px);
  background-size: 37px 37px;
  opacity: .34;
  content: "";
  transform: rotate(-5deg);
}
.identity-loader-top,
.identity-loader-foot { position: relative; z-index: 3; }
.identity-loader-top > span {
  color: #d7c9b4;
  font-size: 14px;
  letter-spacing: .06em;
}
.identity-loader-top button {
  border-bottom: 1px solid transparent;
  color: #aaa5b0;
  letter-spacing: .06em;
  text-transform: none;
  transition: color .18s ease, border-color .18s ease;
}
.identity-loader-top button:hover { border-bottom-color: #aaa5b0; color: #f7f3ee; }
.identity-loader-top button:focus-visible { outline: 2px solid #c5ad7f; outline-offset: 5px; }
.identity-loader-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  gap: 10px;
  overflow: clip;
  perspective: 1400px;
  perspective-origin: 50% 44%;
}
.obsidian-graph-loader {
  position: relative;
  width: min(1060px, 91vw);
  aspect-ratio: 1000 / 620;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
.obsidian-graph-loader svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.28));
}
.obsidian-graph-aura {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(195,174,128,.18), rgba(99,87,135,.09) 34%, transparent 70%);
  filter: blur(22px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.obsidian-graph-edges path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.obsidian-graph-edges-primary path { stroke: rgba(190, 184, 211, .62); stroke-width: 1.35; }
.obsidian-graph-edges-secondary path { stroke: rgba(155, 151, 176, .42); stroke-width: .9; }
.obsidian-graph-edges-cross path { stroke: rgba(154, 148, 178, .27); stroke-width: .75; }
.obsidian-graph-edges-cross .obsidian-signal-line {
  stroke: rgba(214, 177, 113, .84);
  stroke-width: 1.25;
  stroke-dasharray: 3 14;
  animation: obsidian-signal-flow 1.15s linear infinite;
}
.obsidian-node {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}
.obsidian-node circle { fill: #9c98b4; stroke: rgba(233,230,242,.72); stroke-width: 1; vector-effect: non-scaling-stroke; }
.obsidian-node text {
  fill: #d9d5df;
  font: 500 16px var(--passport-sans);
  letter-spacing: .015em;
  paint-order: stroke;
  stroke: #111115;
  stroke-width: 4px;
  stroke-linejoin: round;
}
.obsidian-node-primary circle { fill: #b4aec9; filter: drop-shadow(0 0 8px rgba(189,181,214,.42)); }
.obsidian-node-primary text { fill: #f2edf6; font-size: 20px; font-weight: 650; }
.obsidian-node-secondary text { fill: #aaa5b3; font-size: 14px; }
.obsidian-node-core circle:not(.obsidian-node-halo) {
  fill: #d2b477;
  stroke: #f4e6c6;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 15px rgba(210,180,119,.38));
}
.obsidian-node-core .obsidian-node-halo {
  fill: rgba(210,180,119,.08);
  stroke: rgba(210,180,119,.34);
  stroke-width: 1;
  animation: obsidian-core-breathe 1.9s ease-in-out infinite;
}
.obsidian-node-core text {
  fill: #fff8e9;
  font-size: 24px;
  font-weight: 720;
  text-anchor: middle;
}
.obsidian-node-core .obsidian-node-caption { fill: #a7a0ac; font-size: 10px; font-weight: 520; letter-spacing: .16em; }
.identity-loader-status {
  position: relative;
  z-index: 3;
  justify-self: center;
  min-height: 25px;
  gap: 12px;
  color: #d3ced7;
  font-size: 13px;
  letter-spacing: .04em;
}
.identity-loader-status .identity-loader-status-dot {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  background: #d2b477;
  box-shadow: 0 0 0 6px rgba(210,180,119,.1);
  animation: identity-loader-pulse 1.3s ease-in-out infinite;
}
.identity-loader-foot { color: #77737e; letter-spacing: .08em; }
.identity-loader.is-fallback .obsidian-graph-loader { animation: obsidian-fallback-in .7s cubic-bezier(.16,1,.3,1) both; }
@keyframes obsidian-signal-flow { to { stroke-dashoffset: -68; } }
@keyframes obsidian-core-breathe { 50% { opacity: .36; transform: scale(1.18); } }
@keyframes obsidian-fallback-in { from { opacity: 0; transform: scale(.86) rotateX(28deg); } }

/* The identity card is now one clear credential, not a card-plus-graph dashboard. */
body.site-v8.corp-home-page .identity-dossier {
  min-height: 0;
  padding: 24px 24px 19px;
}
body.site-v8.corp-home-page .identity-dossier::before { display: none; }
body.site-v8.corp-home-page .identity-dossier-main { display: block; padding-top: 16px; }
body.site-v8.corp-home-page .identity-profile {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(250px, 1.1fr);
  grid-template-areas:
    "head head"
    "entity statement"
    "signals signals"
    "fields fields";
  column-gap: 30px;
  padding: 19px 20px 16px;
}
body.site-v8.corp-home-page .identity-profile > header { grid-area: head; }
body.site-v8.corp-home-page .identity-profile-head { grid-area: entity; margin-top: 22px; }
body.site-v8.corp-home-page .identity-score {
  grid-area: statement;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  margin-top: 18px;
  padding: 0;
  border-top: 0;
}
body.site-v8.corp-home-page .identity-score-ring {
  width: 72px;
  height: 72px;
  border-width: 1px;
  outline: 1px dashed rgba(184,152,89,.45);
  outline-offset: -7px;
  box-shadow: none;
}
body.site-v8.corp-home-page .identity-score-ring strong { font-size: 15px; letter-spacing: .05em; }
body.site-v8.corp-home-page .identity-stat-grid {
  grid-area: signals;
  gap: 0;
  margin-top: 21px;
  border-top: 1px solid rgba(77,69,57,.16);
  border-bottom: 1px solid rgba(77,69,57,.16);
}
body.site-v8.corp-home-page .identity-stat-grid div {
  padding: 13px 14px 12px;
  border: 0;
  border-right: 1px solid rgba(77,69,57,.16);
  border-radius: 0;
  background: transparent;
  text-align: left;
}
body.site-v8.corp-home-page .identity-stat-grid div:last-child { border-right: 0; }
body.site-v8.corp-home-page .identity-stat-grid b { color: #3d5148; font-size: 10px; font-weight: 760; }
body.site-v8.corp-home-page .identity-stat-grid span { color: #77796f; font-size: 8px; }
body.site-v8.corp-home-page .identity-fields {
  grid-area: fields;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 12px;
}
body.site-v8.corp-home-page .identity-fields div {
  display: grid;
  gap: 4px;
  justify-content: stretch;
  padding: 8px 14px;
  border-right: 1px solid rgba(77,69,57,.16);
  border-bottom: 0;
}
body.site-v8.corp-home-page .identity-fields div:last-child { border-right: 0; }
body.site-v8.corp-home-page .identity-fields dd { line-height: 1.35; }

@media (max-width: 820px) {
  .obsidian-graph-loader { width: min(122vw, 840px); }
  .identity-loader-foot { display: flex; }
  body.site-v8.corp-home-page .identity-profile { grid-template-columns: 1fr; grid-template-areas: "head" "entity" "statement" "signals" "fields"; }
  body.site-v8.corp-home-page .identity-score { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(77,69,57,.16); }
}
@media (max-width: 560px) {
  body.site-v8.corp-home-page .identity-loader { padding: 19px 18px 21px; }
  .identity-loader-top > span { font-size: 12px; }
  .identity-loader-stage { gap: 7px; }
  .obsidian-graph-loader { width: 142vw; max-width: none; }
  .identity-loader-status { font-size: 11px; }
  .identity-loader-foot { display: grid; gap: 5px; font-size: 7px; }
  .identity-loader-foot span:first-child { display: none; }
  body.site-v8.corp-home-page .identity-profile { padding: 16px 14px 14px; }
  body.site-v8.corp-home-page .identity-stat-grid { grid-template-columns: 1fr; }
  body.site-v8.corp-home-page .identity-stat-grid div { border-right: 0; border-bottom: 1px solid rgba(77,69,57,.13); }
  body.site-v8.corp-home-page .identity-stat-grid div:last-child { border-bottom: 0; }
  body.site-v8.corp-home-page .identity-fields { grid-template-columns: 1fr; }
  body.site-v8.corp-home-page .identity-fields div { border-right: 0; border-bottom: 1px solid rgba(77,69,57,.13); }
  body.site-v8.corp-home-page .identity-fields div:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .obsidian-graph-loader,
  .obsidian-node { will-change: auto; }
  .obsidian-graph-edges-cross .obsidian-signal-line,
  .obsidian-node-core .obsidian-node-halo,
  .identity-loader-status .identity-loader-status-dot { animation: none; }
}

/* Header hover is contained inside the header: no oversized hit area or stray ring. */
@media (min-width: 821px) {
  body.site-v8 .nav { align-items: stretch; }
  body.site-v8 .nav-links { align-self: stretch; }
  body.site-v8 .nav-links a {
    display: grid;
    min-height: 0;
    height: 100%;
    align-content: center;
    padding-inline: 3px;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.site-v8 .nav-links a::before { display: none !important; content: none; }
  body.site-v8 .nav-links a::after {
    display: block !important;
    right: 3px;
    bottom: 8px;
    left: 3px;
    height: 2px !important;
    border-radius: 0;
    background: var(--passport-gold) !important;
    transform: scaleX(0) !important;
    transform-origin: center;
  }
  body.site-v8 .nav-links a:hover::after,
  body.site-v8 .nav-links a.active::after { transform: scaleX(1) !important; }
  body.site-v8 .nav-links a:focus-visible {
    outline: 2px solid rgba(216,192,139,.85);
    outline-offset: -5px;
  }
}

/* 3D camera language for the Obsidian graph: depth is felt before it is read. */
.obsidian-graph-loader,
.obsidian-graph-loader svg,
.obsidian-node { transform-style: preserve-3d; }
.obsidian-graph-loader { backface-visibility: visible; }
.obsidian-graph-loader svg { transform: translateZ(0); transform-origin: 50% 50%; }
.obsidian-node-primary circle { stroke-width: 1.2; }
.obsidian-node-secondary circle { opacity: .82; }
@media (prefers-reduced-motion: reduce) {
  body.site-v8 .nav-links a::after { transition: none; }
}

/* Keep the desktop hover state as one quiet inset rule. It cannot escape the
   header box and does not depend on a pseudo-element transform. */
@media (min-width: 821px) {
  body.site-v8 .nav-links a::after { display: none !important; content: none !important; }
  body.site-v8 .nav-links a:hover,
  body.site-v8 .nav-links a.active {
    color: #fff7e7 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: inset 0 -2px 0 var(--passport-gold) !important;
  }
}

/* Shared brand system: one mark, one lockup, one header language everywhere. */
@media (min-width: 821px) {
  /* The homepage used a legacy compact nav while inner pages used the
     archive nav rhythm. Keep one measurable header grid across every route. */
  body.site-v8 .nav-links,
  body.site-v8.corp-home-page .nav-links {
    flex: 0 1 auto;
    gap: 30px !important;
  }
  body.site-v8 .nav-links a,
  body.site-v8.corp-home-page .nav-links a {
    min-height: 78px;
    padding-inline: 3px;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 620 !important;
  }
}

body.site-v8 .brand,
body.site-v8.corp-home-page .brand { gap: 12px; align-items: center; }
body.site-v8 .brand-mark,
body.site-v8.corp-home-page .brand-mark {
  display: grid;
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(216, 192, 139, .72) !important;
  border-radius: 14px !important;
  background: var(--passport-paper) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .26) !important;
}
body.site-v8 .brand-mark img,
body.site-v8.corp-home-page .brand-mark img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding: 5px 4px !important;
  object-fit: contain;
}
body.site-v8 .brand-copy { display: grid; min-width: 0; gap: 2px; }
body.site-v8 .brand-copy b,
body.site-v8.corp-home-page .brand-copy b {
  color: #fff7e7 !important;
  font-family: var(--passport-serif);
  font-size: 17px;
  font-weight: 680;
  line-height: 1.1;
  letter-spacing: .04em;
  white-space: nowrap;
}
body.site-v8 .brand-copy small,
body.site-v8.corp-home-page .brand-copy small {
  color: #bcae96 !important;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: .09em;
  white-space: nowrap;
}
body.site-v8 .site-footer .brand-mark,
body.site-v8.corp-home-page .site-footer .brand-mark {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px;
  background: var(--passport-paper) !important;
  box-shadow: none !important;
}

/* Mobile navigation is part of the same page, not a white default drawer. */
body.site-v8.corp-home-page .mobile-navigation,
body.site-v8 .mobile-navigation {
  padding: 10px max(16px, env(safe-area-inset-right)) 20px max(16px, env(safe-area-inset-left));
  border-top: 1px solid rgba(216, 192, 139, .2) !important;
  background: linear-gradient(180deg, #160f11 0%, #21151a 100%) !important;
  box-shadow: 0 22px 50px rgba(13, 7, 9, .34);
}
body.site-v8 .mobile-navigation a,
body.site-v8.corp-home-page .mobile-navigation a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 0 8px;
  border-bottom: 1px solid rgba(216, 192, 139, .15) !important;
  color: #cbbda5 !important;
  font-size: 14px;
  letter-spacing: .02em;
}
body.site-v8 .mobile-navigation a:hover,
body.site-v8 .mobile-navigation a:focus-visible,
body.site-v8 .mobile-navigation a.active,
body.site-v8.corp-home-page .mobile-navigation a.active {
  color: #fff7e7 !important;
  background: rgba(216, 192, 139, .07) !important;
}
body.site-v8 .mobile-navigation a.active { box-shadow: inset 2px 0 0 var(--passport-gold); }
body.site-v8 .mobile-navigation .mobile-cta,
body.site-v8.corp-home-page .mobile-navigation .mobile-cta {
  min-height: 48px;
  justify-content: center;
  margin-top: 14px;
  border: 1px solid var(--passport-gold) !important;
  color: #241516 !important;
  background: var(--passport-gold-soft) !important;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .05em;
}
body.site-v8 .mobile-navigation .mobile-cta:hover,
body.site-v8 .mobile-navigation .mobile-cta:focus-visible { color: #241516 !important; background: #ead5a5 !important; }

body.site-v8 .loader-brand { display: inline-flex; align-items: center; gap: 9px; color: #f6ead6; }
body.site-v8 .loader-brand img { display: block; width: 38px; height: 32px; border-radius: 0; object-fit: contain; }
body.site-v8 .loader-brand b { color: #f6ead6; font-family: var(--passport-serif); font-size: 15px; font-weight: 650; letter-spacing: .05em; }
body.site-v8 .identity-logo-ring img { width: 48px; height: 42px; border-radius: 0; object-fit: contain; }

/* Contact form focus state: one quiet archival signal instead of the legacy
   gold outline plus wine underline stacking on top of each other. */
body.site-v8 .lead-form input:focus,
body.site-v8 .lead-form select:focus,
body.site-v8 .lead-form textarea:focus {
  border-bottom-color: var(--passport-wine) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(94, 29, 46, .10), 0 2px 0 rgba(94, 29, 46, .26) !important;
  caret-color: var(--passport-wine);
}
body.site-v8 .lead-form input:focus-visible,
body.site-v8 .lead-form select:focus-visible,
body.site-v8 .lead-form textarea:focus-visible {
  outline: none !important;
}

@media (max-width: 980px) {
  body.site-v8.corp-home-page .site-header,
  body.site-v8 .site-header,
  body.site-v8.corp-home-page .nav,
  body.site-v8 .nav { min-height: 72px !important; }
  body.site-v8 .brand-mark,
  body.site-v8.corp-home-page .brand-mark { width: 42px !important; height: 42px !important; flex-basis: 42px; border-radius: 13px !important; }
  body.site-v8 .brand-copy b { font-size: 16px; }
  body.site-v8 .brand-copy small { font-size: 7px; letter-spacing: .06em; }
  body.site-v8 .menu-toggle,
  body.site-v8.corp-home-page .menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(216, 192, 139, .34) !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, .025) !important;
    transform: none !important;
  }
  body.site-v8 .menu-toggle span { width: 17px; height: 1px; background: #f8efdc !important; transition: transform .22s ease, opacity .18s ease; }
  body.site-v8 .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.site-v8 .site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; transform: scaleX(.4); }
  body.site-v8 .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (prefers-reduced-motion: reduce) {
  body.site-v8 .menu-toggle span { transition: none; }
}

/* Typography & color convergence
   Content uses three semantic text roles on each surface. Gold remains a
   material/detail color; it no longer competes with body copy on paper. */
body.site-v8 {
  --type-primary: #201a17;
  --type-secondary: #5f5148;
  --type-action: #5e1d2e;
  --type-on-dark: #fff5e4;
  --type-on-dark-secondary: #cbbda9;
  --type-on-wine-secondary: #eaded0;
  --type-body: 16px;
  --type-support: 14px;
  --type-meta: 13px;
}

/* Paper surfaces: one hierarchy for homepage rows and inner-page content. */
body.site-v8 .corp-split-heading > p,
body.site-v8 .corp-section-top p,
body.site-v8 .corp-knowledge-intro > p,
body.site-v8 .section-head > p,
body.site-v8 .problem-map-intro > p,
body.site-v8 .service-card-copy p,
body.site-v8 .case-card > p,
body.site-v8 .case-result span,
body.site-v8 .case-note p,
body.site-v8 .problem-group-head p,
body.site-v8 .problem-card p,
body.site-v8 .contact-copy > p,
body.site-v8 .contact-checklist span,
body.site-v8 .insight-copy p,
body.site-v8 .blog-entry p,
body.site-v8 .blog-about p,
body.site-v8 .answer-box p,
body.site-v8 .problem-detail-copy p,
body.site-v8 .problem-detail-copy li,
body.site-v8 .insight-card p {
  color: var(--type-secondary) !important;
  font-size: var(--type-body);
  line-height: 1.8;
}

body.site-v8 .corp-service-row p,
body.site-v8 .corp-article-row p {
  color: var(--type-secondary) !important;
  font-size: var(--type-support);
  line-height: 1.75;
}

body.site-v8 .corp-evidence-track p,
body.site-v8 .corp-case-item p,
body.site-v8 .compact-article-card p {
  color: var(--type-secondary) !important;
  font-size: var(--type-support);
  line-height: 1.75;
}

body.site-v8 .corp-service-row small,
body.site-v8 .corp-article-row time,
body.site-v8 .service-label,
body.site-v8 .service-card-meta span,
body.site-v8 .principle-grid article p,
body.site-v8 .case-card-head small,
body.site-v8 .contact-details small,
body.site-v8 .lead-form label > span,
body.site-v8 .form-submit p,
body.site-v8 .blog-meta,
body.site-v8 .blog-date span,
body.site-v8 .blog-list-head > span,
body.site-v8 .blog-panel-label,
body.site-v8 .blog-panel a small,
body.site-v8 .article-meta,
body.site-v8 .article-toc span,
body.site-v8 .article-toc a,
body.site-v8 .problem-detail-aside span,
body.site-v8 .footer-meta,
body.site-v8 .compact-article-meta,
body.site-v8 .insight-copy time {
  color: var(--type-secondary) !important;
  font-size: var(--type-meta);
  line-height: 1.65;
}

body.site-v8 .corp-article-row h3,
body.site-v8 .corp-service-row h3,
body.site-v8 .blog-entry h3,
body.site-v8 .blog-entry h3 a,
body.site-v8 .corp-case-item h3,
body.site-v8 .compact-article-card h3,
body.site-v8 .compact-article-card h3 a,
body.site-v8 .problem-detail-aside b {
  color: var(--type-primary) !important;
}

body.site-v8 .corp-section-top > a,
body.site-v8 .corp-service-row > a,
body.site-v8 .corp-service-row > a span,
body.site-v8 .corp-article-row > i,
body.site-v8 .corp-article-row > div > span:not(.demo-badge),
body.site-v8 .service-card-detailed .card-link,
body.site-v8 .service-card-meta b,
body.site-v8 .principle-grid article > span,
body.site-v8 .case-card-head span,
body.site-v8 .case-result b,
body.site-v8 .problem-group-index,
body.site-v8 .problem-card-tag,
body.site-v8 .problem-card .card-link,
body.site-v8 .insight-copy .text-link,
body.site-v8 .blog-date strong,
body.site-v8 .blog-entry-link,
body.site-v8 .text-link,
body.site-v8 .corp-case-item span,
body.site-v8 .compact-article-card .card-link,
body.site-v8 .problem-detail-hero .breadcrumb,
body.site-v8 .direct-answer-label {
  color: var(--type-action) !important;
}

body.site-v8 .corp-section-top > a,
body.site-v8 .corp-service-row > a,
body.site-v8 .service-card-detailed .card-link,
body.site-v8 .problem-card .card-link,
body.site-v8 .blog-entry-link,
body.site-v8 .text-link {
  font-size: var(--type-meta);
  line-height: 1.65;
}

body.site-v8 .corp-article-row > div > span:not(.demo-badge),
body.site-v8 .service-label,
body.site-v8 .service-card-meta b,
body.site-v8 .case-result b,
body.site-v8 .problem-card-tag,
body.site-v8 .blog-tags span,
body.site-v8 .demo-badge {
  font-size: 12px !important;
  line-height: 1.25;
}

body.site-v8 .demo-badge,
body.site-v8 .blog-tags span {
  color: var(--type-action) !important;
}

body.site-v8 .passport-summary small {
  color: var(--type-on-dark-secondary);
  font-size: 12px;
  line-height: 1.55;
}

body.site-v8 .corp-knowledge-intro > p {
  color: var(--type-on-dark-secondary) !important;
  font-size: var(--type-body);
  line-height: 1.8;
}

body.site-v8 .corp-question-row > span {
  color: var(--passport-gold-soft) !important;
  font-size: var(--type-meta);
  line-height: 1.55;
}

body.site-v8 .corp-question-row h3 { color: var(--type-on-dark) !important; }
body.site-v8 .corp-question-row i { color: var(--passport-gold-soft) !important; }

body.site-v8 .direct-answer p {
  color: var(--type-primary) !important;
}

body.site-v8 .problem-detail-copy { color: var(--type-secondary) !important; }

body.site-v8 .lead-form input::placeholder,
body.site-v8 .lead-form textarea::placeholder {
  color: var(--type-secondary) !important;
}

/* Dark sections compensate small type with more contrast and leading. */
body.site-v8 .page-hero p,
body.site-v8 .article-hero p,
body.site-v8 .problem-detail-hero p,
body.site-v8 .about-facts p,
body.site-v8 .contact-band p {
  color: var(--type-on-dark-secondary) !important;
  font-size: var(--type-body);
  line-height: 1.8;
}

body.site-v8 .corp-contact p {
  color: var(--type-on-wine-secondary) !important;
  font-size: var(--type-body);
  line-height: 1.8;
}

/* Footer is content, not legal microprint. Keep every item readable. */
body.site-v8 .site-footer .brand b,
body.site-v8 .site-footer .footer-col strong {
  color: var(--type-on-dark) !important;
}

body.site-v8 .site-footer .brand small,
body.site-v8 .site-footer .footer-brand p,
body.site-v8 .site-footer .footer-col a,
body.site-v8 .site-footer .footer-meta,
body.site-v8 .site-footer .footer-bottom,
body.site-v8 .site-footer .footer-icp {
  color: var(--type-on-dark-secondary) !important;
  font-size: var(--type-meta) !important;
  line-height: 1.65;
}

body.site-v8.corp-home-page .site-footer .brand small,
body.site-v8.corp-home-page .site-footer .footer-brand p,
body.site-v8.corp-home-page .site-footer .footer-col a,
body.site-v8.corp-home-page .site-footer .footer-meta,
body.site-v8.corp-home-page .site-footer .footer-bottom,
body.site-v8.corp-home-page .site-footer .footer-icp {
  color: var(--type-on-dark-secondary) !important;
  font-size: var(--type-meta) !important;
  line-height: 1.65;
}

body.site-v8 .site-footer .brand small {
  font-size: 12px !important;
  letter-spacing: .06em;
}

body.site-v8.corp-home-page .site-footer .brand small {
  font-size: 12px !important;
  letter-spacing: .06em;
}

body.site-v8 .brand-copy small,
body.site-v8.corp-home-page .brand-copy small {
  font-size: 12px !important;
  line-height: 1.3;
  letter-spacing: .06em;
}

body.site-v8 .passport-note {
  color: var(--type-on-dark-secondary);
  font-size: var(--type-meta);
  line-height: 1.7;
}

body.site-v8 .eyebrow,
body.site-v8 .kicker,
body.site-v8 .hero-tag-row span {
  font-size: 12px;
  line-height: 1.5;
}

body.site-v8 .site-footer .footer-col a:hover,
body.site-v8 .site-footer .footer-col a:focus-visible,
body.site-v8 .site-footer .footer-icp:hover,
body.site-v8 .site-footer .footer-icp:focus-visible {
  color: var(--type-on-dark) !important;
}

@media (max-width: 820px) {
  body.site-v8 {
    --type-body: 16px;
    --type-support: 14px;
    --type-meta: 13px;
  }

  body.site-v8 .corp-service-row p,
  body.site-v8 .corp-article-row p { line-height: 1.72; }
}

/* Official brand lockup: use the original 灼见 AI artwork without rebuilding
   its lettering from text or substituting an approximate symbol. */
body.site-v8 .brand .brand-mark-lockup,
body.site-v8.corp-home-page .brand .brand-mark-lockup,
body.site-v8 .site-footer .brand .brand-mark-lockup,
body.site-v8.corp-home-page .site-footer .brand .brand-mark-lockup {
  width: 116px !important;
  height: 64px !important;
  flex: 0 0 116px;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.site-v8 .brand .brand-mark-lockup img,
body.site-v8.corp-home-page .brand .brand-mark-lockup img,
body.site-v8 .site-footer .brand .brand-mark-lockup img,
body.site-v8.corp-home-page .site-footer .brand .brand-mark-lockup img {
  width: 116px !important;
  height: 64px !important;
  padding: 0 !important;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 980px) {
  body.site-v8 .brand .brand-mark-lockup,
  body.site-v8.corp-home-page .brand .brand-mark-lockup {
    width: 104px !important;
    height: 60px !important;
    flex-basis: 104px;
  }

  body.site-v8 .brand .brand-mark-lockup img,
  body.site-v8.corp-home-page .brand .brand-mark-lockup img {
    width: 104px !important;
    height: 60px !important;
  }
}

/* Unified type system: the self-hosted display face carries the public-site
   voice; serif lettering is reserved for the identity-document artefact. */
body.site-v8 {
  --type-display-face: var(--passport-display);
  --type-reading-face: var(--passport-sans);
  font-family: var(--type-reading-face);
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

body.site-v8 .passport-hero-copy h1,
body.site-v8 .page-hero-v2-inner > h1,
body.site-v8 .blog-hero h1,
body.site-v8 .article-hero h1,
body.site-v8 .problem-detail-hero h1 {
  font-family: var(--type-display-face) !important;
  font-weight: 880;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body.site-v8 .corp-split-heading h2,
body.site-v8 .corp-section-top h2,
body.site-v8 .corp-knowledge-intro h2,
body.site-v8 .corp-contact h2,
body.site-v8 .section-head h2,
body.site-v8 .problem-map-intro h2,
body.site-v8 .service-method-layout h2,
body.site-v8 .case-note h2,
body.site-v8 .about-story-grid h2,
body.site-v8 .about-facts h2,
body.site-v8 .contact-copy h2,
body.site-v8 .contact-band h2,
body.site-v8 .blog-list-head h2 {
  font-family: var(--type-display-face) !important;
  font-weight: 760;
  line-height: 1.16;
  letter-spacing: -.018em;
  text-wrap: balance;
}

body.site-v8 .corp-contact h2,
body.site-v8 .contact-band h2 {
  max-width: 16ch;
  font-size: clamp(38px, 3.6vw, 50px);
  font-weight: 790;
  letter-spacing: -.014em;
}

body.site-v8 .corp-service-row h3,
body.site-v8 .corp-case-item h3,
body.site-v8 .corp-question-row h3,
body.site-v8 .corp-article-row h3,
body.site-v8 .service-card-copy h3,
body.site-v8 .principle-grid article b,
body.site-v8 .case-card h3,
body.site-v8 .problem-group-head h2,
body.site-v8 .problem-card h3,
body.site-v8 .insight-copy h3,
body.site-v8 .blog-entry h3 a,
body.site-v8 .compact-article-card h3,
body.site-v8 .compact-article-card h3 a,
body.site-v8 .prose h2,
body.site-v8 .prose h3 {
  font-family: var(--type-display-face) !important;
  font-weight: 680;
  letter-spacing: -.01em;
}

body.site-v8 .nav-links a {
  font-size: 14px !important;
  font-weight: 560;
  line-height: 1.4;
  letter-spacing: .01em;
}

body.site-v8 .nav-cta,
body.site-v8 .mobile-cta,
body.site-v8 .button,
body.site-v8 .corp-button,
body.site-v8 button {
  font-family: var(--type-reading-face);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
}

body.site-v8 .corp-contact p,
body.site-v8 .contact-band p,
body.site-v8 .page-hero p,
body.site-v8 .article-hero p,
body.site-v8 .problem-detail-hero p {
  max-width: 60ch;
  font-weight: 450;
  line-height: 1.82;
  letter-spacing: .008em;
}

body.site-v8 .site-footer .footer-col strong,
body.site-v8 .site-footer .footer-col a,
body.site-v8 .site-footer .footer-bottom,
body.site-v8 .site-footer .footer-icp {
  letter-spacing: .008em;
}

body.site-v8 .site-footer .footer-col strong { font-weight: 680; }

/* Keep homepage article metadata on one optical baseline. */
body.site-v8 .corp-article-row > div {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 10px;
  min-width: 0;
}

body.site-v8 .corp-article-row > div > span:not(.demo-badge) {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  line-height: 1.25;
}

body.site-v8 .corp-article-row > div > .demo-badge {
  min-height: 23px;
  margin: 0 !important;
  box-sizing: border-box;
  line-height: 1.2 !important;
}

body.site-v8 .corp-article-row > div > h3,
body.site-v8 .corp-article-row > div > p {
  grid-column: 1 / -1;
}

@media (max-width: 820px) {
  body.site-v8 .passport-hero-copy h1,
  body.site-v8 .page-hero-v2-inner > h1,
  body.site-v8 .blog-hero h1,
  body.site-v8 .article-hero h1,
  body.site-v8 .problem-detail-hero h1 {
    line-height: 1.12;
    letter-spacing: -.018em;
  }

  body.site-v8 .corp-contact h2,
  body.site-v8 .contact-band h2 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.008em;
  }
}
