/* Page-specific compositions. The shared Concord system stays unchanged. */
.closing__frame::before { background-image: url("assets/concord-paint-08-clear-next-step.webp"); }
.home-menu-toggle { display: none; }
[id] { scroll-margin-top: 100px; }
.journey-visual__copy { grid-template-columns: 1fr; gap: 20px; }
.journey-visual__copy strong { max-width: 480px; font-size: clamp(30px,3vw,42px); line-height: 1.08; }
.journey-visual__copy p { max-width: 460px; font-size: 15px; line-height: 1.55; }
.journey-visual::after,.journey-visual[data-route="property"]::after { background: linear-gradient(180deg,rgba(20,45,62,.02) 5%,rgba(20,45,62,.6) 45%,rgba(20,45,62,.94)); }
.journey-visual__copy .home-domain-note { margin-top: 12px; padding-top: 12px; border-top: 1px solid #ffffff40; font-size: 12px; color: #e8e4da; }
.home-publication-dialog { width: min(540px,calc(100% - 32px)); border: 0; border-radius: 20px; padding: 45px 35px 35px; color: var(--ink); background: var(--paper-light); }
.home-publication-dialog::backdrop { background: #142d3eb3; backdrop-filter: blur(5px); }
.home-publication-dialog h2 { font-size: 32px; line-height: 1.1; }
.home-publication-dialog > p:not(.kicker) { margin: 24px 0; color: var(--muted); line-height: 1.6; }
.home-dialog-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 26px; cursor: pointer; }
@media (max-width: 1000px) and (min-width: 901px) { .nav__links { gap: 18px; } }
@media (max-width: 900px) {
  .home-menu-toggle:not([hidden]) { display: block; margin-left: auto; padding: 10px; border: 1px solid rgba(22,42,54,.18); border-radius: 6px; background: transparent; color: var(--ink); font: 12px var(--sans); cursor: pointer; }
  .nav__inner { gap: 12px; }
  .nav__links.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px; background: var(--paper-light); border-bottom: 1px solid rgba(22,42,54,.18); box-shadow: 0 14px 20px #142d3e14; }
  .nav__links.is-open a { padding: 14px 0; }
  .journey-visual__copy p { max-width: 520px; font-size: 14px; margin-top: 14px; }
  .journey-visual__copy strong { max-width: 500px; }
}
@media (max-width: 520px) {
  .nav__cta { padding: 11px 12px; font-size: 11px; }
  .nav .logo { font-size: 18px; }
}
/* Keep the full navigation and booking entry available throughout the page. */
.nav { position: sticky; top: 0; background: var(--paper-light); border-bottom: 1px solid rgba(22,42,54,.08); }
@media (max-width: 900px) {
  .nav { position: sticky; inset: 0 0 auto; }
  .nav__inner { display: flex; align-items: center; width: 100%; }
  .nav__end { margin-left: 0; }
  .hero { padding-top: 28px; min-height: 634px; }
}

/* Keep painted letter reveals clear of the font's descenders. */
html[data-type] .route-breath p { width: min(1120px,100%); font-size: clamp(36px,6.6vw,88px); line-height: 1.18; letter-spacing: -.05em; }
html[data-type] .route-breath em { margin-top: .08em; }
.route-breath .letter-reveal__char { padding-block: .14em; margin-block: -.14em; }
.home-method .coordination__inner { min-height: 0; }
.home-section-action { width: var(--shell); margin: 36px auto 0; }
.home-text-link { display: inline-flex; align-items: center; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--signal-ink); color: var(--ink); font-size: 15px; }
.home-text-link span { color: var(--signal-ink); }
.home-text-link:hover { color: var(--signal-ink); }
.journey-visual.is-active { pointer-events: auto; }
.home-domain-cta { display: inline-flex; gap: 20px; align-items: center; margin-top: 20px; padding: 8px 0; color: var(--paper-light); border-bottom: 1px solid #ffffff80; font-size: 14px; }
.home-domain-cta:hover { color: var(--signal-soft); }
@media (max-width: 900px) {
  .route-breath { min-height: 320px; padding: 72px 24px; }
  html[data-type] .route-breath p { font-size: clamp(36px,6vw,58px); line-height: 1.22; }
}

/* Original wide People composition, followed by the founding team. */


/* Method: a single landscape, with an independent horizontal step selector. */
.home-method { min-height: 0; padding: 86px 20px; background: var(--mist); }
.home-method__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.home-method__head h2 { max-width: 760px; }
.home-method__head > .home-text-link { flex-shrink: 0; }
.home-method .coordination__body { display: flex; flex-direction: column; min-height: 0; gap: 0; }
.home-method .coordination-stage { min-height: 510px; border-radius: 22px; background: var(--navy-deep); }
.home-method .coordination-panel { inset: 0; display: flex; align-items: center; justify-content: flex-end; padding: 36px; transform: none; }
.home-method-paint { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.home-method .coordination-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(20,45,62,.03),rgba(20,45,62,.4)); }
.home-method .matter-window { width: min(510px,48%); min-height: 0; background: rgba(248,246,241,.96); box-shadow: 0 20px 60px #142d3e35; }
.home-method .matter-window__body { padding: 28px; }
.home-method .coordination-tabs { width: 100%; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; margin-top: 26px; border: 0; }
.home-method .coordination-tab { position: relative; min-height: 160px; padding: 24px 0 0; display: block; border: 0; border-top: 2px solid #bbc6c6; color: #596668; }
.home-method .coordination-tab.is-active { border-top-color: var(--signal-ink); color: var(--ink); }
.home-method .coordination-tab__number { display: block; margin-bottom: 16px; padding: 0; color: inherit; }
.home-method .coordination-tab.is-active .coordination-tab__number { color: var(--signal-ink); }
.home-method .coordination-tab__title { font-family: var(--sans); font-size: 20px; line-height: 1.18; font-weight: 500; letter-spacing: -.025em; }
.home-method .coordination-tab__copy,.home-method .coordination-tab.is-active .coordination-tab__copy { max-height: none; margin-top: 12px; opacity: 1; transform: none; font-size: 13px; line-height: 1.5; }
.home-method .coordination-tab__mark { display: none; }
.home-method .coordination-tab:hover { border-color: var(--signal-ink); }
/* A short invitation to discover the firm. */
/* Podcast and written perspectives have their own introductions and destinations. */
@media (max-width: 900px) {
  .home-method { padding: 58px 16px; }
  .home-method .coordination__inner { width: 100%; }
  .home-method__head { display: block; }
  .home-method__head > .home-text-link { margin-top: 24px; }
  .home-method .coordination-stage { min-height: 520px; }
  .home-method .coordination-panel { padding: 24px; align-items: flex-end; }
  .home-method .matter-window { width: min(510px,100%); }
  .home-method .coordination-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .home-method .coordination-tab { min-height: 150px; }
  .home-method .coordination-tab__title { font-size: 18px; }
}
@media (max-width: 520px) {
  .home-method .coordination-stage { min-height: 570px; }
  .home-method .coordination-panel { padding: 16px; }
  .home-method .matter-window__body { padding: 22px; }
  .home-method .matter-window__body h3 { font-size: 26px; }
  .home-method .matter-route { grid-template-columns: 1fr 1fr; }
  .home-method .matter-window__note { font-size: 12px; }
}

/* Media strip: a seamless loop with manual and reduced-motion controls. */
.press-proof { padding-inline: 0; }
.press-proof__heading { max-width: 960px; margin-inline: auto; padding-inline: 24px; }
.press-carousel { margin-top: 32px; }
.press-carousel__window { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.press-carousel__track { display: flex; width: max-content; animation: press-loop 38s linear infinite; }
.press-carousel__group { display: flex; align-items: center; gap: 76px; padding-right: 76px; flex: 0 0 auto; }
.press-carousel__group img { width: 150px; height: 40px; object-fit: contain; opacity: .65; filter: grayscale(1); transition: opacity .3s ease; }
.press-carousel__group img:hover { opacity: 1; }
.press-carousel:hover .press-carousel__track,.press-carousel:focus-within .press-carousel__track { animation-play-state: paused; }
.people__frame:has(.people__portrait--romain, .people__portrait--collective)::after { background: linear-gradient(90deg,rgba(15,17,17,.66),rgba(15,17,17,.22) 40%,transparent 57%); }
@media (max-width: 900px) {
  .people__frame:has(.people__portrait--romain, .people__portrait--collective) { min-height: calc(320px + 100vw * .7562); background: #0f1111; }
  .people__portrait--romain, .people__portrait--collective { inset: auto -4% 0 auto; width: 185%; max-width: none; height: auto; object-fit: contain; }
  .people__portrait--collective { right: -14%; }
  .people__frame:has(.people__portrait--romain, .people__portrait--collective)::after { background: linear-gradient(180deg,#0f1111 320px,transparent 342px); }
}
@keyframes press-loop { to { transform: translateX(-50%); } }
@media (max-width: 900px) {
  .press-carousel__group { gap: 40px; padding-right: 40px; }
  .press-carousel__group img { width: 120px; height: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .press-carousel__track { animation: none; width: 100%; }
  .press-carousel__window { overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .press-carousel__group { width: 100%; padding: 0; flex-wrap: wrap; justify-content: center; gap: 28px; }
  .press-carousel__group[aria-hidden="true"] { display: none; }
}

/* Edge-to-edge team photograph and two distinct editorial destinations. */
.people { padding: 0; }
.people__frame { width: 100%; border-radius: 0; }
.people__copy { padding-left: max(40px,6vw); }
.voices__grid { gap: 0; }
.voices__channel { min-width: 0; }
.voices__channel--podcast { padding-right: 36px; }
.voices__channel--blog { padding-left: 36px; border-left: 1px solid #ffffff26; }
.voices__channel-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid #ffffff26; margin-bottom: 12px; }
.voices__channel-heading p { margin: 0; color: #f4f2ed; font-size: 17px; }
.voices__channel-heading > span { color: var(--signal-soft); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.voices__channel-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 46px; margin-top: 28px; padding: 10px 0; border-bottom: 1px solid #ffffff80; color: #f4f2ed; font-size: 14px; }
.voices__channel-cta:hover { color: var(--signal-soft); border-color: var(--signal-soft); }
.voices__channel-cta span { color: var(--signal-soft); }
@media (max-width: 900px) {
  .people { padding: 0; }
  .people__frame { width: 100%; border-radius: 0; }
  .people__copy { padding: 40px 24px 24px; }
  .voices__grid { grid-template-columns: 1fr; gap: 52px; }
  .voices__channel--podcast { padding: 0; }
  .voices__channel--blog { padding: 0; border-left: 0; }
}

.home-socials { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0 30px; border-top: 1px solid #162a3629; }
.home-socials > span { font: 10px var(--mono); color: var(--signal-ink); text-transform: uppercase; letter-spacing: .08em; }
.home-socials__links { display: flex; flex-wrap: wrap; gap: 10px; }
.home-socials__link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 16px; min-height: 44px; border: 1px solid #162a3629; border-radius: 5px; background: transparent; color: var(--ink); font: 13px var(--sans); text-decoration: none; }
.home-socials__link:not(:disabled):hover { background: var(--ink); color: var(--paper-light); }
.home-socials__link:disabled { cursor: not-allowed; opacity: .7; }
@media (max-width: 700px) {
  .home-socials { align-items: flex-start; flex-direction: column; }
  .home-socials__links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
}

/* Shared orange CTA treatment, with a compact language disclosure. */
.nav__cta.button { display: inline-grid; grid-template-columns: 40px auto; padding: 0; font-size: 13px; min-height: 44px; background: var(--ink); }
.home-language { position: relative; color: var(--ink); }
.home-language summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 48px; min-height: 44px; padding: 0 8px; border: 1px solid transparent; border-radius: 8px; font: 11px var(--mono); cursor: pointer; }
.home-language summary::-webkit-details-marker { display: none; }
.home-language summary:hover,.home-language[open] summary { border-color: #162a3626; background: #162a3605; }
.home-language summary svg { transition: transform .2s ease; }
.home-language[open] summary svg { transform: rotate(180deg); }
.home-language__options { position: absolute; top: calc(100% + 10px); right: 0; width: 180px; padding: 6px; border: 1px solid #162a361c; border-radius: 12px; background: var(--paper-light); box-shadow: 0 14px 40px #142d3e20; }
.home-language__options a { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 24px; padding: 10px 12px; font-size: 13px; border-radius: 7px; }
.home-language__options a:hover { background: #162a360a; }
.home-language__options a[aria-current] { color: var(--signal-ink); background: #f2583510; }
.home-language__code { font: 10px var(--mono); opacity: .7; }
@media (max-width: 1100px) and (min-width: 901px) { .nav__links { gap: 15px; } .nav__end { gap: 8px; } }
@media (max-width: 600px) {
  .nav { padding-inline: 12px; }
  .nav__inner { gap: 6px; }
  .nav .logo { font-size: 16px; }
  .home-menu-toggle:not([hidden]) { flex-shrink: 0; width: 30px; height: 36px; padding: 7px; font-size: 0; border: 0; }
  .home-menu-toggle::before,.home-menu-toggle::after { content: ''; display: block; height: 1px; width: 16px; margin: 5px 0; background: currentColor; }
  .nav__end { gap: 4px; margin-left: auto; }
  .nav__cta.button { grid-template-columns: 28px auto; font-size: 11px; }
  .nav__cta .button__label { max-width: 84px; padding: 0 8px; white-space: normal; line-height: 1.25; }
  .home-language summary { min-width: 42px; padding: 0 4px; gap: 4px; }
}

/* Journal is available; the podcast awaits a real published episode. */
.voices__channel--podcast[hidden] { display: none !important; }
.voices__grid:has(> .voices__channel--podcast[hidden]) { grid-template-columns: minmax(0,1fr); }
.voices__channel--podcast[hidden] + .voices__channel--blog { border-left: 0; padding-left: 0; }

/* Journal entry: two editorial formats, one destination. */
.home-journal .voices__head { margin-bottom:46px; }
.home-journal__stories { display:grid; grid-template-columns:1.15fr 1fr; gap:48px; align-items:start; }
.home-journal__stories > a { display:block; min-width:0; }
.home-journal__portrait { position:relative; overflow:hidden; border-radius:14px; background:#d5d3cf; min-height:350px; color:var(--ink); }
.home-journal__portrait > div { position:relative; z-index:1; padding:36px; width:70%; }
.home-journal__label { font:10px/1.5 var(--mono); letter-spacing:.06em; color:var(--signal-ink); }
.home-journal__portrait h3 { font:500 clamp(29px,3vw,42px)/1.05 var(--sans); letter-spacing:-.045em; margin:32px 0 22px; }
.home-journal__portrait p { font-size:14px; line-height:1.6; }
.home-journal__portrait img { position:absolute; right:-3%; bottom:-6%; width:48%; height:97%; object-fit:contain; object-position:bottom right; transition:transform .7s var(--ease-out); }
.home-journal__article-image { height:235px; position:relative; overflow:hidden; border-radius:14px; }
.home-journal__article-image img { width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease-out); }
.home-journal__article-image .home-journal__label { position:absolute; top:18px; left:18px; background:var(--paper-light); padding:7px 10px; border-radius:3px; }
.home-journal__article h3 { font:500 27px/1.18 var(--sans); letter-spacing:-.03em; margin:24px 0 0; max-width:490px; }
.home-journal__caption { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 0; font-size:12px; color:#c0c4bc; }
.home-journal__caption > span:last-child { font-size:24px; color:var(--signal-soft); }
.home-journal__article:hover h3 { color:var(--signal-soft); }
.home-journal__podcast:hover h3 { color:var(--signal-ink); }
.home-journal__stories > a:hover img { transform:scale(1.025); transform-origin:bottom; }
.home-journal__footer { display:flex; align-items:center; justify-content:space-between; gap:30px; border-top:1px solid #ffffff30; margin-top:30px; padding-top:30px; }
.home-journal__footer p { font-size:14px; color:#c0c4bc; }
.home-journal__footer .button { background:var(--paper-light); color:var(--ink); }
@media(max-width:767px) {
 .home-journal__stories { grid-template-columns:1fr; gap:30px; }
 .home-journal__portrait { min-height:310px; }
 .home-journal__portrait > div { padding:28px; }
 .home-journal__portrait h3 { font-size:clamp(25px,7.5vw,32px); }
 .home-journal__portrait img { width:49%; height:90%; }
 .home-journal__article-image { height:210px; }
 .home-journal__article h3 { font-size:25px; }
 .home-journal__footer { align-items:flex-start; flex-direction:column; gap:22px; margin-top:20px; }
}
@media(prefers-reduced-motion:reduce) { .home-journal__stories > a:hover img { transform:none; } }

/* Mobile: keep the selector and its answer in the same reading area. */
@media (max-width: 900px) {
  .hero { min-height: 0; padding-top: 20px; }
  .hero__frame { height: clamp(500px,76svh,620px); }
  .hero__content { padding-inline: 22px; }
  .hero__lede { max-width: 100%; line-height: 1.5; }
  .trust__voices { overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #c7cbc5 transparent; padding-bottom: 12px; }
  .trust__voice { scroll-snap-align: start; }
  .why { padding-block: 58px; }
  .cards { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; padding: 2px 2px 16px; scrollbar-width: thin; scrollbar-color: #abb4af transparent; }
  .cards .card { flex: 0 0 min(86%,360px); scroll-snap-align: start; height: auto; min-height: 390px; display: flex; flex-direction: column; }
  .cards .card .card__media { position: relative; inset: auto; flex: 0 0 190px; height: 190px; }
  .cards .card .card__body { position: relative; inset: auto; padding: 22px 18px; }
  .cards .card__body::before { display: none; }
  .cards .card h3 { font-size: 26px; }
  .cards .card .card__description { position: static; margin-top: 12px; font-size: 14px; line-height: 1.5; }
  .journeys { padding-block: 60px; }
  .journeys__layout { margin-top: 28px; }
  .journey-tabs, .home-method .coordination-tabs { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: 2px; padding: 2px 2px 10px; border: 0; scrollbar-width: thin; scrollbar-color: #abb4af transparent; }
  .journey-tab, .journey-tab.is-active { flex: 0 0 194px; width: auto; align-content: start; min-height: 100px; display: block; padding: 14px 0; border-top: 2px solid #c8cec8; border-bottom: 0; scroll-snap-align: start; transition: color .24s, border-color .24s; }
  .journey-tab.is-active { border-top-color: var(--signal-ink); }
  .journey-tab__number { display: block; margin-bottom: 12px; }
  .journey-tab__title { font-size: 20px; line-height: 1.15; }
  .journey-tab__copy, .journey-tab.is-active .journey-tab__copy, .journey-tab__mark { display: none; }
  .journeys .journey-stage { height: 440px; margin-top: 20px; }
  .journey-visual { transition-duration: .34s; transform: none; }
  .journey-visual__copy { left: 22px; right: 22px; bottom: 24px; }
  .journey-visual__copy strong { font-size: 30px; }
  .journey-visual__copy p { max-width: none; }
  .home-domain-cta { min-height: 44px; margin-top: 14px; }
  .home-method .coordination-tabs { order: 0; margin: 8px 0 20px; }
  .home-method .coordination-tab { flex: 0 0 190px; min-height: 112px; align-content: start; padding: 14px 0; scroll-snap-align: start; }
  .home-method .coordination-tab__title { font-size: 19px; }
  .home-method .coordination-tab__copy { display: none; }
  .home-method .coordination-stage { order: 1; min-height: 0; display: grid; }
  .home-method .coordination-panel { position: relative; inset: auto; grid-area: 1/1; min-width: 0; padding: 72px 18px 18px; align-items: end; transition-duration: .3s; }
  .home-method .matter-window { width: 100%; }
  .home-method .matter-window__body { padding: 22px 18px; }
  .home-method .matter-window__body h3 { font-size: 25px; }
  .home-method .matter-route { grid-template-columns: 1fr 1fr; }
  .home-method .matter-window__note { font-size: 12px; }
  .home-method-paint { z-index: -1; }
  .testimonial-stage__frame { min-height: 0; }
  .testimonial-stage__inner { min-height: 0; padding: 42px 26px 30px; }
  .testimonial-stage__panels { display: grid; min-height: 0; }
  .testimonial-panel { position: relative; inset: auto; grid-area: 1/1; align-self: start; }
  .testimonial-stage__footer { position: relative; display: flex; justify-content: space-between; margin-top: 12px; }
  .testimonial-control, .testimonial-control:first-child, .testimonial-control:last-child { position: static; min-width: 44px; min-height: 44px; transform: none; }
  .testimonial-dots { gap: 4px; }
  .testimonial-dot { width: 44px; height: 44px; border: 18px solid transparent; background-clip: content-box; }
  .people__cta { min-height: 48px; }
  .home-editorial .home-journal__footer .button { max-width: 100%; }
}
@media (max-width: 360px) {
  .hero__content { padding-inline: 18px; }
  .hero h1 { font-size: 37px; }
  .hero__eyebrow { font-size: 10px; line-height: 1.6; }
  .journeys .journey-stage { height: 470px; }
  .journey-visual__copy strong { font-size: 28px; }
  .people__copy { padding-inline: 20px; }
}
@media (max-width: 900px) { .hero__image { transform: scale(1.04); } }

/* Mobile: all six expertise areas and all four steps are visible vertically. */
.home-expertise-mobile,.home-method-mobile,.trust-carousel-controls { display:none; }
.testimonial-dots .testimonial-dot { position:relative; width:32px; height:32px; border:0; padding:0; background:transparent !important; border-radius:0; transform:none !important; }
.testimonial-dots .testimonial-dot::before { content:""; position:absolute; width:6px; height:6px; left:13px; top:13px; border-radius:50%; background:#a9afa8; transition:background .2s,transform .2s; }
.testimonial-dots .testimonial-dot.is-active::before { background:var(--signal-ink); transform:scale(1.2); }
@media(max-width:900px) {
 .journeys__layout,.home-method .coordination__body { display:none !important; }
 .home-expertise-mobile,.home-method-mobile { display:block; }
 .home-expertise-item,.home-method-item { border-top:1px solid #162a3628; }
 .home-expertise-item:last-child,.home-method-item:last-child { border-bottom:1px solid #162a3628; }
 .home-expertise-item > summary,.home-method-item > summary { display:grid; grid-template-columns:22px minmax(0,1fr) 20px; align-items:center; gap:12px; min-height:76px; padding-block:20px; list-style:none; cursor:pointer; font:500 20px/1.25 var(--sans); letter-spacing:-.025em; }
 .home-expertise-item > summary::-webkit-details-marker,.home-method-item > summary::-webkit-details-marker { display:none; }
 .home-expertise-item__number { font:11px/1 var(--mono); color:var(--signal-ink); letter-spacing:0; }
 .home-expertise-item__mark { font-size:22px; font-weight:400; color:var(--signal-ink); transition:transform .25s; }
 details[open] > summary[aria-expanded="true"] > .home-expertise-item__mark { transform:rotate(45deg); }
 .home-expertise-item__content,.home-method-item__content { padding-bottom:24px; }
 .home-expertise-item__content > img,.home-method-item__content > img { position:static; display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; border-radius:9px 9px 0 0; }
 .home-expertise-item__content > div,.home-method-item__content > div { padding:22px; background:#eeeae1; border-radius:0 0 9px 9px; }
 .home-expertise-item__content h3,.home-method-item__content h3 { font:500 25px/1.14 var(--sans); letter-spacing:-.035em; margin:0 0 14px; }
 .home-expertise-item__content p,.home-method-item__content p { font:400 14px/1.7 var(--sans); color:var(--muted); margin:0; }
 .home-expertise-item__content .home-domain-note { margin-top:12px; font-size:12px; }
 .home-expertise-item__content .home-text-link { margin-top:18px; font-size:13px; line-height:1.5; justify-content:space-between; width:100%; gap:16px; }
 .home-method__head { margin-bottom:28px; }
 .home-method .home-method__head { align-items:start; }
 .home-expertise-item > summary:focus-visible,.home-method-item > summary:focus-visible { outline:2px solid var(--signal-ink); outline-offset:3px; }
}
@media(max-width:767px) {
 .trust .trust__inner { display:block; }
 .trust .trust__label { margin-bottom:20px; }
 .trust .trust__voices { display:flex; gap:0; padding:0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-x:contain; }
 .trust__voices::-webkit-scrollbar { display:none; }
 .trust .trust__voice { flex:0 0 100%; min-width:0; width:100%; padding:8px 16px 8px 0; border:0; scroll-snap-align:start; scroll-snap-stop:always; }
 .trust-carousel-controls { display:flex; align-items:center; gap:8px; margin-top:12px; }
 .trust-carousel-controls button { display:grid; place-items:center; width:40px; height:40px; border:1px solid #162a3626; background:transparent; border-radius:50%; color:var(--ink); font-size:18px; cursor:pointer; }
 .trust-carousel-controls output { font:10px var(--mono); color:var(--muted); min-width:52px; text-align:center; }
 .trust-carousel-controls .trust-carousel-pause { margin-left:auto; font-size:12px; }
}
@media(max-width:767px) {
 .trust .trust__voice { color:var(--ink); }
 .trust__voice blockquote { font-size:18px; }
 .trust__voice figcaption,.trust__rating small { color:#69757a; font-size:10px; line-height:1.4; }
 .testimonial-panel { margin:0; visibility:hidden; transition:opacity .24s ease,transform .3s ease; }
 .testimonial-panel.is-active { visibility:visible; }
 .testimonial-panel blockquote { font-size:clamp(27px,7.5vw,34px); line-height:1.2; }
}

/* Media band alone (client stories are dormant): no reserved stage height. */
.testimonial-stage:not(:has(.testimonial-stage__inner)) { padding-bottom: 48px; }
.testimonial-stage__frame:not(:has(.testimonial-stage__inner)) { min-height: 0; padding: 56px 0 8px; }
