:root {
  --ink: #0b141d;
  --ink-2: #111c25;
  --ink-3: #1a2933;
  --paper: #f3f2ee;
  --paper-2: #e6e5e0;
  --white: #fffdfa;
  --brass: #c85f28;
  --brass-light: #ef8a4c;
  --muted: #59666f;
  --line: rgba(11, 20, 29, 0.18);
  --line-light: rgba(255, 255, 255, 0.17);
  --serif: "Iowan Old Style", "Baskerville", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --page: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }

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

section[id] { scroll-margin-top: 104px; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

body.menu-open .mobile-cta {
  visibility: hidden;
  pointer-events: none;
}

button,
a { font: inherit; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; }

[hidden] { display: none !important; }

::selection { color: var(--white); background: var(--brass); }

:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 300;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 15px;
  color: var(--ink);
  background: var(--white);
}

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

.site-header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 42px;
  color: var(--white);
  border-top: 3px solid var(--brass);
  border-bottom: 1px solid var(--line-light);
  transition: height 220ms ease, background 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  height: 72px;
  background: rgba(11, 20, 29, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  max-width: 100%;
  width: fit-content;
}

.brand-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(239, 138, 76, 0.78);
  background: rgba(200, 95, 40, 0.08);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark span { display: block; }

.brand-mark i {
  display: block;
  margin: 0 1px;
  color: var(--brass-light);
  font-style: normal;
}

.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.12; }

.brand-copy strong {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.desktop-nav { display: flex; align-items: center; gap: 31px; }

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  letter-spacing: 0.04em;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--brass-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--brass-light);
  font-size: 14px;
  transition: color 180ms ease, background 180ms ease;
}

.header-contact:hover { color: var(--white); background: var(--brass); }

.menu-button,
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 88px;
  bottom: 0;
  left: max(22px, calc((100vw - 1328px) / 2));
  width: 3px;
  background: linear-gradient(var(--brass), rgba(200, 95, 40, 0));
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.45) saturate(0.5) contrast(1.1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 13, 19, 0.99) 0%, rgba(10, 18, 26, 0.94) 42%, rgba(11, 20, 29, 0.54) 75%, rgba(11, 20, 29, 0.62) 100%),
    linear-gradient(0deg, rgba(11, 20, 29, 0.82) 0%, transparent 55%);
}

.hero-grid,
.framework-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 82%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--page);
  margin: 88px auto 0;
  padding: 82px 0 90px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 29px;
  color: var(--brass-light);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span:first-child { width: 34px; height: 1px; background: currentColor; }

.hero h1,
.signal-intro h2,
.framework h2,
.section-heading h2,
.callout-copy h2,
.profile h2,
.process h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.96;
}

.hero h1 { max-width: 960px; font-size: clamp(4rem, 7.2vw, 7rem); }

em { color: var(--brass-light); font-weight: 400; }

.hero-lead {
  max-width: 700px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
}

.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.button-primary { color: var(--white); background: var(--brass); }

.button-primary:hover { background: #df7138; }

.button-arrow { font-size: 16px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 14px;
}

.hero-assurance {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 43px;
  width: 280px;
  padding: 22px 22px 21px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid var(--brass);
  background: rgba(11, 20, 29, 0.78);
  backdrop-filter: blur(12px);
}

.hero-note-index {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  margin-top: 9px;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-note dl { margin: 20px 0 0; border-top: 1px solid var(--line-light); }

.hero-note dl > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-light);
}

.hero-note dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note dd { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 13px; line-height: 1.4; }

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 39px;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue i { display: block; width: 58px; height: 1px; background: rgba(255, 255, 255, 0.38); }

.signal-section,
.framework,
.practice,
.extradition-callout,
.profile,
.matters,
.process,
.contact,
footer {
  position: relative;
  padding-right: max(32px, calc((100vw - 1240px) / 2));
  padding-left: max(32px, calc((100vw - 1240px) / 2));
}

.signal-section {
  display: grid;
  grid-template-columns: 190px minmax(0, 0.88fr) minmax(360px, 0.8fr);
  gap: 54px;
  padding-top: 120px;
  padding-bottom: 124px;
  border-top: 4px solid var(--brass);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(11, 20, 29, 0.035) 50%, transparent calc(50% + 1px)),
    var(--white);
}

.section-label {
  height: fit-content;
  width: fit-content;
  padding: 0 0 9px;
  color: var(--brass);
  border-bottom: 2px solid var(--brass);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-intro h2,
.framework h2,
.section-heading h2,
.callout-copy h2,
.profile h2,
.process h2,
.contact h2 {
  font-size: clamp(3rem, 5.2vw, 5rem);
}

.signal-intro em,
.section-light em { color: var(--brass); }

.signal-intro > p {
  max-width: 600px;
  margin: 31px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.signal-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }

.signal-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.signal-list span { padding-top: 3px; color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }

.signal-list p { margin: 0; color: #35434d; font-size: 16px; line-height: 1.52; }

.framework {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: 98px;
  padding-top: 125px;
  padding-bottom: 126px;
  color: var(--white);
  border-top: 1px solid rgba(239, 138, 76, 0.6);
  background: var(--ink-2);
}

.framework > *:not(.framework-grid),
.contact > *:not(.contact-grid) { position: relative; z-index: 2; }

.section-kicker { color: var(--brass); }

.section-kicker > span:first-child { color: var(--muted); }

.section-kicker-dark { color: var(--brass-light); }

.section-kicker-dark > span:first-child { color: rgba(255, 255, 255, 0.4); }

.framework-heading h2 { max-width: 710px; }

.framework-lead { margin: 39px 0 37px; color: rgba(255, 255, 255, 0.72); font-size: 17px; }

.framework-points { border-top: 1px solid var(--line-light); }

.framework-points article {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 25px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line-light);
}

.framework-points span { color: var(--brass-light); font-family: var(--serif); font-size: 21px; }

.framework-points p { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 16px; }

.official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 23px;
  margin-top: 31px;
  font-size: 14px;
}

.official-links > span { width: 100%; color: rgba(255, 255, 255, 0.38); letter-spacing: 0.12em; text-transform: uppercase; }

.official-links a { color: rgba(255, 255, 255, 0.75); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.section-light { background: var(--paper); }

.practice { padding-top: 128px; padding-bottom: 128px; }

.practice::before,
.profile::before,
.process::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(32px, calc((100vw - 1240px) / 2));
  left: max(32px, calc((100vw - 1240px) / 2));
  height: 1px;
  background: linear-gradient(90deg, var(--brass) 0 110px, var(--line) 110px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  align-items: end;
  gap: 80px;
}

.section-intro { margin: 0 0 6px; color: var(--muted); font-size: 16px; }

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 76px;
  gap: 16px;
  background: transparent;
  border: 0;
}

.practice-card {
  min-height: 490px;
  position: relative;
  padding: 34px 35px 36px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink-3);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(11, 20, 29, 0.045);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.practice-card:hover {
  border-top-color: var(--brass);
  box-shadow: 0 19px 48px rgba(11, 20, 29, 0.09);
  transform: translateY(-4px);
}

.card-top { display: flex; align-items: center; gap: 17px; color: var(--brass); font-size: 12px; letter-spacing: 0.12em; }

.card-line { width: 42px; height: 1px; background: currentColor; }

.practice-card h3 {
  margin: 72px 0 15px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.practice-card > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; }

.practice-card:hover > p { color: var(--muted); }

.practice-card ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }

.practice-card:hover ul { border-color: var(--line); }

.practice-card li {
  position: relative;
  padding: 10px 0 10px 20px;
  color: #41505a;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.practice-card:hover li { color: #41505a; border-color: var(--line); }

.practice-card li::before { content: "—"; position: absolute; left: 0; color: var(--brass); }

.extradition-callout {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  gap: 110px;
  padding-top: 128px;
  padding-bottom: 130px;
  color: var(--white);
  border-top: 4px solid var(--brass);
  background:
    linear-gradient(135deg, rgba(200, 95, 40, 0.1), transparent 42%),
    var(--ink-3);
}

.callout-number {
  position: absolute;
  right: 1.5vw;
  bottom: -9vw;
  color: rgba(239, 138, 76, 0.055);
  font-family: var(--serif);
  font-size: 32vw;
  line-height: 1;
}

.callout-copy,
.callout-side { position: relative; z-index: 1; }

.callout-copy > p:last-child { max-width: 720px; margin: 35px 0 0; color: rgba(255, 255, 255, 0.7); font-size: 16px; }

.callout-side { align-self: end; }

.callout-side > p {
  margin: 0 0 20px;
  color: var(--brass-light);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.callout-side ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }

.callout-side li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 17px 0;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--line-light);
  font-size: 14px;
}

.callout-side li span { color: var(--brass-light); font-size: 12px; font-weight: 700; }

.profile {
  display: grid;
  grid-template-columns: minmax(370px, 0.74fr) minmax(0, 1.1fr);
  gap: 115px;
  padding-top: 132px;
  padding-bottom: 132px;
}

.profile-identity { position: relative; padding-top: 108px; }

.profile-monogram {
  position: absolute;
  top: 0;
  right: 12%;
  left: 0;
  height: 260px;
  overflow: hidden;
  color: rgba(7, 21, 34, 0.052);
  font-family: var(--serif);
  font-size: 270px;
  line-height: 0.85;
  letter-spacing: -0.12em;
}

.profile-monogram span:last-child { color: rgba(200, 95, 40, 0.14); }

.profile-identity > p,
.profile-languages {
  position: relative;
  display: block;
  margin: 0 0 19px;
  color: var(--brass);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-identity h2 { position: relative; }

.profile-languages { margin-top: 27px; color: var(--muted); }

.profile-lead {
  margin: 0 0 31px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.13;
}

.profile-story > p:not(.profile-lead) { margin: 0 0 20px; color: var(--muted); font-size: 16px; }

.credentials { margin: 47px 0 0; border-top: 1px solid var(--line); }

.credentials > div {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.credentials dt { color: var(--brass); font-family: var(--serif); font-size: 19px; overflow-wrap: anywhere; }

.credentials dd { min-width: 0; margin: 0; color: #43505a; font-size: 16px; }

.matters {
  padding-top: 128px;
  padding-bottom: 116px;
  color: var(--white);
  border-top: 4px solid var(--brass);
  background: var(--ink);
}

.section-heading-dark .section-intro { color: rgba(255, 255, 255, 0.54); }

.matter-list { margin-top: 73px; border-top: 1px solid var(--line-light); }

.matter {
  display: grid;
  grid-template-columns: 190px minmax(280px, 0.8fr) minmax(320px, 1fr) 180px;
  gap: 40px;
  align-items: start;
  padding: 31px 0 33px;
  border-bottom: 1px solid var(--line-light);
}

.matter > div { display: flex; flex-direction: column; gap: 8px; }

.matter-year { color: var(--brass-light); font-family: var(--serif); font-size: 25px; }

.matter-forum { color: rgba(255, 255, 255, 0.48); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

.matter > * { min-width: 0; }

.matter h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.18; overflow-wrap: break-word; }

.matter p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 16px; }

.matter a { justify-self: end; color: var(--brass-light); border-bottom: 1px solid rgba(239, 138, 76, 0.5); font-size: 14px; }

.outcome-note { margin: 24px 0 0; color: rgba(255, 255, 255, 0.45); font-size: 12px; }

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.86fr);
  gap: 110px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.process-intro > p:last-child { max-width: 520px; margin: 33px 0 0; color: var(--muted); font-size: 16px; }

.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }

.process-step {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 24px;
  padding: 23px 0 25px;
  border-bottom: 1px solid var(--line);
}

.process-step > span { padding-top: 5px; color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }

.process-step h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; }

.process-step p { margin: 0; color: var(--muted); font-size: 16px; }

.contact {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.7fr);
  gap: 120px;
  padding-top: 126px;
  padding-bottom: 126px;
  color: var(--white);
  border-top: 4px solid var(--brass);
  background:
    linear-gradient(115deg, rgba(200, 95, 40, 0.11), transparent 38%),
    var(--ink-2);
}

.contact-main > p:not(.section-kicker) { max-width: 630px; margin: 34px 0 0; color: rgba(255, 255, 255, 0.7); font-size: 16px; }

.contact-panel {
  align-self: center;
  padding: 30px;
  border: 1px solid var(--line-light);
  border-left: 4px solid var(--brass);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.availability {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-radius: 0;
  background: var(--brass-light);
  box-shadow: 0 0 0 5px rgba(200, 95, 40, 0.12);
}

.contact-method {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--line-light);
}

.contact-method span,
.contact-panel address > span { color: rgba(255, 255, 255, 0.48); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.contact-method strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }

.contact-email strong { font-family: var(--sans); font-size: 16px; overflow-wrap: anywhere; }

.contact-method i { color: var(--brass-light); font-style: normal; }

.contact-primary strong { color: var(--brass-light); }

.contact-panel address {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 18px 0 4px;
  border-top: 1px solid var(--line-light);
  font-style: normal;
}

.contact-panel address strong { color: rgba(255, 255, 255, 0.74); font-size: 14px; font-weight: 400; line-height: 1.65; }

.contact-meta { margin: 26px 0 0; color: rgba(255, 255, 255, 0.42); font-size: 12px; }

footer {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
  padding-top: 50px;
  padding-bottom: 52px;
  color: var(--white);
  border-top: 1px solid rgba(239, 138, 76, 0.42);
  background: #070c11;
}

.brand-footer .brand-mark { border-color: rgba(255, 255, 255, 0.28); }

.footer-legal { max-width: 700px; justify-self: end; }

.footer-legal p { margin: 0; color: rgba(255, 255, 255, 0.44); font-size: 12px; line-height: 1.65; }

.footer-legal p + p { margin-top: 14px; }

.mobile-cta { display: none; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }

.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-contact { grid-column: 2; grid-row: 1; }
  .signal-section { grid-template-columns: 120px 1fr; }
  .signal-list { grid-column: 2; }
  .framework { gap: 60px; }
  .extradition-callout { gap: 70px; }
  .profile { gap: 75px; }
  .matter { grid-template-columns: 145px 0.9fr 1.1fr; }
  .matter a { grid-column: 2; justify-self: start; }
  .process { gap: 65px; }
  .contact { gap: 75px; }
}

@media (max-width: 860px) {
  :root { --page: min(100% - 40px, 720px); }

  .site-header {
    height: calc(72px + env(safe-area-inset-top, 0px));
    grid-template-columns: 1fr auto;
    padding: env(safe-area-inset-top, 0px) 20px 0;
    background: rgba(7, 21, 34, 0.78);
    backdrop-filter: blur(14px);
  }

  .site-header.scrolled,
  .site-header.menu-active { height: calc(72px + env(safe-area-inset-top, 0px)); }

  .brand-mark { width: 39px; height: 39px; }
  .brand { width: 100%; }
  .brand-copy strong,
  .brand-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-copy strong { font-size: 12px; letter-spacing: 0.06em; }
  .brand-copy small { font-size: 12px; letter-spacing: 0.08em; }
  .header-contact { display: none; }

  .menu-button {
    display: grid;
    gap: 7px;
    width: 42px;
    height: 42px;
    place-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: transparent;
  }

  .menu-button span { display: block; width: 17px; height: 1px; background: var(--white); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

  .mobile-nav {
    position: fixed;
    z-index: 118;
    top: calc(72px + env(safe-area-inset-top, 0px));
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 24px 20px calc(28px + env(safe-area-inset-bottom, 0px));
    color: var(--white);
    background: #071522;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .mobile-nav a:first-child { border-top: 1px solid rgba(255, 255, 255, 0.16); }

  .mobile-nav a > span {
    align-self: start;
    padding-top: 9px;
    color: var(--brass-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }

  .mobile-nav a > strong {
    min-width: 0;
    font-family: var(--serif);
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    font-weight: 400;
    line-height: 1.08;
  }

  .mobile-nav a > i {
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--sans);
    font-size: 16px;
    font-style: normal;
    text-align: right;
  }

  .mobile-nav .mobile-nav-contact {
    margin-top: 20px;
    padding: 13px 15px;
    color: var(--white);
    border: 0;
    background: var(--brass);
  }

  .mobile-nav .mobile-nav-contact > span,
  .mobile-nav .mobile-nav-contact > i { color: var(--white); }

  .hero::before { top: calc(72px + env(safe-area-inset-top, 0px)); }
  .hero-content { margin-top: calc(72px + env(safe-area-inset-top, 0px)); padding: 92px 0 120px; }
  .hero h1 { font-size: clamp(3.3rem, 11vw, 5.4rem); }
  .hero-note { right: 20px; bottom: 27px; width: 230px; }
  .scroll-cue { display: none; }

  .signal-section,
  .framework,
  .practice,
  .extradition-callout,
  .profile,
  .matters,
  .process,
  .contact,
  footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .signal-section,
  .framework,
  .section-heading,
  .extradition-callout,
  .profile,
  .process,
  .contact,
  footer { grid-template-columns: 1fr; }

  .signal-section,
  .framework,
  .profile,
  .process,
  .contact { gap: 54px; }

  .signal-list { grid-column: auto; }
  .section-label { padding-bottom: 8px; }
  .framework-copy { max-width: 640px; }
  .section-heading { gap: 32px; }
  .practice-grid { margin-top: 55px; }
  .profile-identity { max-width: 560px; }
  .matter { grid-template-columns: 120px 1fr; }
  .matter p { grid-column: 2; }
  .matter a { grid-column: 2; }
  .footer-legal { justify-self: start; }

  .mobile-cta {
    position: fixed;
    z-index: 110;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 170px;
    min-height: 51px;
    padding: 0 18px;
    color: var(--ink);
    background: var(--brass-light);
    box-shadow: 0 14px 34px rgba(2, 9, 14, 0.3);
    font-size: 14px;
    font-weight: 650;
  }
}

@media (max-width: 620px) {
  .hero { min-height: 800px; }
  .hero-content { padding-top: 75px; }
  .eyebrow { margin-bottom: 23px; font-size: 12px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 30px; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-note { display: none; }
  .hero-assurance { margin-top: 20px; font-size: 12px; }

  .signal-section,
  .framework,
  .practice,
  .extradition-callout,
  .profile,
  .matters,
  .process,
  .contact { padding-top: 88px; padding-bottom: 90px; }

  .signal-section { gap: 40px; }
  .signal-intro h2,
  .framework h2,
  .section-heading h2,
  .callout-copy h2,
  .profile h2,
  .process h2,
  .contact h2 { font-size: clamp(2.7rem, 13vw, 4rem); }

  .framework-points article {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px 0;
  }
  .framework-points span { font-size: 26px; }
  .framework-points p { max-width: 31rem; font-size: 16px; }
  .official-links { flex-direction: column; align-items: flex-start; }
  .official-links > span { width: auto; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: auto; padding: 27px 23px 29px; }
  .practice-card h3 { margin-top: 49px; }
  .profile { gap: 65px; }
  .profile-identity { padding-top: 88px; }
  .profile-monogram { height: 220px; font-size: 220px; }
  .credentials > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 19px 0 21px;
  }
  .credentials dt { font-size: 21px; overflow-wrap: anywhere; }
  .credentials dd { font-size: 16px; }

  .matter { grid-template-columns: 1fr; gap: 17px; padding: 27px 0; }
  .matter > div { flex-direction: row; align-items: center; gap: 18px; }
  .matter p,
  .matter a { grid-column: auto; }

  .process { gap: 49px; }
  .process-step { grid-template-columns: 40px 1fr; gap: 15px; }
  .contact { gap: 55px; }
  .contact-panel { padding: 24px 18px; }
  .contact-method { grid-template-columns: 73px 1fr auto; gap: 10px; }
  .contact-method strong { font-size: 17px; }
  .contact-panel address { grid-template-columns: 73px 1fr; gap: 10px; }
  footer { gap: 42px; padding-top: 44px; padding-bottom: 100px; }
}

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