:root {
  --navy: #102b49;
  --navy-deep: #0b2239;
  --blue: #1768a8;
  --blue-hover: #0f568f;
  --blue-soft: #eaf4fa;
  --blue-pale: #f5f9fc;
  --ink: #172a3b;
  --muted: #526879;
  --line: #d6e2ea;
  --line-strong: #b8ccd9;
  --paper: #ffffff;
  --sand: #b79a64;
  --focus: #d0b46e;
  --danger-ink: #562c16;
  --danger-bg: #fff7ed;
  --container: 76rem;
  --reading: 46rem;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; padding-bottom: calc(3.75rem + env(safe-area-inset-bottom)); background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1.0625rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
p { margin: 0 0 1.2rem; }
ul, ol { margin: 0; }
h1, h2, h3, h4 { margin: 0; color: var(--navy); font-weight: 750; line-height: 1.13; letter-spacing: -.025em; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.65rem, 9vw, 4.65rem); }
h2 { font-size: clamp(2rem, 5.5vw, 3.1rem); }
h3 { font-size: clamp(1.24rem, 2.5vw, 1.55rem); }
h4 { font-size: 1.08rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.reading-width { max-width: var(--reading); }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 1000; padding: .7rem 1rem; background: #fff; color: var(--navy); font-weight: 750; }
.skip-link:focus { top: 1rem; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.section { padding-block: clamp(3.75rem, 7vw, 6.25rem); }
.section--blue { background: var(--blue-soft); }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.section-heading { max-width: 50rem; margin-bottom: 2.4rem; }
.section-heading > p:last-child { max-width: var(--reading); margin: 1rem 0 0; color: var(--muted); font-size: 1.08rem; }
.lead { max-width: var(--reading); color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.23rem); }
.button-row { display: flex; flex-direction: column; gap: .7rem; align-items: stretch; margin-top: 1.65rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .72rem 1.15rem; border: 1px solid var(--blue); border-radius: 2px; background: var(--blue); color: #fff; font-weight: 750; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .18s, border-color .18s, color .18s; }
.button:hover { border-color: var(--blue-hover); background: var(--blue-hover); }
.button-secondary { background: transparent; color: var(--blue); }
.button-secondary:hover { color: #fff; }
.text-link { color: var(--blue); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.text-link:hover { color: var(--blue-hover); }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 4.8rem; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(16,43,73,.985); color: #fff; }
.site-header.is-scrolled { box-shadow: 0 6px 22px rgba(8,31,52,.16); }
.header-inner { min-height: 4.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; min-width: 0; align-items: center; color: #fff; line-height: 1.05; text-decoration: none; }
.brand-copy { min-width: 0; display: grid; gap: .24rem; }
.brand-copy strong { color: #fff; font-size: .84rem; letter-spacing: .105em; white-space: nowrap; }
.brand-copy small { color: #bbcfdd; font-size: .68rem; letter-spacing: .045em; white-space: nowrap; }
.nav-toggle { width: 2.75rem; height: 2.75rem; display: grid; flex: 0 0 auto; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.site-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; align-content: start; max-height: calc(100vh - 4.8rem); overflow-y: auto; padding: .8rem max(1rem, calc((100vw - var(--container)) / 2)) 1.1rem; border-top: 1px solid rgba(255,255,255,.13); background: var(--navy); }
.js .site-nav { display: none; }
.js .site-nav.is-open { display: grid; }
.site-nav > a:not(.button) { min-height: 2.75rem; display: flex; align-items: center; padding: .55rem 0; color: #e9f1f6; font-size: .94rem; font-weight: 650; text-decoration: none; }
.site-nav > a[aria-current="page"] { color: #fff; text-decoration: underline; text-decoration-color: var(--sand); text-underline-offset: .4em; }
.button-header { margin-top: .55rem; border-color: #fff; background: #fff; color: var(--navy); }
.button-header:hover { border-color: #dcebf4; background: #dcebf4; color: var(--navy); }
.no-js .nav-toggle { display: none; }

.hero { overflow: hidden; background: linear-gradient(115deg, #eef6fb 0%, #fff 72%); }
.hero-grid { display: grid; gap: 2.35rem; padding-block: clamp(3rem, 6vw, 5.4rem); }
.hero-copy { align-self: center; }
.hero h1 { margin-bottom: .75rem; }
.hero-lead { max-width: 38rem; margin-bottom: .9rem; color: var(--navy); font-size: clamp(1.28rem, 3.7vw, 1.72rem); font-weight: 680; line-height: 1.35; }
.hero-text { max-width: 39rem; color: var(--muted); font-size: 1.06rem; }
.hero-person { align-self: center; }
.hero-photo { width: 100%; height: auto; border: 1px solid var(--line); background: #edf2f5; }
.person-caption { display: grid; gap: .55rem; padding-top: 1rem; }
.person-caption p { margin: 0; }
.person-caption p:first-child { display: grid; }
.person-caption strong { color: var(--navy); font-size: 1.1rem; }
.person-caption span { color: var(--blue); font-weight: 700; }
.person-caption p:last-child { max-width: 43rem; color: var(--muted); font-size: .79rem; line-height: 1.5; }

.trust-bar { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: 1fr; }
.trust-platform { min-width: 0; min-height: 4.8rem; display: flex; align-items: center; gap: .75rem; padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.trust-platform strong { color: var(--navy); font-size: .82rem; line-height: 1.25; }
.trust-platform small { display: block; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.trust-platform:hover { background: var(--blue-pale); }
.trust-platform img { width: 3.6rem; max-height: 2.15rem; flex: 0 0 auto; object-fit: contain; }
.trust-platform span { min-width: 0; }
.trust-grid > :last-child { border-bottom: 0; }

.three-paths, .comparison-grid { display: grid; border-top: 1px solid var(--line-strong); }
.three-paths article, .comparison-grid article { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.three-paths h3, .comparison-grid h3 { margin-bottom: .55rem; }
.three-paths p, .comparison-grid p { max-width: 35rem; margin: 0; color: var(--muted); }
.context-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-top: 1.8rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.context-links a { color: var(--blue); font-weight: 750; text-underline-offset: .22em; }
.orientation-grid { display: grid; gap: 2rem; align-items: start; }
.steps { padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.steps li { display: grid; grid-template-columns: 2.35rem 1fr; gap: .6rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-strong); }
.steps .step-number { padding-top: .1rem; color: var(--blue); font-size: .8rem; font-weight: 800; }
.steps strong { display: block; color: var(--navy); line-height: 1.4; }
.steps p { margin: .25rem 0 0; color: var(--muted); font-size: .94rem; }
.compact-notice { padding: 1.15rem 0 1.15rem 1.25rem; border-left: 3px solid #c57935; background: linear-gradient(90deg, var(--danger-bg), rgba(255,247,237,0)); }
.compact-notice h3 { margin-bottom: .6rem; }
.compact-notice p:last-of-type { margin-bottom: 0; }
.info-box, .safety-box { margin-top: 1.6rem; padding: 1.2rem; border-left: 4px solid var(--blue); background: #f2f8fc; }
.info-box h3, .safety-box h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.info-box p:last-child, .safety-box p:last-child { margin-bottom: 0; }
.safety-box { border-left-color: #c57935; background: var(--danger-bg); color: var(--danger-ink); }
.safety-box h3 { color: #613418; }
.safety-box strong { color: #613418; }
.inline-actions { display: flex; flex-wrap: wrap; gap: .75rem 1.1rem; align-items: center; margin-top: 1.2rem; }
.service-columns { display: grid; gap: 2.7rem; }
.service-column { min-width: 0; }
.service-column h2 { max-width: 36rem; margin-bottom: 1rem; }
.service-column h3 { margin: 1.6rem 0 .55rem; font-size: 1.35rem; }
.service-column p { max-width: 38rem; color: var(--muted); }
.service-line { color: var(--navy) !important; font-weight: 750; }
.content-copy ul { padding-left: 1.2rem; }
.content-copy li { margin-bottom: .35rem; }
.content-copy li::marker { color: var(--blue); }

.page-hero { padding-block: clamp(2.7rem, 6vw, 4.8rem); background: linear-gradient(115deg, #eaf4fa, #fff 75%); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 1.25rem; color: var(--muted); font-size: .86rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; list-style: none; }
.breadcrumbs li + li { margin-left: .3rem; padding-left: .65rem; border-left: 1px solid var(--line-strong); }
.breadcrumbs a { color: var(--blue); }
.page-hero h1 { max-width: 57rem; font-size: clamp(2.45rem, 7vw, 4.15rem); }
.page-hero .answer { max-width: 50rem; margin: 1.15rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.page-hero .button-row { margin-top: 1.5rem; }
.content-layout { display: grid; gap: 2.75rem; align-items: start; }
.content-copy { min-width: 0; }
.content-copy > section + section { margin-top: 3.1rem; padding-top: 2.8rem; border-top: 1px solid var(--line); }
.content-copy h2 { margin-bottom: .9rem; font-size: clamp(1.75rem, 4.2vw, 2.45rem); }
.content-copy h3 { margin: 1.55rem 0 .55rem; }
.content-copy p { color: #334b5e; }
.content-copy .plain-steps { margin-top: 1.1rem; padding-left: 1.35rem; }
.content-copy .plain-steps li { margin-bottom: .65rem; padding-left: .25rem; }
.content-aside { padding: 1.25rem; border-top: 4px solid var(--blue); background: var(--blue-pale); }
.content-aside h2, .content-aside h3 { margin-bottom: .65rem; font-size: 1.25rem; }
.content-aside p { color: var(--muted); font-size: .94rem; }
.content-aside .button { width: 100%; }
.link-cluster { display: grid; margin-top: 1.5rem; border-top: 1px solid var(--line); }
.link-cluster a { min-height: 2.8rem; display: flex; align-items: center; gap: .7rem; padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 700; text-decoration: none; }
.source-box { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-strong); }
.source-box h2, .source-box h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.source-box ul { margin: .7rem 0 0; padding-left: 1.1rem; }
.source-box a { color: var(--blue); overflow-wrap: anywhere; }
.author-note { margin-top: 2rem; color: var(--muted); font-size: .92rem; }
.market-links { display: grid; border-top: 1px solid var(--line); }
.market-links a { min-height: 3rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .8rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 750; text-decoration: none; }
.definition-list { display: grid; margin: 1.4rem 0 0; border-top: 1px solid var(--line-strong); }
.definition-list > div { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.definition-list dt { color: var(--navy); font-weight: 750; }
.definition-list dd { margin: .3rem 0 0; color: var(--muted); }
.profile-layout { display: grid; gap: 2.2rem; align-items: start; }
.profile-photo { width: 100%; height: auto; border: 1px solid var(--line); }
.role-line { margin: .55rem 0 .6rem; color: var(--blue); font-size: 1.22rem; font-weight: 750; }
.credential { color: var(--muted); font-size: .9rem; }

.faq-layout { display: grid; gap: 2.5rem; }
.accordion { border-top: 1px solid var(--line-strong); }
.accordion details { border-bottom: 1px solid var(--line-strong); }
.accordion summary { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .92rem 0; color: var(--navy); font-weight: 750; line-height: 1.45; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.disclosure-icon { width: 1rem; height: 1rem; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .18s ease; }
.accordion details[open] .disclosure-icon { transform: rotate(180deg); }
.accordion details p { max-width: var(--reading); margin: -.05rem 0 1.15rem; color: var(--muted); font-size: .96rem; }

.contact { padding-block: clamp(4rem, 7vw, 6rem); background: var(--navy); color: #fff; }
.contact-grid { display: grid; gap: 2.8rem; }
.contact h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { max-width: 39rem; margin-top: 1rem; color: #d0e0e9; }
.contact-role { color: #9cc7df !important; font-weight: 700; }
.direct-call { max-width: 26rem; display: grid; gap: .42rem; margin-top: 1.7rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.22); }
.direct-call > span { color: #aac4d4; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-call > a:not(.button) { width: fit-content; color: #fff; font-size: clamp(1.45rem, 6vw, 2rem); font-weight: 780; letter-spacing: -.02em; text-decoration: none; }
.contact-compact .contact-copy { max-width: 48rem; }
.contact-compact .button-row { margin-top: 1.5rem; }
.contact-phone { display: inline-block; margin-top: 1.1rem; color: #fff; font-size: 1.15rem; font-weight: 760; text-decoration: none; }
.contact-details { display: grid; gap: .5rem; margin-top: 1.4rem; font-style: normal; }
.contact-details a { width: fit-content; color: var(--blue); font-weight: 750; }
.contact-page-grid { display: grid; gap: 2.5rem; align-items: start; }
.notice { margin-top: 1.6rem; padding: 1.25rem 0 1.25rem 1.25rem; border-left: 3px solid var(--sand); color: var(--muted); }
.notice p:last-child { margin-bottom: 0; }
.button-call { width: fit-content; margin-top: .35rem; border-color: #fff; background: #fff; color: var(--navy); }
.button-call:hover { border-color: #dceaf2; background: #dceaf2; color: var(--navy); }

.site-footer { padding-top: 3.5rem; background: var(--navy-deep); color: #fff; }
.footer-grid { display: grid; gap: 2rem; padding-bottom: 2.8rem; }
.footer-grid p { max-width: 27rem; margin: 0; color: #b2c4d0; font-size: .9rem; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: .48rem; }
.footer-grid strong { margin-bottom: .25rem; font-size: .88rem; }
.footer-grid a { color: #c4d3dc; font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.15rem; border-top: 1px solid rgba(255,255,255,.13); color: #96adbb; font-size: .8rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; }
.legal-main, .error-main { min-height: 65vh; padding-block: clamp(3.5rem, 7vw, 6rem); }
.legal-copy, .error-copy { max-width: 52rem; }
.legal-copy h1, .error-copy h1 { margin-bottom: 1.6rem; font-size: clamp(2.55rem, 7vw, 4.1rem); }
.legal-copy h2 { margin: 2rem 0 .6rem; font-size: 1.55rem; }
.legal-copy h3 { margin: 1.35rem 0 .45rem; font-size: 1.15rem; }
.legal-copy address { font-style: normal; }
.back-link { display: inline-flex; margin-top: 1.5rem; color: var(--blue); font-weight: 750; }

@media (min-width: 38.75rem) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .button-row { flex-direction: row; align-items: center; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-platform { min-height: 5.2rem; padding: .8rem .9rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-grid > :last-child { border-right: 0; }
  .three-paths, .comparison-grid { grid-template-columns: 1fr 1fr; }
  .three-paths article, .comparison-grid article { padding: 1.55rem 1.5rem 1.55rem 0; }
  .three-paths article:nth-child(even), .comparison-grid article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
  .definition-list--two { grid-template-columns: 1fr 1fr; }
  .definition-list--two > div:nth-child(odd) { padding-right: 1.4rem; }
  .definition-list--two > div:nth-child(even) { padding-left: 1.4rem; border-left: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr .85fr; }
}

@media (min-width: 53.75rem) {
  .contact-page-grid { grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 6rem); }
  .hero-grid { grid-template-columns: minmax(19rem,.78fr) minmax(30rem,1.22fr); align-items: center; gap: clamp(2.8rem, 6vw, 5.5rem); }
  .orientation-grid, .faq-layout { grid-template-columns: minmax(0,1.1fr) minmax(18rem,.9fr); gap: clamp(3rem, 7vw, 6rem); }
  .service-columns { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); }
  .service-column + .service-column { padding-left: clamp(3rem, 7vw, 6rem); border-left: 1px solid var(--line-strong); }
  .content-layout { grid-template-columns: minmax(0,1fr) 19rem; gap: clamp(3rem, 6vw, 5rem); }
  .content-aside { position: sticky; top: 6.4rem; }
  .profile-layout { grid-template-columns: minmax(20rem,.9fr) minmax(0,1.1fr); gap: clamp(2.8rem, 6vw, 5rem); }
  .contact-grid { grid-template-columns: minmax(0,.82fr) minmax(27rem,1.18fr); gap: clamp(3rem, 7vw, 6rem); align-items: start; }
  .footer-grid { grid-template-columns: 1.3fr .75fr .75fr; }
}

@media (min-width: 70rem) {
  body { padding-bottom: 0; }
  .site-header, .header-inner { min-height: 5.2rem; }
  .nav-toggle { display: none; }
  .js .site-nav, .site-nav { position: static; display: flex; align-items: center; gap: 1.05rem; max-height: none; overflow: visible; padding: 0; border: 0; background: transparent; }
  .site-nav > a:not(.button) { min-height: 2.75rem; padding: .45rem 0; font-size: .8rem; white-space: nowrap; }
  .button-header { min-height: 2.65rem; margin: 0 0 0 .15rem; padding: .55rem .8rem; font-size: .78rem; }
  .hero-grid { grid-template-columns: minmax(21rem,.72fr) minmax(36rem,1.28fr); }
  .person-caption { grid-template-columns: .65fr 1.35fr; gap: 1.5rem; align-items: start; }
  .three-paths { grid-template-columns: repeat(3, 1fr); }
  .three-paths article { padding: 1.7rem 1.65rem; border-left: 1px solid var(--line); }
  .three-paths article:first-child { padding-left: 0; border-left: 0; }
  .three-paths article:last-child { padding-right: 0; }
  .comparison-grid.three { grid-template-columns: repeat(3, 1fr); }
  .comparison-grid.three article { padding: 1.7rem 1.65rem; border-left: 1px solid var(--line); }
  .comparison-grid.three article:first-child { padding-left: 0; border-left: 0; }
}

@media (max-width: 23rem) {
  body { font-size: 1rem; }
  .hero h1, .page-hero h1 { font-size: 2.35rem; }
  .button-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


/* Gemeinsame Prioritätsregeln der Markenfamilie */
:root { --navy-deep: #0b2239; --sand: #b79a64; --focus: #d0b46e; --paper: #ffffff; }
h1 { font-size: clamp(2.55rem, 8vw, 4.55rem); }
h2 { font-size: clamp(2rem, 5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline-color: var(--focus); }
.button { min-height: 3.1rem; padding: .75rem 1.2rem; font-weight: 760; }
.site-header, .header-inner { min-height: 4.85rem; }
.brand-copy strong { font-size: .88rem; }
.brand-copy small { font-size: .6rem; }
.site-nav { max-height: calc(100vh - 4.85rem); }
.site-nav > a[aria-current="page"] { text-decoration-color: var(--sand); }
.trust-link { min-height: 5.2rem; display: flex; align-items: center; gap: .8rem; padding: .85rem .65rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.trust-link:hover { background: var(--blue-pale); }
.trust-link img { width: 3.55rem; max-height: 2.15rem; flex: 0 0 auto; object-fit: contain; }
.trust-link strong { display: block; color: var(--navy); font-size: .9rem; line-height: 1.25; }
.trust-link small { display: block; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.page-hero { padding-block: 0; background: linear-gradient(118deg, #eef6fb 0%, #fff 72%); }
.page-hero .container { padding-block: clamp(3rem, 6vw, 5.5rem); }
.page-hero h1 { max-width: 55rem; font-size: clamp(2.55rem, 8vw, 4.55rem); }
.page-lead { max-width: 49rem; margin: 1.2rem 0 0; color: var(--navy); font-size: clamp(1.2rem, 2.3vw, 1.55rem); font-weight: 650; line-height: 1.45; }
.footer-brand { display: grid; gap: .35rem; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand span, .footer-grid address { color: #b8cad5; font-size: .9rem; font-style: normal; }
@media (min-width: 38.75rem) {
  .trust-grid--4 { grid-template-columns: 1fr 1fr; }
  .trust-grid--4 .trust-link { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-grid--4 .trust-link:nth-child(even) { border-right: 0; }
  .trust-grid--4 .trust-link:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.2fr .9fr .9fr; }
}
@media (min-width: 70rem) {
  .site-header, .header-inner { min-height: 5.2rem; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .68rem; }
  .site-nav > a:not(.button) { min-height: 5.2rem; font-size: .9rem; }
  .button-header { min-height: 2.75rem; padding: .75rem 1.2rem; font-size: inherit; }
  .trust-grid--4 { grid-template-columns: repeat(4, 1fr); }
  .trust-grid--4 .trust-link, .trust-grid--4 .trust-link:nth-child(even) { min-height: 5.65rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-grid--4 .trust-link:last-child { border-right: 0; }
}
