:root {
  --brand: #c62828;
  --brand-deep: #8e2428;
  --bg: #f5f2ec;
  --surface: #ffffff;
  --surface-2: #ebe7df;
  --page-band-alt: #e7e2d9;
  --ink: #00000b;
  --muted: #65635e;
  --line: #cbc7bf;
  --accent: #00000b;
  --accent-2: #ded9d0;
  --urgent: #8e2428;
  --max: 1440px;
  --section-heading-size: clamp(42px, 5vw, 72px);
  --section-heading-highlight-width: clamp(220px, 34vw, 540px);
  --font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-editorial: Optima, Candara, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-standard: cubic-bezier(.4, 0, .2, 1);
  --shadow-soft: 0 18px 60px rgba(0, 0, 11, .1);
}

[hidden] { display: none !important; }

/* Practice detail: interactive navigation in the unified Hero visual. */
.business-practice-hero-panel {
  isolation: isolate;
}
.business-practice-hero-panel::before { display: none; }
.business-practice-hero-panel > .business-practice-hero-icon-light,
.business-practice-hero-panel > .business-practice-hero-icon-dark {
  width: clamp(290px, 28vw, 360px);
  height: auto;
  position: absolute;
  z-index: 0;
  right: clamp(-116px, -7vw, -82px);
  bottom: clamp(-132px, -8vw, -94px);
  opacity: .045;
  transform: rotate(-5deg);
  pointer-events: none;
}
.business-practice-hero-panel > .business-practice-hero-icon-dark { display: none; }
:root[data-theme="dark"] .business-practice-hero-panel > .business-practice-hero-icon-light { display: none; }
:root[data-theme="dark"] .business-practice-hero-panel > .business-practice-hero-icon-dark { display: block; }
.business-practice-hero-panel > .unified-page-visual-head { position: relative; z-index: 4; }
.business-practice-hero-panel::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 14px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.business-practice-hero-system {
  margin-top: clamp(28px, 3.5vw, 48px);
}
.business-practice-hero-system > strong {
  margin: 0 0 clamp(24px, 3vw, 38px);
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .82;
}
.business-practice-hero-system nav {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.business-practice-hero-system nav a {
  min-height: 62px;
  padding: 13px 14px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 68%, transparent);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 55%, transparent);
  transition: border-color .3s var(--ease-standard), box-shadow .3s var(--ease-standard), transform .36s var(--ease-out);
}
.business-practice-hero-system nav a:nth-child(3) { grid-column: 1 / -1; }
.business-practice-hero-system nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, color-mix(in srgb, var(--brand) 13%, transparent), color-mix(in srgb, var(--brand) 5%, transparent) 58%, transparent);
  opacity: 0;
  transform: translateX(-14%);
  transition: opacity .34s var(--ease-standard), transform .48s var(--ease-out);
}
.business-practice-hero-link-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}
.business-practice-hero-link-copy::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 10%, transparent);
  transition: box-shadow .34s var(--ease-standard), transform .34s var(--ease-out);
}
.business-practice-hero-link-copy b {
  color: var(--ink);
  font-size: clamp(10.5px, .88vw, 12.5px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -.01em;
}
.business-practice-hero-link-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .085em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.business-practice-hero-system nav a > i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  font-size: 12px;
  font-style: normal;
  transition: background .28s var(--ease-standard), border-color .28s var(--ease-standard), color .28s var(--ease-standard), transform .36s var(--ease-out);
}
.business-practice-hero-system nav a:hover,
.business-practice-hero-system nav a:focus-visible {
  z-index: 1;
  border-color: color-mix(in srgb, var(--brand) 58%, var(--line));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ink) 10%, transparent);
  transform: translateY(-2px);
}
.business-practice-hero-system nav a:hover::before,
.business-practice-hero-system nav a:focus-visible::before {
  opacity: 1;
  transform: translateX(0);
}
.business-practice-hero-system nav a:hover > i,
.business-practice-hero-system nav a:focus-visible > i {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  transform: translateY(3px);
}
.business-practice-hero-system nav a:hover .business-practice-hero-link-copy::before,
.business-practice-hero-system nav a:focus-visible .business-practice-hero-link-copy::before { box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand) 12%, transparent); transform: scale(1.08); }
.business-practice-hero-system nav a:focus-visible {
  outline: 1px solid var(--brand);
  outline-offset: -1px;
}

@media (max-width: 760px) {
  .business-practice-hero-system { margin-top: 28px; }
  .business-practice-hero-system > strong { margin-bottom: 24px; font-size: 44px; }
  .business-practice-hero-system nav { gap: 8px; }
  .business-practice-hero-system nav a { min-height: 56px; padding: 11px 12px; grid-template-columns: minmax(0, 1fr) 24px; gap: 8px; }
  .business-practice-hero-link-copy b { font-size: 11.5px; }
  .business-practice-hero-link-copy small { font-size: 6.5px; }
}

/* Супровід бізнесу: еталонна сторінка практики. */
.business-practice-hero-panel { position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--surface); }
.business-practice-hero-panel::before { content: ""; width: 330px; aspect-ratio: 1; position: absolute; right: -156px; bottom: -172px; border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--line)); border-radius: 50%; box-shadow: 0 0 0 58px color-mix(in srgb, var(--brand) 3%, transparent); }
.business-practice-hero-panel:hover .unified-page-visual-head i { transform: scaleX(1.35); }
.business-practice-hero-system { margin-top: auto; position: relative; z-index: 1; }
.business-practice-hero-system > strong { display: block; margin: 0 0 clamp(42px, 5vw, 72px); font-family: var(--font-display); font-size: clamp(58px, 6.4vw, 92px); font-weight: 500; line-height: .8; letter-spacing: -.055em; }
.business-practice-hero-system > div { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.business-practice-hero-system > div:last-of-type { border-bottom: 1px solid var(--line); }
.business-practice-hero-system > div span { font-size: 12px; font-weight: 760; letter-spacing: .055em; text-transform: uppercase; }
.business-practice-hero-system > div i { color: var(--brand); font-family: var(--font-display); font-size: 15px; font-style: normal; }
.business-practice-hero-system > p { max-width: 390px; margin: 30px 0 0 auto; color: var(--muted); font-size: 13px; line-height: 1.65; text-align: right; }

.business-practice-band { padding: clamp(76px, 9vw, 126px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.business-practice-section-head { max-width: calc(var(--max) - 64px); margin: 0 auto clamp(42px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.business-practice-section-head > div { flex: 0 0 auto; }
.business-practice-section-head .eyebrow { margin: 0; }
.business-practice-section-head h2 { width: fit-content; max-width: 1040px; margin: 0; padding: .08em .24em .12em; position: relative; isolation: isolate; font-family: var(--font-display); font-size: var(--section-heading-size); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.business-practice-section-head h2::before { content: ""; width: var(--section-heading-highlight-width); height: auto; position: absolute; z-index: -1; top: .04em; bottom: .06em; transform: none; pointer-events: none; }
.business-practice-section-head h2::after { content: ""; width: 3px; height: auto; position: absolute; top: .04em; bottom: .06em; background: var(--brand); transform: none; }
.business-practice-band.page-tone-b > .business-practice-section-head { flex-direction: row; }
.business-practice-band.page-tone-b > .business-practice-section-head h2 { margin: 0 0 0 auto; text-align: right; }
.business-practice-band.page-tone-b > .business-practice-section-head h2::before { right: -.24em; left: auto; background: linear-gradient(270deg, color-mix(in srgb, var(--brand) 22%, transparent), color-mix(in srgb, var(--brand) 7%, transparent) 52%, transparent); }
.business-practice-band.page-tone-b > .business-practice-section-head h2::after { right: -.24em; left: auto; }
.business-practice-band.page-tone-a > .business-practice-section-head { flex-direction: row-reverse; }
.business-practice-band.page-tone-a > .business-practice-section-head h2 { margin: 0 auto 0 0; text-align: left; }
.business-practice-band.page-tone-a > .business-practice-section-head h2::before { left: -.24em; right: auto; background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 22%, transparent), color-mix(in srgb, var(--brand) 7%, transparent) 52%, transparent); }
.business-practice-band.page-tone-a > .business-practice-section-head h2::after { left: -.24em; right: auto; }
.business-practice-section-intro { max-width: 820px; margin: calc(var(--section-heading-size) * -.45) 0 clamp(38px, 4vw, 58px); margin-left: max(0px, calc((100vw - var(--max)) / 2)); color: var(--muted); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.72; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }

.business-practice-value-layout,
.business-practice-situation-grid,
.business-practice-situation-note,
.business-practice-sphere-grid,
.business-practice-process-grid,
.business-practice-format-table,
.business-practice-first-step-layout,
.business-practice-publication-grid,
.business-practice-faq-list { width: 100%; max-width: calc(var(--max) - 64px); margin-inline: auto; }
.business-practice-value-layout { display: grid; grid-template-columns: minmax(300px, .43fr) minmax(0, .57fr); gap: clamp(54px, 8vw, 122px); align-items: center; }
.business-practice-lead { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(27px, 3vw, 43px); line-height: 1.3; letter-spacing: -.025em; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.business-practice-principles { border-top: 1px solid var(--line); }
.business-practice-principles article { min-height: 132px; padding: 24px 0; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.business-practice-principles span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.business-practice-principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }

.business-practice-situation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.business-practice-situation-grid article { min-height: 210px; padding: clamp(28px, 3vw, 42px); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--surface); transition: background .3s var(--ease-standard), transform .34s var(--ease-out); }
.business-practice-situation-grid article:hover { z-index: 1; background: color-mix(in srgb, var(--brand) 5%, var(--surface)); transform: translateY(-3px); }
.business-practice-situation-grid article > i { width: 46px; height: 1px; position: absolute; left: clamp(28px, 3vw, 42px); top: clamp(28px, 3vw, 42px); background: var(--brand); transition: width .38s var(--ease-out); }
.business-practice-situation-grid article:hover > i { width: 92px; }
.business-practice-situation-grid p { margin: 0; color: var(--ink); font-size: clamp(15px, 1.25vw, 18px); font-weight: 600; line-height: 1.55; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.business-practice-situation-note { margin-top: 28px; padding: clamp(30px, 3.6vw, 48px); display: grid; grid-template-columns: .25fr minmax(0, .55fr) auto; gap: clamp(28px, 4vw, 62px); align-items: center; border: 1px solid var(--line); border-left: 3px solid var(--brand); background: linear-gradient(100deg, color-mix(in srgb, var(--brand) 7%, var(--surface)), var(--surface) 62%); }
.business-practice-situation-note > span { color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.business-practice-situation-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.business-practice-situation-note button { padding: 14px 0 8px; display: inline-flex; align-items: center; gap: 18px; border: 0; border-bottom: 1px solid var(--brand); background: transparent; color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.business-practice-situation-note button i { color: var(--brand); font-size: 16px; font-style: normal; }

.business-practice-sphere-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.business-practice-sphere-grid article { min-height: 390px; padding: clamp(32px, 4vw, 54px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; background: var(--surface); }
.business-practice-sphere-grid article::after { content: ""; width: 210px; aspect-ratio: 1; position: absolute; z-index: -1; left: -142px; bottom: -132px; border: 1px solid color-mix(in srgb, var(--brand) 22%, var(--line)); border-radius: 50%; transition: transform .55s var(--ease-out); }
.business-practice-sphere-grid article:hover::after { transform: translate(18px, -18px) scale(1.12); }
.business-practice-sphere-meta { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.business-practice-sphere-meta > span { color: var(--brand); font-family: var(--font-display); font-size: 18px; }
.business-practice-sphere-meta small { color: var(--muted); font-size: 8px; font-weight: 800; line-height: 1.45; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
.business-practice-sphere-grid h3 { max-width: 560px; margin: clamp(48px, 5vw, 76px) 0 24px; font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 50px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.business-practice-sphere-grid p { max-width: 620px; margin: 0 0 34px; color: var(--muted); font-size: 14px; line-height: 1.72; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.business-practice-sphere-grid article > a { width: fit-content; margin: auto 0 0 auto; display: inline-flex; align-items: center; gap: 14px; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.business-practice-sphere-grid article > a i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-style: normal; transition: background .3s var(--ease-standard), color .3s var(--ease-standard), transform .34s var(--ease-out); }
.business-practice-sphere-grid article > a:hover i { background: var(--brand); color: #fff; transform: rotate(45deg); }

.business-practice-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.business-practice-process-grid article { min-height: 330px; padding: clamp(28px, 3vw, 42px); display: flex; flex-direction: column; background: var(--surface); }
.business-practice-process-grid span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.business-practice-process-grid h3 { margin: auto 0 26px; font-family: var(--font-display); font-size: clamp(25px, 2.4vw, 34px); font-weight: 500; line-height: 1.07; letter-spacing: -.03em; }
.business-practice-process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }

.business-practice-format-table { border: 1px solid var(--line); background: var(--surface); }
.business-practice-format-row { min-height: 132px; display: grid; grid-template-columns: minmax(220px, .28fr) minmax(0, .39fr) minmax(0, .33fr); }
.business-practice-format-row + .business-practice-format-row { border-top: 1px solid var(--line); }
.business-practice-format-row > * { margin: 0; padding: clamp(24px, 3vw, 38px); display: flex; align-items: center; }
.business-practice-format-row > * + * { border-left: 1px solid var(--line); }
.business-practice-format-row.is-head { min-height: 58px; background: var(--ink); color: var(--bg); }
.business-practice-format-row.is-head span { padding-block: 18px; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.business-practice-format-row strong { color: var(--ink); font-family: var(--font-display); font-size: clamp(23px, 2.2vw, 31px); font-weight: 500; line-height: 1.08; }
.business-practice-format-row p { color: var(--muted); font-size: 14px; line-height: 1.66; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }

.business-practice-first-step-layout { display: grid; grid-template-columns: minmax(0, .48fr) minmax(0, .52fr); gap: clamp(54px, 8vw, 120px); align-items: center; }
.business-practice-first-step-layout > div strong { display: block; margin-bottom: 24px; font-family: var(--font-display); font-size: clamp(29px, 3.3vw, 48px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.business-practice-first-step-layout > div p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.business-practice-first-step-layout ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.business-practice-first-step-layout li { min-height: 58px; padding: 15px 0 15px 28px; position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 650; }
.business-practice-first-step-layout li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 0; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px color-mix(in srgb, var(--brand) 10%, transparent); }

.business-practice-publication-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.business-practice-publication-grid a { min-height: 310px; padding: clamp(28px, 3vw, 42px); display: flex; flex-direction: column; background: var(--surface); transition: background .3s var(--ease-standard), transform .34s var(--ease-out); }
.business-practice-publication-grid a:hover { z-index: 1; background: color-mix(in srgb, var(--brand) 5%, var(--surface)); transform: translateY(-3px); }
.business-practice-publication-grid span { color: var(--brand); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.business-practice-publication-grid h3 { margin: auto 0; padding: 40px 0; font-family: var(--font-display); font-size: clamp(25px, 2.3vw, 34px); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; text-align: center; text-wrap: balance; }
.business-practice-publication-grid i { width: 36px; height: 36px; margin-left: auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-style: normal; transition: background .3s var(--ease-standard), color .3s var(--ease-standard), transform .34s var(--ease-out); }
.business-practice-publication-grid a:hover i { background: var(--brand); color: #fff; transform: rotate(45deg); }

/* Practice FAQ: topic-led native disclosure cards. */
.business-practice-faq-list {
  --faq-label-width: clamp(112px, 12vw, 160px);
  --faq-inset: clamp(24px, 2.6vw, 36px);
  --faq-gap: 28px;
  display: grid;
  gap: 14px;
}

.business-practice-faq-list details {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.business-practice-faq-list details[open] {
  border-color: color-mix(in srgb, var(--brand) 55%, var(--line));
  background: linear-gradient(105deg, color-mix(in srgb, var(--brand) 4%, var(--surface)), var(--surface) 55%);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--ink) 5%, transparent);
}

.business-practice-faq-list details::before {
  content: "";
  position: absolute;
  inset: 26px auto 26px -1px;
  width: 3px;
  border-radius: 2px;
  background: var(--brand);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.business-practice-faq-list details[open]::before { opacity: 1; }

.business-practice-faq-list summary {
  min-height: 104px;
  padding: 26px var(--faq-inset);
  display: grid;
  grid-template-columns: var(--faq-label-width) minmax(0, 1fr) 44px;
  gap: var(--faq-gap);
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  border-radius: inherit;
}

.business-practice-faq-list summary::-webkit-details-marker { display: none; }
.business-practice-faq-list summary::marker { content: ""; }
.business-practice-faq-list summary:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }

.business-practice-faq-topic {
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.business-practice-faq-list details[open] .business-practice-faq-topic { color: var(--brand); }

.business-practice-faq-question {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.3vw, 33px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.business-practice-faq-list summary i {
  width: 44px;
  height: 44px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  background: transparent;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.business-practice-faq-list summary i::before,
.business-practice-faq-list summary i::after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.business-practice-faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.business-practice-faq-list details[open] summary i { color: #fff; background: var(--brand); border-color: var(--brand); }
.business-practice-faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }

.business-practice-faq-answer {
  padding: 0 calc(var(--faq-inset) + 44px + var(--faq-gap)) 32px calc(var(--faq-inset) + var(--faq-label-width) + var(--faq-gap));
}

.business-practice-faq-list details p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.75;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  hyphens: auto;
}

.business-practice-faq-answer strong { color: var(--ink); font-weight: 600; }

.business-practice-faq-answer a {
  width: fit-content;
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--brand);
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.business-practice-faq-answer a > span { color: var(--brand); font-size: 19px; }
.business-practice-faq-answer a:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }

@media (hover: hover) {
  .business-practice-faq-list details:hover { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
  .business-practice-faq-list summary:hover .business-practice-faq-topic,
  .business-practice-faq-answer a:hover { color: var(--brand); }
  .business-practice-faq-list summary:hover i { border-color: var(--brand); }
}

@media (max-width: 760px) {
  .business-practice-faq-list { --faq-inset: 22px; --faq-gap: 16px; gap: 12px; }
  .business-practice-faq-list summary { min-height: 0; grid-template-columns: minmax(0, 1fr) 44px; gap: 10px 16px; padding-block: 22px; }
  .business-practice-faq-topic { grid-column: 1; grid-row: 1; }
  .business-practice-faq-question { grid-column: 1; grid-row: 2; font-size: clamp(23px, 5.5vw, 29px); }
  .business-practice-faq-list summary i { grid-column: 2; grid-row: 1 / span 2; }
  .business-practice-faq-answer { padding: 0 var(--faq-inset) 26px; }
}

@media (max-width: 1040px) {
  .business-practice-value-layout,
  .business-practice-first-step-layout { grid-template-columns: 1fr; gap: 46px; }
  .business-practice-situation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-practice-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-practice-publication-grid { grid-template-columns: 1fr; }
  .business-practice-publication-grid a { min-height: 250px; }
  .business-practice-situation-note { grid-template-columns: 1fr; gap: 18px; }
  .business-practice-situation-note button { width: fit-content; }
}

@media (max-width: 760px) {
  .business-practice-band { padding: 66px 18px 80px; }
  .business-practice-section-head,
  .page-tone-a > .business-practice-section-head,
  .page-tone-b > .business-practice-section-head { margin-bottom: 34px; align-items: flex-start; flex-direction: column; gap: 16px; }
  .business-practice-section-head > div { order: 1; }
  .business-practice-section-head h2,
  .page-tone-a > .business-practice-section-head h2,
  .page-tone-b > .business-practice-section-head h2 { max-width: 100%; margin: 0; order: 2; font-size: var(--section-heading-size); text-align: left; }
  .page-tone-a > .business-practice-section-head h2::before,
  .page-tone-b > .business-practice-section-head h2::before { right: auto; left: -.18em; background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 20%, transparent), color-mix(in srgb, var(--brand) 6%, transparent) 52%, transparent); }
  .page-tone-a > .business-practice-section-head h2::after,
  .page-tone-b > .business-practice-section-head h2::after { right: auto; left: -.18em; }
  .business-practice-section-intro { margin: 0 0 34px; text-align: left; }
  .business-practice-lead { font-size: 27px; text-align: left; }
  .business-practice-principles article { grid-template-columns: 1fr; gap: 12px; }
  .business-practice-principles p,
  .business-practice-situation-grid p,
  .business-practice-sphere-grid p,
  .business-practice-process-grid p,
  .business-practice-format-row p,
  .business-practice-first-step-layout > div p,
  .business-practice-faq-list details p { text-align: left; }
  .business-practice-situation-grid,
  .business-practice-sphere-grid,
  .business-practice-process-grid { grid-template-columns: 1fr; }
  .business-practice-situation-grid article { min-height: 190px; }
  .business-practice-sphere-grid article { min-height: 350px; padding: 30px 24px; }
  .business-practice-sphere-grid h3 { margin-top: 44px; }
  .business-practice-format-row,
  .business-practice-format-row.is-head { min-height: 0; grid-template-columns: 1fr; }
  .business-practice-format-row.is-head { display: none; }
  .business-practice-format-row > * { padding: 18px 24px; }
  .business-practice-format-row > * + * { border-top: 1px solid var(--line); border-left: 0; }
  .business-practice-format-row strong { padding-top: 28px; }
  .business-practice-format-row p:last-child { padding-bottom: 28px; }
  .business-practice-hero-system > strong { font-size: 58px; }
}

/* Окрема публікація: спокійна редакційна система для чотирьох форматів. */
.publication-single { max-width: 100%; overflow-x: clip; background: var(--bg); }
.publication-single-hero {
  max-width: var(--max);
  min-height: calc(100svh - 88px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 54px) 32px clamp(46px, 5vw, 72px);
  display: flex;
  flex-direction: column;
}
.publication-single-back {
  width: fit-content;
  margin-bottom: clamp(30px, 4vw, 58px);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s var(--ease-standard), transform .3s var(--ease-out);
}
.publication-single-back:hover { color: var(--brand); transform: translateX(-4px); }
.publication-single-hero-grid {
  min-height: min(660px, calc(100svh - 210px));
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
  align-items: stretch;
}
.publication-single-hero-copy {
  min-width: 0;
  padding: clamp(18px, 2vw, 30px) clamp(48px, 5.4vw, 82px) 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.publication-single-hero-copy > .eyebrow {
  width: fit-content;
  margin: 0 0 clamp(26px, 3.2vw, 42px);
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 21%, transparent);
  border-radius: 999px;
  color: var(--muted);
}
.publication-single-hero-copy > .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.publication-single-hero h1 {
  width: 108%;
  max-width: 1020px;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(52px, 6vw, 92px);
  font-weight: 500;
  line-height: calc(.93em + 3px);
  letter-spacing: -.052em;
  text-wrap: balance;
}
.publication-single-hero-copy > p {
  width: min(82%, 760px);
  margin: clamp(30px, 3.4vw, 48px) 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.7;
}
.publication-single-meta {
  width: min(82%, 760px);
  margin: auto 0 0;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  border-top: 1px solid var(--line);
}
.publication-single-meta > div { display: flex; align-items: baseline; gap: 10px; }
.publication-single-meta dt {
  color: var(--muted);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.publication-single-meta dd {
  margin: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
}
.publication-single-hero-media {
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.48) 23%, #000 50%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.48) 23%, #000 50%, #000 100%);
}
.publication-single-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--bg) 24%, transparent), transparent 42%, color-mix(in srgb, var(--brand) 7%, transparent));
  pointer-events: none;
}
.publication-single-hero-media img { object-fit: cover; object-position: center; filter: saturate(.7) contrast(1.03); }
:root[data-theme="dark"] .publication-single-hero-media img { filter: saturate(.54) contrast(1.08) brightness(.7); }

.publication-single-body {
  padding: clamp(78px, 9vw, 132px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
  scroll-margin-top: 92px;
}
.publication-single-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 800px);
  justify-content: center;
  gap: clamp(64px, 8vw, 122px);
  align-items: start;
}
.publication-single-layout.without-toc { grid-template-columns: minmax(0, 800px); }
.publication-single-digest .publication-single-layout.without-toc {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  grid-template-columns: minmax(0, 1fr);
}
.publication-single-news .publication-single-layout.without-toc {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  grid-template-columns: minmax(0, 1fr);
}
.publication-single-toc {
  position: sticky;
  top: 112px;
  padding-top: 18px;
  border-top: 2px solid var(--brand);
}
.publication-single-toc > span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-toc a {
  padding: 11px 0;
  display: block;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  transition: color .25s var(--ease-standard), padding .3s var(--ease-out);
}
.publication-single-toc a:last-child { border-bottom: 1px solid var(--line); }
.publication-single-toc a:hover { padding-left: 7px; color: var(--ink); }
.publication-single-content { min-width: 0; }
.publication-single-section {
  padding: 0 0 clamp(66px, 7vw, 100px);
  scroll-margin-top: 112px;
}
.publication-single-section + .publication-single-section { padding-top: clamp(8px, 1.2vw, 18px); }
.publication-single-section h2,
.publication-single-sources h2 {
  margin: 0 0 28px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.publication-single-section p,
.publication-single-position p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.26vw, 18px);
  line-height: 1.78;
}
.publication-single-section p + p { margin-top: 20px; }
.publication-single-section-copy { min-width: 0; }
.publication-single-section ul,
.publication-single-watch ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.publication-single-section ul + p { margin-top: 28px; }
.publication-single-section li,
.publication-single-watch li {
  min-height: 50px;
  padding: 13px 0 13px 24px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.publication-single-section ul li::before,
.publication-single-watch li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: var(--brand);
}
.publication-single-procedure {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  counter-reset: procedure;
}
.publication-single-procedure li {
  min-height: 0;
  padding: 25px 0 25px 56px;
  display: block;
  counter-increment: procedure;
}
.publication-single-procedure li::before {
  content: counter(procedure, decimal-leading-zero);
  width: auto;
  height: auto;
  top: 25px;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 19px;
}
.publication-single-procedure strong { display: block; margin-bottom: 9px; font-size: 14px; line-height: 1.4; }
.publication-single-procedure p { font-size: 14px; line-height: 1.68; }
.publication-single-procedure + p { margin-top: clamp(28px, 3vw, 40px); }
.publication-single-position {
  margin: 0 0 clamp(72px, 8vw, 110px);
  padding: clamp(30px, 3.6vw, 50px);
  position: relative;
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  background: color-mix(in srgb, var(--brand) 5%, var(--surface));
}
.publication-single-position span,
.publication-single-sources > .eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-position p { color: var(--ink); font-family: var(--font-display); font-size: clamp(25px, 3vw, 38px); line-height: 1.18; }
.publication-single-section.is-key {
  margin-bottom: clamp(72px, 8vw, 110px);
  padding: clamp(34px, 4vw, 56px);
  border-left: 3px solid var(--brand);
  background: color-mix(in srgb, var(--brand) 5%, var(--surface));
}
.publication-single-section.is-key h2 { color: var(--brand); }
.publication-single-section.is-digest-intro { padding-bottom: 38px; }
.publication-single-section.is-digest-intro h2 { margin: 0; color: var(--brand); font-size: 12px; font-family: var(--font-sans); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-section.is-digest-event {
  margin-bottom: 28px;
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: var(--surface);
  transition: border-color .3s var(--ease-standard), transform .35s var(--ease-out);
}
.publication-single-section.is-digest-event:hover { border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); transform: translateY(-3px); }
.publication-single-section.is-digest-event h2 { font-size: clamp(30px, 3.5vw, 44px); }
.publication-single-section.is-digest-featured { border-top: 3px solid var(--brand); }
.publication-single-section.is-digest-event p { font-size: 15px; }
.publication-single-section.is-digest-event .publication-single-section-copy { flex: 1; display: flex; flex-direction: column; }
.publication-single-digest .publication-single-section.is-digest-event p { text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-digest .publication-single-content > .publication-single-section p,
.publication-single-digest .publication-single-position p,
.publication-single-digest .publication-single-sources small { text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-section.is-digest-event .publication-single-importance { margin-top: 22px; color: var(--ink); }
.publication-single-importance strong { color: var(--brand); }
.publication-single-event-link {
  width: fit-content;
  margin-top: 28px;
  margin-left: auto;
  align-self: flex-end;
  padding-bottom: 5px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--brand);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.publication-single-event-link i { color: var(--brand); font-style: normal; transition: transform .3s var(--ease-out); }
.publication-single-event-link:hover i { transform: translate(3px, -3px); }
.publication-single-section.is-watch {
  margin-top: clamp(62px, 7vw, 98px);
  padding: clamp(42px, 5vw, 68px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  background: linear-gradient(118deg, color-mix(in srgb, var(--brand) 10%, var(--surface)) 0%, var(--surface) 54%, var(--surface-2) 100%);
}
.publication-single-section.is-watch::after {
  content: "→";
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  top: clamp(18px, 2.4vw, 34px);
  color: var(--brand);
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 86px);
  line-height: 1;
  opacity: .12;
  transform: rotate(-18deg);
}
.publication-single-section.is-watch h2 {
  max-width: none;
  padding-right: 90px;
  font-size: clamp(38px, 4.4vw, 60px);
  white-space: nowrap;
}
.publication-single-section.is-watch h2 em { color: #c62828; font-style: normal; }
.publication-single-section.is-watch p { max-width: 900px; position: relative; z-index: 1; text-align: justify; text-wrap: wrap; }
.publication-single-section.is-watch ul { position: relative; z-index: 1; }

.publication-single-news-status,
.publication-single-news-brief {
  padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px));
}
.publication-single-news .publication-single-news-status.page-tone {
  --page-tone-current: var(--bg);
  --page-tone-previous: var(--bg);
  padding-block: clamp(38px, 5vw, 68px);
}
.publication-single-news-status > div { max-width: calc(var(--max) - 64px); margin: 0 auto; }
.publication-single-news-status-head { margin-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.publication-single-news-status-head .eyebrow,
.publication-single-news-brief-head .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.publication-single-news-status-head .eyebrow::before,
.publication-single-news-brief-head .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.publication-single-news-status-head p { margin: 0; color: var(--brand); font-size: 11px; font-weight: 760; letter-spacing: .045em; }
.publication-single-news-status ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--status-step-count, 4), minmax(0, 1fr));
  list-style: none;
}
.publication-single-news-status li { min-width: 0; position: relative; padding: 25px 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); }
.publication-single-news-status li::before { content: ""; height: 2px; position: absolute; top: -1px; right: 100%; left: 0; background: var(--brand); transition: right .55s var(--ease-out); }
.publication-single-news-status li i { width: 11px; height: 11px; position: absolute; left: 0; top: -6px; border: 2px solid var(--line); border-radius: 50%; background: var(--surface); }
.publication-single-news-status li span { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.publication-single-news-status li.is-active { color: var(--ink); }
.publication-single-news-status li.is-active::before,
.publication-single-news-status li.is-complete::before { right: 0; }
.publication-single-news-status li.is-active i,
.publication-single-news-status li.is-complete i { border-color: var(--brand); background: var(--brand); box-shadow: 0 0 0 5px color-mix(in srgb, var(--brand) 11%, transparent); }
.publication-single-news-brief { padding-block: clamp(72px, 8vw, 112px); }
.publication-single-news-brief-head { margin-bottom: clamp(38px, 5vw, 62px); }
.publication-single-news-brief-head h2 {
  width: fit-content;
  margin: 0 auto 0 0;
  padding: .08em .24em .12em;
  position: relative;
  isolation: isolate;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
}
.publication-single-news-brief-head h2::before { content: ""; width: clamp(220px, 34vw, 540px); height: 72%; position: absolute; z-index: -1; left: -.24em; top: 50%; background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 22%, transparent), color-mix(in srgb, var(--brand) 7%, transparent) 48%, transparent); transform: translateY(-50%); }
.publication-single-news-brief-head h2::after { content: ""; width: 3px; height: 58%; position: absolute; left: -.24em; top: 50%; background: var(--brand); transform: translateY(-50%); }
.publication-single-news-brief-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.publication-single-news-brief-grid article { min-height: 218px; padding: clamp(30px, 3.2vw, 46px); display: flex; flex-direction: column; justify-content: flex-start; gap: 38px; background: var(--surface); }
.publication-single-news-brief-grid span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-news-brief-grid p { margin: 0; color: var(--ink); font-size: clamp(17px, 1.5vw, 21px); font-weight: 560; line-height: 1.48; letter-spacing: -.012em; text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-news .publication-single-content > .publication-single-section {
  margin-bottom: clamp(32px, 4vw, 52px);
  padding: clamp(46px, 5vw, 72px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  align-items: start;
  border: 1px solid var(--line);
  background: linear-gradient(118deg, var(--surface) 0%, color-mix(in srgb, var(--surface-2) 74%, var(--surface)) 100%);
}
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) { background: linear-gradient(242deg, var(--surface) 0%, color-mix(in srgb, var(--brand) 4%, var(--surface)) 100%); }
.publication-single-news .publication-single-content > .publication-single-section::before {
  content: "";
  width: clamp(150px, 14vw, 210px);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  right: auto;
  left: clamp(-84px, -5.5vw, -58px);
  bottom: clamp(-104px, -7vw, -74px);
  border-radius: 50%;
  background: conic-gradient(from 208deg, color-mix(in srgb, var(--ink) 20%, transparent) 0 73%, var(--brand) 73% 78%, color-mix(in srgb, var(--ink) 20%, transparent) 78% 100%);
  opacity: .62;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 1px), #000 0);
  transition: transform .65s var(--ease-out), opacity .35s var(--ease-standard);
  pointer-events: none;
}
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even)::before {
  right: clamp(-84px, -5.5vw, -58px);
  left: auto;
  transform: scaleX(-1);
}
.publication-single-news .publication-single-content > .publication-single-section:hover::before { opacity: .92; transform: rotate(18deg) scale(1.06); }
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even):hover::before { transform: scaleX(-1) rotate(18deg) scale(1.06); }
.publication-single-news .publication-single-content > .publication-single-section::after {
  content: "";
  width: clamp(58px, 7vw, 96px);
  height: 3px;
  position: absolute;
  top: -1px;
  left: clamp(46px, 5vw, 72px);
  background: var(--brand);
}
.publication-single-news .publication-single-content > .publication-single-section h2 { margin: 0; padding-right: clamp(34px, 5vw, 76px); position: relative; font-size: clamp(38px, 4.2vw, 58px); }
.publication-single-news .publication-single-content > .publication-single-section .publication-single-section-copy {
  padding-left: clamp(22px, 2.5vw, 36px);
  position: relative;
  border-left: 1px solid color-mix(in srgb, var(--brand) 42%, var(--line));
}
.publication-single-news .publication-single-content > .publication-single-section .publication-single-section-copy::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -3px;
  top: 10px;
  border-radius: 50%;
  background: var(--brand);
}
.publication-single-news .publication-single-content > .publication-single-section .publication-single-section-copy p { color: color-mix(in srgb, var(--ink) 72%, var(--muted)); line-height: 1.82; text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) { grid-template-columns: 60% 40%; }
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) h2 { grid-column: 2; padding-right: 0; padding-left: clamp(34px, 5vw, 76px); text-align: right; }
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) .publication-single-section-copy { grid-column: 1; grid-row: 1; padding-right: clamp(22px, 2.5vw, 36px); padding-left: 0; border-right: 1px solid color-mix(in srgb, var(--brand) 42%, var(--line)); border-left: 0; }
.publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) .publication-single-section-copy::before { right: -3px; left: auto; }
.publication-single-news .publication-single-content > .publication-single-section.is-status {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  background: linear-gradient(118deg, color-mix(in srgb, var(--brand) 8%, var(--surface)), var(--surface) 50%, var(--surface-2));
}
.publication-single-news .publication-single-content > .publication-single-section.is-status h2,
.publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) h2 {
  grid-column: 1;
  grid-row: 1;
  padding: 0 clamp(34px, 4vw, 64px) 0 0;
  color: var(--brand);
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
.publication-single-news .publication-single-content > .publication-single-section.is-status .publication-single-section-copy,
.publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) .publication-single-section-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 8px 0 8px clamp(24px, 3vw, 42px);
  border-right: 0;
  border-left: 1px solid color-mix(in srgb, var(--brand) 42%, var(--line));
}
.publication-single-news .publication-single-content > .publication-single-section.is-status .publication-single-section-copy::before,
.publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) .publication-single-section-copy::before {
  right: auto;
  left: -3px;
}
.publication-single-news .publication-single-section.is-status .publication-single-section-copy p,
.publication-single-news .publication-single-section.is-status .publication-single-section-copy p:first-child {
  color: color-mix(in srgb, var(--ink) 78%, var(--muted));
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 460;
  line-height: 1.72;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
.publication-single-news .publication-single-section.is-status .publication-single-section-copy p:first-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 680;
}
.publication-single-news .publication-single-sources { width: 100%; max-width: none; margin: clamp(48px, 6vw, 78px) 0 0; padding-top: 0; border-top: 0; }
.publication-single-news .publication-single-footer > :only-child { width: min(100%, calc(var(--max) - 64px)); }

.publication-single-analytics-brief {
  padding: clamp(76px, 8vw, 118px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
}
.publication-single-analytics-brief-head {
  max-width: calc(var(--max) - 64px);
  margin: 0 auto clamp(40px, 5vw, 66px);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.publication-single-analytics-brief-head .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.publication-single-analytics-brief-head .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.publication-single-analytics-brief-head h2 {
  width: fit-content;
  margin: 0 auto 0 0;
  padding: .08em .24em .12em;
  position: relative;
  isolation: isolate;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
}
.publication-single-analytics-brief-head h2::before {
  content: "";
  width: clamp(250px, 38vw, 590px);
  height: 72%;
  position: absolute;
  z-index: -1;
  left: -.24em;
  top: 50%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 20%, transparent), color-mix(in srgb, var(--brand) 6%, transparent) 54%, transparent);
  transform: translateY(-50%);
}
.publication-single-analytics-brief-head h2::after {
  content: "";
  width: 3px;
  height: 58%;
  position: absolute;
  left: -.24em;
  top: 50%;
  background: var(--brand);
  transform: translateY(-50%);
}
.publication-single-analytics-brief-grid {
  max-width: calc(var(--max) - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 28fr 44fr 28fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.publication-single-analytics-brief-grid article {
  min-height: 270px;
  padding: clamp(30px, 3.2vw, 46px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 38px;
  overflow: hidden;
  background: var(--surface);
}
.publication-single-analytics-brief-grid article.is-key {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 10%, var(--surface)), var(--surface) 68%);
}
.publication-single-analytics-brief-grid article.is-key::after {
  content: "";
  width: 160px;
  aspect-ratio: 1;
  position: absolute;
  right: -68px;
  bottom: -86px;
  border: 1px solid color-mix(in srgb, var(--brand) 38%, var(--line));
  border-radius: 50%;
  opacity: .6;
}
.publication-single-analytics-brief-grid span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-analytics-brief-grid p { margin: 0; position: relative; z-index: 1; color: var(--ink); font-size: clamp(16px, 1.35vw, 19px); font-weight: 560; line-height: 1.55; text-align: justify; text-wrap: wrap; text-justify: inter-word; }

.publication-single-companion {
  padding: 0 max(32px, calc((100vw - var(--max)) / 2 + 32px)) clamp(54px, 6vw, 86px);
}
.publication-single-companion-inner {
  max-width: calc(var(--max) - 64px);
  margin: 0 auto;
  padding: clamp(24px, 2.8vw, 38px);
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3.5vw, 54px);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  background: color-mix(in srgb, var(--surface) 88%, var(--brand) 2%);
}
.publication-single-companion-inner > span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.publication-single-companion-inner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.publication-single-companion-inner p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.publication-single-companion-inner > a {
  min-width: 174px;
  padding: 16px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: border-color .25s var(--ease-standard), color .25s var(--ease-standard), background .25s var(--ease-standard);
}
.publication-single-companion-inner > a:hover { border-color: var(--brand); color: var(--brand); background: color-mix(in srgb, var(--brand) 5%, transparent); }
.publication-single-companion-inner > a i { color: var(--brand); font-family: var(--font-display); font-size: 17px; font-style: normal; }

@media (max-width: 820px) {
  .publication-single-companion-inner { grid-template-columns: 1fr; gap: 18px; }
  .publication-single-companion-inner > a { width: 100%; }
}

@media (max-width: 560px) {
  .publication-single-companion { padding-inline: 18px; }
  .publication-single-companion-inner { padding: 24px 20px; }
  .publication-single-companion-inner h2 { font-size: 27px; }
}

.publication-single-analytics .publication-single-layout {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(54px, 6vw, 96px);
}
.publication-single-analytics .publication-single-toc {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
}
.publication-single-analytics .publication-single-toc a { font-size: 11px; }
.publication-single-analytics .publication-single-content > .publication-single-section {
  margin-bottom: clamp(28px, 3vw, 42px);
  padding: clamp(42px, 5vw, 68px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}
.publication-single-analytics .publication-single-content > .publication-single-section::before {
  content: "";
  width: 3px;
  height: clamp(70px, 8vw, 112px);
  position: absolute;
  left: -1px;
  top: clamp(42px, 5vw, 68px);
  background: linear-gradient(180deg, var(--brand), color-mix(in srgb, var(--brand) 10%, transparent));
}
.publication-single-analytics .publication-single-content > .publication-single-section:nth-of-type(even)::before { right: -1px; left: auto; }
.publication-single-analytics .publication-single-section h2 { max-width: 850px; margin-bottom: clamp(30px, 3.5vw, 48px); font-size: clamp(40px, 4.4vw, 60px); }
.publication-single-analytics .publication-single-section p { color: color-mix(in srgb, var(--ink) 72%, var(--muted)); text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-analytics .publication-single-section ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
.publication-single-analytics .publication-single-section.is-position,
.publication-single-analytics .publication-single-position {
  margin-bottom: clamp(28px, 3vw, 42px);
  padding: clamp(44px, 5.5vw, 76px);
  border: 1px solid color-mix(in srgb, var(--brand) 34%, var(--line));
  border-left: 3px solid var(--brand);
  background: linear-gradient(120deg, color-mix(in srgb, var(--brand) 10%, var(--surface)), var(--surface) 60%, var(--surface-2));
}
.publication-single-analytics .publication-single-position p { font-size: clamp(22px, 2.45vw, 34px); line-height: 1.34; text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-analytics .publication-single-sources { padding-top: clamp(48px, 6vw, 76px); }
.publication-single-related-sphere {
  margin-top: clamp(58px, 7vw, 92px);
  padding: clamp(36px, 4.5vw, 62px);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-right: 3px solid var(--brand);
  background: linear-gradient(105deg, var(--surface), color-mix(in srgb, var(--brand) 7%, var(--surface)));
}
.publication-single-related-sphere::before {
  content: "";
  width: clamp(180px, 20vw, 280px);
  aspect-ratio: 1;
  position: absolute;
  right: clamp(-120px, -8vw, -76px);
  bottom: clamp(-150px, -10vw, -96px);
  border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--line));
  border-radius: 50%;
}
.publication-single-related-sphere > span { display: block; margin-bottom: 20px; color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-related-sphere a { padding-bottom: 20px; position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 42px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.publication-single-related-sphere strong { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 500; line-height: 1; }
.publication-single-related-sphere i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-style: normal; transition: background .3s var(--ease-standard), color .3s var(--ease-standard), transform .35s var(--ease-out); }
.publication-single-related-sphere a:hover i { background: var(--brand); color: #fff; transform: rotate(45deg); }
.publication-single-related-sphere p { max-width: 760px; margin: 22px 0 0; position: relative; z-index: 1; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-analytics .publication-single-footer > :only-child { width: min(100%, calc(var(--max) - 64px)); }

.publication-single-article-opening {
  padding: clamp(76px, 8vw, 118px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
}
.publication-single-article-opening-inner {
  max-width: calc(var(--max) - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 60fr) minmax(310px, 40fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.publication-single-article-lead,
.publication-single-article-nav { min-width: 0; padding: clamp(36px, 4.8vw, 68px); background: var(--surface); }
.publication-single-article-lead { position: relative; overflow: hidden; }
.publication-single-article-lead::after {
  content: "";
  width: clamp(190px, 22vw, 320px);
  aspect-ratio: 1;
  position: absolute;
  left: clamp(-152px, -10vw, -96px);
  bottom: clamp(-180px, -12vw, -116px);
  border: 1px solid color-mix(in srgb, var(--brand) 30%, var(--line));
  border-radius: 50%;
  box-shadow: 0 0 0 44px color-mix(in srgb, var(--brand) 3%, transparent);
}
.publication-single-article-lead > span,
.publication-single-article-nav > span { display: block; margin-bottom: 28px; color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-article-lead p { max-width: 850px; margin: 0; position: relative; z-index: 1; color: var(--ink); font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 34px); line-height: 1.3; letter-spacing: -.02em; text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.publication-single-article-nav { background: color-mix(in srgb, var(--brand) 4%, var(--surface)); }
.publication-single-article-nav ol { margin: 0; padding: 0; list-style: none; counter-reset: article-nav; }
.publication-single-article-nav li { counter-increment: article-nav; }
.publication-single-article-nav a { min-height: 44px; padding: 10px 0; display: grid; grid-template-columns: 28px minmax(0, 1fr) 18px; gap: 10px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 650; line-height: 1.35; transition: color .25s var(--ease-standard), padding .3s var(--ease-out); }
.publication-single-article-nav a::before { content: counter(article-nav, decimal-leading-zero); color: var(--brand); font-family: var(--font-display); font-size: 14px; }
.publication-single-article-nav li:last-child a { border-bottom: 1px solid var(--line); }
.publication-single-article-nav a i { color: var(--brand); font-style: normal; text-align: right; transition: transform .3s var(--ease-out); }
.publication-single-article-nav a:hover { padding-left: 6px; color: var(--ink); }
.publication-single-article-nav a:hover i { transform: translateY(3px); }

.publication-single-article .publication-single-layout.without-toc {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  grid-template-columns: minmax(0, 1fr);
}
.publication-single-article .publication-single-content > .publication-single-section {
  --article-card-pad: clamp(42px, 5vw, 68px);
  width: 100%;
  margin: 0 0 clamp(34px, 4vw, 56px);
  padding: var(--article-card-pad);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 3px solid color-mix(in srgb, var(--brand) 72%, var(--line));
  background: var(--surface);
}
.publication-single-article .publication-single-content > .publication-single-section:nth-of-type(even) { margin-left: auto; border-right: 3px solid color-mix(in srgb, var(--brand) 72%, var(--line)); border-left: 1px solid var(--line); }
.publication-single-article .publication-single-content > .publication-single-section::after {
  content: "";
  width: 128px;
  aspect-ratio: 1;
  position: absolute;
  right: -88px;
  bottom: -88px;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 50%;
  transition: transform .5s var(--ease-out), border-color .3s var(--ease-standard);
}
.publication-single-article .publication-single-content > .publication-single-section:nth-of-type(even)::after { right: auto; left: -88px; }
.publication-single-article .publication-single-content > .publication-single-section:hover::after { border-color: color-mix(in srgb, var(--brand) 42%, transparent); transform: scale(1.12); }
.publication-single-article .publication-single-section h2 { width: fit-content; max-width: none; margin: 0 0 clamp(28px, 3.4vw, 46px); padding: .08em .24em .12em; position: relative; isolation: isolate; font-size: clamp(32px, 3.5vw, 50px); white-space: nowrap; }
.publication-single-article .publication-single-section h2::before {
  content: "";
  width: clamp(320px, 46vw, 720px);
  height: 125%;
  position: absolute;
  z-index: -1;
  left: calc(0px - var(--article-card-pad));
  top: 50%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 22%, transparent), color-mix(in srgb, var(--brand) 7%, transparent) 54%, transparent);
  transform: translateY(-50%);
  pointer-events: none;
}
.publication-single-article .publication-single-section h2::after {
  display: none;
}
.publication-single-article .publication-single-content > .publication-single-section:nth-of-type(even) h2 { margin-left: auto; text-align: right; }
.publication-single-article .publication-single-content > .publication-single-section:nth-of-type(even) h2::before { right: calc(0px - var(--article-card-pad)); left: auto; background: linear-gradient(270deg, color-mix(in srgb, var(--brand) 22%, transparent), color-mix(in srgb, var(--brand) 7%, transparent) 54%, transparent); }
.publication-single-article .publication-single-content > .publication-single-section:nth-of-type(even) h2::after { right: -.24em; left: auto; }
.publication-single-article .publication-single-section p { position: relative; z-index: 1; color: color-mix(in srgb, var(--ink) 72%, var(--muted)); text-align: justify; text-wrap: wrap; text-justify: inter-word; hyphens: auto; }
.publication-single-article .publication-single-section.is-steps { width: 100%; }
.publication-single-article .publication-single-section.is-steps .publication-single-procedure { display: grid; grid-template-columns: repeat(var(--procedure-columns, 5), minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(1):last-child)) { --procedure-columns: 1; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(2):last-child)) { --procedure-columns: 2; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(3):last-child)) { --procedure-columns: 3; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(4):last-child)) { --procedure-columns: 4; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(6):last-child)) { --procedure-columns: 3; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(7):last-child)) { --procedure-columns: 7; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(8):last-child)) { --procedure-columns: 4; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(9):last-child)) { --procedure-columns: 3; }
:where(.publication-single-article .publication-single-section.is-steps .publication-single-procedure:has(> li:nth-child(10):last-child)) { --procedure-columns: 5; }
.publication-single-article .publication-single-section.is-steps .publication-single-procedure li { min-width: 0; min-height: 250px; padding: 64px 24px 26px; border: 0; background: var(--surface); }
.publication-single-article .publication-single-section.is-steps .publication-single-procedure li::before { top: 24px; left: 24px; }
.publication-single-article .publication-single-section.is-steps .publication-single-procedure p { font-size: 13px; line-height: 1.62; text-align: left; }
.publication-single-article .publication-single-section.is-documents { width: 100%; }
.publication-single-article .publication-single-section.is-documents ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
.publication-single-info-grid {
  margin-top: 32px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.publication-single-info-grid > article {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  background: var(--surface);
}
.publication-single-info-grid > .publication-single-info-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  background: var(--surface);
}
.publication-single-info-grid > .publication-single-info-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.publication-single-info-grid > article:last-child:nth-child(odd) { grid-column: 1 / -1; }
.publication-single-info-grid h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.publication-single-info-grid > article > p { font-size: 14px; line-height: 1.68; text-align: left; }
.publication-single-info-grid > article > ul { margin-top: 20px; }
.publication-single-info-grid + p { margin-top: clamp(28px, 3vw, 40px); }
.publication-single-table-wrap {
  margin-top: 32px;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--surface);
  -webkit-overflow-scrolling: touch;
}
.publication-single-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; }
.publication-single-table-wrap th,
.publication-single-table-wrap td { padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.5; }
.publication-single-table-wrap thead th { background: color-mix(in srgb, var(--brand) 7%, var(--surface)); color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.publication-single-table-wrap tbody th { width: 22%; color: var(--ink); font-weight: 750; }
.publication-single-table-wrap tr > :last-child { border-right: 0; }
.publication-single-table-wrap tbody tr:last-child > * { border-bottom: 0; }
.publication-single-table-wrap + p { margin-top: clamp(28px, 3vw, 40px); }
.publication-single-inline-cta {
  margin-top: clamp(34px, 4vw, 52px);
  padding: clamp(26px, 3.2vw, 40px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px clamp(28px, 4vw, 62px);
  align-items: end;
  border: 1px solid var(--line);
  border-top: 2px solid var(--brand);
  background: linear-gradient(112deg, color-mix(in srgb, var(--brand) 8%, var(--surface)), var(--surface) 66%);
}
.publication-single-inline-cta > span {
  grid-column: 1 / -1;
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-inline-cta > div { min-width: 0; }
.publication-single-inline-cta h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.publication-single-inline-cta > div > p { max-width: 760px; font-size: 14px; line-height: 1.65; text-align: left; }
.publication-single-inline-cta > .button { min-width: 190px; }
.publication-single-inline-cta > .publication-single-inline-cta-label {
  grid-column: 1 / -1;
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-inline-cta > .publication-single-inline-cta-copy { min-width: 0; }
.publication-single-inline-cta > .wp-block-buttons { min-width: 190px; }
.publication-single-inline-cta > .wp-block-buttons .button { width: 100%; }
.publication-single-inline-cta + p { margin-top: clamp(28px, 3vw, 40px); }
.publication-single-section ul.publication-single-checklist {
  margin-top: 32px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 4vw, 66px);
  border: 0;
  background: transparent;
}
.publication-single-section ul.publication-single-checklist::after {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: color-mix(in srgb, var(--line) 82%, transparent);
}
.publication-single-section ul.publication-single-checklist li {
  min-height: 72px;
  padding: 20px 10px 20px 42px;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: transparent;
  color: color-mix(in srgb, var(--ink) 78%, var(--muted));
  transition: background-color .22s var(--ease-standard), color .22s var(--ease-standard);
}
.publication-single-section ul.publication-single-checklist li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.publication-single-section ul.publication-single-checklist li:hover { color: var(--ink); }
.publication-single-section ul.publication-single-checklist li::before {
  content: "";
  width: 14px;
  height: 1px;
  left: 0;
  top: 50%;
  display: block;
  border: 0;
  border-radius: 0;
  background: var(--brand);
  transform: translateY(-50%);
}
.publication-single-faq {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
}
.publication-single-faq details { border-bottom: 1px solid var(--line); }
.publication-single-faq summary {
  min-height: 72px;
  padding: 18px 52px 18px 0;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}
.publication-single-faq summary::-webkit-details-marker { display: none; }
.publication-single-faq summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.publication-single-faq details[open] summary::after { content: "−"; border-color: var(--brand); background: var(--brand); color: #fff; }
.publication-single-faq details > p { max-width: 940px; padding: 0 52px 22px 0; font-size: 14px; line-height: 1.72; text-align: left; }
.publication-single-article .publication-single-section:is(.is-key, .is-warning) {
  width: 100%;
  margin-inline: auto;
  border: 1px solid color-mix(in srgb, var(--ink) 20%, var(--line));
  background: linear-gradient(118deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .38) 42%, transparent 78%), var(--surface-2);
  box-shadow: inset 0 0 0 8px color-mix(in srgb, var(--line) 16%, transparent), 0 22px 60px color-mix(in srgb, var(--ink) 7%, transparent);
}
.publication-single-article .publication-single-section:is(.is-key, .is-warning)::before { content: ""; width: clamp(72px, 8vw, 116px); height: 2px; position: absolute; top: -1px; left: -1px; background: var(--brand); }
.publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(odd) { border-left: 2px solid var(--brand); }
.publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(even) { border-right: 2px solid var(--brand); border-left: 1px solid color-mix(in srgb, var(--ink) 20%, var(--line)); }
.publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(even)::before { right: -1px; left: auto; }
.publication-single-article .publication-single-section:is(.is-key, .is-warning) h2 { color: var(--brand); }
.publication-single-article .publication-single-section:is(.is-key, .is-warning) h2::before,
:root[data-theme="dark"] .publication-single-article .publication-single-section:is(.is-key, .is-warning) h2::before {
  width: clamp(320px, 46vw, 720px);
  background: linear-gradient(90deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, .12) 54%, transparent 100%);
}
.publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(even) h2::before,
:root[data-theme="dark"] .publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(even) h2::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, .12) 54%, transparent 100%);
}
:root[data-theme="dark"] .publication-single-article .publication-single-section:is(.is-key, .is-warning) h2::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .07) 54%, transparent 100%);
}
:root[data-theme="dark"] .publication-single-article .publication-single-content > .publication-single-section:is(.is-key, .is-warning):nth-of-type(even) h2::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .07) 54%, transparent 100%);
}
:root[data-theme="dark"] .publication-single-article .publication-single-section:is(.is-key, .is-warning) { background: linear-gradient(118deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025) 48%, transparent 78%), var(--surface); }
.publication-single-article .publication-single-sources { width: 100%; margin-top: clamp(58px, 7vw, 92px); padding-top: 0; border-top: 0; }
.publication-single-article .publication-single-footer > :only-child { width: min(100%, calc(var(--max) - 64px)); }
.publication-single-watch-band {
  padding: clamp(78px, 9vw, 126px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid color-mix(in srgb, var(--ink) 28%, var(--line));
}
.publication-single-watch-band::before {
  content: "";
  width: 92px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: -1px;
  background: var(--brand);
  transform: translateX(-50%);
}
.publication-single-digest .publication-single-body { padding-bottom: clamp(34px, 4vw, 54px); }
.publication-single-digest .publication-single-watch-band { padding-block: clamp(34px, 4vw, 54px); }
.publication-single-watch-band > div { width: 100%; max-width: calc(var(--max) - 64px); margin: 0 auto; }
.publication-single-watch-band .publication-single-section.is-watch { margin: 0; }

.publication-single-similar {
  padding: clamp(78px, 9vw, 126px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
}
.publication-single-similar-inner { max-width: calc(var(--max) - 64px); margin: 0 auto; }
.publication-single-similar-heading {
  margin-bottom: 18px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.publication-single-similar-heading > div { flex: 0 0 auto; }
.publication-single-similar-heading .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.publication-single-similar-heading .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.publication-single-similar-heading h2 {
  width: fit-content;
  margin: 0 auto 0 0;
  padding: .08em .24em .12em;
  position: relative;
  isolation: isolate;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
  text-align: left;
}
.publication-single-similar-heading h2::before {
  content: "";
  width: clamp(220px, 34vw, 540px);
  height: 72%;
  position: absolute;
  z-index: -1;
  left: -.24em;
  top: 50%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 22%, transparent) 0%, color-mix(in srgb, var(--brand) 7%, transparent) 48%, transparent 100%);
  transform: translateY(-50%);
  pointer-events: none;
}
.publication-single-similar-heading h2::after {
  content: "";
  width: 3px;
  height: 58%;
  position: absolute;
  left: -.24em;
  top: 50%;
  background: var(--brand);
  transform: translateY(-50%);
  pointer-events: none;
}
.publication-single-similar-intro { max-width: 620px; margin: 0 0 clamp(38px, 5vw, 64px); color: var(--muted); font-size: 14px; line-height: 1.65; }
.publication-single-similar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.publication-single-similar-grid article {
  min-height: 300px;
  padding: clamp(28px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  background: var(--bg);
  transition: background .3s var(--ease-standard), transform .34s var(--ease-out);
}
.publication-single-similar-grid article:hover { position: relative; z-index: 1; background: color-mix(in srgb, var(--brand) 5%, var(--surface)); transform: translateY(-3px); }
.publication-single-similar-grid article > div { display: flex; justify-content: space-between; gap: 18px; }
.publication-single-similar-grid article > div span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.publication-single-similar-grid article > div small { color: var(--muted); font-size: 9px; }
.publication-single-similar-grid h3 {
  width: 100%;
  min-height: 128px;
  margin: 30px 0;
  padding: 16px 0;
  flex: 1;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.032em;
  text-align: center;
  text-wrap: balance;
}
.publication-single-similar-grid article > a { width: fit-content; margin-left: auto; display: inline-flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.publication-single-similar-grid article > a i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-style: normal; transition: background .3s var(--ease-standard), color .3s var(--ease-standard), transform .3s var(--ease-out); }
.publication-single-similar-grid article > a:hover i { background: var(--brand); color: #fff; transform: rotate(45deg); }

.publication-single-sources { padding-top: clamp(34px, 4vw, 58px); border-top: 1px solid var(--line); }
.publication-single-source-list { border-top: 1px solid var(--line); }
.publication-single-source-row {
  min-height: 72px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.publication-single-source-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.publication-single-source-list strong { font-size: 13px; line-height: 1.45; }
.publication-single-source-list small { color: var(--muted); font-size: 10px; }
.publication-single-source-action { min-width: 172px; padding: 15px 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: background .3s var(--ease-standard), border-color .3s var(--ease-standard), color .3s var(--ease-standard); }
.publication-single-source-action i { color: var(--brand); font-style: normal; transition: transform .3s var(--ease-out), color .3s var(--ease-standard); }
.publication-single-source-action:hover { border-color: var(--brand); background: var(--brand); color: #fff; }
.publication-single-source-action:hover i { color: #fff; transform: translate(3px, -3px); }
.publication-single-footer {
  padding: clamp(68px, 8vw, 108px) max(32px, calc((100vw - var(--max)) / 2 + 32px));
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
  border-top: 1px solid #34343a;
}
.publication-single-footer::before { content: ""; width: 92px; height: 3px; position: absolute; left: 50%; top: -1px; background: var(--brand); transform: translateX(-50%); }
.publication-single-disclaimer-band { border-top: 0; }
.publication-single-disclaimer-band::before { display: none; }
.publication-single-footer > :only-child { grid-column: 1 / -1; width: min(100%, 800px); margin: 0 auto; }
.publication-single-digest .publication-single-footer > :only-child { width: min(100%, calc(var(--max) - 64px)); }
.publication-single-related > span { display: block; margin-bottom: 18px; color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-related a { padding: 20px 0; display: grid; grid-template-columns: minmax(0, 1fr) 38px; gap: 20px; align-items: center; border-block: 1px solid var(--line); }
.publication-single-related strong { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 42px); font-weight: 500; line-height: 1.04; }
.publication-single-related i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-style: normal; transition: transform .3s var(--ease-out), background .3s var(--ease-standard), color .3s var(--ease-standard); }
.publication-single-related a:hover i { background: var(--brand); color: #fff; transform: rotate(45deg); }
.publication-single-related > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.publication-single-disclaimer { padding: clamp(28px, 3vw, 40px); border: 1px solid var(--line); background: var(--surface); }
.publication-single-disclaimer strong { display: block; margin-bottom: 12px; color: var(--brand); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.publication-single-disclaimer p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.publication-single-disclaimer-band .publication-single-disclaimer strong { margin-bottom: 18px; font-size: 11px; }
.publication-single-disclaimer-band .publication-single-disclaimer p { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.72; text-align: justify; text-wrap: wrap; text-justify: inter-word; }
.publication-single-digest .publication-single-disclaimer p { text-align: justify; text-wrap: wrap; text-justify: inter-word; }

.publication-single-digest .publication-single-section.is-digest-event p,
.publication-single-digest .publication-single-content > .publication-single-section p,
.publication-single-digest .publication-single-position p,
.publication-single-digest .publication-single-sources small,
.publication-single-section.is-watch p,
.publication-single-news-brief-grid p,
.publication-single-news .publication-single-section-copy p,
.publication-single-analytics-brief-grid p,
.publication-single-analytics .publication-single-section p,
.publication-single-analytics .publication-single-position p,
.publication-single-related-sphere p,
.publication-single-disclaimer-band .publication-single-disclaimer p {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  word-break: normal;
  overflow-wrap: normal;
}

@media (prefers-reduced-motion: no-preference) {
  .publication-single-hero-copy > * { animation: hero-copy-in .7s var(--ease-out) both; }
  .publication-single-hero-copy > *:nth-child(2) { animation-delay: .07s; }
  .publication-single-hero-copy > *:nth-child(3) { animation-delay: .14s; }
  .publication-single-hero-media { animation: unifiedHeroVisualIn .82s .1s var(--ease-out) both; }
}
@media (max-width: 1040px) {
  .publication-single-hero { min-height: auto; }
  .publication-single-hero-grid { min-height: 540px; grid-template-columns: minmax(0, 1.72fr) minmax(280px, 1fr); }
  .publication-single-hero-copy { padding-right: 38px; }
  .publication-single-hero h1 { width: 106%; }
  .publication-single-layout { grid-template-columns: 1fr; max-width: 800px; }
  .publication-single-toc { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .publication-single-toc > span { grid-column: 1 / -1; }
  .publication-single-toc a:nth-child(even) { border-right: 1px solid var(--line); padding-right: 18px; }
  .publication-single-similar-grid { grid-template-columns: 1fr; }
  .publication-single-similar-grid article { min-height: 240px; }
  .publication-single-news-brief-grid { grid-template-columns: 1fr; }
  .publication-single-news-brief-grid article { min-height: 190px; }
  .publication-single-news .publication-single-content > .publication-single-section { grid-template-columns: 1fr; gap: 28px; }
  .publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) { grid-template-columns: 1fr; }
  .publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) h2,
  .publication-single-news .publication-single-content > .publication-single-section:nth-of-type(even) .publication-single-section-copy { grid-column: 1; grid-row: auto; }
  .publication-single-news .publication-single-content > .publication-single-section.is-status,
  .publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) { grid-template-columns: 1fr; gap: 28px; }
  .publication-single-news .publication-single-content > .publication-single-section.is-status h2,
  .publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) h2 { grid-column: 1; grid-row: auto; padding: 0; }
  .publication-single-news .publication-single-content > .publication-single-section.is-status .publication-single-section-copy,
  .publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) .publication-single-section-copy {
    grid-column: 1;
    grid-row: auto;
    padding: 24px 0 0;
    border-top: 1px solid color-mix(in srgb, var(--brand) 42%, var(--line));
    border-right: 0;
    border-left: 0;
  }
  .publication-single-news .publication-single-content > .publication-single-section.is-status .publication-single-section-copy::before,
  .publication-single-news .publication-single-content > .publication-single-section.is-status:nth-of-type(even) .publication-single-section-copy::before { top: -3px; left: 0; }
  .publication-single-analytics-brief-grid { grid-template-columns: 1fr; }
  .publication-single-analytics-brief-grid article { min-height: 210px; }
  .publication-single-analytics .publication-single-layout { max-width: 800px; grid-template-columns: 1fr; }
  .publication-single-article-opening-inner { grid-template-columns: 1fr; }
  .publication-single-article .publication-single-content > .publication-single-section,
  .publication-single-article .publication-single-section.is-documents,
  .publication-single-article .publication-single-section.is-warning { width: 100%; }
  .publication-single-article .publication-single-section h2 { white-space: normal; }
  .publication-single-article .publication-single-section.is-steps { width: 100%; }
  .publication-single-article .publication-single-section.is-steps .publication-single-procedure { --procedure-columns: 2; }
  .publication-single-article .publication-single-section.is-steps .publication-single-procedure li:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .publication-single-hero { padding: 28px 18px 50px; }
  .publication-single-back { margin-bottom: 34px; }
  .publication-single-hero-grid { min-height: auto; display: flex; flex-direction: column; }
  .publication-single-hero-copy { padding: 0; }
  .publication-single-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 9.7vw, 52px);
    line-height: calc(.96em + 2px);
    letter-spacing: -.047em;
    text-wrap: wrap;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .publication-single-hero-copy > p { width: 100%; margin-top: 28px; font-size: 16px; }
  .publication-single-meta { width: 100%; margin-top: 32px; }
  .publication-single-meta > div { width: calc(50% - 17px); display: block; }
  .publication-single-meta dt { margin-bottom: 5px; }
  .publication-single-meta dd { margin-top: 5px; }
  .publication-single-hero-media { width: calc(100% + 36px); height: 330px; margin: 36px -18px 0; }
  .publication-single-body { padding: 62px 18px 82px; }
  .publication-single-layout { gap: 58px; }
  .publication-single-toc { grid-template-columns: 1fr; }
  .publication-single-toc a:nth-child(even) { border-right: 0; padding-right: 0; }
  .publication-single-section { padding-bottom: 64px; }
  .publication-single-section h2 { font-size: clamp(34px, 10.4vw, 44px); }
  .publication-single-section.is-digest-event { padding: 30px 24px; }
  .publication-single-digest .publication-single-section.is-digest-event p,
  .publication-single-section.is-watch p { text-align: left; }
  .publication-single-section.is-watch { padding: 34px 24px; }
  .publication-single-section.is-watch h2 { padding-right: 0; }
  .publication-single-section.is-watch h2 { white-space: normal; }
  .publication-single-section.is-watch::after { display: none; }
  .publication-single-news-status,
  .publication-single-news-brief { padding-inline: 18px; }
  .publication-single-news-status-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .publication-single-news-status ol { grid-template-columns: 1fr; }
  .publication-single-news-status li { min-height: 58px; padding: 18px 0 18px 30px; border-top: 0; border-left: 1px solid var(--line); }
  .publication-single-news-status li::before { width: 2px; height: auto; inset: 0 auto 100% -1px; }
  .publication-single-news-status li.is-active::before,
  .publication-single-news-status li.is-complete::before { bottom: 0; }
  .publication-single-news-status li i { left: -6px; top: 20px; }
  .publication-single-news-brief { padding-block: 66px 80px; }
  .publication-single-news-brief-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .publication-single-news-brief-head > .eyebrow { order: 1; }
  .publication-single-news-brief-head h2 { order: 2; }
  .publication-single-news-brief-grid article { min-height: 170px; padding: 28px 24px; }
  .publication-single-news .publication-single-content > .publication-single-section { margin-bottom: 18px; padding: 34px 0; }
  .publication-single-news .publication-single-content > .publication-single-section { padding: 34px 24px; }
  .publication-single-news .publication-single-section.is-status { padding: 34px 24px; }
  .publication-single-analytics-brief { padding: 66px 18px 80px; }
  .publication-single-analytics-brief-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .publication-single-analytics-brief-head > .eyebrow { order: 1; }
  .publication-single-analytics-brief-head h2 { order: 2; }
  .publication-single-analytics-brief-grid article { min-height: 190px; padding: 28px 24px; }
  .publication-single-analytics .publication-single-toc { padding: 22px; }
  .publication-single-analytics .publication-single-content > .publication-single-section { padding: 36px 24px; }
  .publication-single-analytics .publication-single-section ul { grid-template-columns: 1fr; }
  .publication-single-analytics .publication-single-position { padding: 36px 24px; }
  .publication-single-analytics .publication-single-section p,
  .publication-single-related-sphere p { text-align: left; }
  .publication-single-related-sphere { padding: 32px 24px; }
  .publication-single-article-opening { padding: 66px 18px 80px; }
  .publication-single-article-lead,
  .publication-single-article-nav { padding: 32px 24px; }
  .publication-single-article .publication-single-content > .publication-single-section,
  .publication-single-article .publication-single-section.is-documents,
  .publication-single-article .publication-single-section.is-warning,
  .publication-single-article .publication-single-section.is-steps { --article-card-pad: 24px; width: 100%; margin-left: 0; padding: 34px var(--article-card-pad); }
  .publication-single-article .publication-single-section h2 { white-space: normal; }
  .publication-single-article .publication-single-section.is-documents ul { grid-template-columns: 1fr; }
  .publication-single-article .publication-single-section.is-steps .publication-single-procedure { --procedure-columns: 1; }
  .publication-single-article .publication-single-section.is-steps .publication-single-procedure li,
  .publication-single-article .publication-single-section.is-steps .publication-single-procedure li:last-child:nth-child(odd) { min-height: 0; grid-column: auto; }
  .publication-single-info-grid,
  .publication-single-section ul.publication-single-checklist { grid-template-columns: 1fr; }
  .publication-single-info-grid > article:last-child:nth-child(odd) { grid-column: auto; }
  .publication-single-info-grid > article { padding: 24px 20px; }
  .publication-single-inline-cta { padding: 26px 22px; grid-template-columns: 1fr; align-items: stretch; }
  .publication-single-inline-cta > .button { width: 100%; min-width: 0; margin-top: 6px; }
  .publication-single-section ul.publication-single-checklist { column-gap: 0; }
  .publication-single-section ul.publication-single-checklist li,
  .publication-single-section ul.publication-single-checklist li:nth-child(odd) { min-height: 64px; padding: 17px 8px 17px 38px; border-right: 0; border-bottom: 0; }
  .publication-single-section ul.publication-single-checklist li:last-child { grid-column: auto; }
  .publication-single-section ul.publication-single-checklist li::before { left: 0; top: 50%; }
  .publication-single-faq summary { min-height: 68px; padding-right: 44px; font-size: 15px; }
  .publication-single-faq details > p { padding-right: 0; text-align: left; }
  .publication-single-watch-band { padding: 66px 18px 80px; }
  .publication-single-digest .publication-single-body { padding-bottom: 30px; }
  .publication-single-digest .publication-single-watch-band { padding-block: 30px; }
  .publication-single-procedure li { padding-left: 48px; }
  .publication-single-source-row { align-items: stretch; flex-direction: column; gap: 18px; }
  .publication-single-source-action { width: 100%; min-width: 0; }
  .publication-single-footer { padding: 66px 18px 84px; grid-template-columns: 1fr; gap: 42px; }
  .publication-single-footer > :only-child { grid-column: auto; }
  .publication-single-digest .publication-single-disclaimer p { text-align: left; }
  .publication-single-similar { padding: 66px 18px 80px; }
  .publication-single-similar-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .publication-single-similar-heading > div { order: 1; }
  .publication-single-similar-heading h2 { order: 2; }
  .publication-single-similar-intro { margin-top: 18px; }
  .publication-single-similar-grid article { min-height: 230px; padding: 28px 24px; }
}

/* Контакти: узгоджена композиція сторінки. */
.contact-page-hero-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 88% 84%, color-mix(in srgb, var(--brand) 6%, transparent), transparent 36%),
    var(--surface);
}
.contact-page-hero-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.contact-page-hero-panel::after {
  content: "";
  width: 360px;
  aspect-ratio: 1;
  position: absolute;
  z-index: -2;
  right: -104px;
  bottom: -118px;
  background: url('../images/icon-light.png') center / contain no-repeat;
  opacity: .035;
  filter: grayscale(1);
  transform: rotate(-5deg);
  pointer-events: none;
}
:root[data-theme="dark"] .contact-page-hero-panel::after {
  background-image: url('../images/icon-dark.png');
  opacity: .045;
}
.contact-page-hero-panel-head { position: relative; z-index: 1; }
.contact-page-hero-links {
  margin: auto 0;
  border-top: 1px solid var(--line);
}
.contact-page-hero-links a {
  min-height: 112px;
  padding: 22px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr);
  column-gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding .4s var(--ease-out);
}
.contact-page-hero-links a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    270deg,
    color-mix(in srgb, var(--brand) 18%, transparent) 0%,
    color-mix(in srgb, var(--brand) 13%, transparent) 48%,
    color-mix(in srgb, var(--brand) 6%, transparent) 76%,
    transparent 100%
  );
  transform: scaleX(.52);
  transform-origin: right;
  transition: transform .82s var(--ease-out);
}
.contact-page-hero-links a::after {
  content: "";
  width: 3px;
  height: 58%;
  position: absolute;
  right: 0;
  top: 50%;
  background: var(--brand);
  transform: translateY(-50%);
}
.contact-page-hero-links small {
  position: relative;
  z-index: 1;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-page-hero-links strong {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.05vw, 31px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
  padding-right: 18px;
  text-align: right;
  overflow-wrap: anywhere;
}
.contact-page-hero-links a:hover { padding-inline: 12px; }
.contact-page-hero-links a:hover::before { transform: scaleX(1.24); }
.contact-page-hero-location {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  text-align: right;
}
.contact-page-hero-location span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-page-channel-list { border-top: 1px solid var(--line); }
.contact-page-channel-list > a {
  min-height: 112px;
  padding: 22px 4px;
  display: grid;
  grid-template-columns: 54px minmax(116px, .52fr) minmax(240px, 1fr) auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding .32s var(--ease-out), background .32s var(--ease-standard);
}
.contact-page-channel-index {
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1;
}
.contact-page-channel-list small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-page-channel-list strong {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.contact-page-channel-list b {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-page-channel-list b i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  font-style: normal;
  font-size: 14px;
  transition: transform .3s var(--ease-out), background .3s var(--ease-standard), color .3s var(--ease-standard);
}
.contact-page-channel-list > a:hover { padding-inline: 18px; background: color-mix(in srgb, var(--brand) 5%, transparent); }
.contact-page-channel-list > a:hover b i { background: var(--brand); border-color: var(--brand); color: #fff; transform: translate(3px, -3px); }

.contact-page-channel-matrix {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.contact-page-channel-row { display: grid; }
.contact-page-channel-row + .contact-page-channel-row { border-top: 1px solid var(--line); }
.contact-page-channel-row-primary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-page-channel-row-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-page-channel-card {
  min-width: 0;
  min-height: 174px;
  padding: 40px 48px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}
.contact-page-channel-card:last-child { border-right: 0; }
.contact-page-channel-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: color-mix(in srgb, var(--brand) 5%, transparent);
  opacity: 0;
  transition: opacity .22s ease;
}
.contact-page-channel-card:hover::before,
.contact-page-channel-card:focus-visible::before { opacity: 1; }
.contact-page-channel-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brand);
  border-radius: 50%;
  color: var(--brand);
  font-style: normal;
  transition: color .22s ease, background .22s ease, border-color .22s ease;
}
.contact-page-channel-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-page-brand-glyph {
  width: 29px;
  height: 29px;
  display: block;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}
.contact-page-brand-glyph.is-telegram { -webkit-mask-image: url('../images/brand-icons/telegram.svg'); mask-image: url('../images/brand-icons/telegram.svg'); transform: translate(-1px, 1px); }
.contact-page-brand-glyph.is-whatsapp { -webkit-mask-image: url('../images/brand-icons/whatsapp.svg'); mask-image: url('../images/brand-icons/whatsapp.svg'); }
.contact-page-brand-glyph.is-viber { -webkit-mask-image: url('../images/brand-icons/viber.svg'); mask-image: url('../images/brand-icons/viber.svg'); transform: translateY(1px); }
.contact-page-brand-glyph.is-instagram { width: 28px; height: 28px; -webkit-mask-image: url('../images/brand-icons/instagram.svg'); mask-image: url('../images/brand-icons/instagram.svg'); }
.contact-page-brand-glyph.is-facebook { width: 27px; height: 27px; -webkit-mask-image: url('../images/brand-icons/facebook.svg'); mask-image: url('../images/brand-icons/facebook.svg'); }
.contact-page-brand-glyph.is-linkedin { width: 27px; height: 27px; -webkit-mask-image: url('../images/brand-icons/linkedin.svg'); mask-image: url('../images/brand-icons/linkedin.svg'); }
.contact-page-channel-card:hover .contact-page-channel-icon,
.contact-page-channel-card:focus-visible .contact-page-channel-icon { border-color: color-mix(in srgb, var(--brand) 82%, var(--ink)); background: color-mix(in srgb, var(--brand) 8%, transparent); }
.contact-page-channel-card-primary { min-height: 220px; }
.contact-page-channel-switch {
  min-width: 0;
  min-height: 48px;
  position: relative;
  flex: 1 1 auto;
  display: grid;
  align-items: center;
  justify-items: end;
  text-align: right;
}
.contact-page-channel-switch strong,
.contact-page-channel-switch b {
  grid-area: 1 / 1;
  transition: opacity .22s ease, transform .22s ease;
}
.contact-page-channel-switch strong {
  font-family: var(--font-display);
  max-width: 100%;
  font-size: clamp(24px, 2.35vw, 35px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}
.contact-page-channel-switch b {
  opacity: 0;
  color: var(--brand);
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateY(4px);
}
.contact-page-channel-card:hover .contact-page-channel-switch strong,
.contact-page-channel-card:focus-visible .contact-page-channel-switch strong,
.contact-page-channel-card.is-copied .contact-page-channel-switch strong { opacity: 0; transform: translateY(-4px); }
.contact-page-channel-card:hover .contact-page-channel-switch b,
.contact-page-channel-card:focus-visible .contact-page-channel-switch b,
.contact-page-channel-card.is-copied .contact-page-channel-switch b { opacity: 1; transform: none; }

.contact-page-official-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.contact-page-official-signature {
  min-height: 480px;
  padding: clamp(34px, 4.5vw, 64px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f5f2ec;
  background: #17171d;
  border-right: 1px solid var(--line);
}
.contact-page-official-signature::before {
  content: "";
  width: 270px;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  right: -88px;
  bottom: -96px;
  border: 1px solid rgba(245, 242, 236, .18);
  border-radius: 50%;
}
.contact-page-official-signature::after {
  content: "";
  width: 76px;
  height: 3px;
  position: absolute;
  left: clamp(34px, 4.5vw, 64px);
  top: clamp(34px, 4.5vw, 64px);
  background: var(--brand);
}
.contact-page-official-signature span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-page-official-signature strong {
  margin: 18px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(46px, 5.2vw, 74px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.045em;
}
.contact-page-official-signature p {
  max-width: 480px;
  margin: 0;
  color: rgba(245, 242, 236, .7);
  font-size: 14px;
  line-height: 1.7;
}
.contact-page-official-details { margin: 0; padding: clamp(24px, 3vw, 46px); display: grid; }
.contact-page-official-details > div {
  min-height: 98px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: minmax(130px, .56fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.contact-page-official-details > div:last-child { border-bottom: 0; }
.contact-page-official-details dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-page-official-details dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.3;
}
.contact-page-official-details dd a { display: block; width: fit-content; transition: color .24s var(--ease-standard); }
.contact-page-official-details dd a:hover { color: var(--brand); }

.contact-page-location-address {
  margin: -22px 0 30px;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
}
.contact-page-map-shell {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-2);
  box-shadow: var(--shadow-soft);
}
.contact-page-map-shell iframe {
  width: 100%;
  height: 540px;
  display: block;
  border: 0;
}
.contact-page-map-card {
  min-width: min(390px, calc(100% - 48px));
  padding: 26px 28px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  gap: 12px;
  color: #f5f2ec;
  background: color-mix(in srgb, #08080c 93%, transparent);
  border-left: 3px solid var(--brand);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}
.contact-page-map-card > span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-page-map-card > strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.contact-page-map-card > a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(245, 242, 236, .34);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .24s var(--ease-standard), border-color .24s var(--ease-standard);
}
.contact-page-map-card > a i { color: var(--brand); font-style: normal; transition: transform .28s var(--ease-out); }
.contact-page-map-card > a:hover { color: var(--brand); border-color: var(--brand); }
.contact-page-map-card > a:hover i { transform: translate(3px, -3px); }

@media (max-width: 1040px) {
  .contact-page-official-grid { grid-template-columns: 1fr; }
  .contact-page-official-signature { min-height: 380px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-page-channel-list > a { grid-template-columns: 44px minmax(100px, .45fr) minmax(210px, 1fr) auto; gap: 20px; }
  .contact-page-channel-card { padding: 34px 40px; gap: 26px; }
  .contact-page-channel-icon { width: 60px; height: 60px; flex-basis: 60px; }
  .contact-page-channel-switch strong { font-size: clamp(23px, 3.2vw, 31px); }
}

@media (max-width: 760px) {
  .contact-page-hero-panel { min-height: 440px; margin-inline: -18px; padding: 30px 24px; box-shadow: none; }
  .contact-page-hero-panel::before { inset: 10px; }
  .contact-page-hero-links a {
    min-height: 102px;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 12px;
  }
  .contact-page-hero-links strong {
    min-width: 0;
    padding-right: 10px;
    font-size: clamp(18px, 5.5vw, 22px);
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }
  .contact-page-channels,
  .contact-page-official,
  .contact-page-location { padding-inline: 18px; }
  .contact-page-channel-list > a {
    min-height: 128px;
    padding: 20px 0;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    grid-template-rows: auto auto;
    gap: 8px 12px;
  }
  .contact-page-channel-index { grid-column: 1; grid-row: 1 / span 2; }
  .contact-page-channel-list small { grid-column: 2; grid-row: 1; }
  .contact-page-channel-list strong { grid-column: 2; grid-row: 2; font-size: clamp(20px, 6.5vw, 27px); }
  .contact-page-channel-list b { grid-column: 3; grid-row: 1 / span 2; align-self: center; font-size: 0; }
  .contact-page-channel-list > a:hover { padding-inline: 0; background: transparent; }
  .contact-page-channel-row-primary,
  .contact-page-channel-row-three { grid-template-columns: 1fr; }
  .contact-page-channel-card,
  .contact-page-channel-card-primary { min-height: 132px; padding: 28px 22px; gap: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-page-channel-row .contact-page-channel-card:last-child { border-bottom: 0; }
  .contact-page-channel-icon { width: 56px; height: 56px; flex-basis: 56px; }
  .contact-page-channel-icon svg { width: 27px; height: 27px; }
  .contact-page-brand-glyph { width: 26px; height: 26px; }
  .contact-page-channel-switch { min-height: 46px; }
  .contact-page-channel-switch strong { font-size: clamp(21px, 6.3vw, 28px); }
  .contact-page-channel-switch b { font-size: 14px; }
  .contact-page-official-signature { min-height: 330px; padding: 34px 24px; }
  .contact-page-official-signature::after { left: 24px; top: 28px; }
  .contact-page-official-signature strong { font-size: clamp(42px, 13vw, 58px); }
  .contact-page-official-details { padding: 18px 22px; }
  .contact-page-official-details > div { grid-template-columns: 1fr; gap: 7px; }
  .contact-page-location-address { margin-top: -8px; }
  .contact-page-map-shell,
  .contact-page-map-shell iframe { min-height: 440px; height: 440px; }
  .contact-page-map-card { min-width: 0; left: 14px; right: 14px; bottom: 14px; padding: 21px 20px; }
  .contact-page-map-card > strong { font-size: 21px; }
}

:root[data-theme="dark"] { color-scheme: dark; --bg: #08080c; --surface: #1a1a20; --surface-2: #25252b; --page-band-alt: #17171d; --ink: #f5f2ec; --muted: #b8b4ad; --line: #3e3d44; --accent: #f5f2ec; --accent-2: #2a292f; --shadow-soft: 0 18px 60px rgba(0,0,0,.35); }
:root[data-theme="light"] { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font-sans); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 88%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent); backdrop-filter: blur(18px); }
.header-inner { max-width: var(--max); margin: auto; min-height: 88px; padding: 12px 32px; display: grid; grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr); align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; justify-self: start; }
.brand img { width: 190px; height: auto; object-fit: contain; }
.brand-logo-dark { display: none; }
:root[data-theme="dark"] .brand-logo-light { display: none; }
:root[data-theme="dark"] .brand-logo-dark { display: block; }
.desktop-nav { display: flex; align-items: center; justify-self: center; gap: 22px; font-size: 12px; font-weight: 800; letter-spacing: .055em; }
.desktop-nav > a, .mega-trigger { min-height: 44px; padding: 14px 0; display: flex; align-items: center; cursor: pointer; line-height: 1; white-space: nowrap; text-transform: uppercase; }
.desktop-nav > a, .mega-trigger { position: relative; text-decoration: none; }
.desktop-nav > a::after, .mega-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--brand); transition: right .28s var(--ease-out); }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .mega-trigger:hover::after, .mega-trigger:focus-visible::after, .mega-trigger[aria-expanded="true"]::after { right: 0; }
.desktop-nav > a.is-active, .mega-trigger.is-active { color: var(--brand); }
.desktop-nav > a.is-active::after, .mega-trigger.is-active::after { right: 0; height: 2px; }
.mega { position: static; display: flex; align-items: center; }
.mega-trigger { border: 0; background: transparent; color: var(--ink); font: inherit; line-height: 1; }
.mega-panel { position: absolute; left: 50%; top: 88px; transform: translateX(-50%); width: min(1320px, calc(100vw - 40px)); padding: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 28px 80px rgba(0,0,11,.16); animation: menu-in .28s var(--ease-out) both; }
.mega-panel::before { content: ""; position: absolute; z-index: 3; left: 0; top: 0; width: 116px; height: 4px; background: var(--brand); }
.mega-panel-head { min-height: 76px; padding: 20px 28px 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.mega-panel-head span { color: var(--ink); font-family: var(--font-display); font-size: 25px; line-height: 1; letter-spacing: -.025em; }
.mega-panel-head p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .055em; }
/* Share title-row sizing so every practice divider follows the tallest title. */
.mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: auto auto 1fr; }
.mega-column { min-width: 0; min-height: 330px; padding: 25px 24px 28px; position: relative; display: grid; grid-template-rows: subgrid; grid-row: span 3; border-right: 1px solid var(--line); transition: background .3s var(--ease-standard); }
.mega-column:last-child { border-right: 0; }
.mega-column::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease-out); }
.mega-column:hover { background: color-mix(in srgb, var(--brand) 5%, var(--surface)); }
.mega-column:hover::before { transform: scaleX(1); }
.mega-column-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mega-column-meta span { color: var(--brand); font-family: var(--font-display); font-size: 18px; line-height: 1; }
.mega-column-meta small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mega-column .mega-title { min-height: 88px; padding: 22px 0 18px; display: grid; grid-template-columns: minmax(0, 1fr) 22px; gap: 12px; align-items: start; color: var(--ink); border-bottom: 1px solid var(--line); transition: color .25s var(--ease-standard), border-color .25s var(--ease-standard); }
.mega-title > span { max-width: 250px; font-family: var(--font-display); font-size: clamp(20px, 1.75vw, 25px); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.mega-title > b { color: var(--brand); font-size: 18px; line-height: 1; transition: transform .3s var(--ease-out); }
.mega-column .mega-title:hover, .mega-column .mega-title:focus-visible { color: var(--brand); border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.mega-column .mega-title:hover > b, .mega-column .mega-title:focus-visible > b { transform: translate(4px, -4px); }
.mega-spheres { margin-top: 13px; display: grid; align-content: start; gap: 2px; }
.mega-sphere { min-height: 40px; margin-inline: -10px; padding: 8px 10px; display: grid; grid-template-columns: minmax(0, 1fr) 16px; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; line-height: 1.3; transition: color .22s var(--ease-standard), background .22s var(--ease-standard), transform .22s var(--ease-out); }
.mega-sphere b { color: var(--brand); font-size: 13px; opacity: 0; transform: translateX(-5px); transition: opacity .22s var(--ease-standard), transform .22s var(--ease-out); }
.mega-sphere:hover, .mega-sphere:focus-visible { background: color-mix(in srgb, var(--brand) 10%, var(--surface)); color: var(--ink); transform: translateX(4px); }
.mega-sphere:hover b, .mega-sphere:focus-visible b { opacity: 1; transform: none; }
.mega-footer { min-height: 72px; padding: 12px 18px 12px 28px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; background: var(--surface-2); border-top: 1px solid var(--line); }
.mega-footer > span { margin-right: auto; color: var(--muted); font-size: 11px; font-weight: 700; }
.mega-all { min-width: 190px; margin: 0; gap: 16px; }
.mega-all b { font-size: 16px; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 10px; }
.theme-toggle, .menu-toggle { border: 1px solid var(--line); background: var(--surface); border-radius: 99px; width: 42px; height: 42px; cursor: pointer; align-items: center; justify-content: center; }
.theme-toggle { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; }
.search-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; line-height: 1; }
.search-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.theme-symbol { width: 18px; height: 18px; display: block; border: 1.5px solid currentColor; border-radius: 50%; background: linear-gradient(90deg, currentColor 0 50%, transparent 50% 100%); }
.menu-toggle { display: none; padding: 0; font-size: 20px; line-height: 1; }
.button { border: 1px solid var(--ink); min-height: 46px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 750; font-size: 14px; transition: transform .24s var(--ease-out), background .24s var(--ease-standard), color .24s var(--ease-standard), border-color .24s var(--ease-standard); }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--bg); background: var(--ink); }
.button.primary:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: var(--bg); }
.button.light { background: #f8f7f2; color: #191918; border-color: #f8f7f2; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.text-link:hover { color: var(--brand); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
.mobile-nav { display: none; }
.mobile-nav > a.is-active { padding-inline: 12px; background: color-mix(in srgb, var(--brand) 7%, transparent); color: var(--brand); box-shadow: inset 3px 0 0 var(--brand); }
.mobile-theme { border: 0; border-top: 1px solid var(--line); padding: 14px 0 4px; background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.urgent-bar { background: var(--urgent); color: #fff; padding: 10px max(24px, calc((100vw - var(--max)) / 2 + 32px)); display: flex; align-items: center; gap: 18px; font-size: 14px; }
.urgent-bar span { opacity: .8; margin-right: auto; }
.urgent-bar a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
main { min-height: 60vh; }
.home-header { background: color-mix(in srgb, var(--bg) 92%, transparent); color: var(--ink); border-color: color-mix(in srgb, var(--line) 82%, transparent); }
.home-header .mega-trigger { color: var(--ink); }
.home-header .search-icon, .home-header .theme-toggle, .home-header .menu-toggle { background: color-mix(in srgb, var(--surface) 80%, transparent); border-color: var(--line); }
.home-header .mega-panel { color: var(--ink); }
.home-header .mega-panel .mega-trigger { color: var(--ink); }
.home-hero { min-height: calc(94svh - 88px); padding: clamp(38px, 5vw, 72px) max(32px, calc((100vw - var(--max)) / 2 + 32px)) 0; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); grid-template-rows: 1fr auto; gap: clamp(24px, 4vw, 64px); align-items: center; background: var(--bg); color: var(--ink); }
.home-hero::before { display: none; }
.home-hero::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 34%; background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--page-band-alt) 42%, transparent) 54%, var(--page-band-alt) 100%); pointer-events: none; }
.home-hero-copy { min-width: 0; z-index: 2; padding-bottom: 28px; }
.home-hero-copy .eyebrow { display: flex; align-items: center; gap: 12px; color: var(--muted); }
.home-hero-copy .eyebrow i { width: 28px; height: 1px; background: var(--brand); }
.home-hero-copy h1 { max-width: 920px; margin-bottom: 30px; font-size: clamp(46px, 4.6vw, 72px); line-height: .94; color: var(--ink); }
.home-hero-copy h1 span, .home-hero-copy h1 em { display: block; font-style: normal; }
.home-hero-copy h1 em { color: var(--brand); }
.home-hero-copy > p { max-width: 680px; color: var(--muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.home-hero .button-row { margin-top: 34px; }
.home-hero .button.primary { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.home-hero .button.primary:hover { background: var(--brand); border-color: var(--brand); color: white; }
.home-hero .button.secondary { border-color: var(--line); color: var(--ink); }
.home-hero .button.secondary:hover { background: var(--ink); color: var(--bg); }
.home-hero-media { min-width: 0; min-height: min(64vh, 640px); display: grid; place-items: center; position: relative; }
.hero-mark-stage { width: min(88%, 620px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.home-hero-media .media-icon { position: relative; z-index: 2; grid-area: 1 / 1; width: min(78%, 520px); height: auto; object-fit: contain; filter: none; }
.hero-media-caption { position: absolute; right: 0; bottom: 32px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.home-hero-media .dark-icon { display: none; }
:root[data-theme="dark"] .home-hero-media .light-icon { display: none; }
:root[data-theme="dark"] .home-hero-media .dark-icon { display: block; }
.hero-practices { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: .68fr repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.hero-practices-label { padding: 22px 22px 22px 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-practices a { min-width: 0; min-height: 106px; padding: 20px 18px; display: grid; grid-template-columns: 26px minmax(0, 1fr) 18px; gap: 10px; align-items: start; border-left: 1px solid var(--line); transition: background .28s var(--ease-standard), color .28s var(--ease-standard); }
.hero-practices a small { color: var(--muted); }
.hero-practices a span { font-family: var(--font-display); font-size: clamp(15px, 1.25vw, 20px); line-height: 1.12; }
.hero-practices a b { color: var(--brand); font-size: 17px; transition: transform .28s var(--ease-out); }
.hero-practices a:hover, .hero-practices a:focus-visible { background: var(--brand); color: white; }
.hero-practices a:hover small, .hero-practices a:hover b { color: white; }
.hero-practices a:hover b { transform: translate(3px, -3px); }
.home-band { max-width: var(--max); margin: auto; padding: clamp(78px, 8vw, 124px) 32px; border-bottom: 1px solid var(--line); }
.home-band h2 { margin: 0; font-family: var(--font-display); font-size: var(--section-heading-size); line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.home-band .eyebrow { width: fit-content; margin-bottom: 22px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.home-band .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.home-about { display: block; padding-top: clamp(62px, 6vw, 92px); }
.home-section-intro { min-width: 0; }
.about-heading { margin-bottom: clamp(34px, 4vw, 54px); }
.about-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 9vw, 146px); align-items: stretch; }
.about-statement { min-height: 100%; padding-top: 7px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.about-copy-flow { display: grid; grid-template-columns: minmax(220px, .54fr) minmax(0, 1.46fr); column-gap: clamp(48px, 7vw, 108px); align-items: start; }
.home-about .about-copy-intro { max-width: 340px; margin: 0; padding-top: 20px; position: relative; color: var(--muted); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.58; letter-spacing: -.01em; text-align: left; -webkit-hyphens: none; hyphens: none; }
.home-about .about-copy-intro::before { content: ""; width: 72px; height: 3px; position: absolute; left: 0; top: 0; background: var(--brand); }
.home-about .about-manifesto { width: 100%; max-width: none; margin: 0; padding: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(30px, 2.75vw, 42px); font-weight: 400; line-height: 1.14; letter-spacing: -.025em; text-align: left; text-wrap: pretty; -webkit-hyphens: none; hyphens: none; }
.home-about .about-manifesto strong { color: inherit; font: inherit; }
.home-about .about-copy-body { grid-column: 2; width: 100%; max-width: none; margin: clamp(24px, 2.5vw, 36px) 0 0; padding-top: clamp(20px, 2vw, 28px); border-top: 1px solid var(--line); color: var(--muted); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.62; letter-spacing: -.004em; text-align: justify; text-wrap: wrap; text-align-last: left; text-justify: inter-word; -webkit-hyphens: auto; hyphens: auto; }
.about-layout-text-only { display: block; padding: 0; position: relative; overflow: visible; border: 0; background: none; }
.about-layout-text-only::before { display: none; }
.about-layout-text-only .about-statement { min-height: 0; padding-top: 0; }
.about-principles { margin-top: clamp(48px, 5.5vw, 76px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-block: 1px solid var(--line); }
.about-principle { min-width: 0; padding: clamp(24px, 2.8vw, 38px) clamp(20px, 3vw, 44px); border: 0; }
.about-principle:first-child { padding-left: 0; }
.about-principle + .about-principle { border-left: 1px solid var(--line); }
.about-principle > span { color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .14em; line-height: 1; }
.about-principle h3 { margin: 16px 0 13px; font-family: var(--font-display); font-size: clamp(25px, 2.1vw, 32px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.home-about .about-principle p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; letter-spacing: 0; text-align: left; -webkit-hyphens: none; hyphens: none; }
.about-statement-footer { margin-top: clamp(38px, 4vw, 56px); padding-top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 0; }
.about-statement-footer > span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 900px) {
  .about-copy-flow { grid-template-columns: 1fr; gap: 30px; }
  .home-about .about-copy-intro { max-width: 620px; }
  .home-about .about-copy-body { grid-column: 1; margin-top: 0; }
  .home-about .about-manifesto { max-width: none; font-size: clamp(28px, 5.2vw, 36px); }
  .home-about .about-copy-body { max-width: none; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principle, .about-principle:first-child { padding: 24px 0; }
  .about-principle + .about-principle { border-left: 0; border-top: 1px solid var(--line); }
  .home-about .about-principle p { max-width: 620px; }
}

@media (max-width: 560px) {
  .about-statement-footer { align-items: stretch; flex-direction: column; }
  .about-statement-footer .button { width: 100%; }
}
.home-section-heading { margin-bottom: clamp(40px, 5vw, 68px); display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.home-section-heading > div { flex: 0 0 auto; }
.home-section-heading h2 { max-width: 1020px; }
.home-why { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px)); background: var(--surface-2); color: var(--ink); border-color: var(--line); }
.contrast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto repeat(4, minmax(118px, auto)); border: 1px solid #34343a; }
.contrast-card { min-width: 0; min-height: 650px; padding: clamp(34px, 4vw, 58px); display: grid; grid-template-rows: subgrid; grid-row: 1 / span 5; position: relative; overflow: hidden; transition: background .4s var(--ease-standard), color .4s var(--ease-standard); }
.contrast-card::after { content: ""; position: absolute; width: 280px; aspect-ratio: 1; right: -160px; bottom: -160px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; transition: transform .6s var(--ease-out); }
.contrast-card:hover::after { transform: scale(1.35); }
.contrast-card + .contrast-card { border-left: 1px solid #34343a; }
.contrast-card-heading { display: flex; align-items: flex-start; justify-content: center; gap: 20px; text-align: center; }
.contrast-card-heading > span { width: 100%; font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 64px); line-height: .9; letter-spacing: -.045em; }
.contrast-points { margin: clamp(64px, 7vw, 104px) 0 0; padding: 0; display: grid; grid-template-rows: subgrid; grid-row: 2 / span 4; list-style: none; counter-reset: philosophy; }
.contrast-points li { counter-increment: philosophy; display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 17px; align-content: start; align-items: start; padding: 24px 0; border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent); font-size: 16px; line-height: 1.55; }
.contrast-points li::before { content: "✓"; width: 20px; height: 20px; margin-top: 2px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 3px; color: var(--brand); font-size: 12px; font-weight: 900; }
.contrast-card.we { grid-column: 1; background: #00000b; color: #f5f2ec; }
.contrast-card.you { grid-column: 2; background: #f1ede5; color: #00000b; }
.contrast-card.you .contrast-card-heading > span { color: var(--brand); }
.situation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0,0,11,.06); }
.situation-card { min-width: 0; min-height: 430px; padding: clamp(28px, 4vw, 52px); position: relative; overflow: hidden; display: flex; flex-direction: column; background: var(--surface); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.situation-card::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 4px; background: var(--brand); transition: width .4s var(--ease-out); }
.situation-card:hover::before { width: 100%; }
.situation-card:nth-child(2n) { border-right: 0; }
.situation-card:nth-last-child(-n+2) { border-bottom: 0; }
.situation-card h3 { max-width: 590px; margin: 40px 0 18px; font-family: var(--font-display); font-size: clamp(26px, 2.25vw, 34px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.situation-card p { max-width: 610px; color: var(--muted); font-size: 15px; }
.situation-copy { min-height: 100%; display: flex; flex-direction: column; transition: filter .35s var(--ease-standard), transform .35s var(--ease-out), opacity .35s var(--ease-standard); }
.situation-hint { margin-top: auto; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.situation-hint b { color: var(--brand); font-size: 19px; }
.situation-actions { position: absolute; inset: 0; z-index: 2; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: rgba(0,0,11,.76); color: white; backdrop-filter: blur(12px); opacity: 0; pointer-events: none; transition: opacity .35s var(--ease-standard); }
.situation-actions .button { width: min(100%, 350px); }
.situation-practice-name { max-width: 470px; margin-bottom: 18px; color: white; font-family: var(--font-display); font-size: clamp(27px, 3vw, 42px); line-height: 1.02; text-align: center; }
.situation-actions .practice-action { background: var(--urgent); border-color: var(--urgent); color: #fff; }
.situation-actions .urgent-action { background: var(--urgent); border-color: var(--urgent); color: white; }
.situation-card:hover .situation-copy, .situation-card:focus-within .situation-copy { filter: blur(7px); transform: scale(1.025); opacity: .25; }
.situation-card:hover .situation-actions, .situation-card:focus-within .situation-actions { opacity: 1; pointer-events: auto; }
.situation-card.urgent { background: var(--urgent); color: white; }
.situation-card.urgent::before { background: white; }
.situation-card.urgent p, .situation-card.urgent .card-number, .situation-card.urgent .situation-hint { color: #ead6d5; }
.situation-card.urgent .situation-hint b { color: white; }
.situations-more { margin-top: 28px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.situations-more span { font-weight: 750; }
.home-process { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px)); background: var(--surface-2); color: var(--ink); }
.process-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-track article { min-width: 0; min-height: 420px; padding: 30px 26px 34px; position: relative; overflow: hidden; border-right: 1px solid var(--line); transition: background .35s var(--ease-standard), color .35s var(--ease-standard), transform .35s var(--ease-out); }
.process-track article::before { content: ""; position: absolute; width: 210px; aspect-ratio: 1; right: -145px; bottom: -145px; border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent); border-radius: 50%; transition: transform .55s var(--ease-out), border-color .35s var(--ease-standard); }
.process-track article::after { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 3px; background: var(--brand); transition: width .45s var(--ease-out); }
.process-track article:last-child { border-right: 0; }
.process-track article > span { display: block; margin-bottom: 68px; color: var(--brand); font-family: var(--font-display); font-size: 46px; font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.process-track h3 { margin: 0 0 20px; font-family: var(--font-display); font-size: clamp(29px, 2.5vw, 38px); }
.process-track p { color: var(--muted); transition: color .35s var(--ease-standard); }
.process-track article i { position: absolute; left: 26px; right: 26px; bottom: 22px; height: 1px; background: currentColor; transform: scaleX(.12); transform-origin: left; transition: transform .4s var(--ease-out); }
.process-track article:hover { background: var(--ink); color: var(--bg); transform: translateY(-8px); }
.process-track article:hover p { color: color-mix(in srgb, var(--bg) 78%, var(--ink)); }
.process-track article:hover i { transform: scaleX(1); }
.process-track article:hover::before { transform: scale(1.18); border-color: color-mix(in srgb, var(--brand) 55%, transparent); }
.process-track article:hover::after { width: 100%; }
.team-heading { align-items: end; }
.home-team { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px)); background: var(--surface); color: var(--ink); border-color: var(--line); }
.home-team-more { margin-top: clamp(24px, 3vw, 38px); display: flex; justify-content: flex-end; }
.home-team .team-card p { color: var(--muted); }
.home-team .text-link { color: var(--ink); }
.home-team .team-cards { gap: clamp(14px, 2vw, 28px); }
.home-team .team-card:nth-child(2) { margin-top: 70px; }
.home-team .team-card { text-align: center; }
.team-contact-cards .team-card { text-align: center; }
.team-contact-cards .photo-placeholder { border-color: var(--line); background: radial-gradient(circle at 68% 28%, rgba(198,40,40,.34), transparent 28%), linear-gradient(145deg, var(--surface-2), var(--bg) 70%); color: var(--muted); }
.home-team .team-card h3 { color: var(--ink); }
.team-photo-flip { aspect-ratio: 4 / 5; perspective: 1400px; }
.team-photo-flip-inner { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transition: transform .72s var(--ease-out); }
.team-card.is-contact-open .team-photo-flip-inner { transform: rotateY(180deg); }
.team-photo-front, .team-contact-back { position: absolute; inset: 0; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.team-photo-front { width: 100%; padding: 0; display: block; border: 0; background: transparent; color: inherit; cursor: pointer; }
.team-contact-back { pointer-events: none; }
.team-card.is-contact-open .team-photo-front { pointer-events: none; }
.team-card.is-contact-open .team-contact-back { pointer-events: auto; }
.team-photo-front .photo-placeholder,
.team-photo-front .team-member-photo { width: 100%; height: 100%; transition: filter .34s var(--ease-standard), transform .34s var(--ease-out); }
.team-photo-front .team-member-photo { object-fit: cover; object-position: center 32%; }
.team-photo-front:hover .photo-placeholder,
.team-photo-front:focus-visible .photo-placeholder,
.team-photo-front:hover .team-member-photo,
.team-photo-front:focus-visible .team-member-photo { filter: contrast(1.08) brightness(1.06); transform: scale(1.018); }
.team-card-open-hint { position: absolute; right: 18px; bottom: 18px; min-height: 32px; padding: 8px 13px; display: inline-flex; align-items: center; background: color-mix(in srgb, var(--ink) 88%, transparent); color: var(--bg); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: background .28s var(--ease-standard), transform .28s var(--ease-out); }
.team-photo-front:hover .team-card-open-hint { background: var(--brand-deep); transform: translateY(-3px); }
.team-contact-back { --team-card-text: var(--ink); --team-card-muted: var(--muted); --team-card-line: color-mix(in srgb, var(--ink) 16%, transparent); padding: clamp(26px, 3vw, 42px); transform: rotateY(180deg); display: flex; flex-direction: column; align-items: stretch; background: linear-gradient(150deg, var(--surface) 0%, var(--surface-2) 100%); color: var(--team-card-text); text-align: left; border: 1px solid color-mix(in srgb, var(--brand) 38%, var(--line)); box-shadow: inset 0 2px 0 color-mix(in srgb, var(--brand) 78%, transparent); }
.team-contact-back::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--team-card-line); pointer-events: none; }
.team-contact-back::after { content: ""; position: absolute; right: -110px; bottom: -125px; width: 260px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent); border-radius: 50%; box-shadow: 0 0 0 42px color-mix(in srgb, var(--brand) 4%, transparent); pointer-events: none; }
:root[data-theme="dark"] .team-contact-back { --team-card-text: #f8f4ee; --team-card-muted: rgba(255,255,255,.58); --team-card-line: rgba(255,255,255,.16); background: linear-gradient(150deg, #17171e 0%, #282830 100%); border-color: rgba(255,255,255,.14); box-shadow: inset 0 2px 0 color-mix(in srgb, var(--brand) 72%, transparent); }
.team-contact-back > * { position: relative; z-index: 1; }
.team-contact-close { width: 34px; height: 34px; margin: -8px -8px 0 auto; position: relative; display: block; border: 1px solid var(--team-card-line); border-radius: 50%; background: transparent; color: var(--team-card-text); font-size: 0; cursor: pointer; transition: background .25s var(--ease-standard), color .25s var(--ease-standard), transform .25s var(--ease-out); }
.team-contact-close::before, .team-contact-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 1px; background: currentColor; transform-origin: center; }
.team-contact-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.team-contact-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.team-contact-close:hover { background: var(--team-card-text); color: var(--surface); transform: rotate(90deg); }
.team-contact-label { margin-top: clamp(16px, 2.4vw, 34px); color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.team-contact-cards .team-contact-back h3 { max-width: 330px; margin: 13px 0 5px; color: var(--team-card-text); font-size: clamp(31px, 3.2vw, 46px); line-height: .96; text-align: left; }
.team-contact-cards .team-contact-back > p { min-height: clamp(58px, 5vw, 72px); margin: 0; display: flex; align-items: center; color: var(--team-card-muted); font-size: 12px; line-height: 1.45; text-align: left; }
.team-contact-phone { margin-top: 0; padding: 14px 0; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid var(--team-card-line); border-bottom: 1px solid var(--team-card-line); }
.team-contact-phone small { color: var(--team-card-muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.team-contact-phone strong { font-family: var(--font-display); font-size: clamp(20px, 2vw, 27px); font-weight: 500; line-height: 1; }
.team-contact-socials { margin-top: 18px; display: flex; gap: 9px; }
.team-contact-socials button, .team-contact-socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--team-card-line); border-radius: 50%; background: transparent; color: var(--team-card-text); cursor: pointer; transition: border-color .25s var(--ease-standard), background .25s var(--ease-standard), color .25s var(--ease-standard), transform .25s var(--ease-out); }
.team-contact-socials button:hover, .team-contact-socials a:hover { border-color: #ef5a55; background: #ef5a55; transform: translateY(-3px); }
.team-contact-socials svg, .team-telegram-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.team-contact-socials svg path, .team-telegram-button svg path { fill: currentColor; stroke: none; }
.team-telegram-button { width: 100%; min-height: 50px; margin-top: auto; padding: 10px 13px; display: grid; grid-template-columns: 22px minmax(0, 1fr) 20px; gap: 10px; align-items: center; border: 0; background: var(--brand); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; transition: background .25s var(--ease-standard), transform .25s var(--ease-out); }
.team-telegram-button b { font-size: 16px; }
.team-telegram-button:hover { background: #ef4b47; transform: translateY(-3px); }
.team-contact-note { margin-top: 8px; color: var(--team-card-muted); font-size: 8px; line-height: 1.35; }
.team-card-caption { transition: opacity .34s var(--ease-standard), transform .34s var(--ease-out); }
.team-card-caption h3 { white-space: nowrap; }
.team-card.is-contact-open .team-card-caption { opacity: .28; transform: translateY(4px); }
.home-consult { max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px)); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); gap: clamp(54px, 8vw, 126px); align-items: start; background: var(--surface-2); color: var(--ink); border-color: var(--line); }
.consult-intro { position: sticky; top: 132px; }
.consult-intro h2 { font-size: clamp(34px, 3.55vw, 54px); }
.consult-intro ul { margin: 36px 0; padding: 0; list-style: none; counter-reset: consult; }
.consult-intro li { counter-increment: consult; display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 13px; margin: 0; padding: 13px 0; border-top: 1px solid var(--line); color: var(--ink); }
.consult-intro li::before { content: "0" counter(consult); color: var(--brand); font-size: 10px; font-weight: 900; padding-top: 5px; }
.consult-intro > p { color: var(--muted); }
.embedded-consultation { padding: clamp(30px, 4vw, 54px); background: #f1ede5; color: #00000b; border: 0; border-top: 5px solid var(--brand); box-shadow: 0 28px 100px rgba(0,0,0,.34); }
.embedded-form-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.embedded-form-heading p { color: #65615b; }
.embedded-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.embedded-form > label:not(.message-field):not(.check) { grid-template-rows: minmax(42px, auto) 18px 48px; align-content: start; }
.embedded-form > label:not(.message-field):not(.check) input, .embedded-form > label:not(.message-field):not(.check) select { height: 48px; }
.embedded-form .message-field { grid-template-rows: auto 18px auto; }
.embedded-form .message-field, .embedded-form .check, .embedded-form > .button { grid-column: 1 / -1; }
.embedded-consultation .consult-form input, .embedded-consultation .consult-form textarea, .embedded-consultation .consult-form select { background: #fff; color: #00000b; border-color: #c9c3ba; }
.embedded-consultation .consult-form .button { background: #00000b; color: #f5f2ec; }
.form-warning { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid #c9c3ba; color: #65615b; font-size: 13px; }
.embedded-success { padding: 52px; background: var(--surface); border: 1px solid var(--line); }
.embedded-success h3 { font-family: var(--font-display); font-size: 36px; }
.home-about p, .contrast-points li, .situation-card p, .process-track p, .consult-intro > p { text-align: justify; text-wrap: wrap; text-align-last: left; text-justify: inter-word; hyphens: auto; word-break: normal; overflow-wrap: normal; }

/* About page */
.about-v2-hero { min-height: calc(92svh - 88px); padding: clamp(34px, 4.5vw, 64px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(28px, 4.5vw, 68px); align-items: center; overflow: hidden; background: var(--bg); border-bottom: 1px solid var(--line); }
.about-v2-hero-copy { min-width: 0; padding-bottom: 24px; }
.about-v2-hero .eyebrow, .about-v2-section .eyebrow { width: fit-content; margin-bottom: 20px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.about-v2-hero .eyebrow::before, .about-v2-section .eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.about-v2-hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(46px, 4.6vw, 72px); line-height: .94; }
.about-v2-hero h1 span, .about-v2-hero h1 em { display: block; font-style: normal; }
.about-v2-hero h1 em { color: var(--brand); }
.about-v2-hero-copy > p { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.58; }
.about-v2-hero-copy .button-row { margin-top: 30px; }
.about-v2-hero-media { min-width: 0; min-height: min(64vh, 630px); height: 100%; position: relative; overflow: hidden; background: var(--surface-2); }
.about-v2-hero-media::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 24%, transparent) 0%, transparent 18%, transparent 78%, color-mix(in srgb, var(--bg) 34%, transparent) 100%), linear-gradient(90deg, color-mix(in srgb, var(--bg) 16%, transparent), transparent 34%, color-mix(in srgb, var(--brand) 5%, transparent)); pointer-events: none; }
.about-v2-hero-media > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; display: block; object-fit: cover; filter: saturate(.68) contrast(1.04); transition: transform .85s var(--ease-out), filter .45s var(--ease-standard); }
.about-v2-hero-media > img.about-v2-hero-collage { object-fit: contain !important; object-position: center; filter: saturate(.9) contrast(1.04); -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.82) 7%, #000 14%, #000 86%, rgba(0,0,0,.84) 94%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.82) 7%, #000 14%, #000 86%, rgba(0,0,0,.84) 94%, transparent 100%); }
.about-v2-hero:hover .about-v2-hero-media > img { transform: scale(1.025); filter: saturate(.88) contrast(1.04); }
.about-v2-hero:hover .about-v2-hero-media > img.about-v2-hero-collage { transform: none; filter: saturate(1) contrast(1.04); }
.about-v2-hero-monogram { position: absolute; z-index: 2; left: 50%; top: 5%; bottom: auto; width: min(34%, 210px); opacity: .13; transform: translateX(-50%); pointer-events: none; }
.about-v2-hero-monogram img { width: 100%; height: auto; }
.about-v2-hero-monogram .about-v2-icon-dark { display: none; }
:root[data-theme="dark"] .about-v2-hero-monogram .about-v2-icon-light { display: none; }
:root[data-theme="dark"] .about-v2-hero-monogram .about-v2-icon-dark { display: block; }
.about-v2-hero-location { position: absolute; z-index: 3; left: 18px; bottom: 24px; padding: 8px 10px; color: #fff; background: rgba(0,0,11,.62); border-inline-start: 2px solid var(--brand); backdrop-filter: blur(8px); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.about-v2-section { padding: clamp(64px, 7vw, 104px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.about-v2-section h2, .about-v2-section h3, .about-v2-section p, .about-v2-section dl { min-width: 0; overflow-wrap: break-word; }
.about-v2-section-head { margin-bottom: clamp(40px, 5vw, 68px); display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.about-v2-section-head > div { flex: 0 0 auto; }
.about-v2-section-head .eyebrow { margin: 0; }
.about-v2-section-head h2 { max-width: 1040px; margin: 0; font-family: var(--font-display); font-size: var(--section-heading-size); font-weight: 500; line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.about-v2-origin-section { background: var(--bg); }
.about-v2-unity { background: var(--surface); border-block: 1px solid var(--line); }
.about-v2-split { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 118px); align-items: stretch; }
.about-v2-signature-card { --signature-accent: #e04442; --signature-text-accent: var(--brand); min-width: 0; min-height: 370px; padding: 0; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; color: #f7f3ec; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 50px rgba(0,0,11,.12); transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-standard); }
.about-v2-signature-card::before { content: ""; position: absolute; z-index: -1; inset: 15px; border: 1px solid rgba(255,255,255,.11); pointer-events: none; }
.about-v2-signature-card::after { content: ""; position: absolute; z-index: -1; right: -108px; bottom: -128px; width: 280px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018); transition: transform .7s var(--ease-out); }
.about-v2-plaque-patronum { background: linear-gradient(145deg, #19191f 0%, #282830 100%); }
.about-v2-plaque-team { --signature-accent: #fff; --signature-text-accent: #fff; background: linear-gradient(145deg, #9a292d 0%, #711b22 100%); }
.about-v2-experience-number.about-v2-signature-card { background: radial-gradient(circle at 88% 92%, rgba(163,42,47,.34), transparent 42%), linear-gradient(145deg, #18181e 0%, #282831 100%); }
.about-v2-signature-main { padding: 36px clamp(30px, 3.3vw, 46px) 30px; position: relative; z-index: 1; align-self: center; }
.about-v2-signature-main strong { display: block; font-family: var(--font-display); font-size: clamp(36px, 3.25vw, 48px); font-weight: 500; line-height: .92; letter-spacing: -.035em; white-space: nowrap; }
.about-v2-plaque-patronum .about-v2-signature-main strong { letter-spacing: .015em; }
.about-v2-signature-main small { margin-top: 20px; display: block; color: var(--signature-text-accent); font-size: clamp(8.5px, .72vw, 10px); font-weight: 850; line-height: 1.4; letter-spacing: .115em; text-transform: uppercase; white-space: nowrap; }
.about-v2-signature-value { display: flex; align-items: center; gap: 18px; }
.about-v2-signature-value em { font-family: var(--font-display); font-size: clamp(36px, 3.25vw, 48px); font-style: normal; font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.about-v2-signature-main .about-v2-signature-number { position: relative; font-size: clamp(58px, 5.3vw, 78px); line-height: .72; letter-spacing: -.075em; background: linear-gradient(145deg, #fff 16%, #f2cbc9 48%, var(--signature-text-accent) 100%); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; filter: drop-shadow(8px 10px 18px rgba(0,0,0,.18)); }
.about-v2-signature-main .about-v2-signature-number::after { content: "25"; position: absolute; left: 3px; top: 3px; z-index: -1; color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); opacity: .75; }
.about-v2-signature-line { width: 72px; height: 2px; position: relative; z-index: 1; display: block; background: var(--signature-accent); transition: width .45s var(--ease-out), transform .45s var(--ease-out); }
.about-v2-signature-line-top { margin: 34px 0 0 clamp(30px, 3.3vw, 46px); justify-self: start; }
.about-v2-signature-line-bottom { margin: 0 clamp(30px, 3.3vw, 46px) 34px 0; justify-self: end; }
.about-v2-signature-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(0,0,11,.2); }
.about-v2-signature-card:hover::after { transform: translate(-12px, -12px) scale(1.05); }
.about-v2-signature-card:hover .about-v2-signature-line { width: 116px; }
.about-v2-signature-card:hover .about-v2-signature-line-top { transform: translateX(6px); }
.about-v2-signature-card:hover .about-v2-signature-line-bottom { transform: translateX(-6px); }
.about-v2-accent-copy { align-self: center; border-bottom: 1px solid var(--line); }
.about-v2-accent-copy p { max-width: 860px; margin: 0; padding: 22px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.62; }
.about-v2-accent-copy p::before { content: "✓"; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--brand); border-radius: 4px; color: var(--brand); font-size: 15px; font-weight: 850; line-height: 1; }
.about-v2-accent-copy .about-v2-lead { color: var(--muted); font-family: var(--font-sans); font-size: 16px; line-height: 1.62; letter-spacing: normal; }
.about-v2-unity-note { display: block; padding: 20px 0; color: var(--brand); font-size: 11px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.about-v2-experience { background: var(--surface-2); border-bottom: 1px solid var(--line); }
.about-v2-experience-grid { display: grid; grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr); align-items: stretch; border: 1px solid var(--line); background: var(--surface); }
.about-v2-experience-copy { min-width: 0; padding: clamp(34px, 4.5vw, 60px); display: flex; flex-direction: column; justify-content: space-between; }
.about-v2-experience-copy > p { max-width: 790px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.62; }
.about-v2-experience-accent { color: var(--brand); font-weight: 750; }
.about-v2-outcomes { margin-top: clamp(40px, 5vw, 66px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.about-v2-outcomes > div { min-width: 0; padding: 22px 18px 4px; border-left: 1px solid var(--line); }
.about-v2-outcomes > div:first-child { padding-left: 0; border-left: 0; }
.about-v2-outcomes span, .about-v2-card-top span { display: block; margin-bottom: 12px; color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.about-v2-outcomes strong { display: block; max-width: 240px; font-family: var(--font-display); font-size: clamp(18px, 1.55vw, 23px); font-weight: 500; line-height: 1.16; white-space: nowrap; }
.about-v2-work { background: var(--bg); }
.about-v2-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--surface); }
.about-v2-work-grid article { min-width: 0; min-height: 470px; padding: clamp(28px, 3.2vw, 44px); position: relative; overflow: hidden; display: grid; grid-template-rows: auto minmax(82px, auto) minmax(60px, auto) 1fr; border-right: 1px solid var(--line); transition: background .32s var(--ease-standard), color .32s var(--ease-standard), transform .32s var(--ease-out); }
.about-v2-work-grid article:last-child { border-right: 0; }
.about-v2-work-grid article:nth-child(2) { background: var(--surface-2); }
.about-v2-work-grid article::after { content: attr(data-number); position: absolute; right: 18px; top: 8px; color: currentColor; font-family: var(--font-display); font-size: 112px; line-height: 1; opacity: .035; pointer-events: none; }
.about-v2-card-top { display: flex; align-items: center; gap: 14px; }
.about-v2-card-top span { margin: 0; }
.about-v2-card-top .about-v2-check { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--brand); border-radius: 4px; color: var(--brand); font-size: 14px; line-height: 1; }
.about-v2-card-top i { width: 42px; height: 1px; background: var(--brand); transform-origin: left; transition: transform .35s var(--ease-out); }
.about-v2-work-grid h3 { margin: 30px 0 12px; font-family: var(--font-display); font-size: clamp(34px, 3.5vw, 50px); line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.about-v2-work-grid h4 { max-width: 300px; margin: 0 0 24px; color: var(--brand); font-size: 12px; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.about-v2-principles-grid h3 { margin: 34px 0 24px; font-family: var(--font-display); font-size: clamp(27px, 2.45vw, 36px); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; }
.about-v2-work-grid p, .about-v2-principles-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.about-v2-accent-copy p,
.about-v2-experience-copy > p,
.about-v2-work-grid p,
.about-v2-principles-grid p { text-align: justify; text-wrap: wrap; text-align-last: left; text-justify: inter-word; hyphens: auto; }
.about-v2-work-grid article:hover { z-index: 2; background: var(--brand-deep); color: #fff; transform: translateY(-6px); }
.about-v2-work-grid article:hover h4, .about-v2-work-grid article:hover p, .about-v2-work-grid article:hover .about-v2-card-top span { color: #fff; }
.about-v2-work-grid article:hover .about-v2-card-top i { background: #fff; transform: scaleX(1.55); }
.about-v2-principles { background: var(--surface-2); border-block: 1px solid var(--line); }
.about-v2-principles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--surface); }
.about-v2-principles-grid article { min-width: 0; min-height: 350px; padding: clamp(28px, 3.6vw, 50px); position: relative; overflow: hidden; display: grid; grid-template-rows: auto minmax(80px, auto) 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .32s var(--ease-standard), background .32s var(--ease-standard); }
.about-v2-principles-grid article:nth-child(even) { border-right: 0; }
.about-v2-principles-grid article:nth-child(n+3) { border-bottom: 0; }
.about-v2-principle-illustration { width: 112px; height: 112px; position: absolute; right: 18px; top: 8px; display: grid; place-items: center; color: currentColor; opacity: .065; pointer-events: none; transition: opacity .32s var(--ease-standard), transform .45s var(--ease-out); }
.about-v2-principle-illustration svg { width: 92px; height: 92px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.about-v2-principles-grid h3 { margin-top: 28px; }
.about-v2-principles-grid article > b { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--brand); transform: scaleY(.18); transform-origin: top; transition: transform .4s var(--ease-out); }
.about-v2-principles-grid article:hover { background: var(--brand-deep); color: #fff; }
.about-v2-principles-grid article:hover p, .about-v2-principles-grid article:hover .about-v2-card-top span { color: #fff; }
.about-v2-principles-grid article:hover .about-v2-principle-illustration { opacity: .16; transform: translate(-5px, 5px) scale(1.06); }
.about-v2-principles-grid article:hover .about-v2-card-top i { background: #fff; transform: scaleX(1.55); }
.about-v2-principles-grid article:hover > b { transform: scaleY(1); background: #fff; }
.about-v2-official { padding-block: clamp(52px, 5.5vw, 78px); background: var(--surface); }
.about-v2-official-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: stretch; border: 1px solid var(--line); }
.about-v2-official-name { min-height: 260px; padding: clamp(28px, 3.4vw, 44px); display: flex; flex-direction: column; background: var(--brand-deep); color: #fff; }
.about-v2-official-name > span { font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.about-v2-official-name strong { margin-top: 10px; font-family: var(--font-display); font-size: clamp(40px, 4.2vw, 60px); font-weight: 500; line-height: .95; }
.about-v2-official-name p { max-width: 470px; margin: auto 0 0; color: rgba(255,255,255,.76); }
.about-v2-official-grid dl { margin: 0; padding: clamp(20px, 2.6vw, 34px); background: var(--surface-2); }
.about-v2-official-grid dl > div { min-height: 70px; padding: 14px 0; display: grid; grid-template-columns: minmax(140px, .42fr) minmax(0, 1fr); gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.about-v2-official-grid dl > div:first-child { border-top: 1px solid var(--line); }
.about-v2-official-grid dt { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.about-v2-official-grid dd { margin: 0; font-family: var(--font-display); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.24; }
.final-cta.about-v2-cta { padding: 90px max(32px, calc((100vw - 1080px) / 2)); display: block; background: var(--surface-2); color: var(--ink); text-align: center; border-top: 1px solid var(--line); }
.final-cta.about-v2-cta::before { left: 50%; transform: translateX(-50%); }
.final-cta.about-v2-cta::after { display: none; }
.about-v2-cta-copy { min-width: 0; }
.final-cta.about-v2-cta .eyebrow { width: fit-content; margin: 0 auto 22px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.final-cta.about-v2-cta .eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; display: block; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.final-cta.about-v2-cta h2 { max-width: 900px; margin: 0 auto 20px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; }
.final-cta.about-v2-cta p { max-width: 620px; margin: 0 auto 28px; color: var(--muted); }
.about-v2-cta-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.about-v2-cta-actions .button { width: 430px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; }
.final-cta.about-v2-cta .button.primary { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.final-cta.about-v2-cta .button.primary:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.about-v2-cta-phone { min-width: 430px; min-height: 52px; padding: 11px 14px 11px 18px; display: flex; align-items: center; gap: 18px; background: var(--brand-deep); color: #fff; text-align: left; transition: transform .32s var(--ease-out), background .32s var(--ease-standard); }
.about-v2-cta-phone > span { max-width: 120px; font-size: 9px; font-weight: 850; line-height: 1.28; letter-spacing: .11em; text-transform: uppercase; }
.about-v2-cta-phone strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.about-v2-cta-phone i { width: 32px; height: 32px; margin-left: auto; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--font-sans); font-size: 15px; font-style: normal; transition: transform .32s var(--ease-out), background .32s var(--ease-standard); }
.about-v2-cta-phone:hover { background: var(--brand); transform: translateY(-3px); }
.about-v2-cta-phone:hover i { background: #fff; color: var(--brand-deep); transform: rotate(45deg); }
:root[data-theme="dark"] .about-v2-outcomes span,
:root[data-theme="dark"] .about-v2-card-top span { color: var(--brand); }

.team-page-hero { max-width: var(--max); min-height: min(720px, calc(100svh - 88px)); margin: auto; padding: clamp(56px, 7vw, 96px) 32px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: clamp(56px, 8vw, 124px); align-items: center; border-bottom: 1px solid var(--line); }
.team-page-hero-copy { min-width: 0; }
.team-page-hero .eyebrow, .team-page-section .eyebrow { width: fit-content; margin-bottom: 22px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.team-page-hero .eyebrow::before, .team-page-section .eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.team-page-hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(52px, 5.4vw, 78px); line-height: .94; }
.team-page-hero h1 span, .team-page-hero h1 em { display: block; font-style: normal; }
.team-page-hero h1 em { color: var(--brand); }
.team-page-hero-copy > p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.64; }
.team-page-hero-action { width: fit-content; margin-top: 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.team-page-hero-action small { padding-left: 2px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.team-page-hero-panel { min-height: 540px; padding: clamp(30px, 3vw, 42px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; background: radial-gradient(circle at 92% 88%, color-mix(in srgb, var(--brand) 5%, transparent), transparent 34%), var(--surface); border: 1px solid var(--line); box-shadow: 0 28px 72px color-mix(in srgb, var(--ink) 10%, transparent); }
.team-page-hero-panel::before { content: ""; position: absolute; z-index: -1; inset: 14px; border: 1px solid var(--line); }
.team-page-hero-panel::after { content: ""; position: absolute; z-index: -1; left: 14px; top: 14px; width: 84px; height: 3px; background: var(--brand); }
.team-page-hero-panel > img { position: absolute; z-index: -1; right: -112px; bottom: -138px; width: 350px; height: auto; opacity: .032; transform: rotate(-5deg); }
.team-page-hero-panel .team-page-icon-dark { display: none; }
:root[data-theme="dark"] .team-page-hero-panel .team-page-icon-light { display: none; }
:root[data-theme="dark"] .team-page-hero-panel .team-page-icon-dark { display: block; }
.team-page-hero-panel > span { color: var(--brand); font-size: 8px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.team-page-hero-panel > strong { max-width: 540px; margin: 0; padding: 14px 0; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; font-family: var(--font-display); font-size: clamp(28px, 2.25vw, 35px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.team-page-hero-panel > strong span, .team-page-hero-panel > strong em { display: block; font-style: normal; }
.team-page-hero-panel > strong em { color: inherit; }
.team-page-experience-scale { margin-top: 0; position: relative; }
.team-page-experience-scale::before { content: ""; width: 1px; position: absolute; z-index: -1; left: 19px; top: 20px; bottom: 20px; background: color-mix(in srgb, var(--brand) 36%, var(--line)); transform-origin: top; }
.team-page-experience-scale > div { min-height: 43px; padding: 5px 0; position: relative; display: grid; grid-template-columns: 38px 112px minmax(0, 1fr); align-items: center; gap: 10px; transition: transform .3s var(--ease-out); }
.team-page-experience-scale > div::after { content: ""; height: 1px; position: absolute; left: 51px; right: 0; bottom: 0; background: color-mix(in srgb, var(--line) 68%, transparent); }
.team-page-experience-scale > div:last-child::after { display: none; }
.team-page-experience-scale > div > i { width: 36px; height: 36px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid color-mix(in srgb, #fff 32%, var(--brand)); border-radius: 50%; background: var(--brand-deep); color: #fff; box-shadow: 0 0 0 4px var(--surface), 0 7px 18px color-mix(in srgb, var(--brand) 16%, transparent); font-style: normal; transition: transform .3s var(--ease-out), background .3s var(--ease-standard), box-shadow .3s var(--ease-standard); }
.team-page-experience-scale > div > i svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.team-page-experience-scale > div > i > span { font-family: var(--font-display); font-size: 22px; line-height: 1; }
.team-page-experience-scale b { min-width: 0; height: 100%; justify-self: start; align-self: stretch; display: flex; flex-direction: column; justify-content: center; color: var(--ink); font-family: var(--font-display); font-weight: 500; line-height: 1; text-align: left; }
.team-page-experience-scale b strong { display: block; font-size: 23px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.team-page-experience-scale b em { margin-top: 2px; display: block; font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .11em; }
.team-page-experience-scale > div:nth-child(5) b strong { font-size: 23px; letter-spacing: -.055em; }
.team-page-experience-scale small { max-width: none; justify-self: end; align-self: center; color: color-mix(in srgb, var(--ink) 78%, var(--muted)); font-size: 11px; font-weight: 650; line-height: 1.25; text-align: right; white-space: nowrap; }
.team-page-experience-scale .is-infinite { min-height: 52px; column-gap: 16px; }
.team-page-experience-scale .is-infinite b em { margin-top: 0; margin-left: -3px; color: var(--brand); font-size: 14.5px; line-height: 1; letter-spacing: .075em; }
.team-page-experience-scale > div:hover { transform: translateX(5px); }
.team-page-experience-scale > div:hover > i { background: var(--brand); box-shadow: 0 0 0 4px var(--surface), 0 10px 24px color-mix(in srgb, var(--brand) 25%, transparent); transform: scale(1.06); }
.team-page-section { padding: clamp(72px, 8vw, 112px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.team-page-section-head { margin-bottom: clamp(38px, 5vw, 64px); display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.team-page-section-head > div { flex: 0 0 auto; }
.team-page-section-head .eyebrow { margin: 0; }
.team-page-section-head h2 { max-width: 1050px; margin: 0; font-family: var(--font-display); font-size: var(--section-heading-size); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.team-page-members { background: var(--surface-2); border-bottom: 1px solid var(--line); }
.team-page-members .team-cards { grid-template-columns: 1fr; gap: clamp(24px, 3.2vw, 44px); }
.team-page-members .team-card { display: grid; grid-template-columns: minmax(330px, .36fr) minmax(0, .64fr); grid-template-rows: auto auto; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 22px 60px color-mix(in srgb, var(--ink) 7%, transparent); }
.team-page-members .team-photo-flip { min-height: 100%; grid-column: 1; grid-row: 1; aspect-ratio: auto; }
.team-page-members .team-card-caption { min-height: 92px; padding: 21px 8px 18px; grid-column: 1; grid-row: 2; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--line); }
.team-page-members .team-card-caption h3 { margin: 0 0 5px; font-size: clamp(27px, 2.4vw, 36px); }
.team-page-members .team-card-caption p { margin: 0; }
.team-member-details { min-height: 100%; padding: clamp(34px, 3.4vw, 52px); position: relative; isolation: isolate; grid-column: 2; grid-row: 1; display: flex; flex-direction: column; background: var(--surface); border-left: 1px solid var(--line); text-align: left; }
.team-member-details::after { display: none; }
.team-page-members .team-member-heading { min-height: 112px; padding-right: 96px; position: relative; border-bottom: 0; text-align: left; }
.team-page-members .team-member-heading h3 { width: fit-content; max-width: 100%; margin: 0; position: relative; isolation: isolate; font-family: var(--font-display); font-size: clamp(36px, 3.1vw, 50px); font-weight: 500; line-height: .94; letter-spacing: -.04em; white-space: nowrap; }
.team-page-members .team-member-heading h3 > span { position: relative; z-index: 1; white-space: nowrap; }
.team-page-members .team-member-heading p { min-height: 56px; margin: 0; display: flex; align-items: center; color: var(--brand); font-size: 10px; font-weight: 850; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
.team-member-heading-mark { width: 224px; aspect-ratio: 1; position: absolute; right: -118px; top: -134px; display: block; border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--ink) 2.8%, transparent), 0 0 0 68px color-mix(in srgb, var(--ink) 1.6%, transparent); opacity: .56; transition: border-color .42s var(--ease-standard), box-shadow .42s var(--ease-standard), opacity .42s var(--ease-standard), transform .62s var(--ease-out); pointer-events: none; }
.team-page-members .team-member-heading h3:hover ~ .team-member-heading-mark { border-color: color-mix(in srgb, var(--brand) 34%, transparent); box-shadow: 0 0 0 34px color-mix(in srgb, var(--brand) 4.5%, transparent), 0 0 0 68px color-mix(in srgb, var(--brand) 2.2%, transparent); opacity: .82; transform: translate(-9px, 9px) scale(1.08); }
.team-member-lead { min-height: 58px; max-width: none; margin: 0 0 18px; padding: 15px 0; position: relative; display: flex; align-items: center; justify-content: flex-end; border-block: 1px solid var(--line); font-family: "Snell Roundhand", "Segoe Script", "Bradley Hand", cursive; font-size: clamp(13px, 1.08vw, 16px); font-weight: 700; line-height: 1.25; letter-spacing: .004em; text-align: right; white-space: nowrap; -webkit-text-stroke: .28px currentColor; text-shadow: .2px 0 currentColor; }
.team-member-lead::before { display: none; }
.team-member-biography { position: relative; }
.team-member-biography article { padding: 21px 14px 21px 0; position: relative; isolation: isolate; display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: clamp(20px, 2.1vw, 32px); border-bottom: 1px solid var(--line); transition: background .34s var(--ease-standard); }
.team-member-biography article::before { content: ""; width: 3px; position: absolute; z-index: -1; left: -14px; top: 0; bottom: 100%; background: var(--brand); transition: bottom .42s var(--ease-out); }
.team-member-biography article:last-child { border-bottom: 0; }
.team-member-biography article:hover { background: color-mix(in srgb, var(--brand) 4.5%, transparent); }
.team-member-biography article:hover::before { bottom: 0; }
.team-member-biography-icon { width: 72px; height: 72px; position: absolute; z-index: -1; right: 10px; top: 50%; display: grid; place-items: center; color: var(--ink); opacity: .07; transform: translateY(-50%); transition: color .34s var(--ease-standard), opacity .34s var(--ease-standard), transform .45s var(--ease-out); pointer-events: none; }
.team-member-biography-icon svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.team-member-biography article:hover .team-member-biography-icon { color: var(--brand); opacity: .13; transform: translate(-7px, -50%) scale(1.06); }
.team-member-biography span, .team-member-principle > span { display: flex; align-items: flex-start; gap: 9px; color: var(--brand); font-size: 8px; font-weight: 850; line-height: 1.25; letter-spacing: .15em; text-transform: uppercase; }
.team-member-biography span::before { content: ""; width: 7px; height: 7px; margin-top: 1px; flex: 0 0 auto; border: 1px solid var(--brand); transform: rotate(45deg); }
.team-page-members .team-member-biography p { max-width: 900px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.56; text-align: justify; text-wrap: wrap; text-align-last: left; text-justify: inter-word; hyphens: auto; }
.team-member-principle { min-height: 112px; padding: 18px clamp(32px, 4.3vw, 66px) 16px; position: relative; isolation: isolate; grid-column: 1 / -1; grid-row: 2; overflow: hidden; background: linear-gradient(105deg, color-mix(in srgb, var(--brand) 25%, var(--surface)) 0%, color-mix(in srgb, var(--brand) 9%, var(--surface)) 43%, var(--surface) 100%); border-top: 1px solid color-mix(in srgb, var(--brand) 38%, var(--line)); box-shadow: inset 0 1px 0 color-mix(in srgb, var(--brand) 11%, transparent); }
.team-member-principle::before { content: ""; width: 3px; position: absolute; left: 0; top: 0; bottom: 0; background: var(--brand); }
.team-member-principle::after { content: "“"; position: absolute; z-index: -1; right: 30px; top: -28px; color: color-mix(in srgb, var(--brand) 8%, transparent); font-family: var(--font-display); font-size: 168px; line-height: 1; pointer-events: none; transition: transform .55s var(--ease-out), color .4s var(--ease-standard); }
.team-member-principle > span { width: fit-content; padding-bottom: 7px; position: relative; }
.team-member-principle > span::after { content: ""; height: 1px; position: absolute; left: 0; right: 52%; bottom: 0; background: var(--brand); transition: right .42s var(--ease-out); }
.team-member-principle blockquote { max-width: none; margin: 8px 0 11px; font-family: var(--font-display); font-size: clamp(15px, 1.35vw, 20px); font-weight: 500; line-height: 1.2; letter-spacing: -.01em; text-align: left; white-space: nowrap; }
.team-member-principle > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.team-member-principle small { position: relative; color: color-mix(in srgb, var(--ink) 72%, var(--muted)); font-size: 8px; font-weight: 850; line-height: 1; letter-spacing: .14em; text-transform: uppercase; }
.team-member-principle small + small::before { content: "·"; position: absolute; left: -11px; color: var(--brand); }
.team-member-principle:hover::after { color: color-mix(in srgb, var(--brand) 13%, transparent); transform: translate(-8px, 5px) rotate(-3deg); }
.team-member-principle:hover > span::after { right: 0; }
.team-page-work { background: var(--bg); }
.team-page-work-grid { padding: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: color-mix(in srgb, var(--line) 72%, var(--surface)); box-shadow: 0 24px 70px color-mix(in srgb, var(--ink) 7%, transparent); }
.team-page-work-grid article { min-height: 430px; padding: clamp(32px, 3.4vw, 48px) clamp(28px, 2.8vw, 42px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; background: var(--surface); transition: background .42s var(--ease-standard), color .42s var(--ease-standard), box-shadow .42s var(--ease-standard); }
.team-page-work-grid article:last-child { border-right: 0; }
.team-page-work-grid article::before { content: ""; width: 86px; height: 3px; position: absolute; z-index: 2; left: 0; top: 0; background: var(--brand); transform: scaleX(.42); transform-origin: left; transition: transform .5s var(--ease-out); }
.team-page-work-grid article::after { content: ""; width: 270px; aspect-ratio: 1; position: absolute; z-index: -1; right: -180px; bottom: -172px; border: 1px solid color-mix(in srgb, var(--ink) 13%, transparent); border-radius: 50%; box-shadow: 0 0 0 46px color-mix(in srgb, var(--ink) 2.4%, transparent), 0 0 0 92px color-mix(in srgb, var(--ink) 1.3%, transparent); transition: transform .72s var(--ease-out), border-color .42s var(--ease-standard), box-shadow .42s var(--ease-standard); }
.team-page-work-meta { min-height: 76px; display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-items: center; gap: 16px; }
.team-page-work-meta > i { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); border-radius: 50%; color: var(--brand); font-style: normal; transition: color .36s var(--ease-standard), border-color .36s var(--ease-standard), transform .5s var(--ease-out); }
.team-page-work-meta svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.team-page-work-rule { height: 1px; margin: 27px 0 0; position: relative; overflow: hidden; background: var(--line); }
.team-page-work-rule span { position: absolute; inset: 0 100% 0 0; background: var(--brand); transition: right .55s var(--ease-out); }
.team-page-work-grid h3 { min-width: 0; margin: 0; font-family: var(--font-display); font-size: clamp(29px, 2.55vw, 38px); font-weight: 500; line-height: .94; letter-spacing: -.035em; }
.team-page-work-grid h3 span { display: block; }
.team-page-work-grid p { width: 100%; min-height: 171px; max-width: 420px; margin: auto 0; color: var(--muted); font-size: 14px; line-height: 1.68; text-align: justify; text-wrap: wrap; text-align-last: left; hyphens: auto; transition: color .38s var(--ease-standard); }
.team-page-work-ghost { position: absolute; z-index: -1; right: 22px; bottom: -30px; color: color-mix(in srgb, var(--ink) 3.5%, transparent); font-family: var(--font-display); font-size: 164px; font-weight: 500; line-height: 1; letter-spacing: -.09em; pointer-events: none; transition: color .42s var(--ease-standard), transform .72s var(--ease-out); }
.team-page-work-grid article:hover { z-index: 1; background: color-mix(in srgb, var(--brand) 7%, var(--surface)); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 28%, transparent); }
.team-page-work-grid article:hover::before { transform: scaleX(1); }
.team-page-work-grid article:hover::after { border-color: color-mix(in srgb, var(--brand) 24%, transparent); box-shadow: 0 0 0 46px color-mix(in srgb, var(--brand) 3%, transparent), 0 0 0 92px color-mix(in srgb, var(--brand) 1.6%, transparent); transform: translate(-16px, -16px) scale(1.06); }
.team-page-work-grid article:hover .team-page-work-rule span { right: 0; }
.team-page-work-grid article:hover .team-page-work-meta > i { border-color: var(--brand); transform: rotate(8deg); }
.team-page-work-grid article:hover .team-page-work-ghost { color: color-mix(in srgb, var(--brand) 7%, transparent); transform: translate(-8px, -6px); }
.team-page-contact { background: var(--surface-2); color: var(--ink); }

.practice-index-hero { max-width: var(--max); min-height: min(720px, calc(100svh - 88px)); margin: auto; padding: clamp(56px, 7vw, 96px) 32px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: clamp(56px, 8vw, 124px); align-items: center; border-bottom: 1px solid var(--line); }
.practice-index-hero-copy { min-width: 0; }
.practice-index-hero .eyebrow, .practice-index-section .eyebrow { width: fit-content; margin-bottom: 22px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.practice-index-hero .eyebrow::before, .practice-index-section .eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.practice-index-hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(46px, 4.6vw, 72px); line-height: .94; letter-spacing: -.045em; overflow-wrap: normal; }
.practice-index-hero h1 span, .practice-index-hero h1 em { display: block; font-style: normal; white-space: nowrap; }
.practice-index-hero h1 em { color: var(--brand); }
.home-hero-copy h1 em, .about-v2-hero h1 em, .team-page-hero h1 em, .practice-index-hero h1 em { margin-top: .08em; }
.practice-index-hero-copy > p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.64; }
.practice-index-hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.practice-index-hero-actions > a { padding: 13px 0; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: color .24s var(--ease-standard), border-color .24s var(--ease-standard); }
.practice-index-hero-actions > a span { color: var(--brand); font-size: 16px; transition: transform .28s var(--ease-out); }
.practice-index-hero-actions > a:hover { color: var(--ink); border-color: var(--brand); }
.practice-index-hero-actions > a:hover span { transform: translateY(4px); }
.practice-index-directory { min-height: 540px; padding: clamp(28px, 3vw, 42px); position: relative; isolation: isolate; overflow: hidden; background: var(--surface); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 24px 64px color-mix(in srgb, var(--ink) 9%, transparent); }
.practice-index-directory::before { content: ""; position: absolute; z-index: -1; inset: 14px; border: 1px solid var(--line); pointer-events: none; }
.practice-index-directory > img { position: absolute; z-index: -1; right: -90px; bottom: -125px; width: 330px; height: auto; opacity: .045; transform: rotate(-5deg); pointer-events: none; }
.practice-index-directory .practice-index-directory-icon-dark { display: none; }
:root[data-theme="dark"] .practice-index-directory .practice-index-directory-icon-light { display: none; }
:root[data-theme="dark"] .practice-index-directory .practice-index-directory-icon-dark { display: block; }
.practice-index-directory-head { min-height: 72px; display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.practice-index-directory-head span { color: var(--brand); font-family: var(--font-display); font-size: 18px; }
.practice-index-directory-head small { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.practice-index-directory nav { border-bottom: 1px solid var(--line); }
.practice-index-directory nav a { min-height: 88px; padding: 18px 0; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto 24px; gap: 14px; align-items: center; border-top: 1px solid var(--line); transition: padding .3s var(--ease-out), background .3s var(--ease-standard); }
.practice-index-directory nav a > span { color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.practice-index-directory nav strong { max-width: 320px; font-family: var(--font-display); font-size: clamp(23px, 2vw, 30px); font-weight: 500; line-height: 1.03; letter-spacing: -.025em; }
.practice-index-directory nav small { max-width: 142px; color: var(--muted); font-size: 8px; font-weight: 850; line-height: 1.25; letter-spacing: .11em; text-align: right; text-transform: uppercase; }
.practice-index-directory nav b { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-size: 12px; transition: transform .28s var(--ease-out), background .28s var(--ease-standard), color .28s var(--ease-standard); }
.practice-index-directory nav a:hover { padding-inline: 10px; background: var(--surface-2); }
.practice-index-directory nav a:hover b { background: var(--ink); color: var(--bg); transform: translateY(3px); }
.practice-index-section { padding: clamp(72px, 8vw, 112px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.practice-index-heading { margin-bottom: clamp(38px, 5vw, 64px); display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.practice-index-heading > div { flex: 0 0 auto; }
.practice-index-heading .eyebrow { margin: 0; }
.practice-index-heading h2 { max-width: 1040px; margin: 0; font-family: var(--font-display); font-size: var(--section-heading-size); font-weight: 500; line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.practice-index-catalog { background: var(--surface-2); scroll-margin-top: 96px; }
.practice-index-list { display: grid; gap: 18px; }
.practice-index-card { min-width: 0; padding: clamp(34px, 4.2vw, 62px); position: relative; overflow: hidden; display: grid; grid-template-columns: 72px minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(28px, 4.5vw, 72px); align-items: stretch; background: var(--surface); border: 1px solid var(--line); scroll-margin-top: 112px; box-shadow: 0 16px 38px color-mix(in srgb, var(--ink) 5%, transparent); transition: transform .35s var(--ease-out), border-color .35s var(--ease-standard), box-shadow .35s var(--ease-standard); }
.practice-index-card::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 0; background: var(--brand); transition: height .45s var(--ease-out); }
.practice-index-card::after { content: attr(data-number); position: absolute; left: 25%; bottom: -54px; color: var(--ink); font-family: var(--font-display); font-size: 190px; line-height: 1; opacity: .018; pointer-events: none; }
.practice-index-card:hover { z-index: 1; border-color: color-mix(in srgb, var(--brand) 36%, var(--line)); box-shadow: 0 24px 60px color-mix(in srgb, var(--ink) 8%, transparent); transform: translateY(-4px); }
.practice-index-card:hover::before { height: 100%; }
.practice-index-card-index { padding-right: 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border-right: 1px solid var(--line); }
.practice-index-card-index > span { color: var(--brand); font-family: var(--font-display); font-size: 23px; }
.practice-index-card-index small { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.practice-index-card-copy { min-width: 0; display: flex; flex-direction: column; }
.practice-index-card h3 { margin: 0 0 28px; }
.practice-index-card h3 a { display: grid; grid-template-columns: minmax(0, 1fr) 34px; gap: 20px; align-items: start; }
.practice-index-card h3 span { max-width: 620px; font-family: var(--font-display); font-size: clamp(40px, 4.4vw, 66px); font-weight: 500; line-height: .94; letter-spacing: -.045em; }
.practice-index-card h3 b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); font-size: 17px; transition: transform .3s var(--ease-out), background .3s var(--ease-standard); }
.practice-index-card h3 a:hover { color: var(--brand); }
.practice-index-card h3 a:hover b { background: var(--brand); color: #fff; transform: rotate(45deg); }
.practice-index-card-copy > p { max-width: 670px; margin: 0 0 32px; color: var(--muted); font-size: 15.5px; line-height: 1.68; text-align: justify; text-wrap: wrap; text-align-last: left; hyphens: auto; }
.practice-index-card-action { width: fit-content; margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.practice-index-card-action b { color: var(--brand); font-size: 16px; transition: transform .3s var(--ease-out); }
.practice-index-card-action:hover { color: var(--brand); }
.practice-index-card-action:hover b { transform: translate(4px, -4px); }
.practice-index-spheres { align-self: stretch; padding-left: clamp(28px, 3.5vw, 54px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.practice-index-spheres > span { padding: 0 0 15px; display: block; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.practice-index-spheres a { min-height: 58px; padding: 13px 0; display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 16px; align-items: center; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.3; transition: color .24s var(--ease-standard), padding .24s var(--ease-out); }
.practice-index-spheres a:last-child { border-bottom: 1px solid var(--line); }
.practice-index-spheres a b { color: var(--brand); opacity: .55; transform: translateX(-3px); transition: opacity .24s var(--ease-standard), transform .24s var(--ease-out); }
.practice-index-spheres a:hover { padding-left: 9px; color: var(--brand); }
.practice-index-spheres a:hover b { opacity: 1; transform: translateX(2px); }
.practice-index-choice { position: relative; background: var(--bg); border-top: 1px solid var(--line); }
.practice-index-choice::before { content: ""; position: absolute; z-index: 2; left: 50%; top: -1px; width: 92px; height: 4px; background: var(--brand); transform: translateX(-50%); }
.practice-index-choice-panel { min-height: 320px; padding: clamp(38px, 5vw, 70px); position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); gap: clamp(44px, 8vw, 120px); align-items: center; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 18px 48px color-mix(in srgb, var(--ink) 6%, transparent); }
.practice-index-choice-panel::before, .practice-index-choice-panel::after { content: ""; position: absolute; z-index: 1; width: 76px; height: 22px; pointer-events: none; transition: width .55s var(--ease-out); }
.practice-index-choice-panel::before { left: -1px; top: -1px; background: linear-gradient(var(--brand), var(--brand)) left top / 100% 2px no-repeat, linear-gradient(var(--brand), var(--brand)) left top / 2px 22px no-repeat; }
.practice-index-choice-panel::after { right: -1px; bottom: -1px; background: linear-gradient(var(--brand), var(--brand)) right bottom / 100% 2px no-repeat, linear-gradient(var(--brand), var(--brand)) right bottom / 2px 22px no-repeat; }
.practice-index-choice-panel:hover::before, .practice-index-choice-panel:hover::after { width: min(34%, 240px); }
.practice-index-choice-copy { position: relative; z-index: 2; }
.practice-index-choice-copy .eyebrow { margin-bottom: 24px; }
.practice-index-choice-copy h2 { max-width: 820px; margin: 0 0 22px; font-family: var(--font-display); font-size: clamp(42px, 4.8vw, 68px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.practice-index-choice-copy > p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.62; }
.practice-index-choice-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.practice-index-choice-actions .button { width: 100%; min-height: 64px; display: inline-flex; align-items: center; justify-content: center; }
.practice-index-choice-actions > a { min-height: 64px; padding: 11px 14px 11px 18px; display: grid; grid-template-columns: minmax(100px, .6fr) minmax(190px, 1fr) 32px; gap: 14px; align-items: center; background: var(--brand-deep); color: #fff; transition: background .25s var(--ease-standard), transform .25s var(--ease-out); }
.practice-index-choice-actions > a span { font-size: 9px; font-weight: 850; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; }
.practice-index-choice-actions > a strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; white-space: nowrap; }
.practice-index-choice-actions > a b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.practice-index-choice-actions > a:hover { background: var(--brand); transform: translateY(-3px); }

.publications-page-hero { max-width: var(--max); min-height: min(720px, calc(100svh - 88px)); margin: auto; padding: clamp(56px, 7vw, 96px) 32px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: clamp(56px, 8vw, 124px); align-items: center; border-bottom: 1px solid var(--line); }
.publications-page-hero-copy { min-width: 0; }
.publications-page-hero .eyebrow, .publications-page-section .eyebrow { width: fit-content; margin-bottom: 22px; padding: 8px 12px 8px 10px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 999px; color: var(--muted); line-height: 1; }
.publications-page-hero .eyebrow::before, .publications-page-section .eyebrow::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.publications-page-hero h1 { max-width: 860px; margin-bottom: 30px; font-size: clamp(46px, 4.6vw, 72px); line-height: .94; letter-spacing: -.045em; overflow-wrap: normal; }
.publications-page-hero h1 span, .publications-page-hero h1 em { display: block; font-style: normal; }
.publications-page-hero h1 em { margin-top: .08em; color: var(--brand); }
.publications-page-hero-copy > p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.7; }
.publications-page-hero-panel { min-height: 540px; padding: clamp(34px, 4vw, 58px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 28px 72px color-mix(in srgb, var(--ink) 10%, transparent); }
.publications-page-hero-panel::before { content: ""; position: absolute; z-index: -2; inset: 14px; border: 1px solid color-mix(in srgb, var(--ink) 13%, transparent); pointer-events: none; }
.publications-page-hero-panel::after { content: ""; width: 390px; aspect-ratio: 1; position: absolute; z-index: -1; right: -112px; bottom: -104px; background: url('../images/icon-light.png') center / contain no-repeat; opacity: .035; filter: grayscale(1); pointer-events: none; }
:root[data-theme="dark"] .publications-page-hero-panel::after { background-image: url('../images/icon-dark.png'); opacity: .045; }
.publications-page-hero-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.publications-page-hero-panel-head i { width: 82px; height: 2px; background: var(--brand); transform-origin: right; transition: transform .48s var(--ease-out); }
.publications-page-hero-statement { margin: 42px 0; display: grid; }
.publications-page-hero-statement > button { min-height: 82px; padding: 0; position: relative; overflow: hidden; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); cursor: default; perspective: 900px; transition: background .42s var(--ease-standard); }
.publications-page-hero-statement > button:first-child { border-top: 1px solid var(--line); }
.publications-page-hero-statement > button::after { content: ""; width: 34px; height: 2px; position: absolute; bottom: -1px; background: var(--brand); opacity: .68; transition: width .68s var(--ease-out), left .82s var(--ease-out); }
.publications-page-hero-statement > button.is-left::after { left: 0; }
.publications-page-hero-statement > button.is-center::after { left: 50%; transform: translateX(-50%); }
.publications-page-hero-statement > button.is-right::after { left: calc(100% - 34px); }
.publications-page-hero-statement > button:hover, .publications-page-hero-statement > button:focus { background: color-mix(in srgb, var(--brand) 4%, transparent); outline: none; }
.publications-page-hero-statement > button:hover::after, .publications-page-hero-statement > button:focus::after, .publications-page-hero-statement.is-auto-revealed > button::after { width: 92px; }
.publications-page-hero-statement > button.is-left:hover::after, .publications-page-hero-statement > button.is-left:focus::after, .publications-page-hero-statement.is-auto-revealed > button.is-left::after { left: calc(100% - 92px); }
.publications-page-hero-statement > button.is-right:hover::after, .publications-page-hero-statement > button.is-right:focus::after, .publications-page-hero-statement.is-auto-revealed > button.is-right::after { left: 0; }
.publications-page-hero-statement span, .publications-page-hero-statement em { position: absolute; inset: 0; display: flex; align-items: center; font-family: var(--font-editorial); font-size: clamp(29px, 2.7vw, 42px); font-weight: 500; line-height: .94; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; backface-visibility: hidden; }
.publications-page-hero-statement em { color: var(--brand); font-style: normal; }
.publications-page-hero-statement .is-left span { justify-content: flex-start; }
.publications-page-hero-statement .is-left em { justify-content: flex-end; }
.publications-page-hero-statement .is-center span, .publications-page-hero-statement .is-center em { justify-content: center; }
.publications-page-hero-statement .is-right span { justify-content: flex-end; }
.publications-page-hero-statement .is-right em { justify-content: flex-start; }
.publications-page-hero-statement .is-fade span { opacity: 1; transform: translateY(0); transition: opacity .68s var(--ease-standard), transform .82s var(--ease-out); }
.publications-page-hero-statement .is-fade em { opacity: 0; transform: translateY(12px); transition: opacity .68s var(--ease-standard), transform .82s var(--ease-out); }
.publications-page-hero-statement .is-fade:hover span, .publications-page-hero-statement .is-fade:focus span, .publications-page-hero-statement.is-auto-revealed .is-fade span { opacity: 0; transform: translateY(-12px); }
.publications-page-hero-statement .is-fade:hover em, .publications-page-hero-statement .is-fade:focus em, .publications-page-hero-statement.is-auto-revealed .is-fade em { opacity: 1; transform: translateY(0); }
.publications-page-hero-statement .is-flip span { transform: rotateX(0); transform-origin: center bottom; transition: opacity .44s var(--ease-standard), transform .78s var(--ease-out); }
.publications-page-hero-statement .is-flip em { opacity: 0; transform: rotateX(-88deg); transform-origin: center top; transition: opacity .44s var(--ease-standard), transform .78s var(--ease-out); }
.publications-page-hero-statement .is-flip:hover span, .publications-page-hero-statement .is-flip:focus span, .publications-page-hero-statement.is-auto-revealed .is-flip span { opacity: 0; transform: rotateX(88deg); }
.publications-page-hero-statement .is-flip:hover em, .publications-page-hero-statement .is-flip:focus em, .publications-page-hero-statement.is-auto-revealed .is-flip em { opacity: 1; transform: rotateX(0); }
.publications-page-hero-standards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.publications-page-hero-standards span { min-height: 64px; padding: 0 14px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 8px; font-weight: 850; line-height: 1.35; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.publications-page-hero-standards span + span { border-left: 1px solid var(--line); }
.publications-page-hero-panel:hover .publications-page-hero-panel-head i { transform: scaleX(1.35); }
.publications-page-section { max-width: var(--max); margin: auto; padding: clamp(76px, 9vw, 126px) 32px; }
.publications-page-catalog { background: var(--surface); border-bottom: 1px solid var(--line); }
.publications-page-section-head { margin-bottom: clamp(38px, 5vw, 68px); display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.publications-page-section-head > div { flex: 0 0 auto; }
.publications-page-section-head .eyebrow { margin: 0; }
.publications-page-section-head h2 { max-width: 1040px; margin: 0; font-family: var(--font-display); font-size: var(--section-heading-size); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.publications-page-tools { margin-bottom: 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .34fr); gap: 20px; align-items: stretch; }
.publications-page-filters { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.publications-page-filters button { min-height: 44px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: background .25s var(--ease-standard), border-color .25s var(--ease-standard), color .25s var(--ease-standard), transform .25s var(--ease-out); }
.publications-page-filters button:hover { border-color: color-mix(in srgb, var(--brand) 50%, var(--line)); color: var(--ink); transform: translateY(-2px); }
.publications-page-filters button.is-active { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.publications-page-search { min-height: 54px; padding: 0 20px; display: grid; grid-template-columns: minmax(0, 1fr) 18px; grid-template-rows: auto auto; column-gap: 12px; align-content: center; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); transition: border-color .28s var(--ease-standard), box-shadow .28s var(--ease-standard); }
.publications-page-search:focus-within { border-color: color-mix(in srgb, var(--brand) 58%, var(--line)); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 7%, transparent); }
.publications-page-search span { color: var(--muted); font-size: 8px; font-weight: 850; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.publications-page-search input { min-width: 0; padding: 3px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.publications-page-search i { width: 14px; height: 14px; position: relative; grid-column: 2; grid-row: 1 / span 2; align-self: center; border: 1.5px solid currentColor; border-radius: 50%; opacity: .55; }
.publications-page-search i::after { content: ""; width: 6px; height: 1.5px; position: absolute; right: -4px; bottom: -2px; background: currentColor; transform: rotate(45deg); }
.publications-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.publications-page-card { min-height: 330px; padding: clamp(28px, 3vw, 42px); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; background: var(--bg); transition: background .36s var(--ease-standard), color .36s var(--ease-standard), box-shadow .36s var(--ease-standard); }
.publications-page-card::after { content: ""; width: 190px; aspect-ratio: 1; position: absolute; z-index: -1; left: -132px; bottom: -120px; border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--brand) 2.5%, transparent); transition: transform .56s var(--ease-out); }
.publications-page-card:nth-child(odd) { background: var(--bg); }
.publications-page-card:nth-child(even) { background: var(--surface-2); }
.publications-page-card:not(.is-tone-alternate) { background: var(--bg); }
.publications-page-card.is-tone-alternate { background: var(--surface-2); }
.publications-page-card.is-featured { min-height: 390px; grid-column: span 2; }
.publications-page-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.publications-page-card-meta span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.publications-page-card-meta small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
.publications-page-card-content { width: 100%; min-height: 190px; margin: auto 0; padding: 28px 0; position: relative; flex: 1; display: grid; place-items: center; perspective: 900px; }
.publications-page-card-content h3,
.publications-page-card-content p { width: 100%; max-width: 660px; grid-area: 1 / 1; backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: opacity .34s var(--ease-standard), transform .62s var(--ease-out); }
.publications-page-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(27px, 2.45vw, 37px); font-weight: 500; line-height: calc(1.04em + 2px); letter-spacing: -.035em; text-align: center; text-wrap: balance; transform: rotateX(0); }
.publications-page-card.is-featured h3 { font-size: clamp(34px, 3.5vw, 52px); line-height: calc(.98em + 3px); }
.publications-page-card-content p { margin: 0; overflow: hidden; display: -webkit-box; color: var(--muted); font-size: clamp(15px, 1.32vw, 18px); font-weight: 520; line-height: 1.58; text-align: center; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; opacity: 0; transform: rotateX(-88deg); }
.publications-page-card:hover .publications-page-card-content h3,
.publications-page-card:focus-within .publications-page-card-content h3 { opacity: 0; transform: rotateX(88deg); }
.publications-page-card:hover .publications-page-card-content p,
.publications-page-card:focus-within .publications-page-card-content p { opacity: 1; transform: rotateX(0); }
.publications-page-card-read { width: fit-content; min-height: 38px; margin-top: 22px; position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.publications-page-card-read::after { content: ""; height: 1px; position: absolute; right: 43px; bottom: 5px; left: 0; background: var(--brand); transform: scaleX(.28); transform-origin: left; transition: transform .34s var(--ease-out); }
.publications-page-card-read i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--brand) 42%, var(--line)); border-radius: 50%; color: var(--brand); font-style: normal; font-size: 15px; transition: color .3s var(--ease-standard), background .3s var(--ease-standard), border-color .3s var(--ease-standard), transform .36s var(--ease-out); }
.publications-page-card-read { align-self: flex-end; }
.publications-page-card-read:hover::after, .publications-page-card-read:focus-visible::after { transform: scaleX(1); }
.publications-page-card-read:hover i, .publications-page-card-read:focus-visible i { border-color: var(--brand); background: var(--brand); color: white; transform: rotate(45deg); }
.publications-page-card:hover { z-index: 1; background: color-mix(in srgb, var(--brand) 6%, var(--bg)); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 28%, transparent); }
.publications-page-card:hover::after { transform: translate(14px, -14px) scale(1.08); }
@media (prefers-reduced-motion: reduce) {
  .publications-page-card-content h3,
  .publications-page-card-content p { transform: none; transition-duration: .2s; }
}
.publications-page-pagination { min-height: 92px; padding-top: 32px; display: grid; grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr); gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.publications-page-pagination button { border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.publications-page-pagination-direction { width: fit-content; padding: 10px 0; display: inline-flex; align-items: center; gap: 12px; position: relative; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.publications-page-pagination-direction::after { content: ""; height: 1px; position: absolute; bottom: 5px; background: var(--brand); transform: scaleX(.32); transition: transform .34s var(--ease-out); }
.publications-page-pagination-direction.is-previous { justify-self: start; }
.publications-page-pagination-direction.is-previous::after { right: 0; left: 26px; transform-origin: right; }
.publications-page-pagination-direction.is-next { justify-self: end; }
.publications-page-pagination-direction.is-next::after { right: 26px; left: 0; transform-origin: left; }
.publications-page-pagination-direction i { color: var(--brand); font-style: normal; font-size: 17px; transition: transform .3s var(--ease-out); }
.publications-page-pagination-direction:hover::after, .publications-page-pagination-direction:focus-visible::after { transform: scaleX(1); }
.publications-page-pagination-direction.is-previous:hover i { transform: translateX(-4px); }
.publications-page-pagination-direction.is-next:hover i { transform: translateX(4px); }
.publications-page-pagination-direction:disabled { opacity: .28; cursor: default; }
.publications-page-pagination-direction:disabled::after { display: none; }
.publications-page-pagination-pages { display: flex; align-items: center; justify-content: center; gap: 6px; }
.publications-page-pagination-pages button, .publications-page-pagination-pages > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; color: var(--muted); font-family: var(--font-display); font-size: 17px; transition: border-color .28s var(--ease-standard), color .28s var(--ease-standard), background .28s var(--ease-standard), transform .28s var(--ease-out); }
.publications-page-pagination-pages button:hover { border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); color: var(--ink); transform: translateY(-2px); }
.publications-page-pagination-pages button.is-current { border-color: var(--brand); background: var(--brand); color: white; }
.publications-page-empty { min-height: 330px; padding: 48px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line); background: var(--bg); }
.publications-page-empty strong { font-family: var(--font-display); font-size: clamp(28px, 3vw, 42px); font-weight: 500; }
.publications-page-empty p { color: var(--muted); }
.publications-page-empty button { width: fit-content; margin: 12px auto 0; padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--brand); cursor: pointer; }
[data-publication-card][hidden], [data-publication-empty][hidden], [data-publication-pagination][hidden] { display: none !important; }
.publications-page-method { background: var(--bg); }
.publications-page-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 24px); background: transparent; }
.publications-page-method-grid article { min-height: 350px; padding: clamp(32px, 3.2vw, 48px); position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 58px; overflow: hidden; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 92%, var(--bg)); transition: background .3s var(--ease-standard), border-color .3s var(--ease-standard), transform .35s var(--ease-out); }
.publications-page-method-grid article::before { content: ""; position: absolute; top: 0; left: clamp(32px, 3.2vw, 48px); width: 58px; height: 3px; background: var(--brand); transition: width .45s var(--ease-out); }
.publications-page-method-grid article:hover { background: color-mix(in srgb, var(--brand) 5%, var(--surface)); }
.publications-page-method-grid article:hover { border-color: color-mix(in srgb, var(--brand) 34%, var(--line)); transform: translateY(-4px); }
.publications-page-method-grid article:hover::before { width: 104px; }
.publications-page-method-title { display: flex; flex-direction: column; align-items: flex-start; }
.publications-page-method-title span { color: var(--brand); font-family: var(--font-display); font-size: clamp(54px, 5vw, 76px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.publications-page-method-title i { width: 42px; height: 1px; margin: 23px 0 20px; background: color-mix(in srgb, var(--brand) 62%, var(--line)); }
.publications-page-method-grid h3 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 3vw, 46px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.publications-page-method-grid p { max-width: 360px; margin: 0; position: relative; z-index: 1; color: var(--muted); font-size: 14px; line-height: 1.72; text-align: justify; text-wrap: wrap; hyphens: auto; }
.publications-page-editorial-note { margin-top: clamp(22px, 2.2vw, 32px); padding: clamp(34px, 4.2vw, 60px); position: relative; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); gap: clamp(52px, 7vw, 108px); overflow: hidden; border: 1px solid var(--line); border-left: 3px solid var(--brand); background: linear-gradient(118deg, color-mix(in srgb, var(--brand) 12%, var(--surface)) 0%, var(--surface) 48%, var(--surface-2) 100%); }
.publications-page-editorial-watermark { position: absolute; left: clamp(24px, 3vw, 48px); bottom: -54px; color: var(--brand); font-family: var(--font-display); font-size: 210px; font-style: normal; line-height: 1; opacity: .055; pointer-events: none; }
.publications-page-editorial-copy { position: relative; z-index: 1; }
.publications-page-editorial-copy .eyebrow { margin-bottom: 30px; }
.publications-page-editorial-copy h3 { max-width: 720px; margin: 0 0 26px; color: #c62828; font-family: var(--font-display); font-size: clamp(38px, 4.15vw, 58px); font-weight: 700; line-height: .98; letter-spacing: -.04em; }
.publications-page-editorial-copy p { max-width: 740px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; text-align: justify; text-wrap: wrap; hyphens: auto; }

.home-about p,
.contrast-points li,
.situation-card p,
.process-track p,
.consult-intro > p,
.about-v2-principles-grid p,
.team-page-members .team-member-biography p,
.team-page-work-grid p,
.practice-index-card-copy > p,
.publications-page-method-grid p,
.publications-page-editorial-copy p {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  word-break: normal;
  overflow-wrap: normal;
}
.publications-page-editorial-points { position: relative; z-index: 1; align-self: end; border-top: 1px solid var(--line); }
.publications-page-editorial-points > div { padding: 18px 0; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 22px; border-bottom: 1px solid var(--line); }
.publications-page-editorial-points strong { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.publications-page-editorial-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.publications-page-contact { position: relative; }

.breadcrumbs { max-width: var(--max); margin: auto; padding: 22px 32px 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--muted); }
.crumb-group { display: contents; }
.page-hero { max-width: var(--max); margin: auto; padding: 64px 32px 72px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); gap: clamp(40px, 8vw, 130px); align-items: end; border-bottom: 1px solid var(--line); }
.hero-copy { min-width: 0; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 980px; margin: 0 0 28px; font-family: var(--font-display); font-size: clamp(46px, 6.3vw, 96px); line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.page-hero.sphere h1 { font-size: clamp(42px, 5.2vw, 78px); }
.hero-copy > p { max-width: 780px; margin: 0 0 15px; font-size: clamp(17px, 1.5vw, 21px); color: var(--muted); }
.button-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-aside { min-width: 0; padding: 24px; background: var(--surface-2); border-top: 3px solid var(--ink); }
.hero-aside > span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-aside > strong { display: block; font-family: var(--font-display); font-size: 26px; line-height: 1.15; margin: 10px 0; }
.hero-aside p { color: var(--muted); }
.intro-panel { max-width: var(--max); margin: auto; padding: 52px 32px; display: grid; grid-template-columns: 180px minmax(0, 820px); gap: 60px; border-bottom: 1px solid var(--line); }
.intro-panel p { margin: 0 0 16px; font-size: 18px; }
.section-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-layout { max-width: var(--max); margin: auto; padding: 72px 32px 100px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; align-items: start; }
.quick-nav { position: sticky; top: 116px; display: flex; flex-direction: column; gap: 10px; padding: 20px 0; font-size: 13px; border-top: 2px solid var(--ink); }
.quick-nav a { color: var(--muted); line-height: 1.35; }
.quick-nav a:hover { color: var(--ink); }
.page-sections { min-width: 0; }
.content-section { padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.content-section:last-child { border-bottom: 0; }
.section-heading { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 34px; }
.section-heading > span { color: var(--muted); font-size: 12px; font-weight: 800; padding-top: 10px; }
.section-heading h2 { margin: 0; max-width: 900px; font-family: var(--font-display); font-size: clamp(32px, 4vw, 54px); line-height: 1.06; letter-spacing: -.025em; overflow-wrap: anywhere; }
.section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.section-grid > p, .section-grid > .button, .section-grid > .text-link, .section-grid > .related-inline, .section-grid > .button-row { grid-column: 1 / -1; }
.section-grid > p { max-width: 850px; margin: 0 0 8px; font-size: 17px; }
.content-card { min-width: 0; padding: 24px; background: var(--surface); border: 1px solid var(--line); }
.content-card h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.25; overflow-wrap: anywhere; }
.content-card p { margin: 0 0 12px; color: var(--muted); }
.content-card .button { margin-top: 8px; }
.page-hero.legal { align-items: center; }
.page-hero.legal .eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.page-hero.legal .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.page-hero.legal h1 { max-width: 760px; font-size: clamp(50px, 5.5vw, 82px); }
.page-hero.legal .hero-copy > p { max-width: 860px; line-height: 1.55; }
.legal-hero-aside { border-top-color: var(--brand); background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 8%, var(--surface)) 0%, var(--surface-2) 100%); }
.legal-hero-aside > strong { font-size: 30px; }
.legal-content-layout { gap: clamp(54px, 7vw, 108px); }
.legal-content-layout .quick-nav { gap: 0; border-top-color: var(--brand); }
.legal-content-layout .quick-nav strong { padding-bottom: 14px; }
.legal-content-layout .quick-nav a { padding: 13px 0; border-top: 1px solid var(--line); }
.legal-content-layout .quick-nav a:hover { color: var(--brand); }
.legal-content-layout .content-section { margin-bottom: 84px; padding-bottom: 84px; border-bottom: 0; }
.legal-content-layout .section-heading { margin-bottom: 46px; }
.legal-content-layout .section-heading > span { color: var(--brand); }
.legal-content-layout .section-heading h2 { font-size: clamp(30px, 3.4vw, 46px); }
.legal-content-layout .section-grid { grid-template-columns: 1fr; gap: 0; }
.legal-content-layout .content-card { padding: 30px 0; display: grid; grid-template-columns: minmax(190px, 260px) minmax(0, 1fr); column-gap: clamp(36px, 5vw, 76px); background: transparent; border: 0; border-top: 1px solid var(--line); }
.legal-content-layout .content-card:last-child { border-bottom: 1px solid var(--line); }
.legal-content-layout .content-card h3 { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(21px, 1.7vw, 26px); font-weight: 500; line-height: 1.12; letter-spacing: -.018em; }
.legal-content-layout .content-card p { grid-column: 2; max-width: 760px; margin: 0 0 13px; color: var(--muted); font-size: 15px; line-height: 1.68; text-align: justify; text-wrap: wrap; hyphens: auto; }
.legal-content-layout .content-card p:last-child { margin-bottom: 0; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-item summary { cursor: pointer; font-weight: 800; font-size: 18px; padding-right: 40px; }
.faq-item p { max-width: 850px; color: var(--muted); }
.related-inline { margin-top: 24px; padding: 20px; border-left: 3px solid var(--ink); background: var(--surface-2); }
.related-inline p { margin: 6px 0 0; color: var(--muted); }
.special-section { max-width: var(--max); margin: auto; padding: 56px 32px; }
.practice-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.practice-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); min-width: 0; }
.card-number { color: var(--muted); font-size: 12px; font-weight: 800; }
.practice-card h3 { font-family: var(--font-display); font-size: 31px; line-height: 1.1; margin: 30px 0 22px; overflow-wrap: anywhere; }
.practice-card ul { list-style: none; padding: 0; margin: 0 0 24px; }
.practice-card li { border-top: 1px solid var(--line); padding: 11px 0; }
.team-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.team-card { min-width: 0; }
.photo-placeholder { aspect-ratio: 4 / 5; background: repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 18px, var(--surface) 18px, var(--surface) 36px); border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.team-card h3 { margin: 18px 0 2px; font-family: var(--font-display); font-size: 26px; }
.team-card p { margin: 0 0 8px; color: var(--muted); }
.publication-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.publication-card { padding: 26px; background: var(--surface); border: 1px solid var(--line); min-width: 0; }
.publication-card > span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.publication-card h3 { font-family: var(--font-display); font-size: 25px; line-height: 1.2; }
.publication-card p { color: var(--muted); }
.contact-map { max-width: var(--max); margin: 0 auto 72px; padding: 42px 32px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.contact-map h2 { font-family: var(--font-display); font-size: 36px; line-height: 1.1; }
.map-placeholder { min-height: 360px; border: 1px solid var(--line); background: repeating-linear-gradient(45deg, var(--surface), var(--surface) 25px, var(--surface-2) 25px, var(--surface-2) 50px); display: grid; place-items: center; text-align: center; font-weight: 800; }
.map-placeholder small { font-weight: 400; color: var(--muted); }
.search-page-hero {
  min-height: calc(82svh - 88px);
  padding: clamp(56px, 6vw, 86px) max(32px, calc((100vw - var(--max)) / 2 + 32px)) clamp(42px, 5vw, 72px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto minmax(80px, 1fr) auto auto;
  column-gap: clamp(14px, 2vw, 30px);
  row-gap: clamp(28px, 4vw, 54px);
  align-items: end;
}
.search-page-hero::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: max(32px, calc((100vw - var(--max)) / 2 + 32px));
  background: color-mix(in srgb, var(--brand) 38%, transparent);
}
.search-page-watermark {
  position: absolute;
  z-index: -2;
  top: clamp(18px, 3vw, 42px);
  right: max(18px, calc((100vw - var(--max)) / 2));
  color: transparent;
  font-family: var(--font-sans);
  font-size: clamp(112px, 19vw, 292px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--ink) 9%, transparent);
  pointer-events: none;
  user-select: none;
}
.search-page-hero-heading { grid-column: 1 / span 8; align-self: start; }
.search-page-hero-heading h1 {
  margin: clamp(24px, 3.2vw, 44px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(68px, 8.2vw, 124px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.06em;
}
.search-page-hero-heading h1 span,
.search-page-hero-heading h1 strong { display: block; }
.search-page-hero-heading h1 strong { margin: .12em 0 0 .42em; color: var(--brand); font-weight: 400; }
.search-page-hero-note {
  grid-column: 9 / -1;
  align-self: end;
  max-width: 390px;
  padding: 0 0 4px 22px;
  border-left: 1px solid var(--line);
}
.search-page-hero-note > span { color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.search-page-hero-note p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.search-field {
  grid-column: 1 / -1;
  min-width: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(110px, 2fr) minmax(0, 10fr);
  align-items: stretch;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.search-field-label { padding: 31px 24px 28px 0; border-right: 1px solid var(--line); display: flex; align-items: center; }
.search-field-control {
  min-height: 102px;
  padding: 8px 4px 8px clamp(24px, 3vw, 44px);
  position: relative;
  background: transparent;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 54px;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  transition: background .22s var(--ease-standard);
}
.search-field-control::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .36s var(--ease-out);
}
.search-field:focus-within .search-field-control { background: color-mix(in srgb, var(--surface) 46%, transparent); }
.search-field:focus-within .search-field-control::after { transform: scaleX(1); }
.search-field-control > svg { width: 30px; height: 30px; fill: none; stroke: var(--brand); stroke-width: 1.4; }
.search-field input { width: 100%; min-width: 0; padding: 18px 0; border: 0; background: transparent; color: var(--ink); font-family: var(--font-display); font-size: clamp(27px, 3.5vw, 52px); font-weight: 400; letter-spacing: -.035em; outline: 0; text-transform: none; }
.search-field input::placeholder { color: color-mix(in srgb, var(--muted) 48%, transparent); opacity: 1; }
.search-field button { width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; display: grid; place-items: center; transition: border-color .2s var(--ease-standard), color .2s var(--ease-standard), background .2s var(--ease-standard); }
.search-field button:hover { border-color: var(--brand); background: color-mix(in srgb, var(--brand) 8%, transparent); color: var(--brand); }
.search-field button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.search-page-scope {
  grid-column: 3 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, 1.6vw, 24px);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.search-page-scope > span { margin-right: auto; color: color-mix(in srgb, var(--muted) 76%, transparent); }
.search-page-scope b { color: var(--ink); font-weight: 800; }
.search-page-scope i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }
.search-page-body { min-height: 52vh; padding: clamp(62px, 7vw, 100px) max(32px, calc((100vw - var(--max)) / 2 + 32px)) clamp(88px, 9vw, 132px); }
.search-page-section-head { max-width: var(--max); margin: 0 auto 38px; display: grid; grid-template-columns: minmax(190px, .48fr) minmax(0, 1.52fr); gap: clamp(30px, 6vw, 88px); align-items: start; }
.search-page-section-head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4.1vw, 58px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.search-results {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.search-results > a {
  min-height: 304px;
  padding: clamp(27px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 66%, transparent);
  display: flex;
  flex-direction: column;
  transition: background .24s var(--ease-standard), box-shadow .24s var(--ease-standard);
}
.search-results > a:hover { background: var(--surface); box-shadow: inset 0 3px 0 var(--brand); }
.search-result-meta { margin-bottom: 48px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-result-meta b { color: var(--brand); font-weight: 800; }
.search-results > a > strong { display: block; margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(28px, 2.7vw, 39px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.search-results > a > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.search-result-action { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-result-action i { color: var(--brand); font-family: var(--font-display); font-size: 25px; font-style: normal; font-weight: 400; line-height: 1; }
.empty-state {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 64%, transparent);
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  column-gap: clamp(40px, 8vw, 120px);
}
.empty-state > .eyebrow { grid-row: 1 / span 3; align-self: start; }
.empty-state h2 { max-width: 700px; margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(38px, 4.4vw, 62px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.empty-state p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.empty-state > div { display: flex; flex-wrap: wrap; gap: 10px; }
.final-cta { padding: 90px max(32px, calc((100vw - 1080px) / 2)); position: relative; overflow: hidden; background: #00000b; color: #f8f7f2; text-align: center; }
.final-cta::before { content: ""; position: absolute; top: 0; left: 50%; width: 92px; height: 4px; transform: translateX(-50%); background: var(--brand); }
.final-cta .eyebrow { color: #b6b6af; }
.final-cta h2 { max-width: 900px; margin: 0 auto 20px; font-family: var(--font-display); font-size: clamp(38px, 5vw, 68px); line-height: 1.02; }
.final-cta p { max-width: 620px; margin: 0 auto 28px; color: #c5c5be; }
.site-footer { padding: 78px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 28px; position: relative; isolation: isolate; overflow: hidden; background: #08080c; color: #e8e7e1; }
.site-footer::before { content: ""; position: absolute; z-index: 0; top: 40px; right: max(32px, calc((100vw - var(--max)) / 2 + 32px)); bottom: auto; width: min(34vw, 500px); aspect-ratio: 1; background: url('../images/icon-dark.png') center / contain no-repeat; opacity: .026; filter: grayscale(1); pointer-events: none; }
.site-footer::after { display: none; }
.footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: minmax(360px, 1.65fr) minmax(0, 1.95fr); gap: 0; align-items: stretch; padding-block: 34px 42px; border: 0; }
.footer-grid::before, .footer-grid::after { content: ""; height: 1px; position: absolute; background: #c62828; pointer-events: none; }
.footer-grid::before { left: 0; right: 50%; top: 0; }
.footer-grid::after { left: 50%; right: 0; bottom: 0; }
.footer-grid img { width: 230px; height: auto; }
.footer-grid > div { min-width: 0; min-height: 232px; }
.footer-services { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.footer-services > div { min-width: 0; padding-inline: clamp(14px, 1.8vw, 30px); display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.footer-services > div > strong:first-child { width: 100%; min-height: 30px; color: #f0ede7; font-size: 12px; letter-spacing: .14em; text-align: center; }
.footer-grid p { color: #aaa9a3; margin: 4px 0; }
.footer-identity { padding-right: clamp(36px, 5vw, 78px); display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-identity img { width: min(100%, 280px); margin-top: 24px; }
.footer-identity-copy { max-width: 390px; padding-left: 18px; border-left: 1px solid #c62828; font-family: var(--font-sans); }
.footer-identity-copy strong { display: block; margin-bottom: 18px; font-family: inherit; font-size: clamp(16px, 1.35vw, 20px); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; white-space: nowrap; }
.footer-identity-copy p { margin: 0; font-family: inherit; font-size: 13px; line-height: 1.55; }
.footer-identity-copy p + p { margin-top: 9px; color: #777771; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-contacts, .footer-social, .footer-navigation { width: 100%; align-items: center !important; text-align: center; }
.footer-contact-list { width: 100%; display: grid; gap: 14px; justify-items: center; }
.footer-contact-list a { padding: 0; display: grid; gap: 3px; justify-items: center; }
.footer-contact-list span { color: #7f7e79; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact-list b { font-size: 13px; font-weight: 600; line-height: 1.35; }
.footer-contacts .footer-button { width: min(100%, 190px); margin: 20px auto 0; align-self: center; background: var(--brand); color: white; border-color: var(--brand); }
.social-buttons { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.social-buttons button,
.social-buttons a { width: 44px; height: 44px; padding: 0; border: 1px solid #4a4b50; border-radius: 50%; background: transparent; color: #e8e7e1; cursor: pointer; display: grid; place-items: center; font-weight: 850; transition: background .22s var(--ease-standard), border-color .22s var(--ease-standard), transform .22s var(--ease-out); }
.social-buttons button:hover,
.social-buttons a:hover { background: var(--brand); border-color: var(--brand); transform: translateY(-3px); }
.social-buttons svg { width: 19px; height: 19px; fill: currentColor; stroke: none; }
.social-buttons img { width: 19px; height: 19px; object-fit: contain; filter: brightness(0) invert(1); }
.team-contact-socials img,
.team-telegram-button img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) invert(1); }
:root[data-theme="light"] .team-contact-socials img { filter: brightness(0); }
.social-buttons button:first-child svg,
.social-buttons a:first-child svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.social-buttons button:first-child .social-dot,
.social-buttons a:first-child .social-dot { fill: currentColor; stroke: none; }
.footer-social small { color: #aaa9a3; max-width: 220px; }
.footer-navigation a { position: relative; padding: 0; }
.footer-divider { display: none; }
.footer-bottom { padding-top: 26px; display: grid; gap: 8px; color: #8e8e88; font-size: 12px; }
.footer-bottom-row { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 40px; align-items: center; }
.footer-bottom-row p { max-width: none; margin: 0; justify-self: end; text-align: right; }
.footer-bottom-row:first-child p { white-space: nowrap; font-size: clamp(9px, .75vw, 11px); letter-spacing: -.01em; }
.footer-bottom-row a { justify-self: start; color: #e8e7e1; white-space: nowrap; }
.footer-grid a, .footer-bottom a { transition: color .2s var(--ease-standard); }
.footer-grid a:hover, .footer-bottom a:hover { color: var(--brand); }
.floating-actions { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); transition: opacity .22s var(--ease-standard), visibility .22s var(--ease-standard), transform .28s var(--ease-out); }
.floating-actions.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.floating-phone, .floating-top { width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.3); opacity: .78; cursor: pointer; transition: opacity .2s var(--ease-standard), transform .2s var(--ease-standard); }
.floating-phone:hover, .floating-top:hover, .floating-phone:focus-visible, .floating-top:focus-visible { opacity: 1; transform: translateY(-2px); }
.floating-phone svg, .floating-top svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; background: rgba(0,0,0,.52); animation: backdrop-in .24s var(--ease-standard) both; }
.inquiry-panel { width: min(620px, 100%); height: 100%; overflow-y: auto; padding: 56px clamp(24px, 6vw, 64px); background: var(--surface); position: relative; animation: panel-in .42s var(--ease-out) both; }
.inquiry-panel h2 { margin: 0 0 16px; font-family: var(--font-display); font-size: 42px; line-height: 1.05; }
.inquiry-panel > p, .inquiry-panel > small { color: var(--muted); }
.modal-close { position: absolute; right: 20px; top: 16px; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 22px; }
.consult-form { display: grid; gap: 16px; margin: 28px 0; }
.consult-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 750; }
.consult-form label > span { color: var(--muted); font-weight: 400; }
.consult-form label > .field-label { color: inherit; font-weight: 750; }
.consult-form label > .field-status { color: var(--muted); font-size: 12px; font-weight: 400; }
.consult-form input, .consult-form textarea, .consult-form select { width: 100%; min-width: 0; border: 1px solid var(--line); background: var(--bg); color: var(--ink); padding: 12px; transition: border-color .2s var(--ease-standard), background .2s var(--ease-standard), box-shadow .2s var(--ease-standard); }
.consult-form input:focus, .consult-form textarea:focus, .consult-form select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent); outline: 0; }
.consult-form .check { display: grid; grid-template-columns: 20px 1fr; align-items: start; font-weight: 400; }
.consult-form .check input { width: 17px; }
.consult-form .check a { color: var(--brand); font-weight: 600; text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 3px; transition: color .2s var(--ease-standard), text-decoration-color .2s var(--ease-standard); }
.consult-form .check a:hover,
.consult-form .check a:focus-visible { color: var(--brand-deep); text-decoration-color: currentColor; }
.consult-form .check-marketing { margin-top: -2px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent); }
.success-state { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.success-mark { width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; margin-bottom: 24px; font-size: 28px; }
.state-page { min-height: 100svh; padding: clamp(16px, 2.6vw, 38px); background: var(--bg); }
.not-found-frame {
  width: 100%;
  min-height: calc(100svh - clamp(32px, 5.2vw, 76px));
  padding: clamp(42px, 6vw, 88px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(420px, 1.18fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(42px, 7vw, 110px);
}
.not-found-frame::before {
  content: "";
  width: clamp(280px, 32vw, 520px);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  right: clamp(-250px, -14vw, -150px);
  bottom: clamp(-280px, -17vw, -170px);
  border: 1px solid color-mix(in srgb, var(--brand) 34%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 54px color-mix(in srgb, var(--brand) 3.5%, transparent), 0 0 0 108px color-mix(in srgb, var(--brand) 2%, transparent);
}
.not-found-line { width: clamp(72px, 8vw, 122px); height: 3px; position: absolute; top: -1px; left: clamp(42px, 6vw, 88px); background: var(--brand); }
.not-found-copy { max-width: 650px; align-self: center; }
.not-found-copy .eyebrow { color: var(--brand); }
.not-found-copy h1 { margin: clamp(30px, 5vh, 56px) 0 28px; font-family: var(--font-display); font-size: clamp(58px, 6.8vw, 104px); font-weight: 400; line-height: .84; letter-spacing: -.055em; }
.not-found-copy h1 span,
.not-found-copy h1 em { display: block; font-style: normal; font-weight: 400; }
.not-found-copy h1 em {
  color: var(--brand);
  font-size: .75em;
  line-height: 1;
  white-space: nowrap;
}
.not-found-copy > p { max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(14px, 1.2vw, 17px); line-height: 1.65; }
.not-found-actions { margin-top: clamp(32px, 5vh, 52px); display: flex; flex-wrap: wrap; gap: 10px; }
.not-found-actions .button { min-width: 190px; }
.not-found-code { align-self: center; justify-self: end; display: flex; align-items: center; color: var(--ink); font-family: var(--font-display); font-size: clamp(150px, 25vw, 390px); font-weight: 400; line-height: .7; letter-spacing: -.1em; white-space: nowrap; user-select: none; }
.not-found-code i { color: transparent; font-style: normal; -webkit-text-stroke: 1px color-mix(in srgb, var(--brand) 68%, var(--line)); }
.not-found-code span:last-child { color: var(--brand); }
.not-found-foot { grid-column: 1 / -1; padding-top: clamp(32px, 5vh, 56px); border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.not-found-foot > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.not-found-foot a { min-width: min(320px, 42vw); padding: 0 0 12px; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 20px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; transition: color .25s var(--ease-standard), border-color .25s var(--ease-standard); }
.not-found-foot a b { color: var(--brand); font-size: 17px; font-weight: 400; transition: transform .3s var(--ease-out); }
.not-found-foot a:hover,
.not-found-foot a:focus-visible { color: var(--brand); border-color: var(--brand); }
.not-found-foot a:hover b,
.not-found-foot a:focus-visible b { transform: translate(3px, -3px); }

@media (max-width: 900px) {
  .not-found-frame { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .not-found-copy { padding-top: 52px; position: relative; z-index: 1; }
  .not-found-code { margin: 80px 0 92px; justify-self: center; font-size: clamp(160px, 41vw, 300px); }
}

@media (max-width: 560px) {
  .state-page { padding: 10px; }
  .not-found-frame { min-height: calc(100svh - 20px); padding: 38px 24px 26px; }
  .not-found-line { left: 24px; }
  .not-found-copy { padding-top: 38px; }
  .not-found-copy h1 { margin-block: 28px 22px; font-size: clamp(56px, 18vw, 78px); }
  .not-found-actions { flex-direction: column; }
  .not-found-actions .button { width: 100%; }
  .not-found-code { margin: 68px 0 78px; font-size: clamp(130px, 42vw, 190px); }
  .not-found-foot { align-items: flex-start; flex-direction: column; }
  .not-found-foot a { width: 100%; min-width: 0; }
}


@supports not (grid-template-rows: subgrid) {
  .contrast-card { display: flex; flex-direction: column; }
  .contrast-points { flex: 1; grid-template-rows: repeat(4, minmax(0, 1fr)); }
}

@keyframes menu-in {
  from { opacity: 0; transform: translate(-50%, -10px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes panel-in {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes team-scale-line-in {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes team-scale-row-in {
  from { opacity: 0; transform: translate(-7px, 12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy > * { animation: hero-copy-in .68s var(--ease-out) both; }
  .home-hero-copy > *:nth-child(2) { animation-delay: .07s; }
  .home-hero-copy > *:nth-child(3) { animation-delay: .14s; }
  .home-hero-copy > *:nth-child(4) { animation-delay: .21s; }
  .team-page-experience-scale::before { animation: team-scale-line-in 1.05s .16s var(--ease-out) both; }
  .team-page-experience-scale > div { animation: team-scale-row-in .62s var(--ease-out) both; }
  .team-page-experience-scale > div:nth-child(1) { animation-delay: .24s; }
  .team-page-experience-scale > div:nth-child(2) { animation-delay: .37s; }
  .team-page-experience-scale > div:nth-child(3) { animation-delay: .50s; }
  .team-page-experience-scale > div:nth-child(4) { animation-delay: .63s; }
  .team-page-experience-scale > div:nth-child(5) { animation-delay: .76s; }
  .team-page-experience-scale > div:nth-child(6) { animation-delay: .89s; }
}

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 88px; min-height: calc(100vh - 88px); max-height: calc(100vh - 88px); overflow-y: auto; padding: 24px 32px 40px; display: flex; flex-direction: column; gap: 10px; background: var(--surface); border-bottom: 1px solid var(--line); animation: mobile-menu-in .3s var(--ease-out) both; }
  .mobile-nav > a { padding: 10px 0; font-size: 18px; font-weight: 750; }
  .mobile-practices { border-block: 1px solid var(--line); padding: 8px 0; }
  .mobile-practices details { padding: 9px 0; }
  .mobile-practices summary { cursor: pointer; font-weight: 750; }
  .mobile-practices a { display: block; padding: 8px 14px; color: var(--muted); }
  .home-header .mobile-nav { color: var(--ink); }
  .content-layout { grid-template-columns: 1fr; }
  .quick-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-nav strong { grid-column: 1 / -1; }
  .home-hero { min-height: auto; }
  .hero-practices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-practices-label { grid-column: 1 / -1; padding-block: 18px; }
  .hero-practices a:nth-of-type(odd) { border-left: 0; }
  .hero-practices a { border-top: 1px solid var(--line); }
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-track article:nth-child(2) { border-right: 0; }
  .process-track article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { min-height: auto; }
  .footer-identity { padding-bottom: 34px; }
  .footer-services { padding-top: 34px; border-top: 1px solid #393a36; }
  .team-page-members .team-member-heading { padding-right: 0; }
  .team-page-members .team-member-heading h3 { white-space: normal; }
  .team-page-members .team-member-heading h3 > span:first-child { display: block; padding-right: 96px; }
  .team-page-members .team-member-name-rest { display: block; }
}

@media (min-width: 1121px) {
  .home-hero-copy h1 span, .home-hero-copy h1 em { white-space: nowrap; }
  .team-page-hero h1 span { white-space: nowrap; }
  .single-line-heading { max-width: none !important; white-space: nowrap; }
  .about-v2-work-grid p { font-size: 14.4px; letter-spacing: -.012em; }
}

@media (max-width: 1040px) {
  .about-v2-hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; }
  .about-v2-hero-copy { max-width: 820px; padding-bottom: 0; }
  .about-v2-hero-media { min-height: 540px; }
  .team-page-hero { min-height: auto; grid-template-columns: 1fr; gap: 48px; }
  .team-page-hero-copy { max-width: 880px; }
  .team-page-hero-panel { min-height: 480px; }
  .team-contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-page-members .team-cards-detailed { grid-template-columns: 1fr; }
  .home-team .team-contact-cards .team-card:nth-child(2) { margin-top: 0; }
  .practice-index-hero { min-height: auto; grid-template-columns: 1fr; gap: 52px; }
  .practice-index-hero-copy { max-width: 860px; }
  .practice-index-directory { min-height: 480px; }
  .publications-page-hero { min-height: auto; grid-template-columns: 1fr; gap: 52px; }
  .publications-page-hero-copy { max-width: 880px; }
  .publications-page-hero-panel { min-height: 480px; }
}

@media (max-width: 920px) {
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-copy { padding-bottom: 0; }
  .home-hero-media { min-height: 430px; }
  .about-v2-split, .about-v2-experience-grid, .about-v2-official-grid { grid-template-columns: 1fr; }
  .about-v2-split { gap: 34px; }
  .about-v2-signature-card { min-height: 330px; }
  .about-v2-work-grid { grid-template-columns: 1fr; }
  .about-v2-work-grid article { min-height: auto; grid-template-rows: auto auto auto 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-v2-work-grid article:last-child { border-bottom: 0; }
  .about-v2-work-grid h3 { min-height: auto; }
  .team-page-work-grid { grid-template-columns: 1fr; }
  .team-page-work-grid article { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .team-page-work-grid article:last-child { border-bottom: 0; }
  .practice-index-card { grid-template-columns: 58px minmax(0, 1fr); }
  .practice-index-spheres { grid-column: 2; padding: 30px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .practice-index-choice-panel { grid-template-columns: 1fr; }
  .publications-page-tools { grid-template-columns: 1fr; }
  .publications-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .publications-page-method-grid { grid-template-columns: 1fr; }
  .publications-page-method-grid article { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .publications-page-method-grid article:last-child { border-bottom: 1px solid var(--line); }
  .publications-page-editorial-note { grid-template-columns: 1fr; gap: 42px; }
  .publications-page-editorial-points { align-self: auto; }
}

@media (max-width: 760px) {
  :root { --section-heading-size: clamp(38px, 11.5vw, 52px); }
  .header-inner { min-height: 72px; padding: 10px 16px; gap: 10px; }
  .brand img { width: 132px; }
  .header-cta { display: none; }
  .header-actions .search-icon { display: none; }
  .header-actions .theme-toggle { display: none; }
  .mobile-nav { top: 72px; min-height: calc(100vh - 72px); max-height: calc(100vh - 72px); padding-inline: 18px; }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; }
  .urgent-bar { padding: 10px 16px; align-items: flex-start; flex-wrap: wrap; gap: 4px 12px; }
  .urgent-bar span { width: 100%; }
  .home-hero { padding: 44px 18px 54px; grid-template-columns: 1fr; gap: 40px; }
  .home-hero-copy { padding-bottom: 0; }
  .home-hero-copy h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .home-hero-media { min-height: 340px; }
  .home-hero-media .media-icon { width: min(72%, 360px); }
  .hero-media-caption { right: -4px; bottom: 18px; }
  .hero-practices { grid-template-columns: 1fr; margin-inline: -18px; }
  .hero-practices-label { padding-inline: 18px; }
  .hero-practices a, .hero-practices a:nth-of-type(odd) { min-height: 82px; padding: 18px; border-left: 0; }
  .hero-practice-title br { display: none; }
  .home-band { padding: 52px 18px; }
  .home-about, .home-consult { grid-template-columns: 1fr; gap: 42px; }
  .about-layout { grid-template-columns: 1fr; gap: 38px; }
  .about-statement::before { display: none; }
  .home-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .contrast-grid, .situation-grid, .process-track { grid-template-columns: 1fr; }
  .contrast-grid { display: block; }
  .contrast-card { width: 100%; min-height: auto; display: flex; flex-direction: column; grid-column: auto; grid-row: auto; }
  .contrast-card-heading, .contrast-points { width: 100%; }
  .contrast-card + .contrast-card { border-left: 0; border-top: 1px solid #34343a; }
  .contrast-points { margin-top: 38px; grid-template-rows: repeat(4, auto); grid-row: auto; }
  .contrast-points li { grid-template-columns: 30px minmax(0, 1fr); gap: 11px; padding: 18px 0; font-size: 15px; }
  .situation-card { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .situation-card:last-child { border-bottom: 0 !important; }
  .situation-copy { min-height: auto; }
  .situation-hint { display: none; }
  .situation-actions { position: static; margin: 24px -26px -26px; padding: 22px 18px; background: #00000b; backdrop-filter: none; opacity: 1; pointer-events: auto; }
  .situation-card.urgent .situation-actions { background: color-mix(in srgb, var(--urgent) 78%, #00000b); }
  .situation-practice-name { color: #fff; font-size: 26px; }
  .situation-actions .button { width: 100%; }
  .situation-card:hover .situation-copy, .situation-card:focus-within .situation-copy { filter: none; transform: none; opacity: 1; }
  .situations-more { align-items: flex-end; flex-direction: column; gap: 12px; }
  .process-track article { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .process-track article:last-child { border-bottom: 0 !important; }
  .process-track article > span { margin-bottom: 28px; }
  .process-track article { min-height: auto; }
  .process-track article:hover { transform: none; }
  .home-team .team-card:nth-child(2) { margin-top: 0; }
  .consult-intro { position: static; }
  .embedded-form { grid-template-columns: 1fr; }
  .embedded-form > label:not(.message-field):not(.check) { grid-template-rows: auto 18px 48px; }
  .embedded-form .message-field, .embedded-form .check, .embedded-form > .button { grid-column: auto; }
  .embedded-consultation { padding: 24px 18px; }
  .breadcrumbs { padding: 16px 18px 0; }
  .page-hero { padding: 42px 18px 46px; grid-template-columns: 1fr; gap: 32px; }
  h1, .page-hero.sphere h1 { font-size: clamp(39px, 12vw, 62px); line-height: 1; }
  .page-hero.legal h1 {
    font-size: clamp(36px, 10vw, 48px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero-copy > p { font-size: 17px; }
  .hero-aside { padding: 20px; }
  .button-row { align-items: stretch; }
  .button-row .button { flex: 1 1 180px; }
  .intro-panel { padding: 36px 18px; grid-template-columns: 1fr; gap: 14px; }
  .content-layout { padding: 48px 18px 72px; gap: 36px; }
  .quick-nav { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 34px minmax(0, 1fr); gap: 8px; }
  .section-heading h2 { font-size: 34px; }
  .section-grid, .practice-cards, .team-cards, .publication-list { grid-template-columns: 1fr; }
  .content-section { margin-bottom: 48px; padding-bottom: 48px; }
  .content-card { padding: 20px; }
  .legal-content-layout .content-section { margin-bottom: 54px; padding-bottom: 54px; }
  .legal-content-layout .section-heading { margin-bottom: 28px; }
  .legal-content-layout .section-heading h2 { font-size: 31px; }
  .legal-content-layout .content-card { padding: 24px 0; grid-template-columns: 1fr; gap: 14px; }
  .legal-content-layout .content-card h3,
  .legal-content-layout .content-card p { grid-column: 1; }
  .legal-content-layout .content-card p { text-align: left; }
  .special-section { padding: 36px 18px; }
  .contact-map { padding: 28px 18px 54px; grid-template-columns: 1fr; }
  .map-placeholder { min-height: 260px; }
  .search-page { padding-inline: 18px; }
  .final-cta { padding: 68px 18px; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-identity { min-height: auto; padding: 0 0 26px; border-top: 0; }
  .footer-identity img { align-self: center; margin-inline: auto; }
  .footer-services { grid-template-columns: 1fr; padding-top: 0; }
  .footer-services > div { min-height: auto; padding: 26px 0; border-top: 1px solid #393a36; }
  .footer-bottom-row { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom-row:first-child p { white-space: normal; font-size: 11px; }
  .footer-bottom-row a { justify-self: start; }
  .footer-bottom-row p { justify-self: start; text-align: left; }
  .site-footer { padding: 54px 18px 22px; }
  .floating-actions { right: 16px; bottom: 16px; gap: 8px; }
  .floating-phone, .floating-top { width: 52px; height: 52px; }
  .inquiry-panel { padding: 54px 20px 32px; }
  .inquiry-panel h2 { font-size: 36px; }
  .home-about p, .contrast-points li, .situation-card p, .process-track p, .consult-intro > p { text-align: left; }
  .about-v2-hero { padding: 40px 18px 0; }
  .about-v2-hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .about-v2-hero-media { min-height: 400px; margin-inline: -18px; }
  .about-v2-hero-monogram { width: min(36%, 170px); }
  .about-v2-hero-location { left: 12px; bottom: 18px; }
  .about-v2-section { padding: 56px 18px; }
  .about-v2-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .about-v2-section-head h2 { font-size: var(--section-heading-size); }
  .about-v2-signature-card { min-height: 290px; padding: 0; }
  .about-v2-signature-main { padding: 28px 24px 24px; }
  .about-v2-signature-main strong { font-size: clamp(32px, 10vw, 42px); }
  .about-v2-signature-main small { font-size: 8px; letter-spacing: .07em; }
  .about-v2-signature-main .about-v2-signature-number { font-size: clamp(52px, 18vw, 68px); }
  .about-v2-signature-value em { font-size: clamp(32px, 10vw, 42px); }
  .about-v2-signature-line-top { margin: 28px 0 0 24px; }
  .about-v2-signature-line-bottom { margin: 0 24px 28px 0; }
  .about-v2-accent-copy p { padding: 18px 0; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .about-v2-unity-note { padding-left: 0; }
  .about-v2-experience-copy { padding: 30px 22px; }
  .about-v2-experience-copy > p { font-size: 17px; }
  .about-v2-outcomes { grid-template-columns: 1fr; }
  .about-v2-outcomes > div, .about-v2-outcomes > div:first-child { min-height: 72px; padding: 16px 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; align-items: center; border-left: 0; border-bottom: 1px solid var(--line); }
  .about-v2-outcomes > div:last-child { border-bottom: 0; }
  .about-v2-outcomes span { margin-bottom: 0; }
  .about-v2-outcomes strong { max-width: none; white-space: normal; }
  .about-v2-outcomes strong br { display: none; }
  .about-v2-work-grid article { padding: 28px 22px; }
  .about-v2-work-grid h3 { font-size: 38px; }
  .about-v2-principles-grid h3 { font-size: 29px; }
  .about-v2-principles-grid h3 .mobile-second-line { display: block; }
  .about-v2-principles-grid { grid-template-columns: 1fr; }
  .about-v2-principles-grid article, .about-v2-principles-grid article:nth-child(even), .about-v2-principles-grid article:nth-child(n+3) { min-height: auto; grid-template-rows: auto auto 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-v2-principles-grid article:last-child { border-bottom: 0; }
  .about-v2-official-name { min-height: 280px; padding: 30px 24px; }
  .final-cta.about-v2-cta { padding: 56px 18px; }
  .about-v2-cta-actions .button, .about-v2-cta-phone { width: 100%; }
  .about-v2-cta-actions .button { min-height: 58px; }
  .about-v2-cta-phone { min-width: 0; min-height: 58px; gap: 12px; }
  .about-v2-cta-phone strong { font-size: clamp(18px, 6vw, 22px); white-space: nowrap; }
  .about-v2-official-name strong { font-size: clamp(42px, 13vw, 58px); }
  .about-v2-official-grid dl { padding: 20px 22px; }
  .about-v2-official-grid dl > div { grid-template-columns: 1fr; gap: 6px; align-items: start; }
  .team-page-hero { padding: 40px 18px 56px; gap: 40px; }
  .team-page-hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .team-page-hero-copy > p { font-size: 17px; }
  .team-page-hero-action, .team-page-hero-action .button { width: 100%; }
  .team-page-hero-action small { width: 100%; text-align: center; }
  .team-page-hero-panel { min-height: 0; height: auto; margin-inline: -18px; padding: 30px 24px; box-shadow: none; }
  .team-page-hero-panel > strong { font-size: clamp(30px, 9vw, 38px); }
  .team-page-experience-scale::before { left: 16px; }
  .team-page-experience-scale > div { min-height: 48px; grid-template-columns: 32px 92px minmax(0, 1fr); gap: 9px; }
  .team-page-experience-scale > div::after { left: 41px; }
  .team-page-experience-scale > div > i { width: 32px; height: 32px; box-shadow: 0 0 0 3px var(--surface), 0 6px 15px color-mix(in srgb, var(--brand) 15%, transparent); }
  .team-page-experience-scale > div > i svg { width: 17px; height: 17px; }
  .team-page-experience-scale b strong { font-size: 20px; }
  .team-page-experience-scale > div:nth-child(5) b strong { font-size: 20px; letter-spacing: -.055em; }
  .team-page-experience-scale .is-infinite { min-height: 54px; }
  .team-page-experience-scale small { font-size: 9.2px; white-space: normal; }
  .team-page-section { padding: 56px 18px; }
  .team-page-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .team-page-section-head h2 { font-size: var(--section-heading-size); }
  .team-page-members .team-card { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .team-page-members .team-photo-flip { min-height: 0; grid-column: 1; grid-row: 1; aspect-ratio: 4 / 5; }
  .team-page-members .team-card-caption { min-height: 82px; }
  .team-page-members .team-card-caption { grid-column: 1; grid-row: 2; }
  .team-member-details { min-height: auto; padding: 30px 22px; grid-column: 1; grid-row: 2; border-top: 1px solid var(--line); border-left: 0; }
  .team-page-members .team-member-heading h3 { font-size: clamp(29px, 7.7vw, 36px); }
  .team-page-members .team-member-heading { min-height: 112px; padding-right: 0; }
  .team-page-members .team-member-heading h3 > span:first-child { padding-right: 68px; }
  .team-member-heading-mark { width: 142px; right: -78px; top: -86px; box-shadow: 0 0 0 22px color-mix(in srgb, var(--ink) 2.8%, transparent), 0 0 0 44px color-mix(in srgb, var(--ink) 1.6%, transparent); }
  .team-page-members .team-member-heading p { min-height: 54px; }
  .team-member-lead { min-height: 68px; padding: 14px; font-size: 16px; font-weight: 700; text-align: right; white-space: normal; }
  .team-member-biography article { padding: 19px 0; grid-template-columns: 1fr; gap: 10px; }
  .team-member-biography article:hover { background: color-mix(in srgb, var(--brand) 4.5%, transparent); }
  .team-page-members .team-member-biography p { font-size: 13px; }
  .team-member-principle { min-height: auto; padding: 19px 22px 17px; grid-column: 1; grid-row: 3; }
  .team-member-principle blockquote { margin: 12px 0 20px; font-size: 19px; text-align: left; white-space: normal; }
  .team-member-principle > span { margin-inline: 0; }
  .team-member-principle > div { justify-content: center; gap: 16px; text-align: center; }
  .team-member-details::after { right: 18px; top: 110px; font-size: 150px; }
  .team-page-work-grid { margin-inline: -6px; padding: 8px; }
  .team-page-work-grid article { min-height: auto; padding: 30px 24px 34px; }
  .team-page-work-meta { min-height: 68px; grid-template-columns: minmax(0, 1fr) 42px; gap: 12px; }
  .team-page-work-meta > i { width: 42px; height: 42px; }
  .team-page-work-meta svg { width: 21px; height: 21px; }
  .team-page-work-rule { margin: 26px 0; }
  .team-page-work-grid h3 { font-size: clamp(27px, 8.2vw, 34px); }
  .team-page-work-grid p { min-height: 0; margin-block: 0; font-size: 13.5px; line-height: 1.65; text-align: justify; text-wrap: wrap; text-align-last: left; }
  .team-page-work-ghost { right: 16px; bottom: -22px; font-size: 126px; }
  .practice-index-hero { padding: 40px 18px 56px; gap: 42px; }
  .practice-index-hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .practice-index-hero h1 span, .practice-index-hero h1 em { white-space: normal; }
  .practice-index-hero-copy > p { font-size: 17px; }
  .practice-index-hero-actions { align-items: stretch; flex-direction: column; }
  .practice-index-hero-actions .button { width: 100%; }
  .practice-index-hero-actions > a { width: fit-content; }
  .practice-index-directory { min-height: 440px; margin-inline: -18px; padding: 30px 24px; box-shadow: none; }
  .practice-index-directory::before { inset: 10px; }
  .practice-index-directory-head { min-height: 62px; }
  .practice-index-directory nav a { min-height: 86px; grid-template-columns: 28px minmax(0, 1fr) 24px; grid-template-rows: auto auto; gap: 4px 10px; }
  .practice-index-directory nav a > span { grid-column: 1; grid-row: 1 / span 2; }
  .practice-index-directory nav strong { grid-column: 2; grid-row: 1; font-size: clamp(21px, 7vw, 27px); }
  .practice-index-directory nav small { grid-column: 2; grid-row: 2; max-width: none; display: block; text-align: left; }
  .practice-index-directory nav b { grid-column: 3; grid-row: 1 / span 2; }
  .practice-index-directory nav a:hover { padding-inline: 0; background: transparent; }
  .practice-index-section { padding: 56px 18px; }
  .practice-index-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .practice-index-heading h2 { font-size: var(--section-heading-size); }
  .practice-index-list { gap: 12px; }
  .practice-index-card { padding: 30px 22px; grid-template-columns: 1fr; gap: 26px; }
  .practice-index-card:hover { transform: none; }
  .practice-index-card-index { padding: 0 0 16px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-index-card-index small { writing-mode: horizontal-tb; transform: none; }
  .practice-index-card h3 { margin: 0 0 22px; }
  .practice-index-card h3 span { font-size: clamp(38px, 11vw, 48px); }
  .practice-index-card-copy > p { min-height: 0; font-size: 15px; text-align: left; }
  .practice-index-card-action { margin-top: 6px; }
  .practice-index-spheres { grid-column: auto; padding-top: 24px; }
  .practice-index-choice-panel { min-height: auto; padding: 34px 24px; gap: 34px; }
  .practice-index-choice-copy h2 { font-size: clamp(38px, 11vw, 50px); }
  .practice-index-choice-copy > p { font-size: 17px; }
  .practice-index-choice-actions > a { grid-template-columns: minmax(0, 1fr) 32px; gap: 3px 10px; }
  .practice-index-choice-actions > a span { grid-column: 1; grid-row: 1; }
  .practice-index-choice-actions > a strong { grid-column: 1; grid-row: 2; font-size: clamp(18px, 6vw, 22px); }
  .practice-index-choice-actions > a b { grid-column: 2; grid-row: 1 / span 2; }
  .publications-page-hero { padding: 40px 18px 56px; gap: 42px; }
  .publications-page-hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .publications-page-hero h1 span, .publications-page-hero h1 em { white-space: normal; }
  .publications-page-hero-copy > p { font-size: 17px; }
  .publications-page-hero-panel { min-height: 440px; margin-inline: -18px; padding: 30px 24px; box-shadow: none; }
  .publications-page-hero-statement { margin-block: 34px; }
  .publications-page-hero-statement > button { min-height: 66px; }
  .publications-page-hero-statement span, .publications-page-hero-statement em { font-size: clamp(21px, 6.3vw, 28px); letter-spacing: .035em; }
  .publications-page-hero-standards { grid-template-columns: 1fr; }
  .publications-page-hero-standards span { min-height: 42px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .publications-page-hero-standards span + span { border-left: 0; }
  .publications-page-hero-standards span:last-child { border-bottom: 0; }
  .publications-page-section { padding: 56px 18px; }
  .publications-page-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .publications-page-section-head h2 { font-size: var(--section-heading-size); }
  .publications-page-tools { margin-bottom: 20px; }
  .publications-page-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .publications-page-filters button { width: 100%; min-width: 0; }
  .publications-page-filters button:first-child { grid-column: 1 / -1; }
  .publications-page-search { min-height: 58px; }
  .publications-page-grid { grid-template-columns: 1fr; }
  .publications-page-card, .publications-page-card.is-featured { min-height: 320px; grid-column: auto; padding: 28px 24px; }
  .publications-page-card.is-featured h3, .publications-page-card h3 { font-size: clamp(30px, 9vw, 40px); }
  .publications-page-card-read { margin-top: 18px; }
  .publications-page-pagination { min-height: 0; padding: 26px 0 0; grid-template-columns: 1fr 1fr; gap: 18px 12px; border-bottom: 0; }
  .publications-page-pagination-pages { grid-column: 1 / -1; grid-row: 1; gap: 2px; }
  .publications-page-pagination-pages button, .publications-page-pagination-pages > span { width: 34px; height: 34px; font-size: 16px; }
  .publications-page-pagination-direction { grid-row: 2; }
  .publications-page-pagination-direction.is-previous { grid-column: 1; }
  .publications-page-pagination-direction.is-next { grid-column: 2; }
  .publications-page-method-grid article { min-height: auto; padding: 30px 24px; gap: 42px; }
  .publications-page-method-grid h3 { margin: 0; font-size: clamp(30px, 9vw, 40px); }
  .publications-page-method-title span { font-size: 52px; }
  .publications-page-method-title i { margin: 18px 0 16px; }
  .publications-page-editorial-note { padding: 30px 24px; gap: 34px; }
  .publications-page-editorial-copy .eyebrow { margin-bottom: 24px; }
  .publications-page-editorial-copy h3 { margin-bottom: 22px; font-size: clamp(36px, 10vw, 46px); }
  .publications-page-editorial-points > div { grid-template-columns: 1fr; gap: 8px; }
  .publications-page-editorial-watermark { left: 18px; bottom: -36px; font-size: 160px; }
}

@media (min-width: 1121px) {
  .footer-grid {
    --footer-column-gap: clamp(32px, 3vw, 52px);
    grid-template-columns: calc(50% - var(--footer-column-gap)) repeat(3, minmax(0, 1fr));
    column-gap: var(--footer-column-gap);
  }
  .footer-services { display: contents; }
  .footer-identity { padding-right: 0; }
  .footer-services > div { padding-inline: 0; }
  .footer-services > .footer-social {
    align-items: flex-end !important;
    text-align: right;
  }
  .footer-services > .footer-social > strong:first-child {
    width: max-content;
    max-width: none;
    text-align: center;
    white-space: nowrap;
    transform: translateX(35px);
  }
  .footer-services > .footer-social .social-buttons {
    width: 150px;
    max-width: none;
    align-items: center;
    gap: 14px;
    transform: translateX(35px);
  }
  .footer-services > .footer-contacts {
    align-items: flex-end !important;
    text-align: right;
  }
  .footer-services > .footer-contacts > strong:first-child { text-align: right; }
  .footer-services > .footer-contacts .footer-contact-list { justify-items: end; }
  .footer-services > .footer-contacts .footer-contact-list a { justify-items: end; }
  .footer-services > .footer-contacts .footer-button {
    width: min(100%, 190px);
    margin-inline: 0;
    align-self: flex-end;
  }
  .footer-services > .footer-navigation {
    align-items: flex-end !important;
    text-align: right;
  }
  .footer-services > .footer-navigation > strong:first-child { text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Shared internal-page hero system: About, Practices, Team, Publications */
.unified-page-hero {
  width: 100%;
  max-width: var(--max);
  min-height: min(720px, calc(100svh - 88px));
  margin-inline: auto;
  padding: clamp(56px, 7vw, 96px) 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
  gap: clamp(56px, 8vw, 124px);
  align-items: center;
  overflow: hidden;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.about-v2-hero.unified-page-hero {
  grid-template-columns: minmax(0, 2fr) minmax(500px, 1fr);
  gap: clamp(48px, 7vw, 96px);
}
.unified-page-hero-copy { min-width: 0; max-width: 880px; padding: 0; }
.unified-page-hero .unified-page-hero-copy > .eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.unified-page-hero .unified-page-hero-copy > .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}
.unified-page-hero .unified-page-hero-copy > h1 {
  max-width: 860px;
  margin: 0 0 30px;
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: .94;
  letter-spacing: -.045em;
  overflow-wrap: normal;
}
.unified-page-hero .unified-page-hero-copy > h1 span,
.unified-page-hero .unified-page-hero-copy > h1 em {
  display: block;
  font-style: normal;
  white-space: nowrap;
}
.unified-page-hero .unified-page-hero-copy > h1 em { margin-top: .08em; color: var(--brand); }
.unified-page-hero .unified-page-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.64;
  text-align: left;
  text-wrap: pretty;
}
.unified-page-hero-actions,
.about-v2-hero-copy .button-row.unified-page-hero-actions,
.team-page-hero-action.unified-page-hero-actions {
  width: auto;
  margin-top: 34px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 14px 26px;
}
.unified-page-hero-actions .button { min-width: 188px; flex: 0 0 auto; }
.unified-page-hero-jump,
.practice-index-hero-actions > a.unified-page-hero-jump {
  width: fit-content;
  padding: 13px 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .24s var(--ease-standard), border-color .24s var(--ease-standard);
}
.unified-page-hero-jump span {
  color: var(--brand);
  font-size: 16px;
  transition: transform .28s var(--ease-out);
}
.unified-page-hero-jump:hover { color: var(--ink); border-color: var(--brand); }
.unified-page-hero-jump:hover span { transform: translateY(3px); }
.about-v2-hero .unified-page-hero-jump:hover span { transform: translate(2px, -2px); }
.unified-page-hero-visual {
  min-width: 0;
  min-height: 540px;
  height: 540px;
  border: 1px solid var(--line);
  box-shadow: 0 28px 72px color-mix(in srgb, var(--ink) 10%, transparent);
}
.about-v2-hero .about-v2-hero-media.unified-page-hero-visual {
  height: min(660px, calc(100svh - 150px));
  min-height: 540px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.unified-page-hero-visual:not(.about-v2-hero-media) { padding: clamp(30px, 3vw, 42px); }
.team-page-hero-panel::after { display: none; }
.unified-page-visual-corner {
  width: 84px;
  height: 3px;
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 14px;
  display: block;
  background: var(--brand);
  pointer-events: none;
}
.unified-page-visual-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.practice-index-directory-head.unified-page-visual-head {
  min-height: 0;
  margin-bottom: 52px;
}
.unified-page-visual-head span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.unified-page-visual-head i {
  width: 82px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--brand);
  transform-origin: right;
  transition: transform .48s var(--ease-out);
}
.unified-page-hero-visual:hover .unified-page-visual-head i { transform: scaleX(1.35); }

@media (prefers-reduced-motion: no-preference) {
  .unified-page-hero-copy { animation: unifiedHeroCopyIn .72s var(--ease-out) both; }
  .unified-page-hero-visual { animation: unifiedHeroVisualIn .82s .1s var(--ease-out) both; }
}
@keyframes unifiedHeroCopyIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes unifiedHeroVisualIn {
  from { opacity: 0; transform: translateY(18px) scale(.988); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1040px) {
  .unified-page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .unified-page-hero-copy { max-width: 880px; }
  .unified-page-hero-visual { min-height: 480px; height: 480px; }
  .practice-index-directory.unified-page-hero-visual { min-height: 0; height: auto; }
  .team-page-hero-panel.unified-page-hero-visual { min-height: 0; height: auto; }
  .about-v2-hero.unified-page-hero { grid-template-columns: 1fr; }
  .about-v2-hero .about-v2-hero-media.unified-page-hero-visual { min-height: 480px; height: 480px; }
}

@media (max-width: 1160px) {
  .about-v2-hero.unified-page-hero { grid-template-columns: 1fr; }
  .about-v2-hero .about-v2-hero-media.unified-page-hero-visual {
    width: min(100%, 660px);
    min-height: 0;
    height: auto;
    margin-inline: auto;
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 760px) {
  .unified-page-hero {
    padding: 40px 18px 56px;
    gap: 42px;
  }
  .unified-page-hero .unified-page-hero-copy > h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .unified-page-hero .unified-page-hero-copy > h1 span,
  .unified-page-hero .unified-page-hero-copy > h1 em { white-space: normal; }
  .unified-page-hero .unified-page-hero-copy > p { font-size: 17px; line-height: 1.64; }
  .unified-page-hero-actions,
  .about-v2-hero-copy .button-row.unified-page-hero-actions,
  .team-page-hero-action.unified-page-hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .unified-page-hero-actions .button { width: 100%; }
  .unified-page-hero-jump { align-self: flex-end; }
  .unified-page-hero-visual {
    min-height: 440px;
    height: 440px;
    margin-inline: -18px;
    box-shadow: none;
  }
  .unified-page-hero-visual:not(.about-v2-hero-media) { padding: 30px 24px; }
  .about-v2-hero .about-v2-hero-media.unified-page-hero-visual {
    width: calc(100% + 36px);
    min-height: 0;
    height: auto;
    margin-inline: -18px;
    aspect-ratio: 3 / 4;
  }
}

/* Єдиний ритм повноширинних фонів сторінок.
   Клас застосовується лише до зовнішніх секцій і не змінює картки всередині. */
.page-tone {
  --page-tone-transition: clamp(56px, 6vw, 88px);
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.page-tone-a {
  --page-tone-current: var(--bg);
  --page-tone-previous: var(--page-band-alt);
}
.page-tone-b {
  --page-tone-current: var(--page-band-alt);
  --page-tone-previous: var(--bg);
}
.page-tone.page-tone-a,
.page-tone.page-tone-b {
  --page-tone-gradient: linear-gradient(
    180deg,
    var(--page-tone-previous) 0,
    color-mix(in srgb, var(--page-tone-previous) 90%, var(--page-tone-current)) calc(var(--page-tone-transition) / 4),
    color-mix(in srgb, var(--page-tone-previous) 55%, var(--page-tone-current)) calc(var(--page-tone-transition) / 2),
    color-mix(in srgb, var(--page-tone-previous) 20%, var(--page-tone-current)) calc(var(--page-tone-transition) - var(--page-tone-transition) / 4),
    var(--page-tone-current) var(--page-tone-transition),
    var(--page-tone-current) 100%
  );
  background-color: var(--page-tone-current);
  background-image: var(--page-tone-gradient);
}
:root[data-theme="dark"] .page-tone {
  --page-tone-transition: clamp(120px, 12vw, 190px);
}

/* Ці два базові контейнери раніше обмежували фон шириною контенту. */
.home-band.page-tone,
.publications-page-section.page-tone {
  max-width: none;
  margin-inline: 0;
  padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px));
}

/* Перший заголовок після hero починається на однаковій відстані на всіх сторінках. */
.home-hero + .page-tone,
.unified-page-hero + .page-tone {
  padding-top: clamp(64px, 7vw, 104px);
}

/* Hero займає всю доступну площу екрана під шапкою на великих дисплеях. */
@media (min-width: 1041px) {
  .home-hero,
  .unified-page-hero {
    min-height: calc(100svh - 92px);
  }
  .home-hero {
    padding-top: clamp(36px, 7vh, 72px);
    row-gap: clamp(18px, 3vh, 36px);
  }
  .home-hero-media {
    min-height: min(55svh, 600px);
  }
  .unified-page-hero {
    max-width: none;
    margin-inline: 0;
    padding-block: clamp(36px, 7vh, 72px);
    padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px));
  }
  .unified-page-hero-visual {
    min-height: clamp(420px, calc(86svh - 92px), 540px);
    height: clamp(420px, calc(86svh - 92px), 540px);
  }
}

/* The urgent notice occupies the hero's upper breathing room on desktop. */
.practice-hero-with-urgent { position: relative; }
.practice-hero-with-urgent > .urgent-bar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
}

/* Keep wrapped notices in flow on narrow screens, without a fixed-height spacer. */
@media (max-width: 1040px) {
  .practice-hero-with-urgent > .urgent-bar {
    position: static;
    grid-column: 1 / -1;
    margin: calc(-1 * clamp(56px, 7vw, 96px)) -32px 0;
  }
}
@media (max-width: 760px) {
  .practice-hero-with-urgent > .urgent-bar { margin: -40px -18px 0; }
}

/* Retain clearance when the desktop viewport has little vertical space. */
@media (min-width: 1041px) and (max-height: 700px) {
  .practice-hero-with-urgent { padding-top: 72px; }
}

/* Без ліній між великими секціями; розділювач залишається лише перед фінальним блоком. */
.home-hero,
.unified-page-hero {
  border-bottom: 0;
}
main > section.page-tone.page-tone-a,
main > section.page-tone.page-tone-b {
  border-top: 0;
  border-bottom: 0;
}
main > section.page-tone:last-of-type {
  position: relative;
  border-top: 1px solid #34343a;
}
main > section.page-tone:last-of-type::before {
  content: "";
  width: 92px;
  height: 4px;
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 50%;
  background: var(--brand);
  transform: translateX(-50%);
}
:root[data-theme="dark"] main > section.page-tone.page-tone-b:last-of-type {
  background-image:
    linear-gradient(
      180deg,
      transparent 0,
      transparent calc(100% - clamp(140px, 14vw, 220px)),
      color-mix(in srgb, var(--page-band-alt) 58%, var(--bg)) calc(100% - clamp(70px, 7vw, 110px)),
      var(--bg) 100%
    ),
    var(--page-tone-gradient);
}

/* Єдина редакційна система заголовків секцій. */
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) {
  align-items: center;
}
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > div .eyebrow {
  margin: 0;
}
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2 {
  width: fit-content;
  position: relative;
  isolation: isolate;
  padding: .08em .24em .12em;
}
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::before {
  content: "";
  width: var(--section-heading-highlight-width);
  height: auto;
  position: absolute;
  z-index: -1;
  top: .04em;
  bottom: .06em;
  transform: none;
  pointer-events: none;
}
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::after {
  content: "";
  width: 3px;
  height: auto;
  position: absolute;
  top: .04em;
  bottom: .06em;
  background: var(--brand);
  transform: none;
  pointer-events: none;
}
.page-tone-b > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) {
  flex-direction: row;
}
.page-tone-b > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2 {
  margin-left: auto;
  text-align: right;
}
.page-tone-b > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::before {
  right: -.24em;
  background: linear-gradient(270deg, color-mix(in srgb, var(--brand) 22%, transparent) 0%, color-mix(in srgb, var(--brand) 7%, transparent) 48%, transparent 100%);
}
.page-tone-b > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::after {
  right: -.24em;
}
.page-tone-a > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) {
  flex-direction: row-reverse;
}
.page-tone-a > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2 {
  margin-right: auto;
  text-align: left;
}
.page-tone-a > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::before {
  left: -.24em;
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 22%, transparent) 0%, color-mix(in srgb, var(--brand) 7%, transparent) 48%, transparent 100%);
}
.page-tone-a > :is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head
) > h2::after {
  left: -.24em;
}

/* Перехід Главної завершується кольором наступної секції без інверсії теми. */
.home-hero + .page-tone.page-tone-b {
  background-image: none;
}

@media (max-width: 760px) {
  .page-tone { --page-tone-transition: 44px; }
  :root[data-theme="dark"] .page-tone { --page-tone-transition: 88px; }
  :root { --section-heading-highlight-width: min(88vw, 430px); }
  .home-band.page-tone,
  .publications-page-section.page-tone { padding-inline: 18px; }
  :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2 {
    margin: 0;
    padding-left: 12px;
    padding-right: 0;
    text-align: left;
  }
  :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::before {
    width: var(--section-heading-highlight-width);
    right: auto;
    left: -6px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 20%, transparent) 0%, color-mix(in srgb, var(--brand) 6%, transparent) 50%, transparent 100%);
  }
  :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::after {
    right: auto;
    left: -6px;
  }
  .home-team-more { margin-top: 24px; justify-content: flex-end; text-align: right; }
  .page-tone.page-tone-a > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ),
  .page-tone.page-tone-b > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-tone.page-tone-a > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2,
  .page-tone.page-tone-b > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2 {
    margin: 0;
    text-align: left;
  }
  .page-tone.page-tone-a > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::before,
  .page-tone.page-tone-b > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::before {
    right: auto;
    left: -6px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 20%, transparent) 0%, color-mix(in srgb, var(--brand) 6%, transparent) 50%, transparent 100%);
  }
  .page-tone.page-tone-a > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::after,
  .page-tone.page-tone-b > :is(
    .home-section-heading,
    .about-v2-section-head,
    .team-page-section-head,
    .practice-index-heading,
    .publications-page-section-head
  ) > h2::after {
    right: auto;
    left: -6px;
  }
}

/* Kept after the shared system so the practice navigator retains its compact rhythm. */
.business-practice-hero-system {
  width: 100%;
  margin-block: auto;
}
.business-practice-hero-system > strong {
  margin: 0 0 clamp(18px, 2vw, 26px);
  font-size: clamp(38px, 4vw, 56px);
  line-height: .82;
}

@media (max-width: 760px) {
  .business-practice-hero-system { margin-block: auto; }
  .business-practice-hero-system > strong { margin-bottom: 18px; font-size: 38px; }
}

#business-approach,
#business-situations,
#business-spheres,
#business-process,
#business-formats,
#business-faq,
#business-first-step,
#business-next-step { scroll-margin-top: 88px; }

/* The practice page uses the same capsule treatment as approved section headings. */
.business-practice-section-head .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 12px 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  color: var(--muted);
  line-height: 1;
}
.business-practice-section-head .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}

/* Premium positioning block for the business practice. */
.business-practice-approach-shell,
.business-practice-approach-result {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  margin-inline: auto;
}
.business-practice-approach-shell {
  display: grid;
  grid-template-columns: minmax(360px, .43fr) minmax(0, .57fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 24px 70px color-mix(in srgb, var(--ink) 8%, transparent);
}
.business-practice-approach-statement {
  min-height: 590px;
  padding: clamp(34px, 4.2vw, 58px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: #fff;
}
.business-practice-approach-statement > img {
  width: 370px;
  height: auto;
  position: absolute;
  z-index: -1;
  right: -135px;
  bottom: -145px;
  opacity: .075;
  transform: rotate(-5deg);
  transition: opacity .45s var(--ease-standard), transform .65s var(--ease-out);
  pointer-events: none;
}
.business-practice-approach-statement:hover > img { opacity: .12; transform: translate(-10px, -10px) rotate(-3deg) scale(1.04); }
.business-practice-approach-statement > span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.business-practice-approach-statement > strong {
  max-width: 520px;
  margin: auto 0 30px;
  font-family: var(--font-display);
  font-size: clamp(35px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.business-practice-approach-statement > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.72;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}
.business-practice-approach-statement > div {
  margin-top: 38px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.business-practice-approach-statement > div b {
  color: rgba(255,255,255,.78);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.business-practice-approach-principles {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.business-practice-approach-principles article {
  min-height: 196px;
  padding: clamp(26px, 3.2vw, 42px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  transition: background .34s var(--ease-standard), transform .4s var(--ease-out);
}
.business-practice-approach-principles article::before {
  content: attr(data-word);
  position: absolute;
  z-index: -1;
  right: 18px;
  bottom: -8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(54px, 6.2vw, 84px);
  line-height: .8;
  letter-spacing: -.05em;
  opacity: .025;
  transition: opacity .34s var(--ease-standard), transform .48s var(--ease-out);
  pointer-events: none;
}
.business-practice-approach-principles article > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.business-practice-approach-principles article > div span {
  color: var(--brand);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.business-practice-approach-principles article > div i {
  width: 42px;
  height: 1px;
  background: var(--brand);
  transform-origin: left;
  transition: transform .42s var(--ease-out);
}
.business-practice-approach-principles h3 {
  margin: auto 0 12px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.03em;
}
.business-practice-approach-principles p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.66;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}
.business-practice-approach-principles article:hover {
  z-index: 1;
  background: color-mix(in srgb, var(--brand) 6%, var(--surface));
  transform: translateX(-5px);
}
.business-practice-approach-principles article:hover::before { opacity: .065; transform: translateX(-8px); }
.business-practice-approach-principles article:hover > div i { transform: scaleX(1.7); }
.business-practice-approach-result {
  min-height: 98px;
  padding: 24px clamp(28px, 3.4vw, 46px);
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, .72fr);
  gap: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-top: 0;
  border-left: 3px solid var(--brand);
  background: linear-gradient(105deg, color-mix(in srgb, var(--brand) 7%, var(--surface)), var(--surface) 68%);
}
.business-practice-approach-result > span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.business-practice-approach-result > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.business-practice-approach-result b {
  min-height: 34px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .business-practice-approach-shell { grid-template-columns: 1fr; }
  .business-practice-approach-statement { min-height: 470px; }
  .business-practice-approach-principles { grid-template-rows: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .business-practice-approach-principles article { min-height: 310px; }
  .business-practice-approach-principles article:hover { transform: translateY(-4px); }
}

@media (max-width: 760px) {
  .business-practice-approach-statement { min-height: 520px; padding: 34px 24px; }
  .business-practice-approach-statement > p { text-align: left; }
  .business-practice-approach-principles { grid-template-columns: 1fr; }
  .business-practice-approach-principles article { min-height: 230px; padding: 28px 24px; }
  .business-practice-approach-principles p { text-align: left; }
  .business-practice-approach-principles article:hover { transform: none; }
  .business-practice-approach-result { padding: 28px 24px; grid-template-columns: 1fr; gap: 20px; }
  .business-practice-approach-result > div { grid-template-columns: 1fr; }
  .business-practice-approach-result b { min-height: 42px; padding: 0; border-top: 1px solid var(--line); border-left: 0; }
}

/* Restrained editorial alternative for “Наш підхід”. */
.business-practice-approach-editorial {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}
.business-practice-approach-editorial::before {
  content: "";
  width: clamp(92px, 10vw, 150px);
  height: 3px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -1px;
  background: var(--brand);
}
.business-practice-approach-intro {
  min-height: 330px;
  padding: clamp(38px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .56fr) minmax(300px, .44fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(54px, 8vw, 120px);
  border-bottom: 1px solid var(--line);
}
.business-practice-approach-intro > span {
  grid-column: 1 / -1;
  margin-bottom: clamp(40px, 5vw, 66px);
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.business-practice-approach-intro > strong {
  max-width: 680px;
  align-self: end;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.business-practice-approach-intro > p {
  max-width: 520px;
  margin: 0;
  padding-left: clamp(24px, 3vw, 44px);
  align-self: end;
  border-left: 1px solid var(--brand);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}
.business-practice-approach-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.business-practice-approach-columns article {
  min-height: 260px;
  padding: clamp(30px, 3.5vw, 48px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  transition: background .34s var(--ease-standard);
}
.business-practice-approach-columns article:last-child { border-right: 0; }
.business-practice-approach-columns article > span {
  color: var(--brand);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.business-practice-approach-columns h3 {
  margin: auto 0 18px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.6vw, 37px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.03em;
}
.business-practice-approach-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}
.business-practice-approach-columns article > i {
  width: 48px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--brand);
  transform-origin: left;
  transition: width .48s var(--ease-out);
}
.business-practice-approach-columns article:hover { background: color-mix(in srgb, var(--brand) 5%, var(--surface)); }
.business-practice-approach-columns article:hover > i { width: 100%; }

@media (max-width: 900px) {
  .business-practice-approach-intro { min-height: 0; grid-template-columns: 1fr; gap: 34px; }
  .business-practice-approach-intro > span { margin-bottom: 18px; }
  .business-practice-approach-intro > p { max-width: 720px; padding-left: 24px; }
  .business-practice-approach-columns { grid-template-columns: 1fr; }
  .business-practice-approach-columns article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .business-practice-approach-columns article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  .business-practice-approach-intro { padding: 36px 24px; }
  .business-practice-approach-intro > strong { font-size: 34px; }
  .business-practice-approach-intro > p { padding-left: 18px; text-align: left; }
  .business-practice-approach-columns article { min-height: 210px; padding: 30px 24px; }
  .business-practice-approach-columns p { text-align: left; }
}

/* Open editorial composition for “Наш підхід”. */
.business-practice-approach-open {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  margin-inline: auto;
}

.business-practice-approach-lead {
  min-height: 270px;
  padding: clamp(30px, 4.5vw, 64px) 0 clamp(42px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(300px, .38fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: end;
  border-top: 1px solid var(--line);
}

.business-practice-approach-lead::before {
  content: "";
  width: clamp(92px, 10vw, 150px);
  height: 3px;
  position: absolute;
  background: var(--brand);
}

.business-practice-approach-lead {
  position: relative;
}

.business-practice-approach-lead::before {
  left: 0;
  top: -1px;
}

.business-practice-approach-lead strong {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.business-practice-approach-lead p {
  max-width: 500px;
  margin: 0;
  padding-left: clamp(22px, 2.7vw, 38px);
  border-left: 1px solid var(--brand);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.business-practice-approach-lines article {
  min-height: 128px;
  padding: 30px 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, .18fr) minmax(250px, .31fr) minmax(0, .51fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.business-practice-approach-lines article::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: var(--brand);
  transition: width .5s var(--ease-out);
}

.business-practice-approach-lines article:hover::after {
  width: 100%;
}

.business-practice-approach-lines span,
.business-practice-approach-summary span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.business-practice-approach-lines h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.business-practice-approach-lines p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.business-practice-approach-summary {
  min-height: 122px;
  padding: 34px 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, .28fr) minmax(0, .72fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-practice-approach-summary::after {
  content: "";
  width: clamp(92px, 10vw, 150px);
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: var(--brand);
}

.business-practice-approach-summary strong {
  max-width: 790px;
  justify-self: end;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  text-wrap: balance;
}

@media (max-width: 900px) {
  .business-practice-approach-lead {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .business-practice-approach-lead p { max-width: 720px; }
  .business-practice-approach-lines article {
    grid-template-columns: minmax(110px, .25fr) minmax(0, .75fr);
    gap: 18px 34px;
  }
  .business-practice-approach-lines p { grid-column: 2; }
}

@media (max-width: 760px) {
  .business-practice-approach-lead { padding: 34px 0 42px; }
  .business-practice-approach-lead strong { font-size: 35px; }
  .business-practice-approach-lead p { padding-left: 18px; text-align: left; }
  .business-practice-approach-lines article {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .business-practice-approach-lines p { grid-column: auto; text-align: left; }
  .business-practice-approach-summary {
    padding: 30px 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .business-practice-approach-summary strong { justify-self: start; text-align: left; }
}

/* Interactive decision matrix for “Наш підхід”. */
.business-practice-approach-stage {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  min-height: 440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(300px, .34fr) minmax(0, .66fr);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.business-practice-approach-manifesto {
  min-width: 0;
  padding: clamp(30px, 3vw, 44px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: radial-gradient(ellipse at 0 0, rgb(255 255 255 / .07), transparent 65%), linear-gradient(145deg, #922126, #641a22);
}

.business-practice-approach-manifesto::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgb(255 255 255 / .12);
  pointer-events: none;
}

.business-practice-approach-manifesto > span {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 999px;
  color: rgb(255 255 255 / .85);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.business-practice-approach-manifesto > strong {
  max-width: 570px;
  margin: 26px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.business-practice-approach-manifesto > p {
  max-width: 460px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.68;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.business-practice-approach-title {
  width: 100%;
  container-type: inline-size;
}

.business-practice-approach-title > span {
  display: block;
  font-size: clamp(20px, 9.2cqw, 54px);
  line-height: 1.1;
  white-space: nowrap;
}

.business-practice-approach-title > span + span { margin-top: .15em; }

.business-practice-approach-console {
  min-width: 0;
  container-type: inline-size;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--surface);
}

.business-practice-approach-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.business-practice-approach-tabs button {
  min-height: 66px;
  padding: 0 clamp(18px, 2.5vw, 34px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .28s var(--ease-standard), background .28s var(--ease-standard);
}

.business-practice-approach-tabs button:last-child { border-right: 0; }

.business-practice-approach-tabs button span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.business-practice-approach-tabs button i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform .3s var(--ease-out), background .3s var(--ease-standard);
}

.business-practice-approach-tabs button::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s var(--ease-out);
}

.business-practice-approach-tabs button:hover,
.business-practice-approach-tabs button:focus-visible,
.business-practice-approach-tabs button.is-active {
  color: var(--ink);
  background: color-mix(in srgb, var(--brand) 5%, transparent);
}

.business-practice-approach-tabs button.is-active i {
  border-color: var(--brand);
  background: var(--brand);
  transform: scale(1.15);
}

.business-practice-approach-tabs button.is-active::after { transform: scaleX(1); }

.business-practice-approach-tabs button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: -4px;
}

.business-practice-approach-panels {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.business-practice-approach-panel {
  grid-area: 1 / 1;
  min-width: 0;
  min-height: 0;
  padding: clamp(24px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.business-practice-approach-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.business-practice-approach-panel > span {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.business-practice-approach-panel h3 {
  max-width: none;
  margin: 24px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.8cqw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.04em;
  text-wrap: wrap;
}

.business-practice-approach-points {
  list-style: none;
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 28px;
}

.business-practice-approach-points li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.business-practice-approach-points li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid color-mix(in srgb, var(--brand) 22%, var(--line));
  border-radius: 9px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 7%, transparent), transparent);
  color: var(--brand);
}

.business-practice-approach-points svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-practice-approach-points p {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: wrap;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.business-practice-approach-points p strong { font-weight: 650; }

.business-practice-approach-outcome {
  position: relative;
  margin-top: auto;
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: transparent;
}

.business-practice-approach-outcome::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--brand);
}

.business-practice-approach-outcome > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.business-practice-approach-outcome svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--brand);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-practice-approach-outcome strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(23px, 3.2cqw, 30px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.025em;
  text-transform: none;
  text-wrap: wrap;
  text-align: right;
}

.business-practice-approach-outcome strong:has(em) {
  font-size: clamp(25px, 3.7cqw, 34px);
  line-height: 1.22;
}

.business-practice-approach-outcome strong > span,
.business-practice-approach-outcome strong > em {
  display: inline-block;
}

.business-practice-approach-outcome strong > em {
  color: var(--brand);
  font-style: normal;
}

@container (max-width: 620px) {
  .business-practice-approach-outcome { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 980px) {
  .business-practice-approach-stage { grid-template-columns: 1fr; }
  .business-practice-approach-manifesto { min-height: 0; padding-block: 36px; }
  .business-practice-approach-panel { min-height: 360px; }
}

@media (max-width: 760px) {
  .business-practice-approach-stage { min-height: 0; }
  .business-practice-approach-manifesto { padding: 30px 24px; }
  .business-practice-approach-manifesto > strong { margin-block: 22px 18px; }
  .business-practice-approach-tabs button { min-height: 58px; padding-inline: 10px; gap: 6px; }
  .business-practice-approach-tabs button span { font-size: 9px; letter-spacing: .06em; }
  .business-practice-approach-tabs button i { width: 5px; height: 5px; }
  .business-practice-approach-panel { min-height: 360px; padding: 30px 24px; }
  .business-practice-approach-panel h3 { margin-top: 22px; font-size: 34px; }
  .business-practice-approach-points li { grid-template-columns: 32px minmax(0, 1fr); align-items: start; gap: 10px; }
  .business-practice-approach-points li > span { width: 32px; height: 32px; border-radius: 8px; }
  .business-practice-approach-points svg { width: 18px; height: 18px; }
  .business-practice-approach-points p { font-size: 14px; }
  .business-practice-approach-outcome { grid-template-columns: 1fr; gap: 14px; }
}

/* Umbrella practice page. */
.business-practice-hero-system.is-umbrella nav {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.business-practice-hero .unified-page-hero-copy > h1 em {
  max-width: 690px;
  white-space: normal;
  text-wrap: balance;
}

.business-practice-hero-system.is-umbrella nav a {
  min-height: clamp(54px, 7.5svh, 66px);
  padding: 13px clamp(16px, 1.7vw, 24px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  border-color: color-mix(in srgb, var(--line) 65%, transparent);
  background: color-mix(in srgb, var(--surface) 48%, transparent);
  box-shadow: none;
}

.business-practice-hero-system.is-umbrella .business-practice-hero-link-copy {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.business-practice-hero-system.is-umbrella .business-practice-hero-link-copy b {
  font-family: var(--font-display);
  font-size: clamp(21px, 1.9vw, 28px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.business-practice-hero-system.is-umbrella .business-practice-hero-link-copy::before {
  content: none;
}

.business-practice-hero-system.is-umbrella nav a::before {
  background: linear-gradient(110deg, color-mix(in srgb, var(--brand) 6%, transparent), transparent);
  transform: none;
  transition: opacity .4s var(--ease-standard);
}

.business-practice-hero-system.is-umbrella nav a:is(:hover, :focus-visible) {
  transform: none;
  border-color: color-mix(in srgb, var(--brand) 28%, var(--line));
  box-shadow: none;
}

.business-practice-scope-layout,
.business-practice-challenge-cards,
.business-practice-challenge-request,
.business-sphere-explorer,
.business-practice-expertise-matrix,
.business-practice-expertise-note {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  margin-inline: auto;
}

.business-practice-scope > .business-practice-section-head {
  margin-bottom: clamp(24px, 2.8vw, 36px);
}

.business-practice-scope-layout {
  display: grid;
  grid-template-columns: minmax(340px, .42fr) minmax(0, .58fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: stretch;
}

.business-practice-scope-copy {
  padding-block: clamp(30px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business-practice-scope-copy p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.72;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

.business-practice-scope-copy p + p {
  margin-top: 28px;
}

.business-practice-scope-statement {
  min-width: 0;
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1;
  padding: clamp(20px, 2.2vw, 32px);
  margin-inline: auto;
  align-self: center;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 18px 48px rgb(0 0 0 / .045);
}

.business-practice-scope-statement::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid color-mix(in srgb, var(--line) 50%, transparent);
  pointer-events: none;
}

.business-practice-scope-statement::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 56px;
  height: 2px;
  background: var(--brand);
  pointer-events: none;
}

.business-practice-scope-statement-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 6px 3% 12px;
}

.business-practice-scope-statement-head > span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.business-practice-scope-statement-head > i {
  width: 56px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--brand);
}

.business-practice-scope-architecture {
  container-type: inline-size;
  margin: auto 0;
  padding-block: 16px 4px;
}

.business-practice-scope-levels {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.business-practice-scope-level {
  appearance: none;
  position: relative;
  isolation: isolate;
  width: 86%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.business-practice-scope-level:nth-child(2) { width: 93%; }
.business-practice-scope-level:nth-child(3) { width: 100%; }

.business-practice-scope-level::before {
  content: "";
  position: absolute;
  inset: 5px -6px -6px 5px;
  z-index: -1;
  border-right: 1px solid color-mix(in srgb, var(--line) 55%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 55%, transparent);
  pointer-events: none;
}

.business-practice-scope-level::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 30%;
  width: 2px;
  height: 40%;
  background: var(--brand);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.business-practice-scope-level.is-active {
  border-color: color-mix(in srgb, var(--brand) 58%, var(--line));
  background: color-mix(in srgb, var(--brand) 2%, transparent);
  box-shadow: inset 0 0 26px color-mix(in srgb, var(--brand) 9%, transparent);
}

.business-practice-scope-level.is-active::after { opacity: 1; }

.business-practice-scope-level:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 7px;
}

.business-practice-scope-level-icon {
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: color .35s ease;
}

.business-practice-scope-level-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-practice-scope-level.is-active .business-practice-scope-level-icon { color: var(--brand); }

.business-practice-scope-level-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.business-practice-scope-level-copy strong {
  font-family: var(--font-display);
  font-size: clamp(15px, 5cqw, 25px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.business-practice-scope-level-copy > span {
  color: var(--muted);
  font-size: clamp(10px, 2.6cqw, 12px);
  line-height: 1.3;
}

.business-practice-scope-level > i {
  width: 6px;
  height: 6px;
  justify-self: center;
  border: 1px solid var(--muted);
  border-radius: 50%;
  background: transparent;
  transition: border-color .35s ease, background-color .35s ease;
}

.business-practice-scope-level.is-active > i { border-color: var(--brand); background: var(--brand); }

.business-practice-scope-detail {
  display: grid;
  margin: 30px 0 0;
}

.business-practice-scope-detail p {
  grid-area: 1 / 1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 3.6cqw, 17px);
  font-weight: 500;
  line-height: 1.65;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

.business-practice-scope-detail p.is-active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 420px) {
  .business-practice-scope-level { grid-template-columns: 22px minmax(0, 1fr) 10px; gap: 8px; padding: 16px 10px; min-height: 80px; }
  .business-practice-scope-level-icon svg { width: 22px; height: 22px; }
  .business-practice-scope-level-copy strong { font-size: clamp(13px, 5cqw, 19px); }
}

/* Business challenges: aligned cards and a separate inquiry action. */
.business-practice-challenge-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr auto;
  gap: 24px;
}

.business-practice-challenge-card {
  min-width: 0;
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  padding: clamp(24px, 2.8vw, 40px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: inset 0 0 0 0 transparent, 0 12px 32px color-mix(in srgb, var(--ink) 4%, transparent);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.business-practice-challenge-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.business-practice-challenge-label > span:first-child {
  padding-right: 10px;
  border-right: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.business-practice-challenge-card h3 {
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.business-practice-challenge-card p {
  margin: 0;
  padding-bottom: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  hyphens: auto;
}

.business-practice-challenge-card > em {
  text-align: center;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.3;
}

.business-practice-challenge-request button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.business-practice-challenge-request {
  margin-top: 26px;
  min-height: 148px;
  padding: clamp(32px, 3vw, 42px) clamp(28px, 3.5vw, 48px);
  display: grid;
  grid-template-columns: minmax(155px, .22fr) minmax(0, .48fr) minmax(205px, .3fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  border: 1px solid color-mix(in srgb, var(--line) 60%, transparent);
  border-radius: 0;
  background: var(--surface);
}

.business-practice-challenge-request > span {
  color: var(--brand);
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.business-practice-challenge-request p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
}

.business-practice-challenge-request .button {
  width: 100%;
  min-height: 54px;
}

@media (hover: hover) {
  .business-practice-challenge-card:hover {
    border-color: var(--brand-deep);
    box-shadow: inset 0 0 0 2px var(--brand-deep), 0 12px 32px color-mix(in srgb, var(--brand) 7%, transparent);
  }
}

@media (max-width: 980px) {
  .business-practice-challenge-cards { grid-template-columns: 1fr; grid-template-rows: none; gap: 20px; }
  .business-practice-challenge-card { grid-row: auto; grid-template-rows: auto; gap: 20px; padding: 30px; }
  .business-practice-challenge-card p { padding-bottom: 4px; }
  .business-practice-challenge-request { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 480px) {
  .business-practice-challenge-card { padding: 26px 22px; border-radius: 16px; }
  .business-practice-challenge-card h3 { font-size: 32px; }
  .business-practice-challenge-card p { text-align: left; }
  .business-practice-challenge-request { padding: 26px 22px; }
}

/* A sphere catalogue: stable navigation beside a detailed editorial panel. */
.business-practice-spheres > .business-practice-section-head {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.business-sphere-intro {
  width: 100%;
  max-width: calc(var(--max) - 64px);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(300px, .36fr) minmax(0, .64fr);
  align-items: center;
}

.business-sphere-intro p {
  margin: 0;
  padding-inline: clamp(20px, 2.2vw, 30px);
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  hyphens: auto;
}

.business-sphere-intro .business-sphere-intro-lead {
  color: var(--ink);
  font-weight: 500;
  text-align: left;
}

.business-sphere-explorer {
  display: grid;
  grid-template-columns: minmax(300px, .36fr) minmax(0, .64fr);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.business-sphere-selector {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-right: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-2) 45%, var(--surface));
}

.business-sphere-accordion { display: none; min-width: 0; }
.business-sphere-accordion > details + details { border-top: 1px solid var(--line); }
.business-sphere-accordion summary {
  min-height: 82px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.business-sphere-accordion summary::-webkit-details-marker { display: none; }
.business-sphere-accordion summary:focus-visible { outline: 2px solid var(--brand); outline-offset: -5px; }
.business-sphere-accordion details[open] > summary {
  color: var(--brand);
  background: linear-gradient(105deg, color-mix(in srgb, var(--brand) 7%, var(--surface)), color-mix(in srgb, var(--brand) 3%, var(--surface)));
  box-shadow: inset 3px 0 var(--brand);
}
.business-sphere-accordion details[open] > summary .business-sphere-tab-number { color: var(--brand); }
.business-sphere-toggle { position: relative; width: 20px; height: 20px; color: var(--brand); }
.business-sphere-toggle::before,
.business-sphere-toggle::after { content: ""; position: absolute; background: currentColor; }
.business-sphere-toggle::before { width: 14px; height: 1px; left: 3px; top: 9px; }
.business-sphere-toggle::after { width: 1px; height: 14px; left: 9px; top: 3px; }
.business-sphere-accordion details[open] > summary .business-sphere-toggle::after { display: none; }

.business-sphere-selector button {
  min-width: 0;
  min-height: 130px;
  padding: clamp(24px, 2.5vw, 36px) clamp(20px, 2.2vw, 30px);
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.business-sphere-selector button:last-child { border-bottom: 0; }

.business-sphere-selector button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 5px;
  background: var(--brand);
  opacity: 0;
  transition: opacity .25s ease;
}

.business-sphere-selector button[aria-selected="true"] {
  color: var(--brand);
  background: linear-gradient(105deg, color-mix(in srgb, var(--brand) 7%, var(--surface)), color-mix(in srgb, var(--brand) 3%, var(--surface)));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 40%, transparent);
}

.business-sphere-selector button[aria-selected="true"]::before { opacity: 1; }
.business-sphere-selector button:focus-visible { outline: 2px solid var(--brand); outline-offset: -5px; }

.business-sphere-tab-number {
  align-self: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.business-sphere-tab-copy { min-width: 0; }
.business-sphere-title-line { display: block; }
.business-sphere-tab-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(21px, 1.8vw, 25px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.business-sphere-tab-copy small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1.55;
}

.business-sphere-selector svg,
.business-sphere-panel-footer svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-sphere-selector svg { color: var(--muted); transition: color .25s ease, background .25s ease, box-shadow .25s ease; }
.business-sphere-selector button[aria-selected="true"] .business-sphere-tab-number { color: var(--brand); font-weight: 800; }
.business-sphere-selector button[aria-selected="true"] .business-sphere-tab-copy small { color: var(--ink); }
.business-sphere-selector button[aria-selected="true"] svg {
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--brand);
}

.business-sphere-panels {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.business-sphere-panel {
  min-width: 0;
  grid-area: 1 / 1;
  padding: clamp(30px, 3.2vw, 46px);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.business-sphere-panel.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.business-sphere-panel:focus-visible { outline: 2px solid var(--brand); outline-offset: -5px; }

.business-sphere-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.business-sphere-panel-head > span:first-child { color: var(--brand); }
.business-sphere-panel-head > span:last-child { color: var(--muted); font-variant-numeric: tabular-nums; }
.business-sphere-panel-head b { color: var(--ink); font-weight: 700; }

.business-sphere-panel h3 {
  margin: 28px 0 22px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.business-sphere-description {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: justify; text-wrap: wrap;
  text-align-last: left;
  hyphens: auto;
}

.business-sphere-scope {
  margin: 28px 0 32px;
}

.business-sphere-scope > div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: minmax(120px, .35fr) minmax(0, .65fr);
  gap: 22px;
  border-top: 1px solid var(--line);
}

.business-sphere-scope dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.business-sphere-scope dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.business-sphere-panel-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.business-sphere-panel-footer .button {
  min-height: 52px;
  min-width: 240px;
  justify-content: space-between;
  gap: 26px;
}

@media (hover: hover) {
  .business-sphere-selector button[aria-selected="false"]:hover { color: var(--brand); background: var(--surface); }
}

@media (max-width: 980px) {
  .business-sphere-intro { grid-template-columns: 1fr; gap: 10px; margin-bottom: 24px; }
  .business-sphere-intro p { padding-inline: 0; }
  .business-sphere-explorer { grid-template-columns: 1fr; }
  .business-sphere-selector,
  .business-sphere-panels { display: none; }
  .business-sphere-accordion { display: block; }
  .business-sphere-title-line { display: inline; }
  .business-sphere-tab-copy strong { font-size: 22px; }
  .business-sphere-tab-copy small { display: none; }
}

@media (max-width: 600px) {
  .business-sphere-accordion summary { grid-template-columns: 20px minmax(0, 1fr) 20px; gap: 12px; padding: 20px; }
  .business-sphere-tab-copy strong { font-size: 19px; }
  .business-sphere-panel { padding: 28px 22px; }
  .business-sphere-panel h3 { font-size: 33px; }
  .business-sphere-description { text-align: left; }
  .business-sphere-scope > div { grid-template-columns: 1fr; gap: 6px; }
  .business-sphere-panel-footer .button { width: 100%; min-width: 0; }
}

.business-practice-expertise-matrix {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--surface);
}

.business-practice-expertise-row {
  min-width: 880px;
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(330px, 1.35fr) repeat(4, minmax(120px, .65fr));
  transition: background .34s var(--ease-standard);
}

.business-practice-expertise-row + .business-practice-expertise-row { border-top: 1px solid var(--line); }

.business-practice-expertise-row > * {
  margin: 0;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-practice-expertise-row > * + * { border-left: 1px solid var(--line); }

.business-practice-expertise-row.is-head {
  min-height: 58px;
  color: var(--bg);
  background: var(--ink);
}

.business-practice-expertise-row.is-head span {
  padding-block: 18px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.business-practice-expertise-row.is-head span:first-child { justify-content: flex-start; }

.business-practice-expertise-row:not(.is-head):hover {
  background: color-mix(in srgb, var(--brand) 5%, var(--surface));
}

.business-practice-expertise-row strong {
  justify-content: flex-start;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 500;
  line-height: 1.08;
}

.business-practice-expertise-row span i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.business-practice-expertise-row span.is-active i {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--brand) 10%, transparent);
}

.business-practice-expertise-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}

@media (max-width: 1040px) {
  .business-practice-scope-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .business-practice-hero-system.is-umbrella nav a { min-height: 60px; }
  .business-practice-scope-copy { padding-block: 28px; }
  .business-practice-scope-copy p { font-size: 16px; text-align: left; }
  .business-practice-expertise-note { text-align: left; }
}

@media (max-width: 1040px) {
  .search-page-hero {
    min-height: auto;
    grid-template-rows: auto auto auto auto;
    row-gap: 38px;
  }
  .search-page-hero-heading { grid-column: 1 / span 9; }
  .search-page-hero-note { grid-column: 8 / -1; }
  .search-page-scope { grid-column: 1 / -1; }
  .search-page-section-head { grid-template-columns: minmax(150px, .4fr) minmax(0, 1.6fr); }
}

@media (max-width: 760px) {
  .search-page-hero { min-height: calc(100svh - 72px); padding: 42px 18px 34px; grid-template-rows: auto auto 1fr auto auto; row-gap: 28px; }
  .search-page-hero::before { left: 18px; }
  .search-page-watermark { top: 30px; right: -8px; font-size: 92px; }
  .search-page-hero-heading { grid-column: 1 / -1; }
  .search-page-hero-heading h1 { margin-top: 42px; font-size: clamp(54px, 17vw, 78px); line-height: .88; }
  .search-page-hero-heading h1 strong { margin-left: .18em; }
  .search-page-hero-note { grid-column: 2 / -1; max-width: none; padding-left: 16px; }
  .search-page-hero-note p { font-size: 13px; }
  .search-field { grid-template-columns: 1fr; }
  .search-field-label { padding: 15px 0 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-field-control { min-height: 84px; padding: 5px 2px; grid-template-columns: 24px minmax(0, 1fr) 42px; gap: 12px; }
  .search-field-control > svg { width: 24px; height: 24px; }
  .search-field input { font-size: clamp(24px, 7.6vw, 34px); }
  .search-field button { width: 40px; height: 40px; }
  .search-page-scope { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; gap: 10px 14px; }
  .search-page-scope > span { width: 100%; margin: 0 0 2px; }
  .search-page-body { padding: 52px 18px 78px; }
  .search-page-section-head { margin-bottom: 28px; grid-template-columns: 1fr; gap: 18px; }
  .search-page-section-head h2 { font-size: 38px; }
  .search-results { grid-template-columns: 1fr; }
  .search-results > a { min-height: 270px; padding: 26px 24px; }
  .search-result-meta { margin-bottom: 38px; }
  .search-results > a > strong { font-size: 30px; }
  .empty-state { padding: 38px 24px; grid-template-columns: 1fr; row-gap: 22px; }
  .empty-state > .eyebrow { grid-row: auto; }
  .empty-state h2 { margin: 0; font-size: 39px; }
  .empty-state p { margin-bottom: 4px; }
  .empty-state > div { align-items: stretch; flex-direction: column; }
  .empty-state .button { width: 100%; }
}

/* Search workspace */
.search-workspace {
  height: calc(100svh - 88px);
  min-height: 680px;
  padding-inline: max(32px, calc((100vw - var(--max)) / 2 + 32px));
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr);
  overflow: hidden;
}
.search-workspace-intro {
  min-width: 0;
  padding: clamp(54px, 6vw, 88px) clamp(38px, 5vw, 76px) clamp(36px, 4vw, 58px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0a0a10;
  color: #f7f4ef;
  display: flex;
  flex-direction: column;
}
.search-workspace-intro::before {
  content: "";
  width: 86px;
  height: 3px;
  position: absolute;
  top: 0;
  left: clamp(38px, 5vw, 76px);
  background: var(--brand);
}
.search-workspace-intro::after {
  content: "";
  width: min(42vw, 520px);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  right: -48%;
  bottom: -34%;
  border: 1px solid color-mix(in srgb, var(--brand) 60%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 44px color-mix(in srgb, var(--brand) 5%, transparent), 0 0 0 88px color-mix(in srgb, #fff 2%, transparent);
}
.search-workspace-intro .eyebrow { color: #c7c2ba; }
.search-workspace-intro h1 {
  margin: auto 0 clamp(28px, 4vw, 52px);
  font-family: var(--font-display);
  font-size: clamp(54px, 5.4vw, 82px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.search-workspace-intro h1 span,
.search-workspace-intro h1 strong { display: block; }
.search-workspace-intro h1 strong { margin-top: .12em; color: #d53936; font-style: italic; font-weight: 400; }
.search-workspace-intro > p { max-width: 520px; margin: 0; color: #aaa7a1; font-size: 15px; line-height: 1.65; }
.search-workspace-scope { margin-top: clamp(30px, 4vw, 52px); padding-top: 20px; border-top: 1px solid #303036; display: grid; gap: 13px; }
.search-workspace-scope > span { color: #777771; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.search-workspace-scope > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 15px; }
.search-workspace-scope b { color: #d7d3cd; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.search-workspace-scope i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }
.search-workspace-intro > small { margin-top: auto; padding-top: 32px; color: #686863; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.search-workspace-panel {
  min-width: 0;
  min-height: 0;
  padding: clamp(38px, 4.5vw, 66px) clamp(34px, 4.5vw, 70px) clamp(28px, 3vw, 46px);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  display: flex;
  flex-direction: column;
}
.search-workspace-field { display: grid; gap: 14px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.search-workspace-control {
  min-height: 76px;
  padding-inline: 2px;
  position: relative;
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 46px;
  gap: 16px;
  align-items: center;
}
.search-workspace-control::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s var(--ease-out);
}
.search-workspace-field:focus-within .search-workspace-control::after { transform: scaleX(1); }
.search-workspace-control > svg { width: 27px; height: 27px; fill: none; stroke: var(--brand); stroke-width: 1.5; }
.search-workspace-control input { width: 100%; min-width: 0; padding: 14px 0; border: 0; background: transparent; color: var(--ink); font-family: var(--font-display); font-size: clamp(27px, 2.7vw, 42px); font-weight: 400; line-height: 1; letter-spacing: -.03em; outline: 0; }
.search-workspace-control input::placeholder { color: color-mix(in srgb, var(--muted) 52%, transparent); opacity: 1; }
.search-workspace-control button { width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; display: grid; place-items: center; transition: color .2s var(--ease-standard), border-color .2s var(--ease-standard); }
.search-workspace-control button:hover { border-color: var(--brand); color: var(--brand); }
.search-workspace-control button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.search-workspace-results { min-height: 0; flex: 1; padding-top: 24px; display: flex; flex-direction: column; }
.search-workspace-start { min-height: 0; flex: 1; border: 1px solid var(--line); display: grid; grid-template-columns: 66px minmax(0, 390px); gap: 24px; align-content: center; justify-content: center; }
.search-workspace-start > svg { width: 62px; height: 62px; fill: none; stroke: color-mix(in srgb, var(--brand) 65%, var(--line)); stroke-width: 1; }
.search-workspace-start span,
.search-workspace-empty > span { color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.search-workspace-start p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.search-workspace-result-head { min-height: 34px; padding-bottom: 13px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: start; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-workspace-result-head strong { color: var(--ink); font-weight: 800; }
.search-compact-results { min-height: 0; flex: 1; overflow-y: auto; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 44%, transparent) transparent; }
.search-compact-results > a {
  min-height: 70px;
  padding: 10px 12px 10px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(108px, .24fr) minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  transition: padding-left .2s var(--ease-out), background .2s var(--ease-standard);
}
.search-compact-results > a:hover { padding-left: 12px; background: color-mix(in srgb, var(--brand) 5%, transparent); }
.search-compact-type { color: var(--brand); font-size: 8px; font-weight: 850; line-height: 1.2; letter-spacing: .09em; text-transform: uppercase; }
.search-compact-copy { min-width: 0; display: grid; gap: 5px; align-items: center; }
.search-compact-copy strong { min-width: 0; font-family: var(--font-display); font-size: clamp(17px, 1.4vw, 22px); font-weight: 400; line-height: 1.08; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.search-compact-copy small { min-width: 0; color: var(--muted); font-size: 10px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.search-compact-results > a > i { color: var(--brand); font-family: var(--font-display); font-size: 19px; font-style: normal; line-height: 1; }
.search-pagination { min-height: 46px; padding-top: 12px; display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.search-pagination button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.search-pagination button:disabled { color: var(--muted); cursor: default; opacity: .35; }
.search-pagination span { min-width: 48px; color: var(--muted); font-size: 10px; text-align: center; }
.search-pagination span b { color: var(--brand); }
.search-workspace-empty { min-height: 0; flex: 1; padding: clamp(30px, 5vw, 70px); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.search-workspace-empty h2 { max-width: 600px; margin: 16px 0; font-family: var(--font-display); font-size: clamp(34px, 3.7vw, 54px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.search-workspace-empty p { max-width: 520px; margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.search-workspace-empty > div { display: flex; align-items: center; gap: 22px; }

@media (max-width: 1080px) {
  .search-workspace { grid-template-columns: minmax(310px, .72fr) minmax(540px, 1.28fr); }
  .search-workspace-intro { padding-inline: 34px; }
  .search-workspace-intro::before { left: 34px; }
  .search-workspace-intro h1 { font-size: clamp(50px, 5.6vw, 68px); }
  .search-workspace-panel { padding-inline: 32px; }
  .search-compact-copy { gap: 4px; }
}

@media (max-width: 820px) {
  .search-workspace {
    height: calc(100svh - 72px);
    min-height: 720px;
    padding-inline: 18px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }
  .search-workspace-intro { padding: 34px 26px 26px; }
  .search-workspace-intro::before { left: 26px; }
  .search-workspace-intro::after { width: 300px; right: -150px; bottom: -190px; }
  .search-workspace-intro h1 { margin: 38px 0 18px; font-size: clamp(43px, 10vw, 61px); line-height: .92; }
  .search-workspace-intro h1 span,
  .search-workspace-intro h1 strong { display: inline; }
  .search-workspace-intro h1 strong { margin: 0 0 0 .16em; }
  .search-workspace-intro > p { max-width: 660px; font-size: 13px; line-height: 1.55; }
  .search-workspace-scope { margin-top: 22px; padding-top: 14px; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
  .search-workspace-scope > div { gap: 8px 12px; }
  .search-workspace-intro > small { display: none; }
  .search-workspace-panel { padding: 26px 24px 20px; border-left: 1px solid var(--line); border-top: 0; }
  .search-workspace-control { min-height: 62px; }
  .search-workspace-control input { font-size: 28px; }
  .search-workspace-results { padding-top: 18px; }
  .search-workspace-start { grid-template-columns: 48px minmax(0, 360px); gap: 18px; }
  .search-workspace-start > svg { width: 46px; height: 46px; }
  .search-compact-results > a { grid-template-columns: 78px minmax(0, 1fr) 18px; }
  .search-compact-copy strong { font-size: 17px; }
}

@media (max-width: 560px) {
  .search-workspace { min-height: 760px; }
  .search-workspace-intro { padding: 30px 20px 22px; }
  .search-workspace-intro::before { left: 20px; width: 68px; }
  .search-workspace-intro h1 { margin-top: 30px; font-size: clamp(39px, 12vw, 53px); }
  .search-workspace-intro > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .search-workspace-scope { display: none; }
  .search-workspace-panel { padding: 22px 18px 16px; }
  .search-workspace-control { grid-template-columns: 23px minmax(0, 1fr) 40px; gap: 10px; }
  .search-workspace-control > svg { width: 23px; height: 23px; }
  .search-workspace-control input { font-size: 23px; }
  .search-workspace-start { padding: 24px; grid-template-columns: 1fr; gap: 14px; }
  .search-workspace-start > svg { width: 40px; height: 40px; }
  .search-compact-results > a { min-height: 50px; grid-template-columns: 68px minmax(0, 1fr) 17px; gap: 10px; }
  .search-compact-copy small { display: none; }
  .search-workspace-empty { padding: 28px 22px; }
  .search-workspace-empty h2 { font-size: 35px; }
  .search-workspace-empty > div { width: 100%; align-items: flex-start; flex-direction: column; gap: 16px; }
}

/* Custom form validation and sent state */
.consult-form label > .field-status.is-error { color: var(--brand); font-weight: 700; }
.consult-form input[aria-invalid="true"],
.consult-form textarea[aria-invalid="true"],
.consult-form select[aria-invalid="true"] { border-color: var(--brand); background: color-mix(in srgb, var(--brand) 4%, var(--bg)); }
.consult-form .check.has-error { padding: 12px; border: 1px solid color-mix(in srgb, var(--brand) 62%, var(--line)); background: color-mix(in srgb, var(--brand) 5%, transparent); }
.consult-form .check > small { grid-column: 2; color: var(--brand); font-size: 11px; font-weight: 700; line-height: 1.35; }
.consult-form-trap { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.consult-form-status { min-height: 1.4em; margin: -4px 0 0; color: var(--brand); font-size: 12px; font-weight: 700; line-height: 1.4; }
.consult-form-status:empty { display: none; }
.consult-form button[aria-busy="true"] { cursor: wait; opacity: .72; }
.inquiry-form-state > p,
.inquiry-form-state > small { color: var(--muted); }

.inquiry-panel.is-success { width: min(1120px, 100%); padding: 0; overflow: hidden; }
.inquiry-panel.is-success .modal-close { z-index: 3; top: 18px; right: 18px; }
.inquiry-panel .success-state {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: stretch;
}
.success-state-confirmation,
.success-state-process { min-width: 0; height: 100%; padding: clamp(46px, 5vw, 72px); }
.success-state-confirmation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-2) 58%, var(--surface));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.success-state-confirmation::before {
  content: "";
  width: 78px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: clamp(46px, 5vw, 72px);
  background: var(--brand);
}
.success-state-confirmation::after {
  content: "";
  width: 330px;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  right: -210px;
  bottom: -180px;
  border: 1px solid color-mix(in srgb, var(--brand) 32%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 36px color-mix(in srgb, var(--brand) 3%, transparent), 0 0 0 72px color-mix(in srgb, var(--brand) 2%, transparent);
}
.inquiry-panel .success-mark { width: 72px; height: 72px; margin: 0 0 42px; border: 0; border-radius: 0; }
.inquiry-panel .success-mark svg { width: 100%; height: 100%; fill: none; stroke: var(--brand); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.inquiry-panel .success-state h2 { margin: 0; font-family: var(--font-display); font-size: inherit; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.inquiry-panel .success-state h2 span { display: block; font-size: clamp(54px, 6vw, 78px); font-weight: 400; }
.inquiry-panel .success-state h2 strong { margin-top: 14px; display: block; color: var(--brand); font-family: var(--font-sans); font-size: clamp(22px, 2.4vw, 31px); font-weight: 550; line-height: 1.12; letter-spacing: -.025em; }
.success-state-confirmation > p { max-width: 430px; margin: 28px 0 38px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.success-state-confirmation > .button { min-width: 180px; }
.success-state-process { background: var(--surface); display: flex; flex-direction: column; justify-content: center; }
.success-state-process h3 { max-width: 480px; margin: clamp(52px, 8vh, 86px) 0 clamp(34px, 5vh, 50px); font-family: var(--font-display); font-size: clamp(39px, 4vw, 56px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.success-state-process ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.success-state-process li { min-height: 86px; padding: 17px 10px 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 34px minmax(0, 1fr) 10px; gap: 16px; align-items: center; }
.success-state-process li > span { color: var(--muted); font-size: 9px; font-weight: 800; }
.success-state-process li strong { display: block; margin-bottom: 5px; font-size: 14px; line-height: 1.2; }
.success-state-process li p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.success-state-process li > i { width: 8px; height: 8px; border: 1px solid var(--line); border-radius: 50%; }
.success-state-process li.is-current { padding-left: 10px; background: color-mix(in srgb, var(--brand) 6%, transparent); }
.success-state-process li.is-current > span { color: var(--brand); }
.success-state-process li.is-current > i { border-color: var(--brand); background: var(--brand); box-shadow: 0 0 0 6px color-mix(in srgb, var(--brand) 9%, transparent); }
.success-state-disclaimer { margin-top: 0; padding-top: clamp(28px, 5vh, 46px); display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 20px; }
.success-state-disclaimer > span { color: var(--brand); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.success-state-disclaimer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

@media (max-width: 900px) {
  .inquiry-panel.is-success { padding: 0; overflow-y: auto; }
  .inquiry-panel.is-success .modal-close { top: 18px; right: 18px; }
  .inquiry-panel .success-state { height: auto; min-height: 100svh; grid-template-columns: 1fr; }
  .success-state-confirmation { min-height: 590px; border-right: 0; border-bottom: 1px solid var(--line); }
  .success-state-process { min-height: 630px; }
}

@media (max-width: 560px) {
  .inquiry-panel.is-success { padding: 0; }
  .inquiry-panel.is-success .modal-close { top: 16px; right: 16px; }
  .inquiry-panel .success-state { min-height: 100svh; }
  .success-state-confirmation,
  .success-state-process { padding: 38px 26px; }
  .success-state-confirmation { min-height: 100svh; }
  .success-state-confirmation::before { left: 26px; }
  .inquiry-panel .success-mark { width: 62px; height: 62px; margin-bottom: 34px; }
  .inquiry-panel .success-state h2 span { font-size: clamp(50px, 15vw, 66px); }
  .inquiry-panel .success-state h2 strong { font-size: 24px; }
  .success-state-confirmation > .button { width: 100%; }
  .success-state-process { min-height: auto; }
  .success-state-process h3 { margin-block: 48px 30px; font-size: 40px; }
  .success-state-disclaimer { margin-top: 34px; grid-template-columns: 1fr; gap: 10px; }
}

/* WordPress publication editor output. The Gutenberg wrappers preserve the
   approved React composition while every content item remains editable. */
.publication-single-editor-content > * { margin-block: 0; }
.publication-single-hero-media > img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.publication-single-editor-content .wp-block-group { box-sizing: border-box; }
.publication-single-editor-content .publication-single-layout,
.publication-single-editor-content .publication-single-content,
.publication-single-editor-content .publication-single-section-copy { width: 100%; }
.publication-single-editor-content .publication-single-news-status-inner { max-width: calc(var(--max) - 64px); margin: 0 auto; }
.publication-single-editor-content .publication-single-news-status-steps { list-style: none; padding-left: 0; }
.publication-single-editor-content .publication-single-news-status-steps li::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: -6px;
  border: 2px solid var(--brand);
  border-radius: 50%;
  background: var(--surface);
}
.publication-single-editor-content .publication-single-news-status-steps li:first-child { color: var(--ink); }
.publication-single-editor-content .publication-single-news-status-steps li:first-child::after { background: var(--brand); box-shadow: 0 0 0 5px color-mix(in srgb, var(--brand) 11%, transparent); }
.publication-single-editor-content .publication-single-news-brief-grid > .wp-block-group,
.publication-single-editor-content .publication-single-analytics-brief-grid > .wp-block-group {
  min-width: 0;
  margin: 0;
}
.publication-single-editor-content .publication-single-news-brief-grid > .wp-block-group { min-height: 218px; padding: clamp(30px, 3.2vw, 46px); background: var(--surface); }
.publication-single-editor-content .publication-single-news-brief-grid h3,
.publication-single-editor-content .publication-single-analytics-brief-grid h3 {
  margin: 0 0 32px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-editor-content .publication-single-news-brief-grid p,
.publication-single-editor-content .publication-single-analytics-brief-grid p { margin: 0; }
.publication-single-editor-content .publication-single-analytics-brief-grid > .wp-block-group { padding: clamp(30px, 3.4vw, 48px); position: relative; background: var(--surface); }
.publication-single-editor-content .publication-single-analytics-brief-grid > .is-key { background: color-mix(in srgb, var(--brand) 7%, var(--surface)); }
.publication-single-editor-content .publication-single-article-lead > h3,
.publication-single-editor-content .publication-single-article-nav > h3 {
  margin: 0 0 28px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-editor-content .publication-single-article-nav a::after { content: "↓"; color: var(--brand); text-align: right; }
.publication-single-editor-content .publication-single-toc > h3 {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-editor-content .publication-single-toc ul { margin: 0; padding: 0; list-style: none; }
.publication-single-editor-content .publication-single-toc li { margin: 0; padding: 0; }
.publication-single-editor-content .publication-single-position .eyebrow {
  margin: 0 0 22px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.publication-single-editor-content .publication-single-sources > .eyebrow { margin-bottom: 22px; }
.publication-single-editor-content .publication-single-sources ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.publication-single-editor-content .publication-single-sources li { padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.publication-single-editor-content .publication-single-disclaimer > h3 {
  margin: 0;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.publication-single-editor-content .publication-single-disclaimer > p { margin: 0; }
@media (max-width: 760px) {
  .publication-single-editor-content .publication-single-news-status-inner { max-width: 100%; }
  .publication-single-editor-content .publication-single-news-brief-grid > .wp-block-group,
  .publication-single-editor-content .publication-single-analytics-brief-grid > .wp-block-group { min-height: 0; }
}

/* Typographic QA: predictable Ukrainian wrapping without orphaned punctuation. */
main :is(h1, h2, h3) {
  word-break: normal !important;
  overflow-wrap: normal !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
main :where(p, li, dd, blockquote) { text-wrap: pretty; }
main :where([class*="-hero"], [class~="hero"]) :is(p, li, dd, blockquote) {
  text-align: start;
  text-align-last: auto;
  text-justify: auto;
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
:is(
  .home-section-heading,
  .about-v2-section-head,
  .team-page-section-head,
  .practice-index-heading,
  .publications-page-section-head,
  .business-practice-section-head
) > h2 { text-wrap: balance; }

@media (max-width: 760px) {
  :root { --section-heading-size: clamp(35px, 9.6vw, 46px); }

  .home-hero-copy h1,
  .about-v2-hero h1,
  .team-page-hero h1,
  .practice-index-hero h1,
  .publications-page-hero h1,
  .contact-page-hero h1,
  .unified-page-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
    text-wrap: balance;
  }

  .unified-page-hero .unified-page-hero-copy > h1 {
    font-size: clamp(36px, 10vw, 48px);
    text-wrap: balance;
  }

  .unified-page-hero .unified-page-hero-copy > h1 span,
  .unified-page-hero .unified-page-hero-copy > h1 em { white-space: nowrap; }

  .home-section-heading > h2,
  .about-v2-section-head > h2,
  .team-page-section-head > h2,
  .practice-index-heading > h2,
  .publications-page-section-head > h2,
  .business-practice-section-head > h2,
  .consult-intro h2,
  .embedded-form-heading h2,
  .about-v2-cta-copy h2 {
    max-width: 100%;
    text-wrap: pretty;
  }

  .consult-intro h2 { font-size: clamp(34px, 9vw, 40px); text-wrap: balance; }
  .practice-index-choice-copy h2 { font-size: clamp(34px, 9.5vw, 42px); text-wrap: balance; }
  .about-v2-cta-copy h2 { font-size: clamp(36px, 9.5vw, 42px); text-wrap: balance; }

  .practice-index-card h3 span { font-size: clamp(34px, 9.5vw, 42px); }
  .publications-page-card.is-featured h3,
  .publications-page-card h3 {
    font-size: clamp(28px, 7.7vw, 34px);
    text-wrap: pretty;
  }

  .publication-single-hero h1 {
    font-size: clamp(27px, 8.5vw, 48px);
    overflow-wrap: normal;
  }

  .page-hero.legal h1 { font-size: clamp(34px, 10vw, 48px); }

  .direction-hero h1 br,
  .direction-context-statement h3 br,
  .direction-agreement h3 br,
  .direction-final h2 br { display: none; }
}
.patronum-text-arrow {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-variant-emoji: text;
}
