:root {
  --ink: #0b0d0f;
  --ink-2: #171a1e;
  --paper: #f3f0e9;
  --paper-2: #e7e1d7;
  --white: #ffffff;
  --muted: #8c918f;
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(11,13,15,.14);
  --sand: #c9b99f;
  --copper: #a86f46;
  --sage: #788177;
  --steel: #53646d;
  --radius: 28px;
  --radius-sm: 16px;
  --max: 1240px;
  --shadow: 0 30px 90px rgba(0,0,0,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); padding: 12px 16px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; color: var(--copper); }
.kicker { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.55; color: rgba(255,255,255,.78); }
.display { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .96; }
.section-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; margin: 0; }
.section-lead { font-size: 1.12rem; line-height: 1.75; color: #4f5555; max-width: 760px; }
.muted { color: #6a6f6e; }
.small { font-size: .84rem; line-height: 1.6; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s, color .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(243,240,233,.92); color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line-dark); }
.site-header:not(.is-scrolled) { color: var(--white); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-weight: 800; letter-spacing: .13em; font-size: .86rem; }
.brand-mark { width: 46px; height: 46px; }
.brand-sub { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .18em; opacity: .62; margin-top: 3px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .83rem; font-weight: 650; }
.site-nav a { text-decoration: none; opacity: .78; transition: opacity .2s; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.lang-link { border: 1px solid currentColor; border-radius: 999px; padding: 9px 13px; opacity: .88 !important; }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: currentColor; margin: 6px 0; }

.hero { position: relative; min-height: 940px; background: var(--ink); color: var(--white); overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 43%, rgba(168,111,70,.22), transparent 25%), radial-gradient(circle at 13% 10%, rgba(83,100,109,.22), transparent 28%), linear-gradient(120deg, transparent 35%, rgba(255,255,255,.025)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); gap: 70px; align-items: center; padding: 140px 0 110px; }
.hero h1 { font-size: clamp(4.1rem, 8.2vw, 8.8rem); margin: 20px 0 28px; max-width: 850px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: .88rem; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-outline { border-color: rgba(255,255,255,.34); color: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { border-color: var(--line-dark); }

.orbit { position: relative; width: min(100%, 580px); aspect-ratio: 1; margin-inline: auto; }
.orbit-ring { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: drift 28s linear infinite; }
.orbit-ring.r2 { inset: 24%; animation-direction: reverse; animation-duration: 22s; }
.orbit-core { position: absolute; inset: 35%; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 90px rgba(168,111,70,.18); }
.orbit-core b { font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; }
.orbit-node { position: absolute; min-width: 128px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(11,13,15,.75); backdrop-filter: blur(14px); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; text-align: center; box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.orbit-node.n1 { top: 5%; left: 37%; }
.orbit-node.n2 { top: 26%; right: -1%; }
.orbit-node.n3 { bottom: 20%; right: 1%; }
.orbit-node.n4 { bottom: 3%; left: 37%; }
.orbit-node.n5 { bottom: 20%; left: -3%; }
.orbit-node.n6 { top: 26%; left: -4%; }
@keyframes drift { from { transform: rotate(0); } to { transform: rotate(360deg); } }

.fact-bar { background: var(--ink-2); color: var(--white); border-top: 1px solid var(--line); }
.fact-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.fact { padding: 26px 20px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; margin-bottom: 7px; }
.fact span { display: block; font-size: .7rem; line-height: 1.45; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .09em; }

.section { padding: 118px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .section-lead { color: rgba(255,255,255,.68); }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 60px; }
.section-head > * { flex: 1; }
.section-head .section-lead { margin: 0; }

.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.business-card { position: relative; min-height: 360px; padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, background .25s; }
.business-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.business-card::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -55px; bottom: -65px; }
.business-card .num { font-family: Georgia, serif; font-size: 1.2rem; color: var(--sand); }
.business-card h3 { font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; letter-spacing: -.035em; margin: auto 0 13px; }
.business-card p { color: rgba(255,255,255,.62); line-height: 1.6; margin: 0 0 24px; }
.business-card .arrow { font-size: 1.5rem; }

.answer-box { display: grid; grid-template-columns: .36fr 1fr; gap: 32px; padding: 38px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.45); margin-top: 45px; }
.answer-box h3 { margin: 0; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; color: var(--copper); }
.answer-box p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.35rem); letter-spacing: -.025em; line-height: 1.35; }

.model-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: start; }
.model-list { counter-reset: steps; border-top: 1px solid var(--line-dark); }
.model-step { counter-increment: steps; display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.model-step::before { content: "0" counter(steps); font-family: Georgia, serif; font-size: 1.25rem; color: var(--copper); }
.model-step h3 { margin: 0 0 8px; font-size: 1.05rem; }
.model-step p { margin: 0; line-height: 1.65; color: #666c6b; }

.entity-table { border-top: 1px solid var(--line-dark); }
.entity-row { display: grid; grid-template-columns: 1.2fr 1.8fr .8fr; gap: 25px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); align-items: start; }
.entity-row h3 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.entity-row p { margin: 0; line-height: 1.65; color: #5b6160; }
.entity-row a { justify-self: end; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 38px; }
.region { min-height: 185px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.04); }
.region span { color: var(--sand); font-family: Georgia, serif; font-size: 2rem; }
.region p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.5; }

.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-item button { width: 100%; border: 0; background: transparent; color: inherit; display: grid; grid-template-columns: 1fr 42px; gap: 20px; text-align: left; padding: 25px 0; cursor: pointer; font-weight: 750; }
.faq-icon { font-size: 1.3rem; transition: transform .2s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer > div { padding: 0 62px 25px 0; color: #555b5a; line-height: 1.75; }
.faq-item.is-open .faq-answer { max-height: 600px; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }

.cta-panel { background: var(--copper); color: var(--white); border-radius: calc(var(--radius) + 8px); padding: 70px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; }
.cta-panel h2 { margin: 0 0 18px; font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.05em; line-height: .98; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.65; max-width: 680px; }
.cta-panel .btn { justify-self: end; }

.site-footer { background: var(--ink); color: var(--white); padding: 75px 0 35px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .8fr); gap: 45px; }
.footer-brand p { color: rgba(255,255,255,.53); line-height: 1.7; max-width: 390px; }
.footer-col h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--sand); margin: 0 0 18px; }
.footer-col a, .footer-col span { display: block; color: rgba(255,255,255,.6); text-decoration: none; font-size: .86rem; line-height: 2; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .73rem; }

.page-hero { position: relative; background: var(--ink); color: var(--white); min-height: 660px; display: flex; align-items: end; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); right: -80px; top: 80px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.015); }
.page-hero-inner { position: relative; z-index: 2; padding: 180px 0 80px; }
.page-hero h1 { font-size: clamp(4rem, 8vw, 8rem); margin: 18px 0 25px; max-width: 1080px; }
.page-hero .kicker { max-width: 850px; }
.breadcrumbs { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); }
.breadcrumbs a { text-decoration: none; }

.detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.sticky-aside { position: sticky; top: 120px; align-self: start; }
.sticky-aside h2 { font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; margin: 0 0 20px; }
.fact-list { border-top: 1px solid var(--line-dark); }
.fact-list div { padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
.fact-list dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; color: #7c817f; margin-bottom: 6px; }
.fact-list dd { margin: 0; font-weight: 650; line-height: 1.5; }
.prose { font-size: 1.06rem; line-height: 1.8; color: #424847; }
.prose h2, .prose h3 { color: var(--ink); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.025em; }
.prose h2 { font-size: 2.5rem; margin: 60px 0 18px; }
.prose h3 { font-size: 1.55rem; margin: 35px 0 12px; }
.prose p { margin: 0 0 18px; }
.prose ul { padding-left: 20px; }
.prose li { margin: 8px 0; }
.callout { margin: 35px 0; padding: 28px; border-left: 4px solid var(--copper); background: #ebe5dc; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.service-card { border: 1px solid var(--line-dark); border-radius: var(--radius-sm); padding: 24px; background: rgba(255,255,255,.35); }
.service-card h3 { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; margin: 0 0 10px; }
.service-card p { margin: 0; color: #616766; line-height: 1.65; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { min-height: 330px; border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; text-decoration: none; background: rgba(255,255,255,.32); transition: transform .2s, background .2s; }
.insight-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.65); }
.insight-card .meta { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--copper); }
.insight-card h2, .insight-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.1; letter-spacing: -.035em; margin: auto 0 16px; }
.insight-card p { margin: 0 0 16px; color: #626866; line-height: 1.6; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-details { display: grid; gap: 18px; }
.contact-card { border: 1px solid var(--line-dark); padding: 24px; border-radius: var(--radius-sm); }
.contact-card .label { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--copper); margin-bottom: 7px; }
.contact-card a { text-decoration: none; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .74rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line-dark); background: rgba(255,255,255,.5); border-radius: 12px; padding: 14px; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: .74rem; color: #747977; line-height: 1.5; }

.article-head { max-width: 950px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px 30px; color: rgba(255,255,255,.55); font-size: .78rem; margin-top: 28px; }
.article-wrap { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; justify-content: center; }
.toc { position: sticky; top: 120px; align-self: start; border-top: 1px solid var(--line-dark); padding-top: 18px; }
.toc h2 { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 12px; }
.toc a { display: block; text-decoration: none; color: #69706e; font-size: .82rem; line-height: 1.5; padding: 6px 0; }
.article-body { font-size: 1.08rem; line-height: 1.84; color: #3f4544; }
.article-body h2 { scroll-margin-top: 120px; font-family: Georgia, serif; color: var(--ink); font-weight: 500; font-size: 2.45rem; letter-spacing: -.035em; margin: 62px 0 18px; }
.article-body h3 { font-family: Georgia, serif; color: var(--ink); font-weight: 500; font-size: 1.5rem; margin: 36px 0 12px; }
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { margin: 9px 0; }
.article-body .answer-summary { border: 1px solid var(--line-dark); background: rgba(255,255,255,.48); border-radius: var(--radius-sm); padding: 26px; font-family: Georgia, serif; font-size: 1.32rem; color: var(--ink); }

.notice { padding: 16px 18px; border-radius: 12px; background: #e9e1d3; color: #554d44; font-size: .82rem; line-height: 1.55; }
.legal-band { background: #e6ded0; padding: 20px 0; font-size: .75rem; line-height: 1.6; color: #5b544b; }

@media (max-width: 1000px) {
  .site-nav { position: fixed; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); color: var(--ink); padding: 15px; border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px; }
  .lang-link { border: 0; border-radius: 10px; background: #e6dfd4; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 160px; }
  .hero { min-height: auto; }
  .orbit { max-width: 520px; }
  .fact-grid { grid-template-columns: repeat(3, 1fr); }
  .fact:nth-child(3) { border-right: 0; }
  .fact:nth-child(n+4) { border-top: 1px solid var(--line); }
  .business-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .model-wrap, .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .sticky-aside { position: static; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .article-wrap { grid-template-columns: 1fr; }
  .toc { position: static; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 72px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-grid { padding: 120px 0 70px; gap: 40px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .orbit-node { min-width: 98px; padding: 10px 9px; font-size: .58rem; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { border-top: 1px solid var(--line); }
  .fact:nth-child(odd) { border-right: 1px solid var(--line); }
  .fact:nth-child(even) { border-right: 0; }
  .fact:first-child, .fact:nth-child(2) { border-top: 0; }
  .section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head .section-lead { margin-top: 20px; }
  .business-grid, .insight-grid, .service-grid, .region-grid { grid-template-columns: 1fr; }
  .business-card { min-height: 300px; }
  .answer-box { grid-template-columns: 1fr; padding: 25px; }
  .entity-row { grid-template-columns: 1fr; gap: 9px; }
  .entity-row a { justify-self: start; }
  .cta-panel { grid-template-columns: 1fr; padding: 38px 26px; }
  .cta-panel .btn { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 10px; }
  .page-hero { min-height: 560px; }
  .page-hero-inner { padding: 145px 0 62px; }
  .page-hero h1 { font-size: clamp(3.4rem, 17vw, 5.3rem); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .article-body h2 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

body.page { background: var(--paper); }
.page-intro { max-width: 820px; }
.page-intro p { font-size: 1.12rem; line-height: 1.78; color: #4f5555; }
.credential-stack { display: grid; gap: 14px; margin-top: 28px; }
.credential { padding: 22px 0; border-top: 1px solid var(--line-dark); }
.credential:last-child { border-bottom: 1px solid var(--line-dark); }
.credential b { display: block; margin-bottom: 7px; }
.credential span { color: #616766; line-height: 1.6; }
.link-list { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.link-list a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; font-weight: 700; }
.link-list a::after { content: "↗"; color: var(--copper); }
.trust-note { margin-top: 34px; padding: 22px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.38); border-radius: var(--radius-sm); color: #555b5a; line-height: 1.65; }
.section-dark .trust-note { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.78); }
.section-dark .trust-note strong { color: var(--white); }
.section-dark .trust-note a { color: var(--sand); }
.member-profile-section { padding-top: 0; }
.member-profile-section .trust-note { margin-top: 0; background: var(--paper-2); border-color: var(--line-dark); color: #303635; }
.member-profile-section .trust-note strong { color: var(--ink); }
.brand-mark { display: none; }
.brand > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.brand::before { content: ""; display: block; flex: 0 0 auto; width: 172px; height: 72px; border-radius: 6px; background: #fff url("/assets/aud-build-logo-lockup.png") center / contain no-repeat; }
.orbit-node, .orbit-core { color: inherit; text-decoration: none; cursor: pointer; }
.orbit-node { transition: border-color .2s, background .2s, transform .2s; }
.orbit-node:hover, .orbit-node:focus-visible { border-color: rgba(255,255,255,.52); background: rgba(40,35,31,.9); transform: translateY(-2px); outline: none; }
.orbit-core:hover, .orbit-core:focus-visible { border-color: rgba(255,255,255,.52); outline: 3px solid rgba(201,185,159,.32); outline-offset: 4px; }
.service-card .service-index { color: var(--copper); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.service-card ul { margin: 14px 0 0; padding-left: 18px; color: #616766; line-height: 1.7; }
.split-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.split-callout > div { min-height: 220px; padding: 28px; border-radius: var(--radius-sm); background: var(--ink); color: var(--white); }
.split-callout h3 { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; margin: 0 0 12px; }
.split-callout p { color: rgba(255,255,255,.64); line-height: 1.65; }
.status-message { min-height: 24px; margin-top: 14px; color: #4f5555; font-size: .82rem; }
.form-success { border-left: 3px solid var(--sage); padding-left: 12px; }
.not-found { min-height: 100vh; display: grid; place-items: center; background: var(--ink); color: var(--white); text-align: center; padding: 40px; }
.not-found h1 { font-family: Georgia, serif; font-size: clamp(5rem, 18vw, 12rem); line-height: .8; margin: 0; color: var(--sand); }
.not-found p { max-width: 560px; color: rgba(255,255,255,.65); line-height: 1.7; }
.source-links { margin-top: 26px; font-size: .8rem; line-height: 1.8; color: #666c6b; }
.source-links a { color: inherit; }
@media (max-width: 680px) {
  .split-callout { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
  .brand::before { width: 144px; height: 60px; }
}
