:root {
  --paper: #ffffff;
  --wash: #f5f3ee;
  --ink: #172026;
  --muted: #5f6d72;
  --navy: #173740;
  --navy-2: #22515a;
  --sage: #6f7d70;
  --gold: #9a6a2f;
  --line: #dedbd4;
  --soft-line: #ece8df;
  --shadow: 0 20px 45px rgba(18, 32, 38, .12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #c89b4a;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.top-strip {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}

.top-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.top-strip a {
  text-decoration: none;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--soft-line);
  backdrop-filter: blur(14px);
}

.masthead__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-width: 210px;
  color: var(--ink);
  text-decoration: none;
}

.brand__name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1;
}

.brand__role {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--gold);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  font-size: 13px;
}

.language-switcher a,
.language-switcher span {
  min-width: 32px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
}

.language-switcher a:hover {
  border-color: var(--line);
  color: var(--ink);
}

.language-switcher [aria-current="true"] {
  border-color: var(--gold);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.nav-backdrop {
  display: none;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}

.button:hover {
  background: var(--navy-2);
}

.button--secondary {
  background: transparent;
  color: var(--navy);
}

.button--secondary:hover {
  background: var(--wash);
}

.section--navy .button {
  border-color: #fff;
  background: #fff;
  color: var(--navy);
}

.section--navy .button:hover {
  background: #f4efe6;
}

.section--navy .button--secondary {
  border-color: rgba(255, 255, 255, .58);
  background: transparent;
  color: #fff;
}

.section--navy .button--secondary:hover {
  background: rgba(255, 255, 255, .1);
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--paper) 0 58%, #e7ebe6 58% 100%);
  border-bottom: 1px solid var(--soft-line);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 54px;
  align-items: center;
  padding: 34px 0 28px;
}

.hero__copy {
  max-width: 700px;
}

.hero h1,
.section h2,
.certificate-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  font-size: 58px;
}

.hero__subtitle {
  margin: 16px 0 0;
  color: var(--gold);
  font-weight: 700;
}

.hero__lead {
  margin: 22px 0 0;
  max-width: 620px;
  color: #2e3a40;
  font-size: 20px;
  line-height: 1.6;
}

.hero__local {
  margin: 14px 0 0;
  max-width: 620px;
  color: #43545b;
  font-size: 17px;
  line-height: 1.55;
}

.practice-line {
  margin: 26px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero__media {
  margin: 0;
  justify-self: end;
  width: min(100%, 360px);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: var(--sage);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.portrait-caption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.trust {
  background: var(--navy);
  color: #fff;
}

.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .16);
}

.trust__grid li {
  min-height: 118px;
  display: flex;
  align-items: center;
  padding: 24px;
  background: var(--navy);
  font-weight: 700;
}

.section {
  padding: 78px 0;
  scroll-margin-top: 96px;
}

.section--wash {
  background: var(--wash);
}

.section--navy {
  background: var(--navy);
  color: #fff;
}

.section__header {
  max-width: 760px;
  margin-bottom: 36px;
}

.section h2,
.certificate-heading h2 {
  font-size: 40px;
}

.section__header p,
.case-note,
.international-copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section--navy .section__header p,
.section--navy .international-copy {
  color: rgba(255, 255, 255, .76);
}

.legal-hero {
  padding: 64px 0;
  background: var(--navy);
  color: #fff;
}

.legal-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.08;
}

.legal-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.65;
}

.legal-eyebrow {
  margin: 0 0 14px !important;
  color: var(--gold) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.legal-summary {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
}

.legal-summary p {
  margin: 0 0 14px;
}

.legal-content {
  max-width: 820px;
}

.legal-content h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.legal-content h2:not(:first-child) {
  margin-top: 38px;
}

.legal-content p,
.legal-content li {
  color: #2e3a40;
  line-height: 1.72;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--navy);
  font-weight: 700;
}

.dark-legal-preview {
  background: #0f1518;
  color: #edf3f2;
}

.dark-legal-preview .top-strip,
.dark-legal-preview .site-footer {
  background: #090f12;
}

.dark-legal-preview .masthead {
  background: rgba(13, 19, 22, .96);
  border-bottom-color: rgba(255, 255, 255, .10);
}

.dark-legal-preview .brand,
.dark-legal-preview .nav a,
.dark-legal-preview .footer-links a {
  color: #edf3f2;
}

.dark-legal-preview .brand__role,
.dark-legal-preview .legal-summary,
.dark-legal-preview .site-footer {
  color: rgba(237, 243, 242, .68);
}

.dark-legal-preview .nav a:hover,
.dark-legal-preview .footer-links a:hover {
  color: #d9a24a;
}

.dark-legal-preview .language-switcher {
  border-left-color: rgba(255, 255, 255, .14);
}

.dark-legal-preview .language-switcher a,
.dark-legal-preview .language-switcher span {
  color: rgba(237, 243, 242, .72);
}

.dark-legal-preview .language-switcher [aria-current="true"] {
  color: #fff;
}

.dark-legal-preview .legal-hero,
.dark-legal-preview .section {
  background: #0f1518;
}

.dark-legal-preview .legal-hero {
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.dark-legal-preview .legal-summary {
  padding: 20px 22px;
  border: 1px solid rgba(217, 162, 74, .26);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}

.dark-legal-preview .legal-content h2 {
  color: #edf3f2;
}

.dark-legal-preview .legal-content p,
.dark-legal-preview .legal-content li {
  color: rgba(237, 243, 242, .76);
}

.dark-legal-preview .legal-content a {
  color: #e3b15d;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: start;
}

.about-copy p {
  margin: 0 0 18px;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.value-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: var(--wash);
  font-weight: 700;
}

.profile-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.profile-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.profile-card dt {
  color: var(--muted);
  font-size: 13px;
}

.profile-card dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.practice-card {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow-wrap: anywhere;
}

.practice-card h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.18;
}

.practice-card ul,
.text-list {
  margin: 0;
  padding-left: 18px;
}

.practice-card li,
.text-list li {
  margin-bottom: 8px;
}

.case-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.case-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.case-number {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.case-item h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.case-item p {
  margin: 0;
  color: var(--muted);
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
}

.two-column + .two-column {
  margin-top: 46px;
}

.timeline-panel h3,
.simple-panel h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.timeline-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list li {
  padding-left: 20px;
  border-left: 3px solid var(--gold);
}

.timeline-list strong {
  display: block;
}

.focus-card {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.focus-card h4 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.focus-tags li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--soft-line);
  border-radius: 999px;
  background: var(--wash);
  color: #26373d;
  font-weight: 700;
  font-size: 13px;
}

.international-grid,
.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.info-block {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}

.info-block h3 {
  margin: 0 0 16px;
  font-size: 22px;
}

.info-block ul {
  margin: 0;
  padding-left: 18px;
}

.info-block li {
  margin-bottom: 8px;
}

.membership-grid .info-block {
  min-height: 170px;
  border-color: var(--line);
  background: #fff;
}

.membership-grid .info-block h3 {
  color: var(--ink);
}

.language-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff 0%, #f8faf8 100%);
}

.language-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
}

.language-card p {
  margin: 6px 0 0;
  color: var(--muted);
}

.language-badge {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 55, 64, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--badge-a) 0 48%, var(--badge-b) 48% 100%);
  box-shadow: 0 10px 22px rgba(23, 55, 64, .10);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.language-level {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(23, 55, 64, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.language-card--uk {
  --badge-a: #1f65a7;
  --badge-b: #e9bd3d;
}

.language-card--en {
  --badge-a: #173740;
  --badge-b: #a84b4b;
}

.language-card--es {
  --badge-a: #b33d35;
  --badge-b: #d7a538;
}

.language-card--pl {
  --badge-a: #f8f8f2;
  --badge-b: #b94848;
}

.language-card--fr {
  --badge-a: #1d4f88;
  --badge-b: #b94848;
}

.language-card--pl .language-badge {
  color: var(--ink);
  text-shadow: none;
}

.certificate-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.certificate-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.certificate-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 42px;
}

.certificate-proof-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 32, 38, .06);
}

.certificate-proof-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.certificate-proof-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
}

.certificate-proof-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.certificate-group {
  margin-top: 36px;
}

.certificate-group h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.certificate-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.certificate-card a {
  display: block;
  text-decoration: none;
}

.certificate-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  padding: 10px;
  background: #f8f8f6;
}

.certificate-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-card figcaption {
  min-height: 92px;
  padding: 14px;
  border-top: 1px solid var(--soft-line);
  font-weight: 700;
  line-height: 1.35;
}

.certificate-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.contact-lead {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.contact-list div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.contact-list dt {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.contact-list dd {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.socials a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.site-footer {
  padding: 30px 0;
  background: #10282f;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a[aria-current="page"] {
  color: var(--gold);
}

@media (max-width: 1120px) {
  .practice-grid,
  .certificate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .certificate-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .international-grid,
  .membership-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .top-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }

  .masthead__inner {
    min-height: 68px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .16s ease, transform .16s ease;
  }

  .nav a {
    padding: 12px;
    border-bottom: 1px solid var(--soft-line);
  }

  .nav--static {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav--static a {
    padding: 0;
    border-bottom: 0;
  }

  .language-switcher {
    margin: 8px 0 0;
    padding: 8px 0 0;
    border-left: 0;
    border-top: 1px solid var(--soft-line);
  }

  .is-nav-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(15, 31, 36, .18);
    opacity: 0;
    pointer-events: none;
  }

  .is-nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    background: var(--paper);
  }

  .hero__inner,
  .about-grid,
  .two-column,
  .legal-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
    gap: 34px;
    padding: 44px 0 62px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__local {
    font-size: 16px;
  }

  .hero__media {
    justify-self: start;
    width: min(100%, 420px);
  }

  .trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding: 58px 0;
  }

  .section h2,
  .certificate-heading h2,
  .legal-hero h1 {
    font-size: 34px;
  }

  .about-grid {
    gap: 32px;
  }

  .practice-grid,
  .certificate-proof-grid,
  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .certificate-heading {
    display: block;
  }

  .certificate-heading p {
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .brand__name {
    font-size: 19px;
  }

  .brand__role {
    font-size: 12px;
  }

  .hero__inner {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 24px 0 22px;
  }

  .hero__copy {
    min-width: 0;
  }

  .hero__media {
    grid-column: 1;
    grid-row: 1;
    width: 104px;
  }

  .portrait-caption {
    display: none;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero__subtitle {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero__lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero__local {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .practice-line {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .hero__actions,
  .socials {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .masthead__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
  }

  .nav--static {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .trust__grid,
  .practice-grid,
  .certificate-proof-grid,
  .value-list,
  .language-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .trust__grid li {
    min-height: 88px;
  }

  .case-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .certificate-card figcaption {
    min-height: auto;
  }

  .site-footer__inner {
    display: block;
  }

  .footer-links {
    margin-top: 14px;
  }
}

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