@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/manrope-cyrillic-v20.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f4f0e8;
  --paper-deep: #ebe4d9;
  --ink: #17211f;
  --muted: #68706c;
  --line: rgba(23, 33, 31, .18);
  --forest: #1f3832;
  --forest-deep: #132722;
  --gold: #9a7a49;
  --gold-text: #765a30;
  --gold-on-dark: #d0b27b;
  --white: #fffdf8;
  --serif: "Manrope", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --text-compact: .625rem;
  --text-micro: .75rem;
  --text-caption: .8125rem;
  --text-small: .9rem;
  --text-reading: 1rem;
  --text-ui: .95rem;
  --text-body: 1.0625rem;
  --header-height: 90px;
  --service-strip-height: 72px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: var(--text-body); line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { position: fixed; top: var(--menu-scroll-offset, 0); right: 0; left: 0; width: 100%; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.14; }
h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(2.4rem, 4.1vw, 4.25rem); letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-size: clamp(1.95rem, 3.1vw, 3.25rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
::selection { color: var(--white); background: var(--forest); }

.shell { width: min(1380px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; overflow: hidden; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gold-text); font-size: var(--text-caption); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-index { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 500; letter-spacing: .08em; white-space: nowrap; }
.section-index::after { width: 18px; height: 1px; content: ""; background: currentColor; opacity: .55; }
.section { padding: 86px 0; }
.section-heading { align-self: start; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.section-heading-row > p { max-width: 340px; margin-bottom: 7px; color: var(--muted); }
.section-intro { max-width: 310px; margin-top: 26px; color: var(--muted); }

.site-header { --scroll-progress: 0; --scroll-progress-position: 0%; --scroll-progress-visibility: 0; position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); background: rgba(11, 25, 21, .36); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header::before { position: absolute; bottom: -4px; left: var(--scroll-progress-position); z-index: 1; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--gold-on-dark); box-shadow: 0 0 0 2px rgba(19, 39, 34, .88); opacity: var(--scroll-progress-visibility); pointer-events: none; transform: translateX(-50%); transition: left .08s linear, opacity .18s ease, box-shadow .35s ease; }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--gold-on-dark); pointer-events: none; transform: scaleX(var(--scroll-progress)); transform-origin: left center; transition: transform .08s linear, background-color .35s ease; }
.site-header.is-scrolled { color: var(--ink); border-color: var(--line); background: rgba(244, 240, 232, .94); box-shadow: 0 12px 30px rgba(23, 33, 31, .05); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.site-header.is-scrolled::before { background: var(--gold); box-shadow: 0 0 0 2px rgba(244, 240, 232, .82); }
.site-header.is-scrolled::after { background: var(--forest); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.brand { display: flex; align-items: center; line-height: 1; }
.brand-logo { width: clamp(190px, 16vw, 225px); display: block; }
.brand-logo img { width: 100%; height: auto; aspect-ratio: 1675 / 378; display: block; transition: opacity .25s ease; }
.brand:hover .brand-logo img, .brand:focus-visible .brand-logo img { opacity: .82; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.3vw, 39px); }
.main-nav a { position: relative; font-size: var(--text-ui); font-weight: 600; letter-spacing: .035em; text-transform: uppercase; transition: color .25s ease, font-weight .25s ease; }
.main-nav a::after { position: absolute; inset: auto 0 -8px; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav a.is-active { color: var(--gold-text); font-weight: 700; }
.language-switcher { display: flex; align-items: center; gap: 4px; color: var(--ink); font-size: var(--text-caption); font-weight: 700; letter-spacing: .06em; }
.language-switcher span { color: #8f8a81; font-weight: 400; }
.language { min-width: 36px; min-height: 40px; display: inline-grid; place-items: center; padding: 0 4px; border: 0; color: var(--ink); background: none; cursor: pointer; text-decoration: none; opacity: .66; transition: color .2s ease, opacity .2s ease, box-shadow .2s ease; }
.language:hover, .language:focus-visible { color: var(--forest); opacity: 1; }
.language.is-active { color: var(--forest-deep); box-shadow: inset 0 -2px var(--gold); opacity: 1; }
.menu-toggle { display: none; }

.site-header:not(.is-scrolled) .main-nav a.is-active { color: var(--gold-on-dark); }
.site-header:not(.is-scrolled) .language-switcher,
.site-header:not(.is-scrolled) .language { color: var(--white); }
.site-header:not(.is-scrolled) .language-switcher span { color: rgba(255,255,255,.45); }
.site-header:not(.is-scrolled) .language:hover,
.site-header:not(.is-scrolled) .language:focus-visible { color: var(--gold-on-dark); }
.site-header:not(.is-scrolled) .language.is-active { color: var(--white); }

.hero { position: relative; min-height: max(760px, calc(100svh - var(--service-strip-height))); overflow: hidden; padding-top: var(--header-height); color: var(--white); background: var(--forest-deep); isolation: isolate; }
.hero-network { position: absolute; z-index: 2; inset: var(--header-height) auto 0 0; width: 54%; height: calc(100% - var(--header-height)); pointer-events: none; -webkit-mask-image: radial-gradient(ellipse 72% 78% at 43% 50%, #000 0%, #000 52%, rgba(0, 0, 0, .72) 70%, transparent 100%); mask-image: radial-gradient(ellipse 72% 78% at 43% 50%, #000 0%, #000 52%, rgba(0, 0, 0, .72) 70%, transparent 100%); }
.hero-grid { min-height: max(670px, calc(100svh - var(--header-height) - var(--service-strip-height))); display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 3; width: min(54%, 730px); padding: 88px 6vw 74px 0; }
.hero h1 { text-shadow: 0 3px 24px rgba(0,0,0,.18); }
.hero-lead { max-width: 650px; margin-bottom: 26px; color: #d2dad6; font-size: 1.08rem; }
.signature { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; color: var(--gold-on-dark); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.signature span { font-style: normal; }
.hero .eyebrow { color: var(--gold-on-dark); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid; font-size: var(--text-small); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); border-color: var(--gold-on-dark); background: var(--gold-on-dark); }
.button-primary:hover, .button-primary:focus-visible { border-color: var(--white); background: var(--white); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.48); background: rgba(12, 28, 23, .14); }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--forest-deep); border-color: var(--white); background: var(--white); }
.phone-link { display: grid; font-family: var(--serif); font-size: 1.05rem; }
.phone-link span { color: var(--muted); font-family: var(--sans); font-size: var(--text-micro); font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.phone-link a, .contact-value a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.phone-link a:hover, .phone-link a:focus-visible { color: var(--forest); text-decoration-color: var(--gold); }
.contact-value a:hover, .contact-value a:focus-visible { color: var(--gold-on-dark); text-decoration-color: var(--gold); }
.portrait-wrap { position: absolute; z-index: 0; inset: 0; display: flex; align-items: stretch; justify-content: flex-end; margin: 0; overflow: hidden; }
.portrait-wrap::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(12, 28, 23, .98) 0%, rgba(16, 35, 29, .96) 25%, rgba(16, 35, 29, .82) 43%, rgba(13, 29, 24, .38) 62%, rgba(8, 18, 15, .08) 79%), linear-gradient(0deg, rgba(9, 21, 17, .58) 0%, transparent 28%, rgba(6, 15, 12, .12) 100%); pointer-events: none; }
.portrait-wrap::after { position: absolute; z-index: 1; inset: 0; content: ""; background: radial-gradient(circle at 74% 42%, transparent 0 28%, rgba(7, 17, 14, .1) 62%, rgba(7, 17, 14, .34) 100%); pointer-events: none; }
.portrait-wrap picture { position: relative; z-index: 0; width: 100%; height: 100%; display: block; }
.portrait-wrap img { width: auto; min-width: 65vw; max-width: none; height: 100%; margin-left: auto; object-fit: cover; object-position: center center; filter: brightness(1.04); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 16%, #000 32%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 16%, #000 32%, #000 100%); }
.portrait-wrap figcaption { position: absolute; right: max(40px, calc((100vw - 1380px) / 2)); bottom: 28px; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 15px; max-width: calc(100% - 80px); padding: 12px 17px 13px; border: 1px solid rgba(208,178,123,.42); color: var(--white); background: rgba(12, 28, 23, .82); box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.portrait-wrap figcaption strong { color: var(--gold-on-dark); font-family: var(--serif); font-size: 1rem; font-weight: 600; white-space: nowrap; }
.portrait-wrap figcaption .portrait-divider { width: 1px; height: 28px; flex: 0 0 1px; background: rgba(154,122,73,.55); }
.portrait-wrap figcaption .portrait-role { min-width: 0; color: #d5ddd9; font-size: var(--text-micro); font-weight: 700; line-height: 1.45; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }

.service-strip { position: relative; z-index: 3; border-top: 1px solid rgba(208,178,123,.32); color: var(--white); background: #10251f; }
.service-strip-inner { min-height: var(--service-strip-height); display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 48px); font-size: var(--text-small); font-weight: 600; letter-spacing: .075em; text-align: center; text-transform: uppercase; }
.service-group { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.6vw, 25px); }
.service-label { color: var(--gold-on-dark); font-size: var(--text-micro); letter-spacing: .1em; }
.service-rule { width: 1px; height: 22px; background: rgba(255,255,255,.22); }
.service-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.editorial-grid { display: grid; grid-template-columns: minmax(240px, 34%) 1fr; gap: 10%; }
.about { background: var(--white); }
.lead-serif { max-width: 820px; margin-bottom: 45px; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1.45; letter-spacing: -.025em; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; color: var(--muted); }
.principles { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--forest); font-family: var(--serif); font-size: 1.05rem; }
.principles span::before { margin-right: 9px; color: var(--gold); content: "§"; }

.education { padding: 78px 0; background: var(--paper); }
.expertise-layout { display: grid; grid-template-columns: minmax(240px, 34%) 1fr; gap: 10%; }
.expertise-content { min-width: 0; }
.expertise-content > p { max-width: 850px; color: var(--muted); }
.expertise-content .expertise-lead { margin-bottom: 16px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.48; letter-spacing: -.02em; }
.expertise-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-item { min-width: 0; padding: 22px 26px; border-left: 1px solid var(--line); }
.expertise-item:first-child { padding-left: 0; border-left: 0; }
.expertise-item span { color: var(--gold-text); font-size: var(--text-micro); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.expertise-item h3 { margin: 8px 0 5px; overflow-wrap: anywhere; font-size: 1.05rem; line-height: 1.35; }
.expertise-item p { margin: 0; color: var(--muted); overflow-wrap: anywhere; font-size: var(--text-small); line-height: 1.55; }

.practice { color: var(--white); background: var(--forest-deep); }
.practice-grid { display: grid; grid-template-columns: 34% 1fr; gap: 10%; }
.practice .section-heading { position: sticky; top: 130px; }
.practice .section-intro { color: #aeb8b4; }
.accordion { border-top: 1px solid rgba(255,255,255,.22); }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,.22); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 94px; display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; gap: 20px; padding: 20px 0; border: 0; background: none; text-align: left; cursor: pointer; }
.accordion-item button > span:nth-child(2) { font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.55rem); }
.accordion-item .count { color: var(--gold-on-dark); font-family: var(--sans); font-size: var(--text-caption); }
.practice .eyebrow, .contact .eyebrow { color: var(--gold-on-dark); }
.accordion-item i { position: relative; width: 18px; height: 18px; }
.accordion-item i::before, .accordion-item i::after { position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; content: ""; background: var(--white); transition: transform .25s ease; }
.accordion-item i::after { transform: rotate(90deg); }
.accordion-item.is-open i::after { transform: rotate(0); }
.accordion-panel { padding: 0 20px 34px 70px; color: #bfc8c5; }
.accordion-panel ul { columns: 2; gap: 48px; margin: 0; padding-left: 17px; }
.accordion-panel li { break-inside: avoid; margin-bottom: 10px; padding-left: 5px; }

.experience { background: var(--paper-deep); }
.experience .section-heading { position: sticky; top: 130px; }
.timeline-item { position: relative; padding: 0 0 42px 42px; border-left: 1px solid var(--line); }
.timeline-item::before { position: absolute; top: 0; left: -4px; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--gold); }
.timeline-item h3 { margin-bottom: 13px; font-size: 1.3rem; }
.timeline-item p { max-width: 760px; margin: 0; color: var(--muted); }
.experience-clients { max-width: 820px; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.experience-clients li { display: grid; grid-template-columns: minmax(190px, 30%) 1fr; gap: 28px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.experience-clients strong { font-family: var(--serif); font-size: var(--text-ui); font-weight: 500; }
.experience-clients span { color: var(--muted); font-size: var(--text-small); line-height: 1.65; }
.timeline-item .experience-scope { margin-top: 18px; font-size: var(--text-reading); }

@media (min-width: 900px) {
  .about .section-heading,
  .education .section-heading,
  .contact .contact-heading {
    position: relative;
  }

  .about .section-heading,
  .education .section-heading,
  .practice .section-heading,
  .experience .section-heading,
  .contact .contact-heading {
    --legal-mark: "§";
    --legal-meta: "чл.  ·  ал.  ·  т.";
    --legal-mark-color: rgba(31, 56, 50, .11);
    --legal-detail-color: rgba(118, 90, 48, .5);
    --legal-line-color: rgba(31, 56, 50, .14);
    isolation: isolate;
  }

  .education .section-heading {
    --legal-mark: "чл.";
    --legal-meta: "§  ·  ал.  ·  т.";
  }

  .practice .section-heading,
  .contact .contact-heading {
    --legal-mark-color: rgba(208, 178, 123, .2);
    --legal-detail-color: rgba(232, 211, 174, .58);
    --legal-line-color: rgba(255, 255, 255, .16);
  }

  .experience .section-heading {
    --legal-mark: "ал.";
    --legal-meta: "чл.  ·  §  ·  т.";
  }

  .about .section-heading::before,
  .education .section-heading::before,
  .practice .section-heading::before,
  .experience .section-heading::before,
  .contact .contact-heading::before {
    position: absolute;
    top: 145px;
    left: clamp(8px, 2.8vw, 40px);
    z-index: -1;
    color: var(--legal-mark-color);
    content: var(--legal-mark);
    font-family: var(--serif);
    font-size: clamp(7.5rem, 9vw, 10.5rem);
    font-weight: 500;
    line-height: .8;
    pointer-events: none;
    transform: rotate(-6deg);
    transform-origin: center;
  }

  .about .section-heading::after,
  .education .section-heading::after,
  .practice .section-heading::after,
  .experience .section-heading::after,
  .contact .contact-heading::after {
    position: absolute;
    top: 172px;
    left: clamp(90px, 8vw, 132px);
    z-index: -1;
    width: min(210px, 58%);
    height: 112px;
    padding-top: 10px;
    border-top: 1px solid var(--legal-line-color);
    color: var(--legal-detail-color);
    content: var(--legal-meta);
    background: repeating-linear-gradient(to bottom, transparent 0 27px, var(--legal-line-color) 28px);
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .7) 62%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .7) 62%, transparent 100%);
  }

  .education .section-heading::before { top: 128px; transform: rotate(-3deg); }
  .education .section-heading::after { top: 170px; }
  .practice .section-heading::before { top: 205px; transform: rotate(5deg); }
  .practice .section-heading::after { top: 225px; }
  .experience .section-heading::before { top: 205px; transform: rotate(-4deg); }
  .experience .section-heading::after { top: 232px; }
  .contact .contact-heading::before { top: 250px; transform: rotate(4deg); }
  .contact .contact-heading::after { top: 272px; }
}

.contact { padding: 76px 0; color: var(--white); background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(500px, 1.22fr); align-items: start; gap: 9%; }
.contact-heading h2 { max-width: 640px; margin-bottom: 20px; }
.contact-heading > p:last-child { color: #c0c9c6; }
.contact-details { display: grid; gap: 26px; align-content: start; }
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-item { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.28); }
.contact-details span { display: block; margin-bottom: 10px; color: var(--gold-on-dark); font-size: var(--text-micro); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details address { max-width: 520px; font-style: normal; }
.contact-value { margin: 0; font-family: var(--serif); font-size: 1.15rem; overflow-wrap: anywhere; }
.contact-map { position: relative; min-height: 300px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: rgba(13, 27, 24, .34); }
.contact-map iframe { width: 100%; height: 300px; display: block; border: 0; filter: grayscale(.82) saturate(.6) contrast(.92); }

.social-section { padding: 42px 0; background: var(--paper); }
.social-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.social-inner h2 { font-size: 1.7rem; }
.social-links { display: flex; gap: 12px; }
.social-links a, .social-links button { display: flex; min-width: 150px; align-items: center; gap: 13px; padding: 12px 17px; border: 1px solid var(--line); background: transparent; font-size: var(--text-small); font-weight: 600; text-decoration: none; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.social-links a:hover, .social-links button:hover { color: var(--white); border-color: var(--forest); background: var(--forest); }
.social-links span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-weight: 600; line-height: 1; }
.site-footer { color: #9aa39f; background: #0d1b18; }
.footer-inner { padding: 31px 0 24px; font-size: var(--text-caption); }
.footer-main, .footer-legal-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-main { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-legal-row { padding-top: 20px; }
.footer-wordmark { display: inline-flex; align-items: center; }
.footer-logo { width: 190px; display: block; }
.footer-logo img { width: 100%; height: auto; aspect-ratio: 1675 / 378; display: block; opacity: .88; transition: opacity .22s ease; }
.footer-wordmark:hover .footer-logo img, .footer-wordmark:focus-visible .footer-logo img { opacity: 1; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--white); }
.footer-legal-row > p { white-space: nowrap; }
.footer-legal-nav { flex: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 25px; }
.footer-legal-nav a { padding: 0; border: 0; color: #c2c9c6; background: none; font-size: inherit; cursor: pointer; transition: color .2s ease; }
.footer-legal-nav a:hover, .footer-legal-nav a:focus-visible { color: var(--white); }
.footer-credit { display: inline-flex; align-items: baseline; gap: 6px; color: #9aa39f !important; white-space: nowrap; }
.footer-credit i { color: var(--gold); font-style: normal; }
.footer-credit strong { color: var(--white); font-family: var(--serif); font-size: var(--text-small); font-weight: 500; }
.footer-credit b { color: var(--gold); font-size: var(--text-small); font-weight: 400; transition: transform .22s ease; }
.footer-credit:hover b, .footer-credit:focus-visible b { transform: translate(2px, -2px); }

.legal-updated { margin: 7px 0 24px; color: var(--gold-text) !important; font-size: var(--text-caption) !important; font-weight: 700; letter-spacing: .04em; }
.legal-cookie-item { margin-top: 12px; padding: 16px 18px; border-left: 1px solid var(--gold); background: rgba(255,255,255,.42); }
.legal-cookie-item + .legal-cookie-item { margin-top: 10px; }
.legal-cookie-item p { margin-bottom: 6px; }
.legal-cookie-item p:last-child { margin-bottom: 0; }

.legal-page { background: var(--paper); }
.legal-hero { min-height: 340px; display: flex; align-items: end; padding: calc(var(--header-height) + 72px) 0 64px; color: var(--white); background: var(--forest-deep); }
.legal-hero-inner { position: relative; }
.legal-hero .eyebrow { color: var(--gold-on-dark); }
.legal-hero h1 { max-width: 900px; margin: 18px 0 28px; font-size: clamp(2.4rem, 5.4vw, 4.8rem); }
.legal-hero a { display: inline-flex; align-items: center; gap: 9px; color: #d8dfdc; font-size: var(--text-small); font-weight: 700; }
.legal-hero a span { color: var(--gold-on-dark); transition: transform .2s ease; }
.legal-hero a:hover span, .legal-hero a:focus-visible span { transform: translate(2px, -2px); }
.legal-layout { display: grid; grid-template-columns: minmax(190px, 25%) minmax(0, 760px); justify-content: space-between; gap: clamp(55px, 9vw, 130px); padding-top: 72px; padding-bottom: 88px; }
.legal-aside { position: sticky; top: calc(var(--header-height) + 36px); height: max-content; padding-top: 4px; }
.legal-aside > span { display: block; margin-bottom: 25px; color: rgba(31,56,50,.16); font-family: var(--serif); font-size: 5.8rem; line-height: .8; }
.legal-aside nav { display: grid; border-top: 1px solid var(--line); }
.legal-aside a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: var(--text-small); font-weight: 650; }
.legal-aside a[aria-current="page"] { color: var(--forest); }
.legal-aside a[aria-current="page"]::before { margin-right: 8px; color: var(--gold-text); content: "§"; }
.legal-document { min-width: 0; }
.legal-document .legal-section-title { margin: 36px 0 11px; color: var(--forest); font-family: var(--sans); font-size: var(--text-small); font-weight: 750; line-height: 1.45; letter-spacing: .045em; text-transform: uppercase; }
.legal-document .legal-section-title:first-of-type { margin-top: 0; }
.legal-document .legal-subsection { margin: 0 0 7px; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.legal-document p, .legal-document li { color: var(--muted); font-size: var(--text-reading); line-height: 1.78; }
.legal-document ul { margin: 10px 0 0; padding-left: 22px; }
.legal-document li + li { margin-top: 8px; }
.legal-document a { color: var(--forest); text-decoration: underline; text-decoration-color: rgba(31,56,50,.35); text-underline-offset: 3px; }
.legal-document code { padding: 1px 4px; color: var(--forest); background: rgba(31,56,50,.07); font-size: var(--text-caption); }

.language-notice { position: fixed; right: 22px; bottom: 72px; z-index: 150; max-width: 310px; padding: 14px 18px; color: var(--white); background: var(--forest-deep); box-shadow: 0 14px 40px rgba(0,0,0,.2); font-size: var(--text-small); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s ease, transform .25s ease; }
.language-notice.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --header-height: 80px; }
  .shell { width: min(100% - 48px, 1120px); }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 24px; }
  .language-switcher { grid-column: 2; grid-row: 1; justify-self: end; }
  .menu-toggle { z-index: 2; grid-column: 3; grid-row: 1; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; margin-left: 0; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; height: calc(100dvh - var(--header-height)); display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 20px 24px 30px; overflow-x: hidden; overflow-y: auto; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; overscroll-behavior: contain; pointer-events: none; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease; -webkit-overflow-scrolling: touch; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.1rem; }
  .site-header:not(.is-scrolled) .menu-toggle { border-color: rgba(255,255,255,.3); }
  .site-header:not(.is-scrolled) .menu-toggle span:not(.sr-only) { background: var(--white); }
  .site-header:not(.is-scrolled) .main-nav { border-color: rgba(255,255,255,.14); background: rgba(15, 34, 28, .98); }
  .site-header:not(.is-scrolled) .main-nav a { border-color: rgba(255,255,255,.14); color: var(--white); }
  .hero-copy { width: min(56%, 650px); padding-right: 4vw; }
  .portrait-wrap figcaption { gap: 10px; padding-right: 12px; padding-left: 12px; }
  .portrait-wrap figcaption strong { font-size: var(--text-reading); }
  .portrait-wrap figcaption .portrait-role { font-size: var(--text-compact); letter-spacing: .025em; }
  .accordion-panel ul { columns: 1; }
}

@media (min-width: 781px) and (max-width: 1100px) and (max-height: 600px) and (orientation: landscape) {
  .hero { min-height: 700px; }
  .hero-grid { min-height: 620px; }
  .hero-copy { width: 52%; padding-top: 58px; padding-bottom: 58px; }
  .portrait-wrap img { width: 68%; min-width: 0; object-fit: cover; object-position: 70% center; }
  .portrait-wrap figcaption { right: 24px; max-width: calc(58% - 36px); }
  .portrait-wrap figcaption .portrait-role { overflow-wrap: anywhere; white-space: normal; }
  .contact-grid { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 5%; }
  .contact-heading, .contact-details, .contact-top, .contact-item, .contact-map { min-width: 0; }
  .contact-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .contact-value { font-size: 1rem; }
}

@media (max-width: 780px) {
  :root { --header-height: 72px; }
  .shell { width: min(100% - 32px, 680px); }
  .section { padding: 54px 0; }
  .contact { padding: 58px 0; }
  .social-section { padding: 40px 0; }
  .brand-logo { width: 150px; }
  .header-inner { grid-template-columns: minmax(0, 1fr) auto auto; gap: 14px; }
  .language-switcher { gap: 3px; font-size: var(--text-caption); }
  .hero { min-height: auto; padding-top: var(--header-height); }
  .hero-network {
    inset: var(--header-height) 0 auto;
    width: 100%;
    height: 49%;
    -webkit-mask-image: radial-gradient(ellipse 94% 84% at 50% 42%, #000 0%, #000 48%, rgba(0, 0, 0, .68) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 94% 84% at 50% 42%, #000 0%, #000 48%, rgba(0, 0, 0, .68) 72%, transparent 100%);
  }
  .hero-grid { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { width: 100%; padding: 44px 0 30px; }
  h1 { font-size: clamp(2.15rem, 10.5vw, 3.1rem); }
  .hero h1 { margin-bottom: 18px; }
  .hero .signature { margin-bottom: 24px; }
  .hero-lead { margin-bottom: 20px; font-size: 1.02rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .portrait-wrap { position: relative; inset: auto; z-index: 0; width: calc(100% + 32px); height: clamp(370px, 112vw, 520px); min-height: 0; margin-left: -16px; }
  .portrait-wrap::before { background: linear-gradient(180deg, rgba(19,39,34,.2) 0%, transparent 18%, transparent 72%, rgba(7,17,14,.46) 100%); }
  .portrait-wrap::after { display: none; }
  .portrait-wrap img { width: 100%; min-width: 0; height: 100%; object-fit: cover; object-position: 70% center; -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 100%); mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 100%); }
  .portrait-wrap figcaption { right: 16px; bottom: 16px; left: 16px; max-width: none; padding-right: 16px; padding-left: 16px; }
  .portrait-wrap figcaption .portrait-role { white-space: normal; }
  .service-strip-inner { min-height: auto; flex-wrap: wrap; gap: 8px 15px; padding: 20px 0; }
  .service-group { flex-wrap: wrap; gap: 8px 13px; }
  .service-label { flex-basis: 100%; }
  .service-rule { display: none; }
  .editorial-grid, .expertise-layout, .practice-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .two-columns { grid-template-columns: 1fr; gap: 8px; }
  .section-heading-row { align-items: start; flex-direction: column; gap: 18px; }
  .expertise-credentials { grid-template-columns: 1fr; }
  .expertise-item, .expertise-item:first-child { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .expertise-item:last-child { border-bottom: 0; }
  .experience-clients li { grid-template-columns: 1fr; gap: 5px; }
  .practice .section-heading, .experience .section-heading { position: static; }
  .accordion-item button { grid-template-columns: 36px 1fr 20px; gap: 10px; }
  .accordion-panel { padding-left: 45px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-top { grid-template-columns: 1fr; gap: 20px; }
  .contact-map { min-height: 260px; }
  .contact-map iframe { height: 260px; }
  .social-inner { align-items: stretch; flex-direction: column; }
  .social-links { flex-direction: column; }
  .social-links a, .social-links button { width: 100%; }
  .footer-inner { padding: 30px 0; }
  .footer-main, .footer-legal-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-legal-nav { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 9px; }
  .footer-legal-nav a { text-align: left; }
  .footer-credit { margin-top: 4px; }
  .legal-hero { min-height: 290px; padding: calc(var(--header-height) + 50px) 0 48px; }
  .legal-hero h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 46px; padding-bottom: 60px; }
  .legal-aside { position: static; }
  .legal-aside > span { display: none; }
  .legal-aside nav { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .language-switcher span { display: none; }
  .header-inner { gap: 8px; }
  .language-switcher { gap: 2px; font-size: var(--text-micro); }
  .language { min-width: 28px; min-height: 36px; padding-inline: 2px; }
  .hero-network { height: calc(100% - var(--header-height) - 465px); }
  .portrait-wrap { height: 465px; }
  .portrait-wrap figcaption { column-gap: 11px; padding: 13px 16px 14px; }
  .portrait-wrap figcaption strong { font-size: var(--text-ui); }
  .portrait-wrap figcaption .portrait-role { font-size: var(--text-compact); letter-spacing: .045em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
