/* One Concord navigation, independent of the individual page compositions. */
:root { --concord-header-height: 76px; }
body > .skip-link { position: fixed; left: 20px; top: -100px; z-index: 1000; padding: 14px 20px; color: #f8f6f1; background: #162a36; border-radius: 5px; }
body > .skip-link:focus { top: 12px; }
.concord-header *, .concord-footer * { box-sizing: border-box; }
.concord-header, .concord-footer { font-family: var(--sans, "DM Sans", sans-serif); color: #162a36; }
.concord-header a, .concord-footer a { color: inherit; text-decoration: none; }
.concord-header :focus-visible, .concord-footer :focus-visible { outline: 2px solid #ac3828; outline-offset: 5px; }
.concord-header { position: sticky; top: 0; z-index: 100; background: #f8f6f1; border-bottom: 1px solid #162a3617; }
.concord-header__inner, .concord-footer__inner { width: min(1240px,calc(100% - 48px)); margin-inline: auto; }
.concord-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: var(--concord-header-height); }
.concord-header .concord-logo, .concord-footer .concord-logo { display: inline-block; font: 600 23px/1.2 var(--sans, "DM Sans", sans-serif); letter-spacing: -.055em; }
.concord-desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; margin-left: auto; }
.concord-desktop-nav > a { padding-block: 15px; }
.concord-menu-arrow { display: none; }
.concord-header summary { cursor: pointer; list-style: none; }
.concord-header summary::-webkit-details-marker { display: none; }
.concord-header details:not([open]) > div { display: none; }
.concord-expertise, .concord-language { position: relative; }
.concord-expertise > summary, .concord-language > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; }
.concord-chevron { display: block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .36s cubic-bezier(.22,1,.36,1); }
details[open] > summary:not([aria-expanded="false"]) > .concord-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.concord-expertise__panel { position: absolute; top: calc(100% + 12px); left: -28px; width: 352px; padding: 14px; border: 1px solid #162a3614; border-radius: 12px; background: #f8f6f1; box-shadow: 0 8px 20px #162a3606, 0 24px 56px #162a3614; transform-origin: top left; }
.concord-expertise__panel a, .concord-mobile-expertise > div > a { display: flex; align-items: center; gap: 16px; border-radius: 8px; }
.concord-expertise__panel a { padding: 12px; min-height: 66px; line-height: 1.35; transition: background .22s ease, color .22s ease; }
.concord-expertise__panel a:hover, .concord-expertise__panel a[aria-current] { background: #ede8df; }
.concord-domain-symbol { display: inline-flex; flex: 0 0 40px; align-items: center; justify-content: center; color: #2d392f; }
.concord-domain-symbol svg { display: block; width: 40px; height: 40px; }
.concord-domain-arrow { margin-left: auto; color: #808985; opacity: 0; transform: translate(-3px,3px); transition: opacity .22s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.concord-expertise__panel a:hover .concord-domain-arrow, .concord-expertise__panel a:focus-visible .concord-domain-arrow { opacity: 1; transform: none; }
.concord-header__actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.concord-header .concord-booking { display: inline-flex; align-items: center; min-height: 38px; gap: 0; background: #162a36; color: #f8f6f1; border-radius: 5px; overflow: hidden; font-size: 12px; white-space: nowrap; transition: box-shadow .25s; }
.concord-booking > span:last-child { padding: 0 14px; }
.concord-booking__mark { display: grid; place-items: center; align-self: stretch; width: 34px; min-height: 38px; background: #e66b4e; color: #fff; font-size: 22px; }
.concord-booking:hover { box-shadow: 0 8px 22px #162a3620; }
.concord-language > summary { padding: 0 10px; font: 11px var(--mono, "DM Mono", monospace); min-width: 58px; min-height: 36px; border: 1px solid #162a3629; border-radius: 6px; background: #f2eee7; transition: border-color .22s ease, background .22s ease; }
.concord-language > summary:hover, .concord-language[open] > summary { border-color: #162a3652; background: #eae5dc; }
.concord-language > div { position: absolute; top: calc(100% + 15px); right: 0; width: 180px; padding: 6px; border-radius: 12px; border: 1px solid #162a361c; background: #f8f6f1; box-shadow: 0 14px 40px #162a361a; }
.concord-language a, .concord-mobile-language a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px; min-height: 44px; border-radius: 6px; font-size: 13px; }
.concord-language a > span:last-child, .concord-mobile-language a > span:last-child { font: 10px var(--mono, "DM Mono", monospace); color: #7c8581; }
.concord-language a[aria-current], .concord-language a:hover { background: #ede8df; }
.concord-mobile-menu { display: none; }
.concord-footer { padding: 74px 0 24px; background: #f2eee7; }
.concord-footer__grid { display: grid; grid-template-columns: 1.5fr 1.25fr .85fr 1fr; gap: 48px; }
.concord-footer .concord-footer__brand > p { max-width: 320px; margin: 26px 0 18px; font-size: 15px; line-height: 1.65; color: #626b6d; }
.concord-socials { display: flex; align-items: center; gap: 10px; }
.concord-social { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; color: #162a36; }
.concord-social:first-child { margin-left: -9px; }
.concord-social svg { width: 22px; height: 22px; }
a.concord-social { transition: background .2s, transform .25s; }
a.concord-social:hover { background: #e3ded4; transform: translateY(-2px); }
.concord-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.concord-footer__column > span { margin-bottom: 19px; font: 500 12px/1.4 var(--mono, "DM Mono", monospace); letter-spacing: .045em; color: #ac3828; }
.concord-footer__column > a { display: flex; align-items: center; min-height: 44px; padding-block: 9px; font-size: 14px; line-height: 1.5; color: #626b6d; }
.concord-footer a:hover { color: #ac3828; }
.concord-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #162a3620; margin-top: 52px; padding-top: 18px; color: #626b6d; font-size: 12px; }
.concord-footer .concord-footer__bottom p { margin: 0; line-height: 1.8; }
.concord-footer__bottom p > span { margin-inline: 9px; color: #9a9e96; }
.concord-footer__bottom p > a { text-decoration: underline; text-underline-offset: 3px; }
.concord-footer__bottom > a { display: flex; align-items: center; min-height: 44px; gap: 16px; white-space: nowrap; }
main [id], main[id] { scroll-margin-top: calc(var(--concord-header-height) + 24px); }
.domain-page .matters__visual { top: calc(var(--concord-header-height) + 24px); }
@media (min-width: 1400px) { .concord-header__inner, .concord-footer__inner { width: min(1240px,calc(100% - 96px)); } }
@media (max-width: 979px) {
  :root { --concord-header-height: 64px; }
  .concord-header__inner { width: calc(100% - 40px); gap: 24px; }
  .concord-header .concord-logo { font-size: 22px; }
  .concord-desktop-nav, .concord-header__actions { display: none; }
  .concord-mobile-menu { display: block; }
  .concord-menu-toggle { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; margin-right: -10px; border-radius: 6px; }
  .concord-hamburger { display: grid; gap: 6px; }
  .concord-hamburger i { display: block; width: 24px; height: 1.5px; background: currentColor; transition: transform .3s, opacity .2s; }
  .concord-hamburger i:nth-child(2) { width: 18px; justify-self: end; }
  .concord-mobile-menu[open] .concord-hamburger i:first-child { transform: translateY(7.5px) rotate(45deg); }
  .concord-mobile-menu[open] .concord-hamburger i:nth-child(2) { opacity: 0; }
  .concord-mobile-menu[open] .concord-hamburger i:last-child { transform: translateY(-7.5px) rotate(-45deg); }
  .concord-menu-panel { position: absolute; top: 100%; left: 0; width: 100%; height: calc(100dvh - var(--concord-header-height)); display: flex; flex-direction: column; background: #f8f6f1; border-top: 1px solid #162a3617; animation: concord-menu-in .3s ease; }
  .concord-mobile-nav { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 28px max(20px,calc((100vw - 640px)/2)) 18px; }
  .concord-mobile-nav > a, .concord-mobile-expertise > summary { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; padding-block: 19px; border-bottom: 1px solid #162a3620; font-size: clamp(29px,6vw,38px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
  .concord-mobile-nav .concord-menu-arrow { display: block; font-size: 23px; color: #89918c; }
  .concord-mobile-expertise > summary .concord-chevron { width: 9px; height: 9px; margin-right: 7px; color: #89918c; }
  .concord-mobile-expertise > div { padding: 12px 0 18px; border-bottom: 1px solid #162a3620; }
  .concord-mobile-expertise.is-animating-expertise { overflow: hidden; }
  .concord-mobile-expertise > div > a { min-height: 64px; padding: 10px 4px; font-size: 16px; line-height: 1.35; color: #626b6d; }
  .concord-mobile-expertise > div > a[aria-current] { color: #162a36; background: #f2eee7; }
  .concord-mobile-expertise .concord-domain-arrow { opacity: 1; transform: none; font-size: 16px; }
  .concord-mobile-bottom { flex-shrink: 0; padding: 20px max(20px,calc((100vw - 640px)/2)) max(18px,env(safe-area-inset-bottom)); border-top: 1px solid #162a3620; background: #f2eee7; }
  .concord-mobile-bottom .concord-booking { display: flex; width: 100%; min-height: 50px; }
  .concord-mobile-bottom .concord-booking > span:last-child { flex: 1; text-align: center; padding-right: 42px; }
  .concord-mobile-language { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
  .concord-mobile-language a { border: 1px solid transparent; }
  .concord-mobile-language a[aria-current] { border-color: #162a3626; }
  html:has(.concord-mobile-menu[open]) { overflow: hidden; }
  .concord-footer__grid { grid-template-columns: 1.3fr 1fr; gap: 42px 60px; }
  .concord-footer { padding-top: 54px; }
}
@media (max-width: 539px) {
  .concord-footer__inner { width: calc(100% - 40px); }
  .concord-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .concord-footer__brand { grid-column: 1 / -1; }
  .concord-footer__column[aria-label="Expertise"] { grid-column: 1 / -1; }
  .concord-footer__column > span { margin-bottom: 10px; }
  .concord-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 36px; }
  .concord-footer__bottom p > span { margin-inline: 5px; }
  .concord-footer__column > a { font-size: 13px; }
}
@media (max-height: 640px) and (max-width: 979px) {
  .concord-mobile-nav { padding-top: 10px; }
  .concord-mobile-nav > a, .concord-mobile-expertise > summary { min-height: 64px; padding-block: 16px; }
  .concord-mobile-bottom { padding-top: 12px; padding-bottom: 10px; }
  .concord-mobile-language { margin-top: 6px; }
}
@keyframes concord-menu-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .concord-header *, .concord-footer * { animation: none !important; transition: none !important; } }

/* Touch navigation uses the available viewport, including browser toolbars. */
@media (max-width: 979px) {
  .concord-menu-panel { animation: none; height: calc(100svh - var(--concord-header-height)); height: calc(100dvh - var(--concord-header-height)); }
  .concord-mobile-nav { min-height: 0; padding-top: 16px; }
  .concord-mobile-nav > a, .concord-mobile-expertise > summary { min-height: 66px; font-size: clamp(27px,5.6vw,36px); padding-block: 16px; }
  .concord-mobile-bottom { padding-top: 14px; padding-bottom: max(14px,env(safe-area-inset-bottom)); }
  .concord-mobile-language { margin-top: 8px; }
  .concord-menu-toggle, .concord-header a, .concord-header summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
  body:has(.concord-mobile-menu[open]) .mobile-reading-cta,
  body:has(.concord-mobile-menu[open]) .cc-mobile-return { visibility: hidden; }
}
.is-disclosure-animating { overflow: hidden; box-sizing: border-box; }
@media (max-width: 979px) {
  /* Reveal whole phrases promptly; avoid per-letter blur while scrolling. */
  .reveal { transition-duration: .38s; transition-delay: 0s; transform: translateY(10px); }
  .reveal.is-visible { transform: none; }
  .word-reveal__word, .letter-reveal__char, .quote-reveal__word { opacity: 1 !important; filter: none !important; transform: none !important; transition: none !important; }
  .faq-answer { transition-duration: .28s; }
  .faq-item:hover { transform: none; }
  .faq-question { touch-action: manipulation; }
  .button, .domain-cta { max-width: 100%; }
  .button__label { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
}
@media (hover: none) {
  .button:hover, .domain-cta:hover, .people__cta:hover { transform: none; }
  .home-reading-card > a:hover .home-reading-card__image > img,
  .home-reading-card > summary:hover .home-reading-card__image > img,
  a:hover .podcast-art__portrait, summary:hover .podcast-art__portrait { transform: none; }
}
@media (pointer: coarse) {
  button, summary, .button, .domain-cta { touch-action: manipulation; }
  .button:active, .domain-cta:active { opacity: .88; }
}

/* Optional locale suggestion stays in document flow and never covers the form. */
.concord-locale-suggestion { display:flex; align-items:center; justify-content:center; gap:20px; padding:9px 20px; background:var(--paper,#f8f6f1); border-bottom:1px solid rgba(22,42,54,.15); font-family:var(--font-body,'DM Sans',sans-serif); font-size:13px; }
.concord-locale-suggestion a { color:inherit; text-underline-offset:3px; }
.concord-locale-suggestion button { border:0; background:transparent; color:inherit; font:inherit; width:30px; min-height:30px; cursor:pointer; }
