@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-italic-latin.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.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;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #08111f;
  --ink-2: #0c1930;
  --ink-3: #132441;
  --blue: #112a52;
  --blue-soft: #1a3f76;
  --gold: #d7b35e;
  --gold-light: #ead28f;
  --gold-deep: #9b6b23;
  --ivory: #f6f2e9;
  --ivory-2: #ede6d8;
  --paper: #fbf9f4;
  --white: #fff;
  --text: #1b2635;
  --muted: #667080;
  --line: rgba(8, 17, 31, 0.13);
  --line-dark: rgba(255, 255, 255, 0.12);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow-lg: 0 30px 80px rgba(4, 11, 23, 0.2);
  --shadow-gold: 0 18px 48px rgba(154, 106, 34, 0.22);
  --radius: 3px;
  --header-height: 100px;
  --sequence-header-offset: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: var(--gold-light);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

p,
h1,
h2,
h3,
h4,
blockquote,
figure {
  margin-top: 0;
}

main {
  min-height: 60vh;
}

.shell {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding-block: clamp(88px, 9vw, 148px);
  scroll-margin-top: 130px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold-light);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

.scroll-progress {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.cursor-aura {
  position: fixed;
  z-index: 9998;
  top: -160px;
  left: -160px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(216, 180, 94, 0.11), transparent 68%);
  opacity: 0;
  transition: opacity 0.3s ease, width 0.25s ease, height 0.25s ease;
  will-change: transform;
  mix-blend-mode: multiply;
}

.cursor-aura--visible {
  opacity: 1;
}

.cursor-aura--active {
  width: 390px;
  height: 390px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow--gold {
  color: var(--gold-light);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
}

h1 em,
h2 em,
h3 em,
blockquote em {
  color: var(--gold-deep);
  font-weight: 500;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 14px 22px 14px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
  will-change: transform;
}

.button__icon,
.button > svg {
  width: 20px;
  flex: 0 0 20px;
  transition: transform 0.25s ease;
}

.button:hover .button__icon,
.button:hover > svg {
  transform: translateX(4px);
}

.button--gold {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: var(--shadow-gold);
}

.button--gold:hover {
  background: linear-gradient(135deg, #f1da99, #dfbd67);
  box-shadow: 0 22px 60px rgba(154, 106, 34, 0.32);
}

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

.button--primary:hover {
  background: var(--blue);
}

.button--ghost {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.button--ghost:hover {
  color: var(--white);
  border-color: rgba(231, 207, 142, 0.55);
  background: rgba(255, 255, 255, 0.07);
}

.button--outline {
  color: var(--ink);
  border-color: rgba(8, 17, 31, 0.24);
}

.button--outline:hover {
  color: var(--white);
  background: var(--ink);
}

.button--text {
  min-height: auto;
  justify-content: flex-start;
  padding-inline: 0;
  color: var(--blue);
  border: 0;
  border-bottom: 1px solid rgba(17, 42, 82, 0.28);
  border-radius: 0;
}

.button--text:hover {
  border-color: var(--gold-deep);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link__icon {
  width: 18px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

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

/* Header */

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  color: var(--white);
  background: var(--ink);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050c17;
}

.topbar__inner {
  display: grid;
  min-height: 35px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.topbar a:last-child {
  justify-self: end;
}

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

.topbar svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

.topbar__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #81b797;
  box-shadow: 0 0 0 4px rgba(129, 183, 151, 0.1);
}

.nav-wrap {
  position: relative;
  isolation: isolate;
  background: rgba(8, 17, 31, 0.96);
}

.site-header--scrolled .nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  animation: headerIn 0.35s ease both;
}

@keyframes headerIn {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.nav {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 78px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 48px;
  flex: 0 0 42px;
  place-items: center;
}

.brand-mark__letter {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.brand-mark__rule {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 1px;
  height: 38px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  transform: rotate(26deg);
  transform-origin: bottom;
}

.brand__text {
  display: flex;
  flex-direction: column;
}

.brand__name {
  color: var(--white);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 0.92;
  text-transform: uppercase;
}

.brand__descriptor {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 38px);
  align-self: stretch;
}

.desktop-nav > a,
.desktop-nav__mega > a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.desktop-nav > a::after,
.desktop-nav__mega > a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.desktop-nav > a:hover,
.desktop-nav__mega > a:hover,
.desktop-nav > a[aria-current="page"],
.desktop-nav__mega > a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav > a:hover::after,
.desktop-nav__mega > a:hover::after,
.desktop-nav > a[aria-current="page"]::after,
.desktop-nav__mega > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.desktop-nav__mega {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-caret {
  display: grid;
  width: 24px;
  height: 40px;
  padding: 0;
  border: 0;
  place-items: center;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
}

.nav-caret svg {
  width: 9px;
  transition: transform 0.2s ease;
}

.desktop-nav__mega--open .nav-caret svg,
.nav-caret[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mega-menu {
  position: fixed;
  z-index: 20;
  top: 112px;
  right: max(32px, calc((100vw - 1320px) / 2));
  left: max(32px, calc((100vw - 1320px) / 2));
  display: grid;
  min-height: 390px;
  grid-template-columns: 0.36fr 1fr;
  visibility: hidden;
  border: 1px solid rgba(230, 205, 139, 0.22);
  background: #091426;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.site-header--scrolled .mega-menu {
  top: 82px;
}

.desktop-nav__mega:hover .mega-menu,
.desktop-nav__mega:focus-within .mega-menu,
.desktop-nav__mega--open .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__intro {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(155deg, rgba(32, 67, 120, 0.58), rgba(7, 16, 31, 0.93)),
    radial-gradient(circle at 20% 10%, rgba(218, 180, 94, 0.18), transparent 35%);
}

.mega-menu__intro::before {
  position: absolute;
  top: -80px;
  right: -35px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: 280px;
  line-height: 1;
  content: "B";
}

.mega-menu__intro p {
  position: relative;
  max-width: 320px;
  margin: 18px 0 32px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.75;
}

.mega-menu__clusters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 26px;
}

.mega-cluster {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-cluster:nth-child(3n),
.mega-cluster:last-child {
  border-right: 0;
}

.mega-cluster:nth-child(n + 4) {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-cluster__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.2;
}

.mega-cluster__title span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mega-cluster ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-cluster li + li {
  margin-top: 7px;
}

.mega-cluster a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  line-height: 1.35;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-cluster a:hover {
  padding-left: 4px;
  color: var(--gold-light);
}

.nav__actions {
  display: flex;
  align-items: center;
}

.nav-contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(230, 205, 139, 0.42);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  will-change: transform;
}

.nav-contact:hover {
  color: var(--ink);
  background: var(--gold-light);
}

.nav-contact svg {
  width: 17px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 1;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--white);
  background: #08111f;
}

.mobile-menu__scroll {
  height: 100%;
  overflow-y: auto;
  padding: 28px 24px 120px;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__primary {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
}

.mobile-menu__clusters {
  margin-top: 20px;
}

.mobile-menu details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu summary {
  display: flex;
  padding: 15px 0;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  list-style: none;
  cursor: pointer;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  color: var(--gold);
  font-size: 9px;
}

.mobile-menu ul {
  margin: 0 0 14px;
  padding: 0 0 0 30px;
  list-style: none;
}

.mobile-menu li a {
  display: block;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.mobile-menu__contact {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.mobile-menu__contact a,
.mobile-menu__contact > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.mobile-menu__contact svg {
  width: 18px;
  color: var(--gold);
}

/* Hero */

.hero {
  position: relative;
  min-height: min(830px, calc(100svh - 113px));
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 25%, rgba(31, 72, 132, 0.34), transparent 31%),
    linear-gradient(125deg, #07101f 0%, #0a172b 58%, #0b1b35 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(transparent, rgba(2, 8, 17, 0.72));
  pointer-events: none;
  content: "";
}

.hero__ambient {
  position: absolute;
  top: -25%;
  left: -14%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(226, 194, 117, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(226, 194, 117, 0.018),
    0 0 0 180px rgba(226, 194, 117, 0.012);
}

.hero__grid,
.page-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 80%, transparent);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(830px, calc(100svh - 113px));
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, 0.87fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding-block: 66px 88px;
}

.hero__copy {
  position: relative;
  z-index: 4;
  max-width: 790px;
}

.hero__eyebrow {
  opacity: 0;
  transform: translateY(12px);
  animation: heroUp 0.7s 0.2s ease forwards;
}

.hero h1 {
  margin: 24px 0 26px;
  font-size: clamp(61px, 6.1vw, 102px);
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.hero-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.07em;
}

.hero-line > span {
  display: block;
  transform: translateY(110%);
  animation: heroLine 1s 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-line--accent {
  color: var(--gold-light);
  font-size: 0.82em;
  font-style: italic;
}

.hero-line--accent > span {
  animation-delay: 0.38s;
}

@keyframes heroLine {
  to { transform: translateY(0); }
}

@keyframes heroUp {
  to { opacity: 1; transform: translateY(0); }
}

.hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
  opacity: 0;
  transform: translateY(18px);
  animation: heroUp 0.75s 0.62s ease forwards;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  transform: translateY(18px);
  animation: heroUp 0.75s 0.75s ease forwards;
}

.hero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(18px);
  animation: heroUp 0.75s 0.88s ease forwards;
}

.hero__assurance span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero__assurance svg {
  width: 16px;
  color: var(--gold);
}

.hero-portrait {
  position: relative;
  align-self: end;
  margin-top: 30px;
  perspective: 1000px;
  opacity: 0;
  transform: translateX(34px);
  animation: portraitIn 1.15s 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes portraitIn {
  to { opacity: 1; transform: translateX(0); }
}

.hero-portrait__frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 500px);
  aspect-ratio: 0.70;
  margin-left: auto;
  border: 1px solid rgba(230, 205, 139, 0.28);
  background: #0a1423;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.36);
  transform: rotateX(var(--portrait-rx, 0deg)) rotateY(var(--portrait-ry, 0deg));
  transition: transform 0.25s ease-out;
  transform-style: preserve-3d;
}

.hero-portrait__frame::before,
.hero-portrait__frame::after {
  position: absolute;
  z-index: 4;
  content: "";
  pointer-events: none;
}

.hero-portrait__frame::before {
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-portrait__frame::after {
  top: 0;
  right: 0;
  width: 2px;
  height: 42%;
  background: linear-gradient(var(--gold-light), transparent);
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 27%;
  filter: saturate(0.88) contrast(1.03);
  transform: scale(1.015);
}

.hero-portrait__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(4, 9, 17, 0.9) 100%),
    linear-gradient(90deg, rgba(4, 9, 17, 0.18), transparent 40%);
}

.hero-portrait__halo {
  position: absolute;
  z-index: -1;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 180, 94, 0.25), transparent 58%);
  filter: blur(25px);
}

.hero-portrait__caption {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-portrait__caption > span:last-child {
  display: flex;
  flex-direction: column;
}

.hero-portrait__caption strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.hero-portrait__caption small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-portrait__monogram {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: -0.08em;
}

.hero-portrait__seal {
  position: absolute;
  z-index: 7;
  bottom: 28px;
  left: -66px;
  display: grid;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(230, 205, 139, 0.4);
  border-radius: 50%;
  place-items: center;
  color: var(--gold-light);
  background: rgba(7, 16, 31, 0.89);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-portrait__seal-ring {
  position: absolute;
  inset: 11px;
  display: grid;
  border: 1px dashed rgba(230, 205, 139, 0.36);
  border-radius: 50%;
  place-items: center;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  animation: sealSpin 24s linear infinite;
}

@keyframes sealSpin {
  to { transform: rotate(360deg); }
}

.hero-portrait__seal-center {
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1;
}

.hero__scroll {
  position: absolute;
  z-index: 5;
  bottom: 29px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll span {
  position: relative;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.hero__scroll span::after {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--gold);
  content: "";
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  to { transform: translateY(300%); }
}

/* Home sections */

.practice-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  background: #050c17;
}

.practice-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 34s linear infinite;
}

.practice-marquee a {
  display: flex;
  min-height: 51px;
  align-items: center;
  gap: 14px;
  padding-inline: 24px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-marquee a span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.trust-rail {
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.trust-rail__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-rail article {
  display: grid;
  min-height: 185px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 22px;
  padding: 32px clamp(24px, 3vw, 46px);
  border-right: 1px solid var(--line);
}

.trust-rail article:first-child {
  padding-left: 0;
}

.trust-rail article:last-child {
  border-right: 0;
}

.trust-rail article > span {
  align-self: start;
  padding-top: 11px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.trust-rail h2 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.05;
}

.trust-rail p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(40px, 8vw, 140px);
  margin-bottom: clamp(45px, 5vw, 76px);
}

.split-heading h2 {
  max-width: 820px;
  margin: 17px 0 0;
  color: var(--ink);
  font-size: clamp(43px, 4.9vw, 73px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.split-heading > p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.practice-overview {
  background:
    radial-gradient(circle at 95% 10%, rgba(214, 180, 94, 0.1), transparent 28%),
    var(--paper);
}

.cluster-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.cluster-card {
  position: relative;
  display: flex;
  min-height: 465px;
  grid-column: span 2;
  overflow: hidden;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.cluster-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.cluster-card:hover {
  color: var(--white);
  border-color: rgba(230, 205, 139, 0.34);
  background: var(--ink);
  box-shadow: var(--shadow-lg);
  transform: translateY(-7px);
}

.cluster-card::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(216, 180, 94, 0.13);
  border-radius: 50%;
  content: "";
  transition: transform 0.5s ease;
}

.cluster-card:hover::after {
  transform: scale(1.2);
}

.cluster-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.cluster-card__number {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.cluster-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  border: 1px solid var(--line);
  place-items: center;
  color: var(--blue);
  transition: border-color 0.3s ease, color 0.3s ease;
}

.cluster-card:hover .cluster-card__icon {
  border-color: rgba(230, 205, 139, 0.3);
  color: var(--gold-light);
}

.cluster-card__icon svg {
  width: 20px;
}

.cluster-card h3 {
  max-width: 270px;
  margin-bottom: 17px;
  color: var(--ink);
  font-size: 34px;
  letter-spacing: -0.025em;
  line-height: 1;
  transition: color 0.3s ease;
}

.cluster-card:hover h3 {
  color: var(--white);
}

.cluster-card > p {
  max-width: 315px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
  transition: color 0.3s ease;
}

.cluster-card:hover > p {
  color: rgba(255, 255, 255, 0.58);
}

.cluster-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.cluster-card li + li {
  margin-top: 8px;
}

.cluster-card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text);
  font-size: 11px;
  transition: color 0.2s ease;
}

.cluster-card:hover li a {
  color: rgba(255, 255, 255, 0.68);
}

.cluster-card li a:hover {
  color: var(--gold-light);
}

.cluster-card li svg {
  width: 15px;
}

.cluster-card__all {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cluster-card:hover .cluster-card__all {
  color: var(--gold-light);
}

.cluster-card__all svg {
  width: 16px;
}

.justice-sequence {
  position: relative;
  height: 430vh;
  min-height: 2700px;
  color: var(--white);
  background: #040b14;
}

.justice-sequence__sticky {
  position: sticky;
  top: var(--sequence-header-offset);
  height: calc(100svh - var(--sequence-header-offset));
  min-height: 0;
  overflow: hidden;
  background: #040b14;
}

.justice-sequence__canvas,
.justice-sequence__fallback,
.justice-sequence__shade,
.justice-sequence__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.justice-sequence__canvas {
  z-index: 1;
}

.justice-sequence__fallback {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.justice-sequence__shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 9, 17, 0.94) 0%, rgba(3, 9, 17, 0.58) 28%, rgba(3, 9, 17, 0.04) 50%, rgba(3, 9, 17, 0.56) 72%, rgba(3, 9, 17, 0.92) 100%),
    linear-gradient(180deg, rgba(3, 9, 17, 0.52) 0%, transparent 30%, transparent 67%, rgba(3, 9, 17, 0.7) 100%);
}

.justice-sequence__grain {
  z-index: 3;
  opacity: 0.19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  pointer-events: none;
}

.justice-sequence__stage {
  position: relative;
  z-index: 4;
  height: 100%;
}

.justice-sequence__kicker {
  position: absolute;
  top: clamp(90px, 12vh, 132px);
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.justice-sequence__kicker::before {
  width: 38px;
  height: 1px;
  margin-right: 14px;
  background: var(--gold);
  content: "";
}

.justice-sequence__kicker span:first-child {
  margin-right: auto;
}

.justice-sequence__chapters {
  position: absolute;
  top: auto;
  right: 0;
  bottom: clamp(92px, 12vh, 130px);
  left: 0;
  width: 100%;
  transform: none;
}

.justice-sequence__chapter {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: min(570px, 47vw);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-48px, 34px, 0);
  transition:
    opacity 0.32s ease,
    transform 0.52s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0s linear 0.42s;
}

.justice-sequence__chapter--right {
  right: 0;
  left: auto;
  text-align: right;
  transform: translate3d(48px, 34px, 0);
}

.justice-sequence__chapter--right .eyebrow {
  justify-content: flex-end;
}

.justice-sequence__chapter--right p {
  margin-left: auto;
}

.justice-sequence__chapter.is-active {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.justice-sequence__chapter h2,
.justice-sequence__chapter h3 {
  max-width: 570px;
  margin: 20px 0 24px;
  color: var(--white);
  font-size: clamp(50px, 5.6vw, 84px);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.justice-sequence__chapter em {
  color: var(--gold-light);
  font-weight: 400;
}

.justice-sequence__chapter p {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.82;
}

.decision-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 50%, rgba(28, 66, 119, 0.32), transparent 30%),
    var(--ink);
}

.decision-section__line {
  position: absolute;
  top: -15%;
  left: 38%;
  width: 1px;
  height: 130%;
  background: linear-gradient(transparent, rgba(230, 205, 139, 0.32), transparent);
  transform: rotate(18deg);
}

.decision-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: clamp(70px, 10vw, 170px);
}

.decision-statement {
  align-self: center;
}

.decision-statement blockquote {
  max-width: 560px;
  margin: 28px 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(43px, 4vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.decision-statement > p {
  margin: 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
}

.decision-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-steps li {
  display: grid;
  min-height: 132px;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line-dark);
}

.decision-steps li:first-child {
  border-top: 1px solid var(--line-dark);
}

.decision-steps li > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.decision-steps h3 {
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 1.05;
}

.decision-steps p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.lawyer-section {
  background: var(--ivory);
}

.lawyer-section__inner {
  display: grid;
  grid-template-columns: minmax(350px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(65px, 10vw, 160px);
}

.lawyer-section__visual {
  position: relative;
}

.lawyer-section__image {
  position: relative;
  overflow: hidden;
  width: min(100%, 500px);
  aspect-ratio: 0.77;
  border: 1px solid rgba(8, 17, 31, 0.16);
  box-shadow: 26px 28px 0 rgba(17, 42, 82, 0.08);
}

.lawyer-section__image::after {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
}

.lawyer-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.lawyer-section__signature {
  position: absolute;
  right: -10px;
  bottom: 45px;
  padding: 10px 0;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 46px);
  font-style: italic;
  transform: rotate(-8deg);
}

.lawyer-section__copy h2 {
  margin: 18px 0 29px;
  color: var(--ink);
  font-size: clamp(47px, 5vw, 76px);
  letter-spacing: -0.04em;
  line-height: 0.93;
}

.lawyer-section__copy > p {
  max-width: 690px;
  color: var(--muted);
  font-size: 14px;
}

.lawyer-section__lead {
  color: var(--text) !important;
  font-family: var(--serif);
  font-size: 25px !important;
  line-height: 1.35;
}

.lawyer-section__principles {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 34px 0 30px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lawyer-section__principles span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.lawyer-section__principles i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-deep);
}

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

.situation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.situation-card {
  position: relative;
  display: grid;
  min-height: 235px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.situation-card:hover {
  color: var(--white);
  background: var(--blue);
  transform: translateY(-5px);
}

.situation-card__tag {
  grid-column: 1 / -1;
  margin-bottom: 28px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.situation-card:hover .situation-card__tag {
  color: var(--gold-light);
}

.situation-card h3 {
  max-width: 420px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.05;
  transition: color 0.3s ease;
}

.situation-card:hover h3 {
  color: var(--white);
}

.situation-card p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  transition: color 0.3s ease;
}

.situation-card:hover p {
  color: rgba(255, 255, 255, 0.6);
}

.situation-card > svg {
  width: 25px;
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  color: var(--gold-deep);
}

.location-section {
  padding-top: 0;
  background: var(--paper);
}

.location-card {
  display: grid;
  min-height: 600px;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.location-card__copy {
  padding: clamp(45px, 6vw, 88px);
}

.location-card__copy h2 {
  margin: 20px 0 24px;
  font-size: clamp(47px, 5vw, 72px);
  letter-spacing: -0.04em;
  line-height: 0.93;
}

.location-card__copy h2 em {
  color: var(--gold-light);
}

.location-card__copy > p {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.location-card__details {
  display: grid;
  margin-bottom: 32px;
  border-top: 1px solid var(--line-dark);
}

.location-card__details a {
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
}

.location-card__details > a > svg:first-child {
  width: 20px;
  color: var(--gold);
}

.location-card__details > a > svg:last-child {
  width: 18px;
  color: rgba(255, 255, 255, 0.45);
}

.location-card__details span {
  display: flex;
  flex-direction: column;
}

.location-card__details strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.location-card__details small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 9px;
}

.location-card__map,
.contact-location__map {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 45%, rgba(216, 180, 94, 0.21), transparent 17%),
    linear-gradient(145deg, #17345f, #0b1b34 67%, #07101f);
}

.location-card__map--real,
.contact-location__map--real {
  background: #e8e3d8;
}

.location-card__map--real iframe,
.contact-location__map--real iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 50px 50px;
  transform: rotate(10deg) scale(1.2);
}

.map-road {
  position: absolute;
  display: block;
  height: 12px;
  border-block: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
}

.map-road--one {
  top: 44%;
  left: -15%;
  width: 135%;
  transform: rotate(-25deg);
}

.map-road--two {
  top: 20%;
  left: 13%;
  width: 120%;
  transform: rotate(58deg);
}

.map-road--three {
  top: 69%;
  left: -10%;
  width: 115%;
  transform: rotate(17deg);
}

.map-pin {
  position: absolute;
  top: 46%;
  left: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--white);
  transform: translate(-50%, -50%);
}

.map-pin i {
  position: relative;
  width: 29px;
  height: 29px;
  margin-bottom: 13px;
  border: 6px solid rgba(231, 207, 142, 0.18);
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 16px rgba(231, 207, 142, 0.08);
}

.map-pin i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.map-pin strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.map-pin small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-label {
  position: absolute;
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-label--one {
  top: 19%;
  left: 17%;
}

.map-label--two {
  right: 15%;
  bottom: 18%;
}

/* FAQ */

.faq-section {
  background: var(--ivory);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: grid;
  min-height: 92px;
  grid-template-columns: 55px 1fr 30px;
  align-items: center;
  gap: 18px;
  padding-block: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.15;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__number {
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.faq-item__toggle {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--blue);
  content: "";
  transition: transform 0.25s ease;
}

.faq-item__toggle::before {
  transform: translate(-50%, -50%);
}

.faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-item__answer {
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  gap: 18px;
}

.faq-item__answer p {
  max-width: 790px;
  grid-column: 2;
  margin: -2px 0 30px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

/* Footer */

.footer-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(47, 89, 151, 0.32), transparent 32%),
    var(--ink);
}

.footer-cta__inner {
  display: flex;
  min-height: 330px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.footer-cta h2 {
  margin: 20px 0 0;
  font-size: clamp(47px, 5.3vw, 78px);
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.footer-cta h2 em {
  color: var(--gold-light);
}

.site-footer {
  color: rgba(255, 255, 255, 0.66);
  background: #050b15;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.32fr 0.68fr;
  gap: clamp(60px, 8vw, 130px);
  padding-block: 78px 65px;
}

.brand--footer {
  margin-bottom: 30px;
}

.footer-brand > p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.footer-brand__contact {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.footer-brand__contact a,
.footer-brand__contact > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.footer-brand__contact svg {
  width: 17px;
  color: var(--gold);
}

.footer-practice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 34px;
}

.footer-cluster > p {
  min-height: 34px;
  margin-bottom: 14px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.1;
}

.footer-cluster ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-cluster li + li {
  margin-top: 7px;
}

.footer-cluster a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  transition: color 0.2s ease;
}

.footer-cluster a:hover {
  color: var(--white);
}

.footer-bottom {
  display: grid;
  min-height: 84px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.28);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-disclaimer {
  justify-self: center;
  text-align: center;
}

.footer-bottom nav {
  display: flex;
  gap: 16px;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

.mobile-actionbar {
  display: none;
}

/* Generic page hero and breadcrumbs */

.breadcrumbs {
  position: relative;
  z-index: 2;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  transition: color 0.2s ease;
}

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

.breadcrumbs li > span:last-child[aria-current="page"] {
  color: rgba(255, 255, 255, 0.76);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(42, 86, 150, 0.3), transparent 30%),
    var(--ink);
}

.page-hero .shell {
  position: relative;
  z-index: 2;
  padding-block: 34px clamp(90px, 10vw, 150px);
}

.page-hero__content {
  max-width: 980px;
  margin-top: 80px;
}

.page-hero__content h1 {
  margin: 22px 0 28px;
  font-size: clamp(64px, 8vw, 118px);
  letter-spacing: -0.05em;
  line-height: 0.82;
}

.page-hero__content h1 em {
  color: var(--gold-light);
}

.page-hero__content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
}

.cluster-anchor-nav,
.article-anchor-nav {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 249, 244, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-header--scrolled ~ main .cluster-anchor-nav,
.site-header--scrolled ~ main .article-anchor-nav {
  top: 78px;
}

.cluster-anchor-nav .shell {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.cluster-anchor-nav a {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}

.cluster-anchor-nav a:first-child {
  border-left: 1px solid var(--line);
}

.cluster-anchor-nav a:hover {
  color: var(--ink);
  background: var(--ivory);
}

.cluster-anchor-nav a span {
  color: var(--gold-deep);
  font-size: 8px;
}

/* Areas hub */

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

.area-cluster-section--tint {
  background: var(--ivory);
}

.area-cluster-header {
  display: grid;
  grid-template-columns: 90px minmax(330px, 0.85fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 55px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--line);
}

.area-cluster-header__number {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 70px;
  line-height: 0.72;
}

.area-cluster-header h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(43px, 4.5vw, 67px);
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.area-cluster-header > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.area-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.area-hub-card {
  position: relative;
  display: grid;
  min-height: 270px;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 12px 20px;
  padding: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.area-hub-card:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-5px);
}

.area-hub-card__index {
  grid-row: 1 / span 3;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.area-hub-card h3 {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.03;
  transition: color 0.3s ease;
}

.area-hub-card:hover h3 {
  color: var(--white);
}

.area-hub-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: color 0.3s ease;
}

.area-hub-card:hover p {
  color: rgba(255, 255, 255, 0.55);
}

.area-hub-card__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.area-hub-card__link svg {
  width: 17px;
}

.area-hub-card:hover .area-hub-card__link {
  color: var(--gold-light);
}

.editorial-note {
  color: var(--white);
  background: var(--blue);
}

.editorial-note__inner {
  display: grid;
  grid-template-columns: 76px 1fr minmax(330px, 0.75fr);
  align-items: center;
  gap: 50px;
}

.editorial-note__inner > svg {
  width: 60px;
  color: var(--gold-light);
}

.editorial-note h2 {
  margin: 16px 0 0;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 0.98;
}

.editorial-note h2 em {
  color: var(--gold-light);
}

.editorial-note__inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

/* Practice article */

.practice-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 16, 31, 0.98), rgba(12, 29, 56, 0.97)),
    var(--ink);
}

.practice-hero::before {
  position: absolute;
  top: 0;
  right: 17%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(230, 205, 139, 0.25), transparent);
  content: "";
  transform: rotate(23deg);
}

.practice-hero__orb {
  position: absolute;
  top: -370px;
  right: -190px;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(230, 205, 139, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(230, 205, 139, 0.018), 0 0 0 170px rgba(230, 205, 139, 0.012);
}

.practice-hero .shell {
  position: relative;
  z-index: 2;
  padding-block: 34px 100px;
}

.practice-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  gap: 80px;
  margin-top: 78px;
}

.practice-hero__copy h1 {
  margin: 24px 0 27px;
  font-size: clamp(64px, 7vw, 104px);
  letter-spacing: -0.05em;
  line-height: 0.84;
}

.practice-hero__copy h1 em {
  color: var(--gold-light);
}

.practice-hero__copy > p {
  max-width: 770px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}

.practice-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.practice-hero__mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
}

.practice-hero__mail svg {
  width: 17px;
  color: var(--gold);
}

.practice-hero__aside {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid rgba(230, 205, 139, 0.22);
  background: rgba(255, 255, 255, 0.025);
}

.practice-hero__aside-index {
  margin-bottom: auto;
  color: rgba(230, 205, 139, 0.32);
  font-family: var(--serif);
  font-size: 74px;
  line-height: 0.8;
}

.practice-hero__aside p {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.practice-hero__aside strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}

.practice-hero__aside small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
}

.article-anchor-nav .shell {
  display: flex;
  min-height: 63px;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.article-anchor-nav .shell::-webkit-scrollbar {
  display: none;
}

.article-anchor-nav span {
  flex: 0 0 auto;
  color: var(--gold-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-anchor-nav a {
  position: relative;
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.article-anchor-nav a::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(8, 17, 31, 0.24);
  content: "";
}

.article-anchor-nav a:hover {
  color: var(--ink);
}

.article-intro {
  background: var(--paper);
}

.article-intro__grid {
  display: grid;
  grid-template-columns: 0.33fr 1fr;
  gap: clamp(50px, 9vw, 145px);
}

.article-intro__label {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.article-intro__rule {
  display: block;
  width: 1px;
  height: 110px;
  margin-top: 4px;
  background: linear-gradient(var(--gold-deep), transparent);
}

.article-intro__copy {
  max-width: 900px;
}

.article-intro__copy p {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.article-intro__lead {
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 39px) !important;
  letter-spacing: -0.015em;
  line-height: 1.35 !important;
}

.situation-list-section {
  background: var(--ivory);
}

.situation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.situation-list__item {
  display: grid;
  min-height: 175px;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 31px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.situation-list__item > span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
}

.situation-list__item h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.05;
}

.situation-list__item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.article-section--dark {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(33, 78, 142, 0.24), transparent 27%),
    var(--ink);
}

.article-section__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 170px);
}

.article-section__heading {
  position: sticky;
  top: 150px;
  align-self: start;
}

.article-section__number {
  display: block;
  margin-bottom: 30px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.article-section__heading h2 {
  max-width: 500px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.7vw, 68px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.article-section--dark .article-section__heading h2 {
  color: var(--white);
}

.article-section--dark .article-section__number {
  color: var(--gold-light);
}

.article-section__copy {
  max-width: 820px;
}

.article-section__copy p {
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.92;
}

.article-section--dark .article-section__copy p {
  color: rgba(255, 255, 255, 0.57);
}

.article-section__copy p:first-child::first-letter {
  float: left;
  margin: 3px 11px 0 0;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.72;
}

.article-section--dark .article-section__copy p:first-child::first-letter {
  color: var(--gold-light);
}

.process-section {
  background: var(--ivory);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.process-card {
  position: relative;
  min-height: 300px;
  padding: 32px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-card:last-child {
  border-right: 1px solid var(--line);
}

.process-card__number {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.process-card__line {
  width: 1px;
  height: 62px;
  margin: 25px 0;
  background: linear-gradient(var(--gold-deep), rgba(154, 106, 34, 0.08));
}

.process-card h3 {
  margin-bottom: 13px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.04;
}

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

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

.documents-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
  box-shadow: var(--shadow-lg);
}

.documents-card__intro {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 78px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.documents-card__intro h2 {
  position: relative;
  z-index: 2;
  margin: 20px 0 24px;
  font-size: clamp(45px, 4.6vw, 66px);
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.documents-card__intro h2 em {
  color: var(--gold-light);
}

.documents-card__intro > p {
  position: relative;
  z-index: 2;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.documents-card__watermark {
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 310px;
  color: rgba(255, 255, 255, 0.035);
}

.documents-card__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 78px);
  background: rgba(8, 17, 31, 0.28);
}

.documents-card__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.documents-card__list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.documents-card__list li span {
  width: 5px;
  height: 5px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold-light);
}

.documents-card__list aside {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(230, 205, 139, 0.23);
  background: rgba(230, 205, 139, 0.07);
}

.documents-card__list aside > svg {
  width: 26px;
  color: var(--gold-light);
}

.documents-card__list aside strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.documents-card__list aside p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.51);
  font-size: 10px;
  line-height: 1.65;
}

.article-author {
  padding-block: 48px;
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.article-author__inner {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 34px;
}

.article-author img {
  width: 100px;
  height: 116px;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(0.8);
}

.article-author h2 {
  margin: 9px 0 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
}

.article-author p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

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

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

.related-card {
  display: grid;
  min-height: 145px;
  grid-template-columns: 65px 1fr 36px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  transition: color 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

.related-card:hover {
  padding-inline: 22px;
  color: var(--white);
  background: var(--ink);
}

.related-card__number {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
}

.related-card__body {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: center;
  gap: 35px;
}

.related-card__title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.05;
  transition: color 0.3s ease;
}

.related-card:hover .related-card__title {
  color: var(--white);
}

.related-card__text {
  display: -webkit-box;
  max-width: 650px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s ease;
}

.related-card:hover .related-card__text {
  color: rgba(255, 255, 255, 0.48);
}

.related-card__arrow {
  width: 25px;
  color: var(--gold-deep);
}

/* About */

.about-hero {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 22% 15%, rgba(34, 77, 141, 0.32), transparent 30%),
    var(--ink);
}

.about-hero .shell {
  padding-top: 34px;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
  align-items: center;
  gap: 80px;
  padding-top: 70px;
}

.about-hero__copy {
  padding-bottom: 95px;
}

.about-hero__copy h1 {
  max-width: 850px;
  margin: 24px 0 28px;
  font-size: clamp(63px, 7vw, 104px);
  letter-spacing: -0.05em;
  line-height: 0.84;
}

.about-hero__copy h1 em {
  color: var(--gold-light);
}

.about-hero__copy p {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
}

.about-hero__portrait {
  position: relative;
  align-self: end;
  height: 670px;
  overflow: hidden;
  border-inline: 1px solid rgba(230, 205, 139, 0.18);
}

.about-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}

.about-hero__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 60%, rgba(4, 10, 20, 0.88));
  content: "";
}

.about-hero__portrait > div {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-hero__portrait strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.about-hero__portrait span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lawyer-profile {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 73, 132, 0.18), transparent 46%),
    var(--ink);
}

.lawyer-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 100px;
  align-items: start;
}

.lawyer-profile__intro h2 {
  max-width: 720px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 0.94;
}

.lawyer-profile__intro h2 em {
  color: var(--gold-light);
}

.lawyer-profile__intro p {
  max-width: 680px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

.lawyer-profile__intro .text-link {
  color: var(--gold-light);
}

.lawyer-profile__facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.lawyer-profile__facts div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lawyer-profile__facts dt {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lawyer-profile__facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

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

.manifesto__grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 60px;
}

.manifesto__index {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 86px;
  line-height: 0.7;
}

.manifesto__copy {
  max-width: 940px;
}

.manifesto h2 {
  margin: 18px 0 30px;
  color: var(--ink);
  font-size: clamp(48px, 5.5vw, 78px);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.manifesto__lead {
  color: var(--text) !important;
  font-family: var(--serif);
  font-size: 27px !important;
  line-height: 1.4 !important;
}

.manifesto p {
  max-width: 820px;
  color: var(--muted);
  font-size: 14px;
}

.values-section {
  background: var(--ivory);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-card > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
}

.value-card > svg {
  width: 36px;
  margin-bottom: 70px;
  color: var(--blue);
}

.value-card h3 {
  margin-bottom: 13px;
  color: var(--ink);
  font-size: 30px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.office-story {
  background: var(--paper);
}

.office-story__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: clamp(70px, 11vw, 180px);
}

.office-story__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(19, 49, 94, 0.9), rgba(7, 16, 31, 0.97)),
    var(--blue);
}

.office-story__monogram {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 260px;
  line-height: 1;
}

.office-story__lines {
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(230, 205, 139, 0.2);
}

.office-story__lines::before,
.office-story__lines::after {
  position: absolute;
  background: rgba(230, 205, 139, 0.26);
  content: "";
}

.office-story__lines::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.office-story__lines::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.office-story__visual > p {
  position: absolute;
  right: 30px;
  bottom: 25px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-align: right;
  text-transform: uppercase;
}

.office-story__copy h2 {
  margin: 18px 0 26px;
  color: var(--ink);
  font-size: clamp(48px, 5vw, 73px);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.office-story__copy > p {
  max-width: 700px;
  color: var(--muted);
  font-size: 14px;
}

.office-story__copy .button {
  margin-top: 18px;
}

/* Guide */

.guide-hero,
.contact-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 15%, rgba(37, 82, 147, 0.31), transparent 30%),
    var(--ink);
}

.guide-hero .shell,
.contact-hero .shell {
  padding-block: 34px 105px;
}

.guide-hero__grid,
.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.55fr);
  align-items: end;
  gap: 90px;
  margin-top: 78px;
}

.guide-hero h1,
.contact-hero h1 {
  margin: 22px 0 0;
  font-size: clamp(61px, 7vw, 100px);
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.guide-hero h1 em,
.contact-hero h1 em {
  color: var(--gold-light);
}

.guide-hero__grid > p,
.contact-hero__grid > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.guide-index {
  padding-block: 70px;
  background: var(--ivory);
}

.guide-index__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-index-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.25);
  transition: color 0.3s ease, background 0.3s ease;
}

.guide-index-card:hover {
  color: var(--white);
  background: var(--blue);
}

.guide-index-card > span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
}

.guide-index-card h2 {
  margin: 36px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.04;
  transition: color 0.3s ease;
}

.guide-index-card:hover h2 {
  color: var(--white);
}

.guide-index-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  transition: color 0.3s ease;
}

.guide-index-card:hover p {
  color: rgba(255, 255, 255, 0.55);
}

.guide-index-card > svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 22px;
  color: var(--gold-deep);
}

.guide-chapter {
  background: var(--paper);
}

.guide-chapter--dark {
  color: var(--white);
  background: var(--ink);
}

.guide-chapter--tint {
  background: var(--ivory);
}

.guide-chapter__grid {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: clamp(60px, 10vw, 160px);
}

.guide-chapter__grid > aside {
  padding-top: 6px;
}

.guide-chapter__grid > aside > span {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 80px;
  line-height: 0.7;
}

.guide-chapter--dark .guide-chapter__grid > aside > span {
  color: var(--gold-light);
}

.guide-chapter__grid > aside > p {
  margin-top: 25px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-chapter--dark .guide-chapter__grid > aside > p {
  color: rgba(255, 255, 255, 0.4);
}

.guide-chapter article {
  max-width: 870px;
}

.guide-chapter article h2 {
  margin: 18px 0 30px;
  color: var(--ink);
  font-size: clamp(46px, 5vw, 70px);
  letter-spacing: -0.04em;
  line-height: 0.97;
}

.guide-chapter--dark article h2 {
  color: var(--white);
}

.guide-chapter article > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.guide-chapter--dark article > p {
  color: rgba(255, 255, 255, 0.56);
}

.guide-chapter__lead {
  color: var(--text) !important;
  font-family: var(--serif);
  font-size: 27px !important;
  line-height: 1.42 !important;
}

.guide-chapter--dark .guide-chapter__lead {
  color: rgba(255, 255, 255, 0.84) !important;
}

.guide-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 32px;
}

.guide-checklist span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 11px;
}

.guide-checklist i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-deep);
}

.guide-warning {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid rgba(230, 205, 139, 0.23);
  background: rgba(230, 205, 139, 0.06);
}

.guide-warning svg {
  width: 30px;
  color: var(--gold-light);
}

.guide-warning strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.guide-warning p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/* Contact */

.contact-main {
  background: var(--paper);
}

.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(55px, 8vw, 120px);
}

.contact-form-wrap h2 {
  max-width: 730px;
  margin: 18px 0 44px;
  color: var(--ink);
  font-size: clamp(47px, 5vw, 70px);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.contact-form {
  position: relative;
  max-width: 850px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
}

.contact-form label > span:first-child {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(8, 17, 31, 0.2);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
  min-height: 51px;
}

.contact-form textarea {
  padding-block: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 1px 0 var(--gold-deep);
}

.contact-form ::placeholder {
  color: #9299a3;
  opacity: 1;
}

.form-full {
  margin-top: 24px;
}

.form-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  margin: 26px 0;
}

.form-consent input {
  width: 16px;
  min-height: auto;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.form-consent span {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.6;
  text-transform: none !important;
}

.form-consent a {
  color: var(--blue);
  text-decoration: underline;
}

.contact-form button {
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.form-note--success {
  color: #2d6f4f;
}

.form-note--error {
  color: #a0443c;
}

.contact-aside {
  display: grid;
  align-content: start;
  gap: 14px;
}

.contact-aside__card {
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 5%, rgba(216, 180, 94, 0.17), transparent 30%),
    var(--ink);
  box-shadow: var(--shadow-lg);
}

.contact-aside__card h2 {
  margin: 20px 0 28px;
  font-size: 43px;
  line-height: 0.95;
}

.contact-aside__card a {
  display: grid;
  grid-template-columns: 20px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.contact-aside__card a svg:first-child {
  width: 18px;
  color: var(--gold);
}

.contact-aside__card a svg:last-child {
  width: 16px;
}

.contact-aside__card > p {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.contact-aside__privacy {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.contact-aside__privacy > svg {
  width: 30px;
  color: var(--blue);
}

.contact-aside__privacy strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}

.contact-aside__privacy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.meeting-prep {
  background: var(--ivory);
}

.meeting-prep__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.meeting-prep__grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.meeting-prep__grid span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
}

.meeting-prep__grid h3 {
  margin: 55px 0 12px;
  color: var(--ink);
  font-size: 27px;
}

.meeting-prep__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.contact-location {
  background: var(--paper);
}

.contact-location__inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: clamp(65px, 10vw, 140px);
}

.contact-location__map {
  min-height: 500px;
}

.contact-location__inner > div:last-child h2 {
  margin: 18px 0 25px;
  color: var(--ink);
  font-size: clamp(45px, 4.7vw, 67px);
  letter-spacing: -0.035em;
  line-height: 0.97;
}

.contact-location__inner > div:last-child p {
  color: var(--muted);
  font-size: 13px;
}

.contact-location__inner .button {
  margin-top: 18px;
}

/* Legal and 404 */

.legal-hero {
  color: var(--white);
  background: var(--ink);
}

.legal-hero .shell {
  padding-block: 34px 90px;
}

.legal-hero .eyebrow {
  margin-top: 75px;
}

.legal-hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(58px, 7vw, 96px);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.legal-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.legal-content {
  background: var(--paper);
}

.legal-content__grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  gap: 95px;
}

.legal-content aside {
  align-self: start;
  position: sticky;
  top: 130px;
}

.legal-content aside nav {
  display: grid;
  border-top: 1px solid var(--line);
}

.legal-content aside a {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-content aside a:hover {
  color: var(--blue);
}

.legal-content article h2 {
  margin: 50px 0 14px;
  color: var(--ink);
  font-size: 35px;
  line-height: 1.05;
  scroll-margin-top: 130px;
}

.legal-content article h2:first-child {
  margin-top: 0;
}

.legal-content article p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.legal-content article a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found {
  position: relative;
  display: grid;
  min-height: 78vh;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background: var(--ink);
}

.not-found__ambient {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(230, 205, 139, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(230, 205, 139, 0.02), 0 0 0 200px rgba(230, 205, 139, 0.012);
}

.not-found__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding-block: 100px;
  text-align: center;
}

.not-found__code {
  display: block;
  margin-bottom: -30px;
  color: rgba(230, 205, 139, 0.12);
  font-family: var(--serif);
  font-size: clamp(120px, 18vw, 240px);
  line-height: 0.7;
}

.not-found .eyebrow::before {
  display: none;
}

.not-found h1 {
  margin: 26px 0;
  font-size: clamp(55px, 7vw, 90px);
  letter-spacing: -0.05em;
  line-height: 0.88;
}

.not-found h1 em {
  color: var(--gold-light);
}

.not-found p {
  max-width: 660px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.not-found__inner > div {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Responsive */

@media (max-width: 1180px) {
  .shell {
    width: min(100% - 48px, 1160px);
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav > a,
  .desktop-nav__mega > a {
    font-size: 9px;
  }

  .brand__descriptor {
    display: none;
  }

  .nav {
    gap: 28px;
  }

  .mega-menu {
    right: 24px;
    left: 24px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
    gap: 55px;
  }

  .hero h1 {
    font-size: clamp(58px, 7vw, 84px);
  }

  .hero-portrait__seal {
    left: -38px;
    width: 105px;
    height: 105px;
  }

  .cluster-card {
    min-height: 490px;
  }

  .footer-main {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 55px;
  }

  .article-section__grid {
    gap: 80px;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 78px;
    --sequence-header-offset: 74px;
  }

  .topbar,
  .desktop-nav,
  .nav-contact {
    display: none;
  }

  .site-header--scrolled .nav-wrap {
    top: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    animation: none;
    transform: none;
  }

  .nav {
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    top: 74px;
  }

  .justice-sequence {
    height: 390vh;
  }

  .justice-sequence__sticky {
    min-height: 0;
  }

  .justice-sequence__fallback {
    object-position: 58% center;
  }

  .justice-sequence__shade {
    background:
      linear-gradient(90deg, rgba(3, 9, 17, 0.94) 0%, rgba(3, 9, 17, 0.5) 55%, rgba(3, 9, 17, 0.22) 100%),
      linear-gradient(180deg, rgba(3, 9, 17, 0.5) 0%, transparent 28%, rgba(3, 9, 17, 0.38) 65%, rgba(3, 9, 17, 0.82) 100%);
  }

  .justice-sequence__chapters {
    width: min(560px, 62vw);
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 55px;
    padding-block: 80px 110px;
  }

  .hero__copy {
    max-width: 860px;
  }

  .hero-portrait {
    width: min(84%, 520px);
    justify-self: end;
    margin: 0;
  }

  .hero-portrait__frame {
    width: 100%;
  }

  .hero__scroll {
    display: none;
  }

  .trust-rail__inner {
    grid-template-columns: 1fr;
  }

  .trust-rail article,
  .trust-rail article:first-child {
    min-height: 130px;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-rail article:last-child {
    border-bottom: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

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

  .cluster-card,
  .cluster-card:nth-child(4) {
    min-height: 440px;
    grid-column: auto;
  }

  .cluster-card:last-child {
    grid-column: 1 / -1;
    min-height: 390px;
  }

  .decision-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .decision-statement {
    max-width: 700px;
  }

  .lawyer-section__inner {
    grid-template-columns: 0.75fr 1fr;
    gap: 60px;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-card__map {
    min-height: 460px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    max-width: 500px;
  }

  .footer-practice {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    padding-block: 25px;
  }

  .footer-disclaimer {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    text-align: left;
  }

  .cluster-anchor-nav {
    overflow-x: auto;
  }

  .cluster-anchor-nav .shell {
    width: max-content;
    min-width: 100%;
  }

  .cluster-anchor-nav a {
    width: 210px;
  }

  .area-cluster-header {
    grid-template-columns: 70px 1fr;
  }

  .area-cluster-header > p {
    grid-column: 2;
  }

  .editorial-note__inner {
    grid-template-columns: 60px 1fr;
  }

  .editorial-note__inner > p {
    grid-column: 2;
  }

  .practice-hero__grid {
    grid-template-columns: 1fr 240px;
    gap: 45px;
  }

  .article-intro__grid {
    grid-template-columns: 170px 1fr;
    gap: 55px;
  }

  .article-section__grid {
    grid-template-columns: 0.7fr 1fr;
    gap: 55px;
  }

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

  .process-card:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .process-card:nth-child(n + 3) {
    border-top: 0;
  }

  .documents-card {
    grid-template-columns: 1fr;
  }

  .documents-card__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .article-author__inner {
    grid-template-columns: 85px 1fr;
  }

  .article-author img {
    width: 85px;
    height: 100px;
  }

  .article-author .button {
    grid-column: 2;
    justify-self: start;
  }

  .about-hero__grid {
    grid-template-columns: 1fr 330px;
    gap: 45px;
  }

  .lawyer-profile__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

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

  .office-story__inner {
    grid-template-columns: 0.8fr 1fr;
    gap: 55px;
  }

  .guide-index__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-aside {
    grid-template-columns: 1fr 1fr;
  }

  .meeting-prep__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --sequence-header-offset: 68px;
  }

  .shell {
    width: calc(100% - 34px);
  }

  .section {
    padding-block: 82px;
  }

  .nav {
    min-height: 68px;
  }

  .brand-mark {
    width: 35px;
    height: 40px;
    flex-basis: 35px;
  }

  .brand-mark__letter {
    font-size: 43px;
  }

  .brand__name {
    font-size: 21px;
  }

  .mobile-menu {
    top: 68px;
  }

  .justice-sequence {
    height: 340vh;
    min-height: 2200px;
  }

  .justice-sequence__sticky {
    min-height: 0;
  }

  .justice-sequence__fallback {
    object-position: 58% center;
  }

  .justice-sequence__shade {
    background:
      linear-gradient(180deg, rgba(3, 9, 17, 0.56) 0%, rgba(3, 9, 17, 0.08) 31%, rgba(3, 9, 17, 0.38) 51%, rgba(3, 9, 17, 0.96) 100%),
      linear-gradient(90deg, rgba(3, 9, 17, 0.4), rgba(3, 9, 17, 0.08));
  }

  .justice-sequence__kicker {
    top: 91px;
  }

  .justice-sequence__chapters {
    top: auto;
    bottom: 105px;
    width: 100%;
    transform: none;
  }

  .justice-sequence__chapter {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 92%;
    text-align: left;
  }

  .justice-sequence__chapter--right {
    right: 0;
    left: auto;
    text-align: right;
  }

  .justice-sequence__chapter--right .eyebrow {
    justify-content: flex-end;
  }

  .justice-sequence__chapter--right p {
    margin-left: auto;
  }

  .justice-sequence__chapter h2,
  .justice-sequence__chapter h3 {
    max-width: 95%;
    margin: 14px 0 16px;
    font-size: clamp(41px, 12vw, 61px);
  }

  .justice-sequence__chapter p {
    max-width: 95%;
    font-size: 12px;
    line-height: 1.65;
  }

  .hero__inner {
    padding-block: 68px 90px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 70px);
    line-height: 0.9;
  }

  .hero-line--accent {
    margin-top: 5px;
    font-size: 0.8em;
    line-height: 0.92;
  }

  .hero__lead {
    font-size: 15px;
  }

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

  .hero__actions .button {
    width: 100%;
  }

  .hero__assurance {
    display: grid;
    gap: 12px;
  }

  .hero-portrait {
    width: 90%;
  }

  .hero-portrait__seal {
    left: -26px;
    width: 88px;
    height: 88px;
  }

  .hero-portrait__seal-ring {
    inset: 8px;
    font-size: 5px;
  }

  .hero-portrait__seal-center {
    font-size: 39px;
  }

  .trust-rail article {
    grid-template-columns: 38px 1fr;
  }

  .split-heading h2 {
    font-size: 44px;
  }

  .cluster-grid,
  .situation-grid {
    grid-template-columns: 1fr;
  }

  .cluster-card,
  .cluster-card:last-child {
    min-height: 420px;
    grid-column: auto;
  }

  .decision-statement blockquote {
    font-size: 42px;
  }

  .decision-steps li {
    grid-template-columns: 35px 1fr;
  }

  .lawyer-section__inner {
    grid-template-columns: 1fr;
  }

  .lawyer-section__image {
    width: 88%;
  }

  .lawyer-section__signature {
    right: 2%;
  }

  .location-card__copy {
    padding: 38px 28px;
  }

  .location-card__map {
    min-height: 380px;
  }

  .faq-item summary {
    min-height: 84px;
    grid-template-columns: 34px 1fr 26px;
    gap: 10px;
    font-size: 21px;
  }

  .faq-item__answer {
    grid-template-columns: 34px 1fr 26px;
    gap: 10px;
  }

  .footer-cta__inner {
    min-height: 400px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .footer-cta h2 {
    font-size: 47px;
  }

  .footer-practice {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 110px;
  }

  .footer-disclaimer {
    grid-column: 1;
    grid-row: auto;
  }

  .mobile-actionbar {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    min-height: 66px;
    color: var(--white);
    background: #07101f;
    box-shadow: 0 -14px 35px rgba(0, 0, 0, 0.2);
  }

  .mobile-actionbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-actionbar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-actionbar svg {
    width: 17px;
    color: var(--gold-light);
  }

  .mobile-actionbar__primary {
    color: var(--ink);
    background: var(--gold);
  }

  .mobile-actionbar__primary svg {
    color: var(--ink);
  }

  .page-hero .shell {
    padding-bottom: 88px;
  }

  .page-hero__content {
    margin-top: 60px;
  }

  .page-hero__content h1 {
    font-size: 62px;
    line-height: 0.86;
  }

  .cluster-anchor-nav {
    position: relative;
  }

  .cluster-anchor-nav a {
    width: 180px;
  }

  .area-cluster-header {
    grid-template-columns: 50px 1fr;
    gap: 25px;
  }

  .area-cluster-header__number {
    font-size: 52px;
  }

  .area-cluster-header h2 {
    font-size: 40px;
  }

  .area-hub-grid {
    grid-template-columns: 1fr;
  }

  .area-hub-card {
    min-height: 260px;
    grid-template-columns: 35px 1fr;
    padding: 25px;
  }

  .editorial-note__inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .editorial-note__inner > p {
    grid-column: auto;
  }

  .practice-hero .shell {
    padding-bottom: 75px;
  }

  .practice-hero__grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .practice-hero__copy h1 {
    font-size: 61px;
  }

  .practice-hero__aside {
    display: none;
  }

  .article-anchor-nav {
    position: relative;
  }

  .article-anchor-nav .shell {
    min-height: 56px;
  }

  .article-intro__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-intro__label {
    align-items: center;
  }

  .article-intro__rule {
    width: 80px;
    height: 1px;
    margin: 0;
  }

  .situation-list {
    grid-template-columns: 1fr;
  }

  .situation-list__item {
    grid-template-columns: 35px 1fr;
    min-height: 150px;
    padding: 25px;
  }

  .article-section__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .article-section__heading {
    position: static;
  }

  .article-section__heading h2 {
    font-size: 43px;
  }

  .article-section__copy p {
    font-size: 14px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card,
  .process-card:nth-child(2),
  .process-card:nth-child(n + 3) {
    min-height: 240px;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .process-card:first-child {
    border-top: 1px solid var(--line);
  }

  .process-card__line {
    height: 35px;
  }

  .documents-card__intro,
  .documents-card__list {
    padding: 36px 28px;
  }

  .article-author__inner {
    grid-template-columns: 65px 1fr;
    gap: 20px;
  }

  .article-author img {
    width: 65px;
    height: 78px;
  }

  .article-author h2 {
    font-size: 23px;
  }

  .article-author p {
    display: none;
  }

  .article-author .button {
    grid-column: 1 / -1;
  }

  .related-card {
    grid-template-columns: 35px 1fr 25px;
    gap: 12px;
    padding-block: 20px;
  }

  .related-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .related-card__text {
    -webkit-line-clamp: 2;
  }

  .about-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .about-hero__copy {
    padding-bottom: 20px;
  }

  .about-hero__copy h1 {
    font-size: 61px;
  }

  .about-hero__portrait {
    width: 85%;
    height: 540px;
    justify-self: end;
  }

  .lawyer-profile__intro h2 {
    font-size: 50px;
  }

  .lawyer-profile__facts div {
    grid-template-columns: 135px 1fr;
    gap: 20px;
  }

  .manifesto__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .manifesto__index {
    font-size: 68px;
  }

  .manifesto h2 {
    font-size: 46px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 270px;
  }

  .value-card > svg {
    margin-bottom: 45px;
  }

  .office-story__inner {
    grid-template-columns: 1fr;
  }

  .office-story__visual {
    min-height: 430px;
  }

  .guide-hero .shell,
  .contact-hero .shell {
    padding-bottom: 80px;
  }

  .guide-hero__grid,
  .contact-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 58px;
  }

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

  .guide-index__grid {
    grid-template-columns: 1fr;
  }

  .guide-index-card {
    min-height: 220px;
  }

  .guide-chapter__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .guide-chapter__grid > aside {
    display: flex;
    align-items: end;
    gap: 20px;
  }

  .guide-chapter__grid > aside > span {
    font-size: 58px;
  }

  .guide-chapter__grid > aside > p {
    margin: 0;
  }

  .guide-chapter article h2 {
    font-size: 44px;
  }

  .guide-checklist {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-aside {
    grid-template-columns: 1fr;
  }

  .meeting-prep__grid {
    grid-template-columns: 1fr;
  }

  .meeting-prep__grid article {
    min-height: 210px;
  }

  .contact-location__inner {
    grid-template-columns: 1fr;
  }

  .contact-location__map {
    min-height: 400px;
  }

  .legal-hero .shell {
    padding-bottom: 70px;
  }

  .legal-hero h1 {
    font-size: 56px;
  }

  .legal-content__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .legal-content aside {
    position: static;
  }

  .legal-content aside nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-content aside a:nth-child(odd) {
    padding-right: 12px;
  }

  .not-found__inner > div {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .shell {
    width: calc(100% - 28px);
  }

  .hero h1,
  .practice-hero__copy h1,
  .about-hero__copy h1,
  .guide-hero h1,
  .contact-hero h1 {
    font-size: 49px;
  }

  .hero-portrait {
    width: 95%;
  }

  .cluster-card,
  .situation-card {
    padding: 26px;
  }

  .footer-practice {
    grid-template-columns: 1fr;
  }

  .footer-cluster > p {
    min-height: auto;
  }

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

  .article-author__inner {
    grid-template-columns: 1fr;
  }

  .article-author img {
    width: 82px;
    height: 94px;
  }

  .article-author .button {
    grid-column: 1;
  }

  .about-hero__portrait {
    width: 100%;
  }

  .lawyer-profile__facts div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

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

  .practice-marquee__track {
    animation: none;
  }

  .cursor-aura {
    display: none;
  }

  .justice-sequence,
  .justice-sequence.justice-sequence--static {
    height: auto;
    min-height: 0;
  }

  .justice-sequence__sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 760px;
    padding: 125px 0 90px;
  }

  .justice-sequence__chapters {
    position: relative;
    top: auto;
    bottom: auto;
    display: grid;
    width: min(700px, 100%);
    gap: 44px;
    transform: none;
  }

  .justice-sequence__chapter,
  .justice-sequence__chapter.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .justice-sequence__chapter h2,
  .justice-sequence__chapter h3 {
    font-size: clamp(40px, 7vw, 70px);
  }

  .justice-sequence__progress,
  .justice-sequence__hint {
    display: none;
  }

  .hero-line > span,
  .hero__eyebrow,
  .hero__lead,
  .hero__actions,
  .hero__assurance,
  .hero-portrait {
    opacity: 1;
    transform: none;
  }
}
