:root {
  --black: #050b16;
  --black-2: #071225;
  --black-3: #102342;
  --paper: #ebe5d8;
  --ivory: #ffffff;
  --soft: rgba(255, 255, 255, 0.82);
  --muted: rgba(255, 255, 255, 0.68);
  --gold: #c9a84c;
  --gold-2: #e2c46c;
  --gold-3: #fff1b8;
  --gold-deep: #c9a84c;
  --champagne: #ffffff;
  --blue: #a9c4e6;
  --green: #071225;
  --oxblood: #050b16;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(201, 168, 76, 0.48);
  --line-jewel: rgba(226, 196, 108, 0.58);
  --shadow: 0 34px 80px rgba(0, 0, 0, 0.46);
  --surface-0: #050b16;
  --surface-1: #071225;
  --surface-2: #0c1a30;
  --surface-3: #102342;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.82);
  --text-tertiary: rgba(255, 255, 255, 0.68);
  --gold-glow: rgba(201, 168, 76, 0.16);
  --section-rule: rgba(201, 168, 76, 0.24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Allura", "Cormorant Garamond", Georgia, cursive;
  --sans: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
  --copy-xl: clamp(20px, 1.22vw, 23px);
  --copy-lg: clamp(19px, 1.04vw, 21px);
  --copy-md: clamp(17px, 0.92vw, 18.5px);
  --copy-sm: clamp(17px, 0.86vw, 18px);
  --label: clamp(16px, 0.78vw, 16.5px);
  --shell-wide: 1440px;
  --shell-reading: 1120px;
  --section-y: clamp(108px, 8.6vw, 152px);
  --eyebrow: 12px;
  --caption: 12px;
  --button-label: 13px;
  --body-lg: clamp(18px, 1.15vw, 22px);
  --editorial-y: clamp(96px, 8vw, 136px);
  --editorial-y-compact: clamp(80px, 7vw, 112px);
}

/* Client-requested signature treatment for the home-page name. */
.page-home .hero h1 {
  font-family: var(--script);
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: 0;
}

html[data-language="ru"] {
  --serif: "Cormorant Garamond", Georgia, serif;
}

/* Cinematic Private Office services page */
.page-services {
  background: var(--black);
}

.page-services main {
  min-height: 0;
}

.page-services .services-cinematic,
.page-services .services-cinematic__process,
.page-services .services-chapter {
  position: relative;
  scroll-margin-top: 84px;
}

.page-services .services-cinematic--intro {
  min-height: max(760px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(148px, 19vh, 226px) clamp(22px, 6vw, 96px) 94px;
  background:
    radial-gradient(circle at 84% 38%, rgba(216, 180, 108, 0.09), transparent 28%),
    linear-gradient(125deg, rgba(244, 237, 222, 0.025), transparent 38%),
    var(--black);
}

.page-services .services-cinematic--intro::before,
.page-services .services-cinematic--intro::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.page-services .services-cinematic--intro::before {
  top: 0;
  right: 12%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(216, 180, 108, 0.26) 30%, rgba(216, 180, 108, 0.08) 75%, transparent);
}

.page-services .services-cinematic--intro::after {
  right: -15vw;
  bottom: -24vw;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(216, 180, 108, 0.09);
  border-radius: 50%;
}

.page-services .services-cinematic__intro-inner {
  position: relative;
  z-index: 1;
}

.page-services .services-cinematic__intro-inner .overline {
  margin-bottom: 32px;
}

.page-services .services-cinematic--intro h1 {
  max-width: 1020px;
  margin-bottom: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(62px, 8.8vw, 148px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.page-services .services-cinematic--intro h1 span {
  color: var(--paper);
}

.page-services .services-cinematic__lead {
  width: min(100%, 650px);
  margin: 42px 0 0;
  color: var(--soft);
  font-size: clamp(18px, 1.24vw, 22px);
  line-height: 1.62;
}

.page-services .services-cinematic__rule {
  width: min(100%, 360px);
  height: 18px;
  margin-top: 44px;
  border-top: 1px solid rgba(216, 180, 108, 0.52);
}

.page-services .services-cinematic__rule span {
  display: block;
  width: 25%;
  height: 1px;
  margin-top: -1px;
  background: var(--gold-2);
  box-shadow: 0 0 20px rgba(216, 180, 108, 0.42);
}

.page-services .services-cinematic__scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-services .services-cinematic__scroll span {
  color: var(--gold);
  font-size: 16px;
}

.page-services .services-cinematic--portrait {
  min-height: max(680px, 100svh);
  overflow: hidden;
  background: #020201;
}

.page-services .services-cinematic__portrait-media,
.page-services .services-cinematic__portrait-media img,
.page-services .services-cinematic__portrait-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-services .services-cinematic__portrait-media {
  margin: 0;
}

.page-services .services-cinematic__portrait-media img {
  object-fit: cover;
  object-position: center 37%;
  filter: grayscale(1) contrast(1.08) brightness(0.68);
  transform: scale(1.035);
}

.page-services .services-cinematic__portrait-veil {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.88) 0%, rgba(5, 4, 3, 0.54) 38%, rgba(5, 4, 3, 0.18) 76%, rgba(5, 4, 3, 0.55) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.38), rgba(5, 4, 3, 0.08) 46%, rgba(5, 4, 3, 0.92));
}

.page-services .services-cinematic__portrait-copy {
  position: relative;
  z-index: 1;
  min-height: max(680px, 100svh);
  display: flex;
  align-items: flex-end;
  padding-top: 140px;
  padding-bottom: clamp(64px, 10vh, 132px);
}

.page-services .services-cinematic__portrait-copy > div {
  width: min(100%, 860px);
}

.page-services .services-cinematic__portrait-copy h2 {
  max-width: 890px;
  margin-bottom: 30px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(44px, 5.9vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.page-services .services-cinematic__portrait-copy > div > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(17px, 1.1vw, 20px);
  line-height: 1.6;
}

.page-services .services-cinematic__process {
  overflow: hidden;
  background: var(--black);
}

.page-services .services-cinematic__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-services .services-chapter {
  min-height: clamp(520px, 74svh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(216, 180, 108, 0.18);
}

.page-services .services-chapter--light {
  background:
    radial-gradient(circle at 76% 52%, rgba(244, 237, 222, 0.055), transparent 34%),
    #0b0907;
}

.page-services .services-chapter--deep {
  background:
    radial-gradient(circle at 21% 46%, rgba(22, 55, 40, 0.31), transparent 34%),
    #050806;
}

.page-services .services-chapter--warm {
  background:
    radial-gradient(circle at 76% 54%, rgba(53, 22, 21, 0.32), transparent 38%),
    #0b0706;
}

.page-services .services-chapter--gold {
  background:
    radial-gradient(circle at 68% 50%, rgba(216, 180, 108, 0.11), transparent 34%),
    #100d08;
}

.page-services .services-chapter__inner {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 650px);
  align-items: center;
  gap: clamp(26px, 5vw, 88px);
}

.page-services .services-chapter__marker {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1;
}

.page-services .services-chapter__marker::after {
  position: absolute;
  top: 17%;
  bottom: 17%;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(216, 180, 108, 0.66) 45%, transparent);
}

.page-services .services-chapter__marker span {
  position: relative;
  z-index: 1;
  padding: 9px 12px 9px 0;
  background: inherit;
}

.page-services .services-chapter__marker i {
  display: none;
}

.page-services .services-chapter__copy {
  position: relative;
  z-index: 1;
}

.page-services .services-chapter__copy .overline {
  margin-bottom: 22px;
}

.page-services .services-chapter__copy h2 {
  margin-bottom: 22px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(72px, 8.2vw, 142px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.page-services .services-chapter__copy > p:last-child {
  max-width: 500px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(18px, 1.24vw, 22px);
  line-height: 1.55;
}

.page-services .services-chapter__ghost {
  position: absolute;
  right: -3vw;
  bottom: -0.22em;
  color: rgba(244, 237, 222, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 36vw, 620px);
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 0.7;
  pointer-events: none;
  user-select: none;
}

.page-services .services-cinematic--principle {
  min-height: max(620px, 82svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(216, 180, 108, 0.075), transparent 33%),
    #050403;
}

.page-services .services-cinematic--principle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(70vw, 920px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(216, 180, 108, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.page-services .services-cinematic__principle-inner {
  position: relative;
  z-index: 1;
}

.page-services .services-cinematic__principle-inner .overline {
  margin-bottom: 30px;
}

.page-services .services-cinematic--principle h2 {
  margin-bottom: 28px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(58px, 8.2vw, 138px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.page-services .services-cinematic__principle-lead {
  width: min(100%, 620px);
  margin: 0 auto;
  color: var(--soft);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.6;
}

.page-services .services-values {
  width: min(100%, 760px);
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 64px auto 0;
  border-top: 1px solid rgba(216, 180, 108, 0.38);
  border-bottom: 1px solid rgba(216, 180, 108, 0.18);
}

.page-services .services-values span {
  flex: 1 1 0;
  padding: 22px 18px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-services .services-values span + span {
  border-left: 1px solid rgba(216, 180, 108, 0.18);
}

.page-services .services-cinematic--closing {
  min-height: max(560px, 74svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(216, 180, 108, 0.05), transparent 35%),
    #0b0907;
}

.page-services .services-cinematic__closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-services .services-cinematic__closing-inner > img {
  width: clamp(170px, 20vw, 300px);
  height: auto;
  margin: 0 auto 48px;
  opacity: 0.84;
  filter: brightness(1.12) sepia(0.22);
}

.page-services .services-cinematic--closing h2 {
  max-width: 830px;
  margin-bottom: 42px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 104px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.page-services .services-cinematic__cta {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(216, 180, 108, 0.72);
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.page-services .services-cinematic__cta span {
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}

.page-services .services-cinematic__cta:hover,
.page-services .services-cinematic__cta:focus-visible {
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  box-shadow: 0 18px 40px rgba(216, 180, 108, 0.2);
  transform: translateY(-2px);
  outline: none;
}

.page-services .services-cinematic__cta:hover span,
.page-services .services-cinematic__cta:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 820px) {
  .page-services .services-cinematic--intro {
    min-height: max(680px, 92svh);
    padding: 126px 22px 70px;
  }

  .page-services .services-cinematic--intro h1 {
    font-size: clamp(56px, 12vw, 94px);
    line-height: 0.94;
  }

  .page-services .services-cinematic__lead {
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.58;
  }

  .page-services .services-cinematic--portrait,
  .page-services .services-cinematic__portrait-copy {
    min-height: max(620px, 86svh);
  }

  .page-services .services-cinematic__portrait-media img {
    object-position: 53% 35%;
  }

  .page-services .services-cinematic__portrait-veil {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.3) 82%),
      linear-gradient(180deg, rgba(5, 4, 3, 0.28), rgba(5, 4, 3, 0.96));
  }

  .page-services .services-cinematic__portrait-copy {
    padding: 120px 22px 68px;
  }

  .page-services .services-cinematic__portrait-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(42px, 9vw, 66px);
  }

  .page-services .services-chapter {
    min-height: max(500px, 66svh);
  }

  .page-services .services-chapter__inner {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    padding: 0 22px;
  }

  .page-services .services-chapter__marker {
    font-size: 25px;
  }

  .page-services .services-chapter__copy h2 {
    font-size: clamp(60px, 12vw, 94px);
    line-height: 0.91;
  }

  .page-services .services-chapter__copy > p:last-child {
    max-width: 430px;
    font-size: 17px;
  }

  .page-services .services-chapter__ghost {
    right: -5vw;
    font-size: 52vw;
  }

  .page-services .services-cinematic--principle {
    min-height: max(560px, 75svh);
    padding: 80px 22px;
  }

  .page-services .services-cinematic--principle h2 {
    font-size: clamp(52px, 11vw, 84px);
  }

  .page-services .services-values {
    margin-top: 48px;
  }

  .page-services .services-values span {
    padding: 18px 10px;
    font-size: 10px;
  }

  .page-services .services-cinematic--closing {
    min-height: max(500px, 68svh);
    padding: 80px 22px;
  }

  .page-services .services-cinematic--closing h2 {
    font-size: clamp(45px, 9.4vw, 74px);
  }
}

@media (max-width: 540px) {
  .page-services .services-cinematic--intro {
    min-height: 680px;
    padding-top: 118px;
  }

  .page-services .services-cinematic__intro-inner .overline {
    margin-bottom: 24px;
  }

  .page-services .services-cinematic--intro h1 {
    font-size: clamp(50px, 13vw, 70px);
  }

  .page-services .services-cinematic__rule {
    margin-top: 36px;
  }

  .page-services .services-cinematic--portrait,
  .page-services .services-cinematic__portrait-copy {
    min-height: 660px;
  }

  .page-services .services-cinematic__portrait-media img {
    object-position: 58% 35%;
  }

  .page-services .services-cinematic__portrait-copy h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .page-services .services-chapter {
    min-height: 500px;
  }

  .page-services .services-chapter__inner {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 16px;
  }

  .page-services .services-chapter__marker {
    font-size: 21px;
  }

  .page-services .services-chapter__marker::after {
    left: 42%;
  }

  .page-services .services-chapter__copy .overline {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .page-services .services-chapter__copy h2 {
    margin-bottom: 18px;
    font-size: clamp(54px, 14vw, 74px);
  }

  .page-services .services-chapter__copy > p:last-child {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-services .services-cinematic--principle h2 {
    font-size: clamp(48px, 13vw, 68px);
  }

  .page-services .services-values {
    display: grid;
    margin-top: 40px;
  }

  .page-services .services-values span + span {
    border-top: 1px solid rgba(216, 180, 108, 0.18);
    border-left: 0;
  }

  .page-services .services-cinematic__closing-inner > img {
    margin-bottom: 36px;
  }

  .page-services .services-cinematic--closing h2 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .page-services .services-cinematic__cta {
    width: 100%;
    justify-content: center;
    padding: 0 16px;
    font-size: 11px;
  }
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent 0, rgba(244, 237, 222, 0.032) 50%, transparent 100%),
    linear-gradient(180deg, rgba(169, 196, 230, 0.04), transparent 28%, rgba(216, 180, 108, 0.035));
}

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

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

button {
  font: inherit;
}

::selection {
  background: rgba(216, 180, 108, 0.32);
  color: var(--ivory);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background: #020201;
  transition: opacity 650ms ease, visibility 650ms ease;
}

.preloader img {
  width: 96px;
  height: 96px;
}

.preloader span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.no-js .preloader {
  display: none;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 120;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  border: 1px solid rgba(216, 180, 108, 0.48);
  color: var(--gold-2);
  background: rgba(5, 4, 3, 0.94);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: opacity 160ms ease, transform 160ms ease;
}

.skip-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  outline: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 38px;
  border-bottom: 1px solid transparent;
  background:
    linear-gradient(90deg, rgba(216, 180, 108, 0.06), transparent 22%, transparent 78%, rgba(216, 180, 108, 0.045)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.98), rgba(5, 4, 3, 0.72));
  transition: background 260ms ease, border-color 260ms ease, min-height 260ms ease, box-shadow 260ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: var(--line);
  background:
    linear-gradient(90deg, rgba(216, 180, 108, 0.055), transparent 22%, transparent 78%, rgba(216, 180, 108, 0.04)),
    rgba(5, 4, 3, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .brand {
  width: 50px;
  height: 50px;
}

.site-header.is-scrolled .brand img {
  width: 44px;
  height: 44px;
}

.site-header.is-scrolled .brand-motto {
  max-width: 340px;
  font-size: 13.5px;
}

.site-header.is-scrolled .brand-motto b {
  font-size: 31px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid rgba(216, 180, 108, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 240, 184, 0.11), transparent 58%),
    rgba(5, 4, 3, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(244, 237, 222, 0.045),
    inset 0 0 0 5px rgba(216, 180, 108, 0.025),
    0 18px 46px rgba(0, 0, 0, 0.38);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 217, 149, 0.46);
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(244, 237, 222, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.46);
}

.brand img {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.44));
}

.brand-motto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  max-width: 380px;
  padding-left: 18px;
  color: rgba(255, 248, 231, 0.88);
  font-family: var(--serif);
  font-size: clamp(14px, 0.76vw, 16.5px);
  font-weight: 500;
  line-height: 1.08;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.44);
}

.brand-motto::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(216, 180, 108, 0.68), transparent);
}

.brand-motto span {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.brand-motto b {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--gold-2);
  font-family: var(--script);
  font-size: clamp(31px, 1.72vw, 39px);
  font-weight: 400;
  line-height: 0.8;
  transform: rotate(-6deg);
  text-shadow:
    0 1px 0 rgba(255, 248, 231, 0.26),
    0 14px 30px rgba(216, 180, 108, 0.2);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid transparent;
  color: rgba(255, 250, 240, 0.96);
  font-size: clamp(13px, 0.66vw, 14px);
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.62);
  background: transparent;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 244, 200, 0.9), transparent);
  opacity: 0;
  transform: scaleX(0.48);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active,
.primary-nav a[aria-current="true"],
.primary-nav a[aria-current="page"] {
  color: #fffaf0;
  border-color: transparent;
  outline: none;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after,
.primary-nav a[aria-current="true"]::after,
.primary-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.primary-nav a.is-active,
.primary-nav a[aria-current="true"],
.primary-nav a[aria-current="page"] {
  color: #fffaf0;
  background: transparent !important;
}

.primary-nav .nav-cta {
  color: #fffaf0;
  border-color: rgba(216, 180, 108, 0.46);
}

.primary-nav .nav-cta::after {
  display: none;
}

.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible,
.primary-nav .nav-cta.is-active,
.primary-nav .nav-cta[aria-current="true"],
.primary-nav .nav-cta[aria-current="page"] {
  border-color: rgba(255, 244, 200, 0.72);
  background: rgba(255, 255, 255, 0.035);
}

.language-switcher {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 30px);
  align-items: center;
  gap: 2px;
  min-height: 40px;
  margin-left: 7px;
  padding: 3px;
  border: 1px solid rgba(216, 180, 108, 0.38);
  background:
    linear-gradient(135deg, rgba(244, 237, 222, 0.08), transparent 46%),
    rgba(5, 4, 3, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(244, 237, 222, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.language-switcher button {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 240, 0.72);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active,
.language-switcher button[aria-pressed="true"] {
  color: #120e08;
  outline: 0;
  background: linear-gradient(135deg, #fff4c8, #d8b46c 54%, #fff0b0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 12px 28px rgba(216, 180, 108, 0.18);
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  transform: translateY(-1px);
}

html[data-language="tr"] :is(
  .primary-nav a,
  .button,
  .services-v2-button,
  .services-v2-text-link,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit,
  .contact-form__field > span,
  .contact-form__fallbacks,
  .site-footer__column h2
) {
  text-transform: none;
}

html[data-language="de"] :is(
  .primary-nav a,
  .button,
  .services-v2-button,
  .services-v2-text-link,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit,
  .contact-form__field > span,
  .contact-form__fallbacks,
  .site-footer__column h2
),
html[data-language="ru"] :is(
  .primary-nav a,
  .button,
  .services-v2-button,
  .services-v2-text-link,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit,
  .contact-form__field > span,
  .contact-form__fallbacks,
  .site-footer__column h2
) {
  text-transform: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: var(--gold);
  transition: transform 220ms ease;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(42deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-42deg);
}

.section {
  position: relative;
  padding: var(--section-y) 38px;
  scroll-margin-top: 74px;
}

.inner-page main {
  min-height: calc(100vh - 86px);
}

.inner-page main > .section:first-child {
  padding-top: 176px;
}

.section__inner {
  width: 100%;
  max-width: var(--shell-wide);
  margin: 0 auto;
}

.overline {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: var(--eyebrow);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-optical-sizing: auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  align-content: stretch;
  row-gap: 18px;
  overflow: hidden;
  padding: 104px 38px 26px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 68% 32%, rgba(216, 180, 108, 0.06), transparent 30%),
    var(--black);
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050403;
}

.hero__media::before,
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__media::before {
  z-index: 0;
  background:
    linear-gradient(rgba(5, 4, 3, 0.18), rgba(5, 4, 3, 0.74)),
    url("../images/cahit-host-signal-source.jpeg") 63% 42% / cover no-repeat;
  filter: blur(28px) saturate(0.9) contrast(1.07) brightness(0.52);
  opacity: 0.95;
  transform: scale(1.12);
}

.hero__media::after {
  z-index: 2;
  background:
    radial-gradient(ellipse at 74% 48%, rgba(216, 180, 108, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(5, 4, 3, 0.92) 0%, rgba(5, 4, 3, 0.7) 39%, rgba(5, 4, 3, 0.08) 67%, rgba(5, 4, 3, 0.46) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.18) 0%, rgba(5, 4, 3, 0.08) 43%, rgba(5, 4, 3, 0.82) 100%);
}

.hero__media picture,
.hero__media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
}

.hero__media picture {
  display: block;
  z-index: 1;
}

.hero__media img {
  top: 50%;
  right: clamp(28px, 6vw, 112px);
  left: auto;
  width: min(41vw, 660px);
  min-width: 500px;
  height: min(82vh, 840px);
  min-height: 600px;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: center center;
  opacity: 0.92;
  filter: saturate(0.96) contrast(1.08) brightness(0.88) drop-shadow(0 34px 72px rgba(0, 0, 0, 0.5));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 88%, transparent 100%);
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.98) 0%, rgba(5, 4, 3, 0.91) 31%, rgba(5, 4, 3, 0.27) 59%, rgba(5, 4, 3, 0.18) 77%, rgba(5, 4, 3, 0.6) 100%),
    radial-gradient(circle at 72% 40%, rgba(255, 235, 176, 0.12), transparent 26%),
    radial-gradient(circle at 78% 48%, rgba(65, 98, 72, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.12) 0%, rgba(5, 4, 3, 0.26) 52%, rgba(5, 4, 3, 0.94) 100%);
}

.hero__watermark {
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: 1;
  color: rgba(216, 180, 108, 0.052);
  font-family: var(--serif);
  font-size: 250px;
  line-height: 0.8;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  align-self: end;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.44fr);
  gap: 54px;
  align-items: end;
  min-height: 0;
}

.hero__identity {
  max-width: 760px;
  padding-bottom: clamp(24px, 4.4vh, 50px);
}

.hero__eyebrow {
  margin: 0 0 22px;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: var(--eyebrow);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero__mark {
  width: 116px;
  height: 116px;
  margin-bottom: 34px;
  filter: drop-shadow(0 30px 54px rgba(0, 0, 0, 0.52));
}

.hero h1 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(94px, 7.4vw, 136px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.86;
  background: linear-gradient(180deg, var(--champagne) 0%, #f4edde 42%, #b7ad9b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 18px rgba(216, 180, 108, 0.1));
  -webkit-text-fill-color: transparent;
}

.hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding-right: 0.08em;
  padding-bottom: 0.03em;
  line-height: inherit;
}

.hero h1 span + span {
  margin-top: -0.015em;
}

.hero__role {
  margin: 32px 0 0;
  color: #cddbf0;
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.hero__copy {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 248, 231, 0.88);
  font-family: var(--script);
  font-size: clamp(35px, 2.44vw, 41px);
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.14;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 16px rgba(216, 180, 108, 0.07);
  text-wrap: pretty;
}

.hero__motto {
  width: min(100%, 720px);
  max-width: 100%;
  margin-top: clamp(26px, 3vh, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
  padding-top: clamp(16px, 1.8vh, 24px);
  border-top: 1px solid rgba(216, 180, 108, 0.42);
}

.hero__motto p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--champagne);
  background: linear-gradient(90deg, #fff8e7 0%, #f4d995 48%, #fff8e7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--serif);
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 600;
  line-height: 1.12;
  white-space: normal;
  text-wrap: balance;
  text-shadow:
    0 16px 34px rgba(0, 0, 0, 0.44),
    0 0 18px rgba(216, 180, 108, 0.08);
  -webkit-text-fill-color: transparent;
}

.hero__motto strong {
  color: var(--gold-2);
  font-family: var(--script);
  font-size: clamp(67px, 4.85vw, 95px);
  font-weight: 400;
  line-height: 0.72;
  transform: rotate(-6deg);
  text-shadow:
    0 1px 0 rgba(255, 248, 231, 0.24),
    0 18px 42px rgba(216, 180, 108, 0.22);
}

.hero__positioning {
  width: 100%;
  max-width: 800px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.hero__positioning span {
  position: relative;
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  overflow: hidden;
  padding: 10px 14px 10px 16px;
  border: 1px solid rgba(216, 180, 108, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 240, 184, 0.095), transparent 48%),
    rgba(7, 6, 5, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(244, 237, 222, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.hero__positioning span::before {
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 240, 184, 0.78), transparent);
}

.hero__positioning small {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(15px, 0.82vw, 18px);
  font-weight: 700;
  line-height: 1.05;
}

.hero__positioning strong {
  display: block;
  color: rgba(255, 248, 231, 0.84);
  font-family: var(--sans);
  font-size: clamp(12.4px, 0.66vw, 13.8px);
  font-weight: 540;
  line-height: 1.22;
}

.hero__actions,
.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero__text-link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(216, 180, 108, 0.4);
  color: rgba(255, 248, 231, 0.82);
  font-size: var(--button-label);
  font-weight: 800;
  letter-spacing: 0.055em;
}

.hero__text-link span {
  color: var(--gold-2);
  transition: transform 180ms ease;
}

.hero__text-link:hover,
.hero__text-link:focus-visible {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
  outline: 0;
}

.hero__text-link:hover span,
.hero__text-link:focus-visible span {
  transform: translateY(3px);
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--line);
  color: var(--ivory);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  outline: none;
}

.button--primary {
  border-color: rgba(244, 217, 149, 0.72);
  color: #100d08;
  background:
    linear-gradient(135deg, #fff4c8 0%, #d8b46c 46%, #fff0b0 100%),
    #d8b46c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(122, 85, 33, 0.38),
    0 20px 42px rgba(0, 0, 0, 0.24);
}

.button--ghost {
  background: rgba(5, 4, 3, 0.5);
  backdrop-filter: blur(12px);
}

.hero__brief {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: end;
  width: min(100%, 468px);
  justify-self: end;
  margin-bottom: clamp(4px, 1.6vh, 18px);
  margin-right: 0;
  border: 1px solid rgba(244, 237, 222, 0.09);
  border-top-color: var(--line-jewel);
  background:
    linear-gradient(135deg, rgba(255, 240, 184, 0.08), transparent 48%),
    linear-gradient(90deg, rgba(244, 237, 222, 0.035), transparent 54%),
    rgba(5, 4, 3, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 184, 0.08),
    inset 0 0 0 1px rgba(244, 237, 222, 0.026),
    0 38px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

@media (min-width: 1500px) {
  .hero__brief {
    margin-right: -32px;
  }

  .hero__ticker {
    width: auto;
    max-width: none;
    margin-left: calc((100% - 1420px) / 2);
    margin-right: calc((100% - 1420px) / 2 - 32px);
  }
}

@media (min-width: 1600px) {
  .hero__brief {
    margin-right: -76px;
  }

  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 76px);
  }
}

@media (min-width: 1700px) {
  .hero__brief {
    margin-right: -120px;
  }

  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 120px);
  }
}

@media (min-width: 1850px) {
  .hero__brief {
    margin-right: -190px;
  }

  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 190px);
  }
}

.hero__brief::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(216, 180, 108, 0.64), transparent);
}

.hero__brief::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 240, 184, 0.9), transparent);
}

.hero__brief-head {
  grid-column: 1 / -1;
  padding: 26px 24px 22px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.09);
}

.hero__brief-head span {
  display: block;
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.hero__brief-head strong {
  display: block;
  max-width: 390px;
  margin-top: 10px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 650;
  line-height: 1;
}

.hero__brief article {
  min-height: 122px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.08);
  border-right: 1px solid rgba(244, 237, 222, 0.08);
}

.hero__brief article:nth-of-type(2n) {
  border-right: 0;
}

.hero__brief article:last-of-type {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.hero__brief span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 650;
  line-height: 0.92;
}

.hero__brief strong {
  display: block;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: var(--label);
  font-weight: 800;
  line-height: 1.16;
  text-transform: uppercase;
}

.hero__brief .hero__brief-head strong {
  max-width: 390px;
  margin-top: 10px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 650;
  line-height: 1;
  text-transform: none;
}

.hero__brief p {
  display: block;
  margin: 1px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.38;
}

.hero__ticker {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(216, 180, 108, 0.34);
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 240, 184, 0.11), transparent 20%, transparent 80%, rgba(169, 196, 230, 0.06)),
    linear-gradient(180deg, rgba(244, 237, 222, 0.055), rgba(5, 4, 3, 0.08)),
    rgba(5, 4, 3, 0.72);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(244, 237, 222, 0.06),
    inset 0 -1px 0 rgba(216, 180, 108, 0.16),
    0 -18px 58px rgba(0, 0, 0, 0.18);
}

.hero__ticker span {
  min-height: 94px;
  display: grid;
  align-content: center;
  justify-content: stretch;
  gap: 8px;
  padding: 18px 20px;
  border-right: 1px solid rgba(244, 237, 222, 0.08);
  color: rgba(255, 250, 240, 0.88);
  font-size: clamp(14px, 0.74vw, 15.5px);
  font-weight: 520;
  line-height: 1.26;
  text-transform: none;
}

.hero__ticker span:last-child {
  border-right: 0;
}

.hero__ticker small {
  min-width: 0;
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(18px, 0.98vw, 22px);
  font-weight: 700;
  line-height: 1.05;
}

.hero__ticker strong {
  display: block;
  max-width: 24ch;
  color: rgba(255, 248, 231, 0.88);
  font-family: var(--sans);
  font-size: clamp(13.5px, 0.72vw, 15.25px);
  font-weight: 560;
  line-height: 1.28;
}

@media (min-width: 1500px) {
  .hero__ticker {
    width: auto;
    max-width: none;
    margin-left: calc((100% - 1420px) / 2);
    margin-right: calc((100% - 1420px) / 2 - 32px);
  }
}

@media (min-width: 1600px) {
  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 76px);
  }
}

@media (min-width: 1700px) {
  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 120px);
  }
}

@media (min-width: 1850px) {
  .hero__ticker {
    margin-right: calc((100% - 1420px) / 2 - 190px);
  }
}

@media (max-height: 980px) and (min-width: 1181px) {
  .hero {
    row-gap: 14px;
    padding-top: 96px;
    padding-bottom: 30px;
  }

  .hero__mark {
    width: 98px;
    height: 98px;
    margin-bottom: 22px;
  }

  .page-home .hero h1 {
    font-size: clamp(106px, 7.8vw, 118px);
  }

  .hero__role {
    margin-top: 24px;
    font-size: var(--label);
  }

  .page-home .hero__copy {
    max-width: 650px;
    margin-top: 16px;
    font-size: 33px;
    line-height: 1.06;
  }

  .page-home .hero__motto {
    width: min(100%, 650px);
    max-width: 650px;
    margin-top: 22px;
    padding-top: 16px;
    gap: 18px;
  }

  .hero__motto p {
    font-size: 28px;
  }

  .hero__motto strong {
    font-size: 53px;
  }

  .hero__positioning {
    max-width: 690px;
    margin-top: 20px;
    gap: 8px;
  }

  .hero__positioning span {
    min-height: 52px;
    padding: 9px 13px 9px 15px;
  }

  .hero__positioning small {
    font-size: 16px;
  }

  .hero__positioning strong {
    font-size: 12.6px;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .hero__identity {
    padding-bottom: 22px;
  }

  .hero__brief {
    margin-bottom: 22px;
  }

  .hero__brief-head {
    padding: 18px 20px 16px;
  }

  .hero__brief .hero__brief-head strong {
    font-size: 27px;
  }

  .hero__brief article {
    min-height: 110px;
    padding: 16px 20px;
  }

  .hero__brief p {
    font-size: 16px;
    line-height: 1.52;
  }

  .hero__ticker span {
    min-height: 86px;
  }
}

@media (max-height: 820px) and (min-width: 1181px) {
  .hero {
    row-gap: 10px;
    padding-top: 82px;
    padding-bottom: 18px;
  }

  .hero__mark {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
  }

  .page-home .hero h1 {
    font-size: 126px;
  }

  .hero__role {
    margin-top: 20px;
  }

  .page-home .hero__copy {
    max-width: 620px;
    margin-top: 14px;
    font-size: 32px;
    line-height: 1.08;
  }

  .page-home .hero__motto {
    width: min(100%, 620px);
    max-width: 620px;
    margin-top: 18px;
    padding-top: 14px;
    gap: 16px;
  }

  .hero__motto p {
    font-size: 26px;
  }

  .hero__motto strong {
    font-size: 45px;
  }

  .hero__positioning {
    max-width: 620px;
    margin-top: 16px;
    gap: 7px;
  }

  .hero__positioning span {
    min-height: 48px;
    padding: 8px 12px 8px 14px;
  }

  .hero__positioning small {
    font-size: 15px;
  }

  .hero__positioning strong {
    font-size: 12px;
    line-height: 1.16;
  }

  .hero__actions {
    margin-top: 20px;
  }

  .button {
    min-height: 52px;
  }

  .hero__identity {
    padding-bottom: 14px;
  }

  .hero__brief {
    margin-bottom: 14px;
  }

  .hero__brief-head {
    padding: 14px 18px 12px;
  }

  .hero__brief .hero__brief-head strong {
    font-size: 25px;
  }

  .hero__brief article {
    min-height: 92px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 14px 18px;
  }

  .hero__brief span {
    font-size: 20px;
  }

  .hero__brief p {
    margin-top: -4px;
    font-size: 16px;
    line-height: 1.38;
  }

  .hero__ticker span {
    min-height: 78px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.identity {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(241, 236, 223, 0.78) 0%, rgba(241, 236, 223, 0.8) 48%, rgba(241, 236, 223, 0.9) 100%),
    linear-gradient(180deg, rgba(247, 243, 233, 0.34) 0%, rgba(232, 224, 207, 0.68) 100%),
    var(--paper);
  color: var(--black);
}

.identity::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.1) 0%, rgba(229, 218, 198, 0.14) 100%);
}

.identity .overline {
  color: var(--gold-deep);
}

.identity__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.48fr) minmax(0, 0.76fr);
  gap: 72px;
  align-items: center;
}

.identity__logo {
  position: relative;
  justify-self: center;
  width: min(100%, 470px);
  aspect-ratio: 3 / 4;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.identity__logo::before {
  display: none;
}

.identity__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px solid rgba(122, 85, 33, 0.24);
  background: transparent;
  box-shadow: 0 28px 70px rgba(5, 4, 3, 0.16);
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
}

.identity h2,
.presence h2,
.mandate h2,
.about h2,
.record h2,
.events h2,
.consulting h2,
.connector h2,
.ecosystem h2,
.network h2,
.contact h1,
.contact h2 {
  margin: 0;
  color: var(--ivory);
  font-size: 82px;
  line-height: 0.9;
  text-wrap: balance;
}

.identity h2,
.presence h2,
.consulting h2 {
  color: var(--black);
}

.identity__statement p:not(.overline),
.presence__copy p:not(.overline),
.mandate__copy p:not(.overline),
.about__copy p,
.events__content > p,
.connector__copy p,
.network__lead,
.contact__panel p {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--soft);
  font-size: var(--copy-lg);
  line-height: 1.62;
}

.identity__statement p:not(.overline) {
  color: rgba(5, 4, 3, 0.66);
}

.identity__subtitle {
  max-width: 620px;
  margin-top: 24px !important;
  color: rgba(16, 13, 8, 0.86) !important;
  font-family: var(--serif);
  font-size: clamp(28px, 1.72vw, 36px) !important;
  font-weight: 650;
  line-height: 1.08 !important;
}

.identity__lead {
  max-width: 660px;
  margin-top: 24px !important;
  color: rgba(5, 4, 3, 0.68) !important;
  font-size: clamp(20px, 1.08vw, 22px) !important;
  line-height: 1.58 !important;
}

.identity__proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(122, 85, 33, 0.32);
  border-bottom: 1px solid rgba(122, 85, 33, 0.18);
}

.identity__statement--proof-only .identity__proof-grid {
  margin-top: 0;
}

.identity__proof-grid article {
  min-height: 142px;
  padding: 24px 24px 22px 0;
  border-right: 1px solid rgba(122, 85, 33, 0.16);
}

.identity__proof-grid article:last-child {
  border-right: 0;
}

.identity__proof-grid span {
  display: block;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.identity__proof-grid strong {
  display: block;
  margin-top: 18px;
  color: #100d08;
  font-size: clamp(16px, 0.86vw, 18px);
  font-weight: 850;
  line-height: 1.22;
  text-transform: none;
}

.identity__proof-grid p {
  margin: 16px 0 0;
  color: rgba(5, 4, 3, 0.68);
  font-size: var(--copy-sm);
  font-weight: 650;
  line-height: 1.48;
}

.presence {
  overflow: hidden;
  isolation: isolate;
  min-height: 100svh;
  padding: 0;
  background: #050403;
  color: var(--ivory);
}

.presence::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(16, 48, 35, 0.18), transparent 44%),
    linear-gradient(270deg, rgba(216, 180, 108, 0.08), transparent 40%);
  pointer-events: none;
}

.presence__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.presence__feature {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #050403;
  box-shadow: none;
}

.presence__feature::before,
.presence__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.presence__feature::before {
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.78) 0%, rgba(5, 4, 3, 0.54) 34%, rgba(5, 4, 3, 0.16) 67%, rgba(5, 4, 3, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.22) 0%, rgba(5, 4, 3, 0.02) 46%, rgba(5, 4, 3, 0.7) 100%);
}

.presence__feature::after {
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 231, 0.05),
    inset 0 -1px 0 rgba(216, 180, 108, 0.14);
}

.presence__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1) contrast(1.05) brightness(0.96);
  transform: scale(1.015);
}

.presence__statement {
  position: absolute;
  left: clamp(28px, 6vw, 112px);
  bottom: clamp(34px, 6vw, 104px);
  z-index: 2;
  width: min(1180px, calc(100% - 72px));
  margin: 0;
  padding-left: clamp(18px, 1.5vw, 28px);
  border-left: 2px solid rgba(216, 180, 108, 0.88);
  color: #fff7df;
  font-family: var(--serif);
  font-size: clamp(42px, 3.55vw, 72px);
  font-weight: 500;
  line-height: 1.08;
  text-shadow:
    0 22px 52px rgba(0, 0, 0, 0.78),
    0 0 18px rgba(216, 180, 108, 0.12);
  text-wrap: pretty;
}

.presence__ruling {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid rgba(5, 4, 3, 0.28);
  border-bottom: 1px solid rgba(5, 4, 3, 0.16);
}

.presence__ruling span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 13px 14px 13px 0;
  border-right: 1px solid rgba(5, 4, 3, 0.12);
  color: #6e4b1f;
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.presence__ruling span:last-child {
  border-right: 0;
}

.presence__gallery {
  position: relative;
  min-height: 720px;
}

.presence__gallery::before,
.presence__gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.presence__gallery::before {
  left: 12%;
  right: 6%;
  top: 8%;
  bottom: 10%;
  border: 1px solid rgba(122, 85, 33, 0.22);
}

.presence__gallery::after {
  right: 2%;
  top: 0;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.08), transparent 34%, rgba(216, 180, 108, 0.08)),
    rgba(255, 255, 255, 0.16);
  mix-blend-mode: multiply;
}

.presence__frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 4, 3, 0.18);
  background: #050403;
  box-shadow:
    0 36px 86px rgba(5, 4, 3, 0.22),
    inset 0 1px 0 rgba(255, 240, 184, 0.06);
}

.presence__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.12) brightness(0.96);
}

.presence__frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--gold-2);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.92), rgba(5, 4, 3, 0.62)),
    rgba(5, 4, 3, 0.82);
}

.presence__frame--tall {
  left: 0;
  top: 8%;
  width: 42%;
  height: 78%;
  z-index: 2;
}

.presence__frame--quiet {
  right: 4%;
  top: 0;
  width: 44%;
  height: 52%;
  z-index: 1;
}

.presence__frame--host {
  right: 0;
  bottom: 0;
  width: 52%;
  height: 43%;
  z-index: 3;
}

.presence__frame--tall img {
  object-position: 52% center;
}

.presence__frame--quiet img {
  object-position: 50% 42%;
}

.presence__frame--host img {
  object-position: 54% 28%;
}

.mandate {
  background:
    linear-gradient(90deg, rgba(216, 180, 108, 0.09), transparent 34%, rgba(169, 196, 230, 0.045)),
    linear-gradient(180deg, #050403, #080705);
}

.mandate__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 0.72fr);
  gap: 86px;
  align-items: start;
}

.mandate__copy {
  max-width: 680px;
}

.mandate__ledger {
  border-top: 1px solid var(--line-strong);
}

.mandate__ledger article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.mandate__ledger span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 0.95;
}

.mandate__ledger h3 {
  margin: 3px 0 0;
  color: var(--ivory);
  font-size: 40px;
  line-height: 0.94;
}

.mandate__ledger p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-md);
  line-height: 1.58;
}

.about {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(22, 55, 40, 0.26), transparent 48%),
    linear-gradient(180deg, transparent 0%, rgba(216, 180, 108, 0.04) 100%),
    var(--black-2);
}

.about::before {
  content: "BIOGRAPHY";
  position: absolute;
  left: 34px;
  bottom: 30px;
  color: rgba(244, 237, 222, 0.035);
  font-family: var(--serif);
  font-size: clamp(82px, 10vw, 158px);
  line-height: 0.8;
  pointer-events: none;
}

.about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.56fr);
  gap: 86px;
  align-items: start;
}

.about__role {
  max-width: 760px;
  margin: 18px 0 0;
  color: #cfe0ff;
  font-size: var(--label);
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.about__story {
  max-width: 780px;
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.about__story p {
  color: rgba(244, 237, 222, 0.86);
  font-size: var(--copy-lg);
  line-height: 1.66;
}

.about__judgment {
  max-width: 820px;
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--line-strong);
}

.about__judgment article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.about__judgment span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.about__judgment strong {
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.about__judgment p {
  grid-column: 2;
  max-width: 660px;
  margin: -2px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-sm);
  line-height: 1.58;
}

.about__dossier {
  display: grid;
  gap: 18px;
}

.about__photo,
.events__photo,
.connector__photo {
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line-strong);
  border-right: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--black-2);
}

.about__photo {
  position: relative;
  min-height: 0;
}

.about__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 4, 3, 0.72)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.16), transparent 44%);
}

.about__photo figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.about__photo--portrait {
  height: 360px;
}

.about__photo--wide {
  height: 285px;
  border-top: 1px solid rgba(216, 180, 108, 0.32);
}

.about__photo img,
.events__photo img,
.connector__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.1) brightness(0.9);
}

.about__photo img {
  min-height: 100%;
}

.about__photo--portrait img {
  object-position: center 42%;
}

.about__photo--wide img {
  object-position: center 42%;
}

.about__credentials {
  padding: 24px 24px 22px;
  border: 1px solid rgba(216, 180, 108, 0.32);
  background:
    linear-gradient(135deg, rgba(244, 237, 222, 0.06), transparent 44%),
    rgba(255, 255, 255, 0.026);
  box-shadow:
    inset 0 1px 0 rgba(244, 237, 222, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.22);
}

.about__credentials span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.about__credentials ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about__credentials li {
  position: relative;
  padding-left: 22px;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-sm);
  font-weight: 700;
  line-height: 1.45;
}

.about__credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

.record {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 240, 184, 0.065), transparent 30%),
    linear-gradient(90deg, rgba(216, 180, 108, 0.12), transparent 36%, rgba(22, 55, 40, 0.18)),
    linear-gradient(180deg, #080705, #050403);
}

.record::before {
  content: "EXECUTIVE RECORD";
  position: absolute;
  right: clamp(22px, 4vw, 70px);
  top: 48px;
  color: rgba(244, 237, 222, 0.035);
  font-family: var(--serif);
  font-size: clamp(72px, 11vw, 184px);
  font-weight: 700;
  line-height: 0.78;
  pointer-events: none;
}

.record__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 0.88fr);
  gap: 78px;
  align-items: start;
}

.record__intro {
  position: sticky;
  top: 112px;
}

.record__intro p:not(.overline) {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.82);
  font-size: var(--copy-lg);
  line-height: 1.64;
}

.record__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.record__metrics article {
  min-height: 126px;
  padding: 22px 18px 18px 0;
  border-right: 1px solid rgba(244, 237, 222, 0.09);
}

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

.record__metrics span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(33px, 3vw, 46px);
  font-weight: 700;
  line-height: 0.92;
}

.record__metrics strong {
  display: block;
  margin-top: 16px;
  color: rgba(244, 237, 222, 0.9);
  font-size: var(--label);
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.record__timeline {
  border-top: 1px solid rgba(255, 240, 184, 0.52);
}

.record__timeline article {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.record__timeline > article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 650;
  line-height: 0.95;
}

.record__timeline h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(33px, 3.3vw, 48px);
  line-height: 0.94;
}

.record__timeline strong {
  display: block;
  margin-top: 12px;
  color: #cfe0ff;
  font-size: var(--label);
  font-weight: 850;
  line-height: 1.26;
  text-transform: uppercase;
}

.record__timeline p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-md);
  line-height: 1.58;
}

.record__visuals {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr 0.86fr;
  gap: 16px;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 240, 184, 0.46);
  padding-top: 22px;
}

.record__visual {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 222, 0.12);
  background: #050403;
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 184, 0.06),
    0 30px 80px rgba(0, 0, 0, 0.32);
}

.record__visual--wide {
  min-height: 380px;
}

.record__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 46%, rgba(5, 4, 3, 0.82)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.16), transparent 42%);
}

.record__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08) brightness(0.92);
}

.record__visual--wide img {
  object-position: center 42%;
}

.record__visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--gold-2);
  font-size: var(--label);
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.events {
  padding-top: clamp(16px, 2.4vh, 26px);
  padding-bottom: clamp(48px, 5.8vh, 66px);
  background:
    linear-gradient(90deg, rgba(216, 180, 108, 0.05), transparent 32%, rgba(169, 196, 230, 0.025)),
    #070604;
}

.events__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(0, 0.86fr);
  gap: 86px;
  align-items: start;
}

.events__content {
  padding-top: 0;
}

.events .overline {
  margin-bottom: 12px;
}

.events__photo {
  min-height: 0;
  height: clamp(540px, calc(100svh - 330px), 620px);
}

.events__photo img {
  min-height: 0;
}

.events__matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 4vh, 40px);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.events__matrix article {
  min-height: 202px;
  padding: 26px 24px;
  border-right: 1px solid rgba(244, 237, 222, 0.09);
}

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

.events__matrix span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 26px;
}

.events__matrix h3 {
  margin: 22px 0 0;
  color: var(--ivory);
  font-size: 34px;
  line-height: 0.94;
}

.events__matrix p {
  margin: 15px 0 0;
  color: rgba(244, 237, 222, 0.82);
  font-size: var(--copy-sm);
  line-height: 1.55;
}

@media (max-height: 820px) and (min-width: 1181px) {
  .events {
    padding-top: 20px;
    padding-bottom: 42px;
  }

  .events__inner {
    grid-template-columns: minmax(300px, 0.34fr) minmax(0, 1fr);
    gap: 50px;
  }

  .events h2 {
    font-size: clamp(52px, 5.1vw, 58px);
    line-height: 0.92;
  }

  .events__content > p {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.48;
  }

  .events__photo {
    height: clamp(500px, calc(100svh - 210px), 560px);
  }

  .events__matrix {
    margin-top: 22px;
  }

  .events__matrix article {
    min-height: 170px;
    display: block;
    padding: 16px 18px 14px;
  }

  .events__matrix span {
    display: block;
    font-size: 25px;
  }

  .events__matrix h3 {
    margin-top: 12px;
    font-size: 25px;
    line-height: 0.94;
    overflow-wrap: normal;
  }

  .events__matrix p {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.36;
  }
}

.consulting {
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(216, 180, 108, 0.18), transparent 34%),
    linear-gradient(280deg, rgba(5, 4, 3, 0.08), transparent 42%),
    var(--paper);
  color: var(--black);
}

.consulting::before {
  content: "ADVISORY";
  position: absolute;
  left: 34px;
  bottom: 26px;
  color: rgba(5, 4, 3, 0.035);
  font-family: var(--serif);
  font-size: clamp(86px, 11vw, 176px);
  line-height: 0.8;
  pointer-events: none;
}

.consulting .overline {
  color: var(--gold-deep);
}

.consulting__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.58fr);
  gap: 90px;
  align-items: start;
}

.consulting__statement {
  max-width: 600px;
  margin: 34px 0 0;
  color: rgba(5, 4, 3, 0.66);
  font-size: var(--copy-lg);
  line-height: 1.56;
}

.consulting__signal {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(5, 4, 3, 0.28);
  border-bottom: 1px solid rgba(5, 4, 3, 0.16);
}

.consulting__signal span {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 0;
  border-right: 1px solid rgba(5, 4, 3, 0.12);
  color: #6e4b1f;
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.consulting__signal span:last-child {
  border-right: 0;
}

.consulting__rows {
  padding: 0 30px;
  border: 1px solid rgba(5, 4, 3, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 48%),
    rgba(244, 237, 222, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 26px 70px rgba(5, 4, 3, 0.1);
}

.consulting__rows article {
  min-height: 184px;
  display: grid;
  grid-template-columns: 0.28fr minmax(0, 0.72fr);
  gap: 24px;
  align-content: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(5, 4, 3, 0.15);
}

.consulting__rows span {
  color: var(--gold-deep);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.consulting__rows h3 {
  margin: 0;
  color: var(--black);
  font-size: 46px;
  line-height: 0.92;
}

.consulting__rows p {
  grid-column: 2;
  margin: -10px 0 0;
  color: rgba(5, 4, 3, 0.72);
  font-size: var(--copy-md);
  line-height: 1.56;
}

.connector {
  min-height: 870px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.connector__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.92) 0%, rgba(5, 4, 3, 0.68) 44%, rgba(5, 4, 3, 0.9) 100%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.4), rgba(5, 4, 3, 0.96) 86%),
    url("../images/private-mandate-salon.webp") center / cover no-repeat;
  filter: saturate(0.84) contrast(1.08) brightness(0.74);
}

.connector__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.5fr);
  gap: 86px;
  align-items: center;
}

.connector__copy {
  padding-bottom: 0;
}

.connector__photo {
  min-height: 700px;
}

.connector__photo img {
  min-height: 700px;
}

.connector__photo figcaption {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-top: 1px solid var(--line);
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(5, 4, 3, 0.84);
}

.ecosystem {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(53, 22, 21, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(216, 180, 108, 0.07), transparent 36%, rgba(169, 196, 230, 0.035)),
    var(--black-2);
}

.ecosystem::before {
  content: "VISIBLE PLATFORMS";
  position: absolute;
  right: 36px;
  bottom: 34px;
  color: rgba(244, 237, 222, 0.035);
  font-family: var(--serif);
  font-size: clamp(78px, 10vw, 162px);
  line-height: 0.8;
  pointer-events: none;
}

.ecosystem__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr);
  gap: 86px;
  align-items: start;
}

.ecosystem__links {
  display: grid;
  gap: 18px;
}

.ecosystem__links a {
  position: relative;
  min-height: 218px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 30px 32px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(244, 237, 222, 0.055), transparent 48%),
    rgba(5, 4, 3, 0.5);
  box-shadow: inset 0 1px 0 rgba(244, 237, 222, 0.045), 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.ecosystem__links a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 108, 0.86), transparent);
}

.ecosystem__links a:hover,
.ecosystem__links a:focus-visible {
  border-color: rgba(216, 180, 108, 0.54);
  transform: translateY(-2px);
  outline: none;
  background:
    linear-gradient(135deg, rgba(244, 237, 222, 0.07), transparent 48%),
    rgba(5, 4, 3, 0.62);
}

.ecosystem__links small {
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.ecosystem__links em {
  width: fit-content;
  color: rgba(244, 237, 222, 0.72);
  font-size: var(--label);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(216, 180, 108, 0.42);
}

.ecosystem__links a:hover span,
.ecosystem__links a:focus-visible span,
.ecosystem__links a:hover strong,
.ecosystem__links a:focus-visible strong {
  color: var(--gold-2);
}

.ecosystem__links span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 58px;
  line-height: 0.9;
  transition: color 180ms ease;
}

.ecosystem__links img {
  width: 220px;
  height: auto;
}

.ecosystem__links strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  transition: color 180ms ease;
}

/* Editorial business ecosystem */
.ecosystem {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(197, 161, 92, 0.085), transparent 31%),
    linear-gradient(180deg, #090806 0%, #070604 58%, #0c0906 100%);
}

.ecosystem::before {
  content: none;
}

.ecosystem__inner {
  max-width: 1240px;
  display: block;
}

.ecosystem__intro {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}

.ecosystem .overline {
  margin-bottom: 24px;
  color: #c5a15c;
  letter-spacing: 0.12em;
}

.ecosystem h2 {
  font-size: clamp(50px, 5.5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.ecosystem h2 span {
  display: block;
}

.ecosystem__lead {
  width: min(100%, 780px);
  margin: 30px auto 0;
  color: rgba(244, 237, 222, 0.72);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.65;
  text-wrap: balance;
}

.ecosystem__hub {
  position: relative;
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 72px auto 0;
  text-align: center;
}

.ecosystem__hub img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.34));
}

.ecosystem__hub strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ecosystem__hub p {
  margin: 0;
  color: rgba(244, 237, 222, 0.64);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecosystem__hub p span {
  display: block;
}

.ecosystem__fork {
  position: relative;
  width: min(80%, 900px);
  height: 74px;
  margin: 0 auto;
}

.ecosystem__fork::before,
.ecosystem__fork::after,
.ecosystem-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(197, 161, 92, 0.58);
  pointer-events: none;
}

.ecosystem__fork::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 38px;
}

.ecosystem__fork::after {
  top: 37px;
  left: 25%;
  width: 50%;
  height: 1px;
}

.ecosystem__fork-labels {
  display: none;
}

.js .ecosystem__fork::before {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 500ms ease 160ms;
}

.js .ecosystem__fork::after {
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform 620ms ease 520ms;
}

.js .ecosystem__fork.is-visible::before,
.js .ecosystem__fork.is-visible::after {
  transform: scale(1);
}

.ecosystem__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.ecosystem-card {
  position: relative;
  min-width: 0;
}

.ecosystem-card::before {
  top: -37px;
  left: 50%;
  width: 1px;
  height: 37px;
}

.ecosystem-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: minmax(230px, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(197, 161, 92, 0.25);
  background: #0e0c09;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  transition: border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.ecosystem-card > a:hover,
.ecosystem-card > a:focus-visible {
  border-color: rgba(220, 194, 125, 0.64);
  transform: translateY(-2px);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.34);
  outline: none;
}

.ecosystem-card__media {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  background: #080705;
}

.ecosystem-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.08), rgba(5, 4, 3, 0.44)),
    linear-gradient(90deg, rgba(113, 72, 31, 0.12), transparent 55%);
  transition: opacity 360ms ease;
}

.ecosystem-card__media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.05) brightness(0.78) sepia(0.1);
  transform: scale(1.001);
  transition: transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 420ms ease;
}

.ecosystem-card:first-child .ecosystem-card__media img {
  object-position: 50% 56%;
}

.ecosystem-card:last-child .ecosystem-card__media img {
  object-position: 50% 54%;
}

.ecosystem-card > a:hover .ecosystem-card__media img,
.ecosystem-card > a:focus-visible .ecosystem-card__media img {
  transform: scale(1.035);
  filter: saturate(0.88) contrast(1.04) brightness(0.86) sepia(0.06);
}

.ecosystem-card > a:hover .ecosystem-card__media::after,
.ecosystem-card > a:focus-visible .ecosystem-card__media::after {
  opacity: 0.82;
}

.ecosystem-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 3vw, 38px);
}

.ecosystem-card__brand {
  color: #c5a15c;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.ecosystem-card h3 {
  margin: 22px 0 0;
  color: var(--ivory);
  font-size: clamp(25px, 2.4vw, 32px);
  line-height: 1.08;
  font-weight: 600;
  text-wrap: balance;
}

.ecosystem-card p {
  max-width: 500px;
  margin: 18px 0 30px;
  color: rgba(244, 237, 222, 0.68);
  font-size: 17px;
  line-height: 1.55;
}

.ecosystem-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 5px;
  color: #dcc27d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(197, 161, 92, 0.4);
}

.ecosystem-card__cta b {
  font-size: 18px;
  line-height: 0;
  font-weight: 500;
  transition: transform 260ms ease;
}

.ecosystem-card > a:hover .ecosystem-card__cta b,
.ecosystem-card > a:focus-visible .ecosystem-card__cta b {
  transform: translateX(5px);
}

.proof {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 240, 184, 0.055), transparent 31%),
    linear-gradient(90deg, rgba(216, 180, 108, 0.1), transparent 34%, rgba(169, 196, 230, 0.058)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.98), rgba(8, 7, 5, 0.98)),
    #050403;
}

.proof__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 0.72fr);
  gap: 86px;
  align-items: start;
}

.proof h2 {
  margin: 0;
  color: var(--ivory);
  font-size: 78px;
  line-height: 0.9;
}

.proof__lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-lg);
  line-height: 1.62;
}

.proof__visuals {
  max-width: 700px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
  margin-top: 38px;
}

.proof__visual {
  position: relative;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 222, 0.12);
  background: #050403;
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 184, 0.06),
    0 28px 76px rgba(0, 0, 0, 0.32);
}

.proof__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(5, 4, 3, 0.8)),
    linear-gradient(90deg, rgba(5, 4, 3, 0.18), transparent 44%);
}

.proof__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.1) brightness(0.92);
}

.proof__visual figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--gold-2);
  font-size: var(--label);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof__visual--night {
  grid-column: 1 / -1;
  min-height: 278px;
}

.proof__visual--night img {
  object-position: center 42%;
}

.proof__visual--montgomerie,
.proof__visual--room {
  min-height: 230px;
}

.proof__visual--montgomerie img {
  object-position: center center;
}

.proof__visual--room img {
  object-position: 56% 22%;
}

.proof__ledger {
  position: relative;
  border-top: 1px solid var(--line-strong);
}

.proof__ledger::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(240px, 44%);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-3), transparent);
}

.proof__ledger article {
  display: grid;
  grid-template-columns: 0.36fr minmax(0, 0.64fr);
  gap: 22px 28px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.proof__ledger span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 0.94;
}

.proof__ledger h3 {
  margin: 0;
  color: var(--ivory);
  font-size: 35px;
  line-height: 0.96;
}

.proof__ledger p {
  grid-column: 2;
  margin: -2px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-md);
  line-height: 1.56;
}

.proof__ledger a {
  grid-column: 2;
  width: fit-content;
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(216, 180, 108, 0.48);
}

.proof__source-note {
  display: grid;
  gap: 10px;
  padding: 28px 0 0;
}

.proof__source-note span {
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.proof__source-note strong {
  max-width: 560px;
  color: rgba(244, 237, 222, 0.84);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.58;
}

.context {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(216, 180, 108, 0.07), transparent 32%),
    linear-gradient(90deg, rgba(22, 55, 40, 0.18), transparent 42%, rgba(53, 22, 21, 0.16)),
    linear-gradient(180deg, #080705, #050403);
}

.context::before {
  content: "PUBLIC RECORD";
  position: absolute;
  right: clamp(20px, 5vw, 78px);
  top: 44px;
  color: rgba(244, 237, 222, 0.032);
  font-family: var(--serif);
  font-size: clamp(72px, 12vw, 198px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.context__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(520px, 0.88fr);
  gap: 78px;
  align-items: start;
  padding-bottom: 34px;
}

.context__intro {
  position: sticky;
  top: 118px;
}

.context h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ivory);
  font-size: 76px;
  line-height: 0.9;
}

.context__intro p:not(.overline) {
  max-width: 640px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.8);
  font-size: var(--copy-lg);
  line-height: 1.62;
}

.context__ledger {
  border-top: 1px solid rgba(255, 240, 184, 0.5);
}

.context__ledger article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.context__ledger article:first-child {
  padding-top: 38px;
}

.context__ledger > article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1;
}

.context__ledger h3 {
  margin: 0;
  color: var(--ivory);
  font-size: 38px;
  line-height: 0.96;
}

.context__ledger p {
  max-width: 690px;
  margin: 16px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-md);
  line-height: 1.6;
}

.context__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 20px;
}

.context__sources a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(216, 180, 108, 0.34);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(216, 180, 108, 0.055);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.context__sources a:hover,
.context__sources a:focus-visible {
  color: #050403;
  border-color: rgba(255, 240, 184, 0.9);
  background: linear-gradient(135deg, var(--gold-2), var(--gold-3));
  outline: none;
}

.context__note {
  grid-column: 2;
  max-width: 720px;
  margin: -12px 0 0;
  padding-top: 22px;
  color: rgba(244, 237, 222, 0.64);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.network {
  min-height: 860px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 240, 184, 0.07), transparent 30%),
    linear-gradient(90deg, rgba(5, 4, 3, 0.98) 0%, rgba(5, 4, 3, 0.79) 45%, rgba(5, 4, 3, 0.98) 100%),
    linear-gradient(180deg, rgba(22, 55, 40, 0.32), rgba(5, 4, 3, 0.97)),
    url("../images/black-label-threshold.webp") center / cover fixed;
}

.network::before {
  content: "NETWORK";
  position: absolute;
  right: clamp(20px, 4vw, 72px);
  top: 54px;
  color: rgba(244, 237, 222, 0.035);
  font-family: var(--serif);
  font-size: clamp(84px, 14vw, 228px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.network::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(216, 180, 108, 0.12) 49.96%, rgba(216, 180, 108, 0.36) 50%, rgba(216, 180, 108, 0.12) 50.04%, transparent 100%),
    linear-gradient(180deg, rgba(244, 237, 222, 0.055), transparent 24%, transparent 78%, rgba(216, 180, 108, 0.06));
}

.network__inner,
.contact__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.58fr);
  gap: 86px;
  align-items: start;
}

.contact__inner {
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 0.62fr);
  gap: clamp(54px, 6vw, 86px);
}

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

.network__lead {
  max-width: 760px;
  color: rgba(244, 237, 222, 0.82);
  font-size: var(--copy-xl);
  line-height: 1.58;
}

.network__panel {
  position: relative;
  padding: 30px 32px 32px;
  border: 1px solid rgba(244, 237, 222, 0.11);
  border-top-color: rgba(255, 240, 184, 0.6);
  background:
    linear-gradient(135deg, rgba(255, 240, 184, 0.075), transparent 48%),
    radial-gradient(circle at 82% 18%, rgba(169, 196, 230, 0.055), transparent 28%),
    rgba(5, 4, 3, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 184, 0.08),
    inset 0 0 0 1px rgba(244, 237, 222, 0.026),
    0 46px 110px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
}

.network__panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  right: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 240, 184, 0.9), transparent);
}

.network__panel p {
  margin: 24px 0 0;
  color: rgba(244, 237, 222, 0.8);
  font-size: var(--copy-md);
  line-height: 1.62;
}

.network__seal {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.11);
}

.network__seal img {
  width: 76px;
  height: auto;
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.52));
}

.network__seal span {
  display: block;
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.network__seal strong {
  display: block;
  margin-top: 8px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
}

.network__panel blockquote {
  margin: 32px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(216, 180, 108, 0.42);
}

.network__panel blockquote span,
.network__panel blockquote strong {
  display: block;
}

.network__panel blockquote span {
  color: rgba(244, 237, 222, 0.74);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.network__panel blockquote strong {
  margin-top: 8px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(46px, 4.7vw, 78px);
  font-weight: 600;
  line-height: 0.86;
  text-wrap: balance;
}

.network__standard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid rgba(216, 180, 108, 0.34);
  border-bottom: 1px solid rgba(244, 237, 222, 0.08);
}

.network__standard span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 0;
  border-right: 1px solid rgba(244, 237, 222, 0.08);
  color: rgba(244, 237, 222, 0.84);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.network__standard span:last-child {
  border-right: 0;
}

.network__corridor {
  grid-column: 1 / -1;
  min-height: 74px;
  display: grid;
  grid-template-columns: max-content minmax(36px, 1fr) max-content minmax(36px, 1fr) max-content minmax(36px, 1fr) max-content minmax(36px, 1fr) max-content;
  align-items: center;
  gap: 14px;
  margin-top: -14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 240, 184, 0.52);
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.network__corridor span,
.network__corridor strong {
  color: rgba(244, 237, 222, 0.84);
  font-size: var(--label);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.network__corridor strong {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 600;
  text-transform: none;
}

.network__corridor i {
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 180, 108, 0.42), rgba(244, 237, 222, 0.1));
}

.network__ledger {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(255, 240, 184, 0.48);
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.network__ledger article {
  min-height: 226px;
  padding: 30px 26px 26px 0;
  border-right: 1px solid rgba(244, 237, 222, 0.09);
}

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

.network__ledger span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}

.network__ledger strong {
  display: block;
  margin-top: 36px;
  color: var(--ivory);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.network__ledger p {
  max-width: 280px;
  margin: 16px 0 0;
  color: rgba(244, 237, 222, 0.76);
  font-size: var(--copy-sm);
  line-height: 1.56;
}

.contact {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.96) 0%, rgba(5, 4, 3, 0.78) 46%, rgba(5, 4, 3, 0.96) 100%),
    linear-gradient(180deg, rgba(22, 55, 40, 0.24), rgba(5, 4, 3, 0.98)),
    url("../images/private-mandate-salon.webp") center / cover no-repeat;
}

.contact::before {
  content: "PRIVATE DESK";
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: rgba(244, 237, 222, 0.034);
  font-family: var(--serif);
  font-size: clamp(82px, 11vw, 176px);
  line-height: 0.8;
  pointer-events: none;
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(216, 180, 108, 0.11) 49.96%, rgba(216, 180, 108, 0.34) 50%, rgba(216, 180, 108, 0.11) 50.04%, transparent 100%),
    linear-gradient(180deg, rgba(244, 237, 222, 0.06), transparent 18%, transparent 82%, rgba(216, 180, 108, 0.055));
}

.contact__panel {
  position: relative;
  z-index: 1;
  padding: 22px 28px 26px;
  border: 1px solid var(--line);
  border-top-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(244, 237, 222, 0.058), transparent 48%),
    rgba(5, 4, 3, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(244, 237, 222, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.contact__lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.82);
  font-size: var(--copy-lg);
  line-height: 1.6;
}

.contact h1,
.contact h2 {
  font-size: clamp(66px, 6.1vw, 76px);
}

.contact__panel p {
  margin-top: 24px;
  font-size: var(--copy-lg);
  line-height: 1.58;
}

.contact__protocol {
  position: relative;
  z-index: 1;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.contact__protocol article {
  min-height: 190px;
  padding: 26px 22px 22px 0;
  border-right: 1px solid rgba(244, 237, 222, 0.09);
}

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

.contact__protocol span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.contact__protocol strong {
  display: block;
  margin-top: 28px;
  color: var(--ivory);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.contact__protocol p {
  margin: 14px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--copy-sm);
  line-height: 1.56;
}

.contact__seal {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.contact__seal img {
  width: 62px;
  height: 62px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.46));
}

.contact__seal span {
  display: block;
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.contact__seal strong {
  display: block;
  margin-top: 7px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 0.98;
}

.contact__signature {
  max-width: 390px;
  width: 100%;
  margin-bottom: 24px;
}

.contact__intake {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid var(--line-strong);
}

.contact__intake article {
  display: grid;
  grid-template-columns: 0.34fr minmax(0, 0.66fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.contact__intake span {
  color: var(--gold);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.contact__intake strong {
  color: var(--ivory);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-contact .contact__panel {
  padding: clamp(28px, 2.8vw, 40px);
  border-color: rgba(244, 237, 222, 0.16);
  border-top-color: rgba(255, 226, 157, 0.68);
  background:
    linear-gradient(145deg, rgba(244, 237, 222, 0.075), transparent 42%),
    rgba(5, 4, 3, 0.76);
}

.contact-form__heading {
  max-width: 560px;
  padding-top: 4px;
}

.contact__panel .contact-form__eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-form__heading h2 {
  margin: 12px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.contact__panel .contact-form__heading > p:last-child {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(244, 237, 222, 0.68);
  font-size: 15px;
  line-height: 1.62;
}

.contact-form {
  position: relative;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(216, 180, 108, 0.28);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.contact-form__field {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field > span {
  color: rgba(244, 237, 222, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-form__field > span b {
  color: var(--gold-2);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(244, 237, 222, 0.2);
  border-radius: 0;
  color: var(--ivory);
  background: rgba(5, 4, 3, 0.54);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  outline: 0;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 14px;
}

.contact-form select {
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(216, 180, 108, 0.9) 50%),
    linear-gradient(135deg, rgba(216, 180, 108, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.contact-form select option {
  color: #f4edde;
  background: #120f0b;
}

.contact-form textarea {
  min-height: 154px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(216, 180, 108, 0.48);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--gold-2);
  background-color: rgba(5, 4, 3, 0.72);
  box-shadow: 0 0 0 3px rgba(216, 180, 108, 0.13);
}

.contact-form.is-validated input:invalid,
.contact-form.is-validated select:invalid,
.contact-form.is-validated textarea:invalid,
.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #cf7d6f;
}

.contact-form__field small,
.contact-form__submit-row small {
  color: rgba(244, 237, 222, 0.68);
  font-size: 11px;
  line-height: 1.5;
}

.contact-form .contact-form__field-error {
  display: block;
  margin: 8px 0 0;
  color: #ffd9d1;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-form .contact-form__field-error[hidden] {
  display: none;
}

.contact-form__field.is-invalid > span,
.page-contact .contact-form__services.is-invalid legend {
  color: #ffd9d1;
}

.contact-form__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 24px;
  color: rgba(244, 237, 222, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.contact-form__consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
  accent-color: #d8b46c;
}

.contact-form__consent a {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-color: rgba(216, 180, 108, 0.45);
  text-underline-offset: 3px;
}

.contact-form__consent.is-invalid {
  color: #ffd9d1;
}

.contact-form__consent.is-invalid input {
  outline: 2px solid #cf7d6f;
  outline-offset: 3px;
}

.contact-form__field-error--consent {
  max-width: 940px;
  padding-left: 32px;
}

.contact-form__submit-row {
  display: grid;
  grid-template-columns: minmax(210px, auto) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.contact-form__submit {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid rgba(255, 226, 157, 0.66);
  color: #120f09;
  background: linear-gradient(135deg, #f7e2a5, #d8b46c);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(216, 180, 108, 0.2);
}

.contact-form__submit:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

.contact-form__submit:disabled {
  opacity: 0.58;
  cursor: wait;
  transform: none;
}

.contact-form__summary,
.contact-form__status,
.contact-form__noscript-status {
  margin: 0 0 22px;
  padding: 13px 15px;
  border: 1px solid rgba(207, 125, 111, 0.52);
  color: #f7ddd6;
  background: rgba(92, 37, 29, 0.34);
  font-size: 13px;
  line-height: 1.55;
}

.contact-form__status {
  margin: 22px 0 0;
}

.contact-form__noscript-status {
  display: none;
  margin: 24px 0 0;
}

.contact-form__noscript-status:target {
  display: block;
}

.contact-form__status.is-success,
.contact-form__noscript-status.is-success {
  border-color: rgba(171, 201, 150, 0.5);
  color: #e3f2d9;
  background: rgba(40, 76, 36, 0.32);
}

.contact-form__status.is-error {
  border-color: rgba(207, 125, 111, 0.52);
}

.contact-form__fallbacks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 237, 222, 0.1);
  color: rgba(244, 237, 222, 0.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact-form__fallbacks a {
  color: rgba(244, 237, 222, 0.8);
}

.contact-form__fallbacks a:hover,
.contact-form__fallbacks a:focus-visible {
  color: var(--gold-2);
}

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

@media (max-width: 600px) {
  .contact-form__grid,
  .contact-form__submit-row {
    grid-template-columns: 1fr;
  }

  .contact-form__field--full {
    grid-column: auto;
  }

  .contact-form__submit {
    width: 100%;
  }
}

.site-footer {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 38px;
  border-top: 1px solid var(--line);
  background: #030302;
  color: var(--muted);
  font-size: var(--label);
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--ivory);
}

.site-footer__brand {
  flex: 0 0 auto;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.site-footer__nav a {
  position: relative;
  font-size: 12px;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: var(--gold-2);
  outline: none;
}

/* Three-layer private office footer */
.footer-cta {
  position: relative;
  padding: clamp(76px, 7vw, 104px) 38px;
  overflow: hidden;
  border-top: 1px solid rgba(197, 161, 92, 0.16);
  background:
    radial-gradient(circle at 14% 30%, rgba(197, 161, 92, 0.1), transparent 32%),
    linear-gradient(135deg, #090806, #050403 64%);
}

.footer-cta::after {
  content: "";
  position: absolute;
  right: -11%;
  bottom: -1px;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 161, 92, 0.5), transparent);
}

.footer-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--shell-wide);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  margin: 0 auto;
}

.footer-cta__inner > div {
  max-width: 860px;
}

.footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.footer-cta__inner > div > p:last-child {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.68);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.6;
}

.footer-cta__button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 17px 24px;
  color: #120f09;
  background: linear-gradient(135deg, #e5cd8d, #c5a15c);
  border: 1px solid rgba(255, 240, 184, 0.55);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.footer-cta__button span {
  font-size: 19px;
  font-weight: 500;
  transition: transform 260ms ease;
}

.footer-cta__button:hover,
.footer-cta__button:focus-visible {
  color: #120f09;
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  outline: 1px solid var(--gold-3);
  outline-offset: 3px;
}

.footer-cta__button:hover span,
.footer-cta__button:focus-visible span {
  transform: translateX(5px);
}

.site-footer {
  min-height: 0;
  display: block;
  padding: 0 38px;
  border-top: 1px solid rgba(197, 161, 92, 0.15);
  background: #030302;
  color: rgba(244, 237, 222, 0.62);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

.site-footer a {
  color: rgba(244, 237, 222, 0.78);
}

.site-footer__main {
  width: 100%;
  max-width: var(--shell-wide);
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(150px, 0.65fr) minmax(210px, 0.9fr) minmax(210px, 0.82fr);
  gap: clamp(30px, 4vw, 60px);
  margin: 0 auto;
  padding: clamp(64px, 6vw, 88px) 0 clamp(56px, 5vw, 76px);
}

.site-footer__brand-column {
  max-width: 390px;
}

.site-footer__brand {
  display: inline-block;
  color: var(--ivory) !important;
  font-family: var(--serif);
  font-size: clamp(28px, 2.35vw, 36px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.site-footer__motto {
  margin: 24px 0 0;
  color: #c5a15c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__motto span {
  display: block;
}

.site-footer__summary {
  margin: 24px 0 0;
  color: rgba(244, 237, 222, 0.56);
  font-size: 15px;
  line-height: 1.68;
}

.site-footer__signature {
  width: 152px;
  height: auto;
  max-height: 62px;
  margin-top: 28px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.8;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer__column h2 {
  margin: 0 0 13px;
  color: #c5a15c;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-footer__column a,
.site-footer__column > span {
  font-size: 14px;
  line-height: 1.45;
}

.site-footer__column a {
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: var(--gold-2);
  transform: translateX(3px);
  outline: none;
}

.site-footer__practice > span {
  color: rgba(244, 237, 222, 0.58);
}

.site-footer__ecosystem {
  width: 100%;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(197, 161, 92, 0.2);
}

.site-footer__ecosystem small {
  color: rgba(244, 237, 222, 0.64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__ecosystem p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 12px 0 0;
}

.site-footer__ecosystem a {
  color: #c5a15c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.site-footer__ecosystem b,
.site-footer__contact b {
  font-weight: 500;
}

.site-footer__contact {
  font-style: normal;
}

.site-footer__contact > span {
  color: rgba(244, 237, 222, 0.58);
}

.site-footer__contact p {
  max-width: 230px;
  margin: 19px 0 0;
  padding-top: 20px;
  color: #c5a15c;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
  border-top: 1px solid rgba(197, 161, 92, 0.2);
}

.site-footer__legal {
  width: 100%;
  max-width: var(--shell-wide);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 26px 0 30px;
  border-top: 1px solid rgba(197, 161, 92, 0.3);
  color: rgba(244, 237, 222, 0.64);
  font-size: 11px;
  line-height: 1.5;
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.site-footer__legal a {
  color: rgba(244, 237, 222, 0.72);
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: var(--gold-2);
  outline: none;
}

/* Legal information page */
.legal {
  min-height: 100svh;
  background:
    radial-gradient(circle at 78% 12%, rgba(197, 161, 92, 0.07), transparent 30%),
    #070604;
}

.legal__inner {
  max-width: 1120px;
}

.legal__intro {
  max-width: 880px;
}

.legal h1 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(52px, 6.2vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.legal__intro > p:last-child {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.65);
  font-size: 19px;
  line-height: 1.65;
}

.legal__documents {
  margin-top: 78px;
  border-top: 1px solid rgba(197, 161, 92, 0.28);
}

.legal__documents article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 32px;
  padding: 48px 0;
  scroll-margin-top: 110px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.1);
}

.legal__documents article > span {
  color: #c5a15c;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}

.legal__documents h2 {
  margin: 0 0 20px;
  color: var(--ivory);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
}

.legal__documents p {
  max-width: 820px;
  margin: 0 0 16px;
  color: rgba(244, 237, 222, 0.63);
  font-size: 16px;
  line-height: 1.72;
}

.legal__documents p:last-child {
  margin-bottom: 0;
}

.legal__updated {
  max-width: 820px;
  margin: 42px 0 0 104px;
  color: rgba(244, 237, 222, 0.64);
  font-size: 12px;
  line-height: 1.65;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 2vw, 30px);
  bottom: clamp(24px, 3vh, 34px);
  z-index: 48;
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  border: 1px solid rgba(216, 180, 108, 0.56);
  border-radius: 999px;
  color: #130f08;
  background:
    linear-gradient(135deg, rgba(255, 240, 176, 0.98), rgba(216, 180, 108, 0.96)),
    #d8b46c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 22px 56px rgba(0, 0, 0, 0.42);
  transition:
    bottom 220ms ease,
    opacity 220ms ease,
    visibility 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top.is-above-footer {
  bottom: 112px;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-3px);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 26px 64px rgba(0, 0, 0, 0.5);
}

.back-to-top svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.js [data-reveal] {
  opacity: 1;
  transform: translateY(24px);
  transition: transform 760ms ease;
}

.js [data-reveal].is-visible {
  transform: translateY(0);
}

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

  .js [data-reveal] {
    transform: none;
  }

  .preloader {
    display: none;
  }
}

.inner-page .preloader {
  display: none;
}

@media (max-width: 1180px) {
  .brand-lockup {
    gap: 14px;
  }

  .brand-motto {
    max-width: 304px;
    padding-left: 14px;
    font-size: 13px;
  }

  .brand-motto b {
    font-size: 30px;
  }

  .primary-nav {
    gap: 3px;
  }

  .primary-nav a {
    min-height: 38px;
    padding: 0 8px;
    font-size: 11.75px;
  }

  .language-switcher {
    min-height: 38px;
    margin-left: 4px;
  }

  .language-switcher button {
    width: 30px;
    height: 28px;
    font-size: 11.25px;
  }

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

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 960px;
  }

  .identity__proof-grid article {
    min-height: 132px;
  }

  .identity h2,
  .presence h2,
  .mandate h2,
  .about h2,
  .record h2,
  .events h2,
  .consulting h2,
  .connector h2,
  .ecosystem h2,
  .proof h2,
  .context h2,
  .network h2,
  .contact h1,
  .contact h2 {
    font-size: 68px;
  }

  .identity__inner,
  .presence__inner,
  .mandate__inner,
  .about__inner,
  .record__inner,
  .events__inner,
  .consulting__inner,
  .connector__inner,
  .ecosystem__inner,
  .proof__inner,
  .context__inner,
  .network__inner,
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .identity__logo {
    width: min(100%, 410px);
  }

  .presence {
    min-height: 100svh;
    padding: 0;
  }

  .presence__feature {
    min-height: 100svh;
  }

  .presence__statement {
    width: min(760px, calc(100% - 56px));
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.1;
  }

  .record__intro,
  .context__intro {
    position: static;
  }

  .context__note {
    grid-column: auto;
  }

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

  .record__visual--wide {
    grid-column: 1 / -1;
  }

  .presence__gallery {
    min-height: 680px;
  }

  .presence__frame--tall {
    width: 39%;
  }

  .presence__frame--quiet {
    width: 46%;
  }

  .presence__frame--host {
    width: 56%;
  }

  .hero__brief {
    display: none;
  }

  .network__corridor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin-top: 0;
  }

  .network__corridor i {
    display: none;
  }

  .network__corridor span,
  .network__corridor strong {
    white-space: normal;
  }

  .events__content {
    order: -1;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 22px;
  }

  .presence {
    padding: 0;
  }

  .presence__feature {
    min-height: 100svh;
  }

  .presence__feature::before {
    background:
      linear-gradient(90deg, rgba(5, 4, 3, 0.88) 0%, rgba(5, 4, 3, 0.64) 58%, rgba(5, 4, 3, 0.22) 100%),
      linear-gradient(180deg, rgba(5, 4, 3, 0.2) 0%, rgba(5, 4, 3, 0.18) 42%, rgba(5, 4, 3, 0.84) 100%);
  }

  .presence__statement {
    left: 24px;
    right: 24px;
    bottom: 28px;
    width: auto;
    padding-left: 18px;
    font-size: clamp(32px, 8vw, 44px);
    line-height: 1.12;
  }

  .brand-motto {
    display: none;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand {
    width: 50px;
    height: 50px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    counter-reset: mobileNav;
    padding: 12px;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border: 1px solid rgba(216, 180, 108, 0.22);
    background:
      linear-gradient(135deg, rgba(244, 237, 222, 0.055), transparent 44%),
      rgba(5, 4, 3, 0.965);
    box-shadow:
      inset 0 1px 0 rgba(244, 237, 222, 0.05),
      0 34px 80px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(18px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
  }

  .primary-nav::before {
    content: "";
    height: 1px;
    margin: 0 0 8px;
    background: linear-gradient(90deg, transparent, rgba(216, 180, 108, 0.78), transparent);
  }

  .primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .no-js .site-header {
    position: absolute;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .no-js .nav-toggle {
    display: none;
  }

  .no-js .primary-nav {
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .primary-nav a {
    min-height: 54px;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(244, 237, 222, 0.08);
  }

  .primary-nav a::after {
    display: none;
  }

  .primary-nav a.is-active,
  .primary-nav a[aria-current="page"] {
    color: var(--gold-2);
    background: rgba(216, 180, 108, 0.08) !important;
  }

  .primary-nav a::before {
    min-width: 28px;
    counter-increment: mobileNav;
    content: "0" counter(mobileNav);
    color: var(--gold);
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  .primary-nav .nav-cta {
    margin-top: 8px;
    border: 1px solid rgba(216, 180, 108, 0.42);
    background: rgba(216, 180, 108, 0.055);
  }

  .primary-nav .nav-cta {
    border-bottom: 0;
  }

  .language-switcher {
    justify-content: flex-start;
    grid-template-columns: repeat(4, 44px);
    min-height: 44px;
    width: 100%;
    margin: 12px 0 0;
    padding: 5px;
    border-color: rgba(216, 180, 108, 0.28);
    background:
      linear-gradient(135deg, rgba(244, 237, 222, 0.07), transparent 46%),
      rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 1px 0 rgba(244, 237, 222, 0.06);
  }

  .language-switcher button {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .section,
  .hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section {
    padding-top: 94px;
    padding-bottom: 94px;
    scroll-margin-top: 92px;
  }

  .events {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .page-home .hero {
    min-height: 0;
    padding-top: calc(92px + min(48svh, 480px));
    padding-bottom: 64px;
  }

  .page-home .hero__media img {
    top: 52px;
    right: 50%;
    width: min(94vw, 420px);
    min-width: 0;
    height: min(48svh, 480px);
    min-height: 0;
    transform: translateX(50%);
    object-fit: contain;
    object-position: center center;
    opacity: 0.88;
    filter: saturate(0.94) contrast(1.08) brightness(0.94) drop-shadow(0 26px 58px rgba(0, 0, 0, 0.46));
  }

  .hero__media::before {
    background:
      linear-gradient(rgba(5, 4, 3, 0.36), rgba(5, 4, 3, 0.76)),
      url("../images/cahit-host-signal-source.jpeg") 50% 42% / cover no-repeat;
    filter: blur(24px) saturate(0.86) contrast(1.08) brightness(0.48);
  }

  .hero__media::after {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.38) 0%, rgba(5, 4, 3, 0.68) 42%, rgba(5, 4, 3, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.9), rgba(5, 4, 3, 0.42), rgba(5, 4, 3, 0.88));
  }

  .hero__veil {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.42) 0%, rgba(5, 4, 3, 0.7) 42%, rgba(5, 4, 3, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 4, 3, 0.86), rgba(5, 4, 3, 0.38), rgba(5, 4, 3, 0.82));
  }

  .hero__watermark {
    right: 18px;
    bottom: 28%;
    font-size: 132px;
  }

  .page-home .hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-self: start;
  }

  .hero__identity {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 0;
  }

  .hero__mark {
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
  }

  .hero h1 {
    font-size: clamp(64px, 18vw, 82px);
  }

  .hero__role {
    font-size: var(--label);
  }

  .hero__copy {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 31px;
    line-height: 1.08;
  }

  .hero__motto {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 22px;
    padding-top: 16px;
  }

  .hero__motto p {
    font-size: clamp(17px, 3.8vw, 21px);
    line-height: 1.05;
  }

  .hero__motto strong {
    justify-self: end;
    font-size: clamp(31px, 8vw, 41px);
  }

  .hero__positioning {
    max-width: 100%;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero__positioning span {
    min-height: 0;
    padding: 11px 14px 11px 16px;
  }

  .hero__positioning small {
    font-size: 18px;
  }

  .hero__positioning strong {
    font-size: 13.25px;
  }

  .hero__actions,
  .contact__actions {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .button {
    max-width: 100%;
    width: 100%;
  }

  .hero__text-link {
    width: auto;
    min-height: 48px;
    justify-self: center;
    padding-inline: 4px;
  }

  .hero__ticker {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .hero__ticker span {
    min-height: 0;
    gap: 6px;
    padding: 15px 18px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.08);
  }

  .hero__ticker small {
    min-width: 0;
    font-size: 21px;
  }

  .hero__ticker strong {
    max-width: none;
    font-size: 14.5px;
  }

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

  .identity__proof-grid article {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(122, 85, 33, 0.16);
  }

  .identity__proof-grid article:last-child {
    border-bottom: 0;
  }

  .hero__ticker span:last-child {
    border-bottom: 0;
  }

  .identity h2,
  .presence h2,
  .mandate h2,
  .about h2,
  .record h2,
  .events h2,
  .consulting h2,
  .connector h2,
  .ecosystem h2,
  .proof h2,
  .context h2,
  .network h2,
  .contact h1,
  .contact h2 {
    font-size: 49px;
    line-height: 0.96;
  }

  .presence__gallery {
    min-height: 0;
    display: grid;
    gap: 16px;
  }

  .presence__gallery::before,
  .presence__gallery::after {
    display: none;
  }

  .presence__frame,
  .presence__frame--tall,
  .presence__frame--quiet,
  .presence__frame--host {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .presence__frame {
    aspect-ratio: 4 / 5;
  }

  .presence__frame--host {
    aspect-ratio: 16 / 11;
  }

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

  .presence__ruling span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(5, 4, 3, 0.12);
  }

  .presence__ruling span:last-child {
    border-bottom: 0;
  }

  .about__photo,
  .about__photo img,
  .connector__photo,
  .connector__photo img {
    min-height: 510px;
  }

  .record__metrics,
  .record__visuals {
    grid-template-columns: 1fr;
  }

  .record__metrics article {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.09);
  }

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

  .record__timeline article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 0;
  }

  .record__timeline h3 {
    font-size: 34px;
  }

  .record__visual,
  .record__visual--wide {
    grid-column: auto;
    min-height: 260px;
  }

  .events__photo,
  .events__photo img {
    min-height: 0;
    height: clamp(430px, 62vh, 540px);
  }

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

  .events__matrix article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.09);
  }

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

  .consulting__rows article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mandate__ledger article,
  .contact__intake article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .contact__protocol article {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.09);
  }

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

  .page-contact .contact__panel {
    padding: 24px 20px 22px;
  }

  .contact__seal {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
  }

  .contact__seal img {
    width: 56px;
    height: 56px;
  }

  .contact__seal strong {
    font-size: 24px;
  }

  .mandate__ledger h3 {
    font-size: 32px;
  }

  .consulting__rows p {
    grid-column: auto;
    margin-top: 0;
  }

  .ecosystem__links span {
    font-size: 46px;
  }

  .proof__ledger article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proof__ledger p,
  .proof__ledger a {
    grid-column: auto;
  }

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

  .proof__visual,
  .proof__visual--night,
  .proof__visual--montgomerie,
  .proof__visual--room {
    min-height: 250px;
  }

  .context__ledger article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .context__ledger h3 {
    font-size: 32px;
  }

  .context__sources {
    display: grid;
    grid-template-columns: 1fr;
  }

  .context__sources a {
    justify-content: center;
    text-align: center;
  }

  .network {
    min-height: auto;
  }

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

  .network__ledger article:nth-child(2n) {
    border-right: 0;
  }

  .network__ledger article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(244, 237, 222, 0.09);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }

  .inner-page main > .section:first-child {
    padding-top: 126px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    color: var(--gold-2);
    background:
      linear-gradient(135deg, rgba(244, 237, 222, 0.07), transparent 56%),
      rgba(5, 4, 3, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(244, 237, 222, 0.16),
      0 16px 38px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(12px);
  }

  .back-to-top.is-above-footer {
    bottom: 154px;
  }

  .back-to-top.is-visible {
    opacity: 0.92;
  }

  .back-to-top:hover,
  .back-to-top:focus-visible {
    color: #130f08;
    background:
      linear-gradient(135deg, rgba(255, 240, 176, 0.98), rgba(216, 180, 108, 0.96)),
      #d8b46c;
  }

  .back-to-top svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 430px) {
  .presence {
    padding: 0;
  }

  .presence__feature {
    min-height: 100svh;
  }

  .presence__statement {
    left: 18px;
    right: 18px;
    bottom: 88px;
    padding-left: 14px;
    font-size: 25px;
    line-height: 1.14;
  }

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

  .hero__mark {
    width: 70px;
    height: 70px;
  }

  .hero__copy {
    font-size: 30px;
  }

  .hero__motto {
    margin-top: 18px;
    padding-top: 14px;
  }

  .hero__motto p {
    font-size: clamp(16px, 3.6vw, 18.5px);
  }

  .hero__motto strong {
    font-size: 31px;
  }

  .hero__positioning {
    gap: 8px;
    margin-top: 16px;
  }

  .hero__positioning small {
    font-size: 17px;
  }

  .hero__positioning strong {
    font-size: 12.75px;
  }

  .identity h2,
  .presence h2,
  .mandate h2,
  .about h2,
  .record h2,
  .events h2,
  .consulting h2,
  .connector h2,
  .ecosystem h2,
  .proof h2,
  .context h2,
  .network h2,
  .contact h1,
  .contact h2 {
    font-size: 42px;
  }

  .consulting__rows h3 {
    font-size: 36px;
  }
}

/* Three-layer footer responsive layout */
@media (max-width: 1100px) {
  .footer-cta__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .footer-cta__button {
    width: fit-content;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 70px;
  }

  .site-footer__brand-column {
    max-width: 460px;
  }
}

@media (max-width: 820px) {
  .footer-cta {
    padding: 88px 22px;
  }

  .footer-cta h2 {
    font-size: clamp(43px, 7.8vw, 58px);
  }

  .site-footer {
    display: block;
    padding: 0 22px;
  }

  .legal h1 {
    font-size: clamp(46px, 8.6vw, 68px);
  }
}

@media (max-width: 640px) {
  .footer-cta {
    padding-block: 76px;
  }

  .footer-cta h2 {
    font-size: clamp(39px, 10.4vw, 48px);
    line-height: 1;
  }

  .footer-cta__inner > div > p:last-child {
    margin-top: 24px;
    font-size: 17px;
  }

  .footer-cta__button {
    width: 100%;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 70px 0 58px;
  }

  .site-footer__brand-column {
    max-width: none;
  }

  .site-footer__summary {
    max-width: 440px;
  }

  .site-footer__column {
    gap: 11px;
  }

  .site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 24px 0 34px;
  }

  .site-footer__legal nav {
    justify-content: flex-start;
    gap: 9px 16px;
  }

  .legal__documents {
    margin-top: 58px;
  }

  .legal__documents article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 38px 0;
  }

  .legal__updated {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .footer-cta h2 {
    font-size: clamp(37px, 10vw, 43px);
  }

  .site-footer__brand {
    font-size: 30px;
  }

  .legal h1 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .legal__intro > p:last-child {
    font-size: 17px;
  }
}

@media (max-width: 540px) {
  .network__panel {
    padding: 24px 20px 22px;
  }

  .network__seal {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .network__seal img {
    width: 64px;
  }

  .network__seal strong {
    font-size: 27px;
  }

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

  .network__standard span {
    min-height: 44px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.08);
  }

  .network__standard span:last-child {
    border-bottom: 0;
  }

  .network__corridor {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 16px 0;
  }

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

  .network__ledger article,
  .network__ledger article:nth-child(2n),
  .network__ledger article:nth-child(-n + 2) {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 237, 222, 0.09);
  }

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

  .hero__inner,
  .hero__identity,
  .hero__copy,
  .hero__positioning,
  .hero__actions,
  .hero__ticker {
    width: min(100%, 346px);
    max-width: 346px;
    margin-left: 0;
    margin-right: auto;
  }

  .hero__role {
    max-width: 346px;
  }

  .hero__mark {
    display: none;
  }

  .hero__role {
    margin-top: 24px;
  }

  .hero__copy {
    margin-top: 18px;
  }

  .hero__actions {
    margin-top: 28px;
  }
}

@media (max-width: 1180px) {
  .about__dossier {
    max-width: 780px;
  }

  .about__photo--portrait,
  .about__photo--wide {
    height: auto;
    min-height: 320px;
  }

  .about__photo--portrait img,
  .about__photo--wide img {
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  .about__role {
    font-size: 13px;
    line-height: 1.45;
  }

  .about__story {
    gap: 18px;
    margin-top: 28px;
  }

  .about__story p {
    font-size: 17.5px;
    line-height: 1.62;
  }

  .about__judgment {
    margin-top: 34px;
  }

  .about__judgment article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 18px 0;
  }

  .about__credentials {
    padding: 22px 20px 20px;
  }

  .about__credentials span {
    font-size: 24px;
  }

  .about__photo--portrait,
  .about__photo--wide {
    min-height: 260px;
  }

  .about__photo--portrait img,
  .about__photo--wide img {
    min-height: 260px;
  }
}

/* Business ecosystem responsive safeguards: Windows, macOS, tablet and mobile */
@media (max-width: 1180px) {
  .ecosystem h2 {
    font-size: clamp(48px, 6.4vw, 68px);
    line-height: 0.99;
  }

  .ecosystem__hub {
    margin-top: 62px;
  }

  .ecosystem__cards {
    gap: 24px;
  }

  .ecosystem-card__body {
    padding: 28px;
  }
}

@media (max-width: 820px) {
  .ecosystem {
    padding-block: 104px;
  }

  .ecosystem h2 {
    font-size: clamp(43px, 7.3vw, 56px);
  }

  .ecosystem__lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .ecosystem__hub {
    margin-top: 52px;
  }

  .ecosystem__fork {
    width: 84%;
    height: 66px;
  }

  .ecosystem__cards {
    gap: 18px;
  }

  .ecosystem-card::before {
    top: -29px;
    height: 29px;
  }

  .ecosystem-card > a {
    grid-template-rows: 220px minmax(0, 1fr);
  }

  .ecosystem-card__media,
  .ecosystem-card__media img {
    min-height: 220px;
  }

  .ecosystem-card__body {
    padding: 24px;
  }

  .ecosystem-card h3 {
    margin-top: 18px;
    font-size: 26px;
  }

  .ecosystem-card p {
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  .ecosystem {
    padding-block: 88px;
  }

  .ecosystem__intro {
    text-align: left;
  }

  .ecosystem .overline {
    margin-bottom: 18px;
  }

  .ecosystem h2 {
    font-size: clamp(38px, 10.4vw, 46px);
    line-height: 1.01;
  }

  .ecosystem__lead {
    margin-left: 0;
    text-wrap: pretty;
  }

  .ecosystem__hub {
    margin-top: 48px;
  }

  .ecosystem__hub img {
    width: 76px;
    height: 76px;
  }

  .ecosystem__hub p {
    font-size: 12px;
  }

  .ecosystem__fork {
    width: min(100%, 320px);
    height: 112px;
  }

  .ecosystem__fork::before {
    height: 34px;
  }

  .ecosystem__fork::after {
    top: 33px;
    left: 18%;
    width: 64%;
  }

  .ecosystem__fork-labels {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    color: #c5a15c;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .ecosystem__fork-labels span {
    position: relative;
    padding-top: 14px;
  }

  .ecosystem__fork-labels span::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    width: 1px;
    height: 21px;
    background: rgba(197, 161, 92, 0.58);
  }

  .ecosystem__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ecosystem-card::before {
    content: none;
  }

  .ecosystem-card > a {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .ecosystem-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .ecosystem-card__media img {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .ecosystem h2 {
    font-size: clamp(34px, 9vw, 38px);
  }

  .ecosystem__lead {
    font-size: 17px;
    line-height: 1.58;
  }

  .ecosystem__hub strong {
    font-size: 27px;
  }

  .ecosystem-card__media {
    aspect-ratio: 4 / 3;
  }

  .ecosystem-card__body {
    padding: 24px 21px 26px;
  }

  .ecosystem-card__brand {
    font-size: 40px;
  }

  .ecosystem-card h3 {
    font-size: 27px;
  }

  .ecosystem-card p {
    margin-bottom: 26px;
  }
}

/* Editorial V2 pages: About, Services and Press */
.page-about > .footer-cta,
.page-services > .footer-cta,
.page-press > .footer-cta {
  display: none;
}

.services-v2-shell,
.press-v2-shell {
  width: min(calc(100% - 96px), var(--shell-wide));
  margin-inline: auto;
}

.services-v2-eyebrow,
.press-v2-eyebrow,
.press-v2-section-label,
.about-v2__eyebrow {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Services V2 */
.services-v2-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(148px, 17vh, 214px) 0 clamp(82px, 10vh, 126px);
  background:
    radial-gradient(circle at 78% 34%, rgba(216, 180, 108, 0.12), transparent 28%),
    linear-gradient(128deg, rgba(244, 237, 222, 0.035), transparent 34%),
    var(--black);
}

.services-v2-hero::before,
.services-v2-hero::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.services-v2-hero::before {
  top: 0;
  right: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(216, 180, 108, 0.24) 28%, rgba(216, 180, 108, 0.08) 74%, transparent);
}

.services-v2-hero::after {
  right: -18vw;
  bottom: -28vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(216, 180, 108, 0.08);
  border-radius: 50%;
}

.services-v2-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 0.74fr);
  gap: clamp(48px, 5.2vw, 82px);
  align-items: center;
}

.services-v2-hero__copy {
  position: relative;
  z-index: 2;
}

.services-v2-hero h1 {
  max-width: 820px;
  margin: 30px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(64px, 6.4vw, 108px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.services-v2-hero h1 span {
  color: var(--gold-2);
}

.services-v2-hero__lead {
  max-width: 700px;
  margin: 38px 0 0;
  color: rgba(244, 237, 222, 0.78);
  font-size: var(--body-lg);
  line-height: 1.62;
}

.services-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  align-items: center;
  margin-top: 42px;
}

.services-v2-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border: 1px solid rgba(216, 180, 108, 0.56);
  color: #120f09;
  background: linear-gradient(135deg, #f7e2a5, #d8b46c);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.services-v2-button:hover,
.services-v2-button:focus-visible {
  color: #120f09;
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(216, 180, 108, 0.2);
}

.services-v2-button span,
.services-v2-text-link span,
.services-v2-closing .services-v2-button span {
  transition: transform 220ms ease;
}

.services-v2-button:hover span,
.services-v2-button:focus-visible span,
.services-v2-text-link:hover span,
.services-v2-text-link:focus-visible span {
  transform: translateX(4px);
}

.services-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 180, 108, 0.38);
  color: var(--ivory);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-v2-text-link:hover,
.services-v2-text-link:focus-visible {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

.services-v2-hero__index {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 54px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(216, 180, 108, 0.3);
  list-style: none;
}

.services-v2-hero__index li {
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  padding: 0 22px;
  border-left: 1px solid rgba(244, 237, 222, 0.1);
  color: rgba(244, 237, 222, 0.7);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.services-v2-hero__index li:first-child {
  padding-left: 0;
  border-left: 0;
}

.services-v2-hero__media {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  align-self: center;
  justify-self: end;
}

.services-v2-hero__media::before {
  position: absolute;
  inset: -18px 18px 22px -18px;
  z-index: -1;
  border: 1px solid rgba(216, 180, 108, 0.24);
  content: "";
}

.services-v2-hero__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 4, 3, 0.82));
  content: "";
}

.services-v2-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 52% 50%;
  filter: grayscale(0.86) contrast(1.08) brightness(0.78);
}

.services-v2-hero__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 248, 231, 0.82);
  font-family: var(--sans);
  font-size: var(--caption);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.services-v2-practices {
  padding: var(--editorial-y) 0;
  color: var(--black);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 28%),
    var(--paper);
}

.services-v2-section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.9fr) minmax(270px, 0.48fr);
  gap: 32px 54px;
  align-items: end;
}

.services-v2-section-heading h2 {
  margin: 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

.services-v2-section-heading > p:last-child {
  margin: 0;
  color: rgba(5, 4, 3, 0.65);
  font-size: 17px;
  line-height: 1.65;
}

.services-v2-practices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(72px, 7vw, 104px);
  border-top: 1px solid rgba(122, 85, 33, 0.32);
  border-bottom: 1px solid rgba(122, 85, 33, 0.24);
}

.services-v2-practice {
  min-width: 0;
  padding: 38px clamp(25px, 2.7vw, 46px) 44px;
  border-left: 1px solid rgba(122, 85, 33, 0.2);
}

.services-v2-practice:first-child {
  padding-left: 0;
  border-left: 0;
}

.services-v2-practice__number {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 650;
}

.services-v2-practice__label {
  margin: 24px 0 0;
  color: #7a5521;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-v2-practice h3 {
  min-height: 3.15em;
  margin: 18px 0 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(28px, 2.1vw, 37px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.services-v2-practice > p:not(.services-v2-practice__label) {
  margin: 28px 0 0;
  color: rgba(5, 4, 3, 0.66);
  font-size: 16.5px;
  line-height: 1.65;
}

.services-v2-practice h4 {
  margin: 34px 0 0;
  color: #6e4b1f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.services-v2-practice ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.services-v2-practice li {
  position: relative;
  padding: 12px 0 12px 20px;
  border-top: 1px solid rgba(122, 85, 33, 0.14);
  color: rgba(5, 4, 3, 0.78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.services-v2-practice li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a87932;
  content: "";
}

.services-v2-method {
  position: relative;
  overflow: hidden;
  padding: var(--editorial-y) 0;
  background:
    radial-gradient(circle at 9% 82%, rgba(216, 180, 108, 0.1), transparent 28%),
    var(--black-2);
}

.services-v2-method__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  gap: clamp(64px, 9vw, 142px);
  align-items: start;
}

.services-v2-method .services-v2-section-heading {
  position: sticky;
  top: 118px;
  display: block;
}

.services-v2-method .services-v2-section-heading h2 {
  margin-top: 24px;
  color: var(--ivory);
}

.services-v2-method .services-v2-section-heading > p:last-child {
  max-width: 480px;
  margin-top: 28px;
  color: rgba(244, 237, 222, 0.66);
}

.services-v2-method__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(216, 180, 108, 0.28);
  list-style: none;
}

.services-v2-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  padding: 38px 0 42px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.12);
}

.services-v2-step__number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.services-v2-step h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(35px, 3vw, 52px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.services-v2-step p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(244, 237, 222, 0.66);
  font-size: 16px;
  line-height: 1.65;
}

.services-v2-principle {
  padding: var(--editorial-y-compact) 0;
  background:
    linear-gradient(115deg, rgba(53, 22, 21, 0.68), rgba(5, 4, 3, 0.95)),
    var(--black);
}

.services-v2-principle__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.55fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
}

.services-v2-principle h2 {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(50px, 5.8vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.services-v2-principle__copy > p:last-child {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(244, 237, 222, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.services-v2-principle__values {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(216, 180, 108, 0.36);
  list-style: none;
}

.services-v2-principle__values li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(244, 237, 222, 0.12);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}

.services-v2-principle__values span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.services-v2-closing {
  padding: var(--editorial-y-compact) 0;
  color: var(--black);
  background: var(--paper);
}

.services-v2-closing__inner {
  text-align: center;
}

.services-v2-closing h2 {
  max-width: 1020px;
  margin: 28px auto 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(58px, 7.4vw, 118px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.services-v2-closing p:not(.services-v2-eyebrow) {
  max-width: 720px;
  margin: 34px auto 0;
  color: rgba(5, 4, 3, 0.67);
  font-size: 18px;
  line-height: 1.65;
}

.services-v2-closing .services-v2-button {
  margin-top: 42px;
}

/* About V2 */
.about-v2 {
  background: var(--paper);
}

.about-v2__hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.78fr);
  overflow: hidden;
  color: var(--ivory);
  background: var(--black);
}

.about-v2__hero-media {
  position: relative;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
}

.about-v2__hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.06), rgba(5, 4, 3, 0.3) 72%, rgba(5, 4, 3, 0.88)),
    linear-gradient(180deg, rgba(5, 4, 3, 0.12), transparent 48%, rgba(5, 4, 3, 0.74));
  content: "";
}

.about-v2__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.76) contrast(1.08) brightness(0.76);
  transform: scale(1.015);
}

.about-v2__hero-caption {
  position: absolute;
  left: clamp(30px, 4.5vw, 74px);
  bottom: clamp(30px, 4vw, 64px);
  z-index: 1;
  max-width: 360px;
  color: rgba(255, 248, 231, 0.74);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-v2__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 168px clamp(42px, 6vw, 104px) 110px clamp(36px, 4.8vw, 82px);
  background:
    radial-gradient(circle at 0 30%, rgba(216, 180, 108, 0.12), transparent 32%),
    var(--black);
}

.about-v2__hero-copy::before {
  position: absolute;
  top: 18%;
  left: 0;
  width: 1px;
  height: 64%;
  background: linear-gradient(transparent, rgba(216, 180, 108, 0.42), transparent);
  content: "";
}

.about-v2__hero h1 {
  margin: 26px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(76px, 8.4vw, 146px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.about-v2__hero-lead {
  max-width: 580px;
  margin: 38px 0 0;
  color: var(--champagne);
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 35px);
  line-height: 1.18;
}

.about-v2__hero-context {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(244, 237, 222, 0.62);
  font-size: 15px;
  line-height: 1.65;
}

.about-v2__hero-index {
  position: absolute;
  right: clamp(36px, 5vw, 86px);
  bottom: 44px;
  z-index: 3;
  margin: 0;
  color: rgba(216, 180, 108, 0.72);
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.06em;
}

.about-v2__biography,
.about-v2__record,
.about-v2__principles,
.about-v2__note,
.about-v2__contact {
  padding: var(--editorial-y) max(48px, calc((100vw - 1440px) / 2));
}

.about-v2__note,
.about-v2__contact {
  padding-block: var(--editorial-y-compact);
}

.about-v2__section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: 36px 70px;
  align-items: start;
}

.about-v2__section-heading h2 {
  max-width: 1020px;
  margin: 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(50px, 5.7vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.about-v2__biography {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 36%),
    var(--paper);
}

.about-v2__biography-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(52px, 5vw, 78px);
  align-items: start;
  margin-top: clamp(72px, 7vw, 108px);
}

.about-v2__biography-copy {
  padding-left: clamp(30px, 4vw, 72px);
}

.about-v2__biography-copy p {
  margin: 0;
  color: rgba(5, 4, 3, 0.72);
  font-size: clamp(19px, 1.25vw, 23px);
  line-height: 1.72;
}

.about-v2__biography-copy p + p {
  margin-top: 30px;
}

.about-v2__biography-figure {
  position: relative;
  width: min(100%, 620px);
  margin: 0;
  justify-self: end;
}

.about-v2__biography-figure::before {
  position: absolute;
  inset: -18px 18px 20px -18px;
  z-index: 0;
  border: 1px solid rgba(122, 85, 33, 0.26);
  content: "";
}

.about-v2__biography-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(0.82) contrast(1.04);
}

.about-v2__biography-caption {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: 18px;
  color: rgba(5, 4, 3, 0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (min-width: 1101px) {
  .services-v2-hero__media,
  .about-v2__biography-figure {
    align-self: stretch;
  }

  .services-v2-hero__media img,
  .about-v2__biography-image {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .about-v2__biography-figure::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(5, 4, 3, 0.72));
    content: "";
  }

  .about-v2__biography-caption {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
    z-index: 3;
    max-width: none;
    margin: 0;
    color: rgba(255, 248, 231, 0.9);
    text-shadow: 0 1px 12px rgba(5, 4, 3, 0.58);
  }
}

.about-v2__record {
  color: var(--ivory);
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 180, 108, 0.1), transparent 26%),
    var(--black-2);
}

.about-v2__record .about-v2__section-heading h2 {
  color: var(--ivory);
}

.about-v2__timeline {
  margin: clamp(72px, 7vw, 108px) 0 0 calc(170px + 70px);
  padding: 0;
  border-top: 1px solid rgba(216, 180, 108, 0.34);
  list-style: none;
}

.about-v2__timeline-item {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr);
  gap: 42px;
  padding: 34px 0 38px;
  border-bottom: 1px solid rgba(244, 237, 222, 0.12);
}

.about-v2__timeline-marker {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 650;
  line-height: 1.15;
}

.about-v2__timeline-copy h3 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-v2__timeline-copy p {
  max-width: 740px;
  margin: 16px 0 0;
  color: rgba(244, 237, 222, 0.64);
  font-size: 16px;
  line-height: 1.62;
}

.about-v2__principles {
  background: var(--paper);
}

.about-v2__principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(72px, 7vw, 108px) 0 0 calc(170px + 70px);
  border-top: 1px solid rgba(122, 85, 33, 0.3);
  border-bottom: 1px solid rgba(122, 85, 33, 0.2);
}

.about-v2__principle {
  padding: 34px clamp(24px, 2.5vw, 42px) 40px;
  border-left: 1px solid rgba(122, 85, 33, 0.18);
}

.about-v2__principle:first-child {
  padding-left: 0;
  border-left: 0;
}

.about-v2__principle-number {
  margin: 0;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 32px;
}

.about-v2__principle h3 {
  margin: 25px 0 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-v2__principle > p:last-child {
  margin: 22px 0 0;
  color: rgba(5, 4, 3, 0.64);
  font-size: 15.5px;
  line-height: 1.62;
}

.about-v2__note {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 24%, rgba(216, 180, 108, 0.12), transparent 26%),
    linear-gradient(128deg, #11100d, #050403 62%);
}

.about-v2__note::after {
  position: absolute;
  right: 4%;
  bottom: -0.2em;
  color: rgba(216, 180, 108, 0.045);
  font-family: var(--serif);
  font-size: min(44vw, 640px);
  line-height: 0.7;
  pointer-events: none;
  content: "\201C";
}

.about-v2__note-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
}

.about-v2__note h2 {
  margin: 26px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(50px, 5.4vw, 86px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.about-v2__note-quote {
  margin: 42px 0 0;
}

.about-v2__note-quote p {
  margin: 0;
  color: rgba(255, 248, 231, 0.86);
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 39px);
  font-style: italic;
  line-height: 1.35;
  text-wrap: balance;
}

.about-v2__note-signature {
  margin: 34px 0 0;
  color: var(--gold-2);
  font-family: var(--script);
  font-size: 54px;
  line-height: 1;
}

.about-v2__contact {
  color: var(--black);
  background: linear-gradient(135deg, #f4e4b2, #c79a50);
}

.about-v2__contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.about-v2__contact .about-v2__eyebrow {
  color: #5d3c14;
}

.about-v2__contact h2 {
  max-width: 900px;
  margin: 22px 0 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.about-v2__contact-copy > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(5, 4, 3, 0.67);
  font-size: 18px;
  line-height: 1.6;
}

.about-v2__contact-link {
  min-width: 252px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 25px;
  border: 1px solid rgba(5, 4, 3, 0.46);
  color: var(--ivory);
  background: var(--black);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-v2__contact-link:hover,
.about-v2__contact-link:focus-visible {
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(5, 4, 3, 0.22);
}

/* Press V2 */
.press-v2-hero {
  min-height: min(760px, 88svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(146px, 17vh, 196px) 0 clamp(78px, 9vh, 104px);
  color: var(--ivory);
  background:
    radial-gradient(circle at 78% 20%, rgba(216, 180, 108, 0.13), transparent 26%),
    linear-gradient(120deg, rgba(244, 237, 222, 0.035), transparent 38%),
    var(--black);
}

.press-v2-hero .press-v2-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(48px, 5vw, 72px);
  align-items: center;
}

.press-v2-hero__copy h1 {
  max-width: 1100px;
  margin: 28px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 96px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.press-v2-hero__lead {
  max-width: 760px;
  margin: 36px 0 0;
  color: rgba(244, 237, 222, 0.7);
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.65;
}

.press-v2-hero__media {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
  justify-self: end;
}

.press-v2-hero__media::before {
  position: absolute;
  inset: -14px 14px 42px -14px;
  z-index: 0;
  border: 1px solid rgba(216, 180, 108, 0.28);
  content: "";
  pointer-events: none;
}

.press-v2-hero__image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 72% 28%, rgba(216, 180, 108, 0.13), transparent 38%),
    linear-gradient(135deg, rgba(24, 39, 59, 0.9), rgba(2, 6, 12, 0.98));
}

.press-v2-hero__image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 4, 3, 0.32));
  content: "";
  pointer-events: none;
}

.press-v2-hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.84) contrast(1.04);
}

.press-v2-hero__index {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(216, 180, 108, 0.42);
  color: rgba(244, 237, 222, 0.62);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.press-v2-hero__index span:last-child {
  color: rgba(244, 237, 222, 0.78);
  text-align: right;
  white-space: nowrap;
}

.press-v2-featured {
  padding: var(--editorial-y) 0;
  color: var(--black);
  background: var(--paper);
}

.press-v2-section-label {
  color: var(--gold-deep);
}

.press-v2-featured__record {
  display: grid;
  grid-template-columns: 120px minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 4.5vw, 72px);
  margin-top: 48px;
  padding: 42px 0 0;
  border-top: 1px solid rgba(122, 85, 33, 0.38);
}

.press-v2-featured__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}

.press-v2-record-number {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: clamp(62px, 6vw, 96px);
  line-height: 0.8;
}

.press-v2-featured__meta p {
  margin: 0;
  color: rgba(5, 4, 3, 0.58);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.press-v2-featured__meta p span,
.press-v2-featured__meta time {
  display: block;
}

.press-v2-featured__media,
.press-v2-record__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(122, 85, 33, 0.22);
  background: rgba(5, 4, 3, 0.08);
}

.press-v2-featured__media {
  align-self: start;
  aspect-ratio: 3 / 2;
}

.press-v2-featured__media img,
.press-v2-record__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.press-v2-featured__record:hover .press-v2-featured__media img,
.press-v2-record:hover .press-v2-record__media img {
  transform: scale(1.025);
}

.press-v2-featured__body :is(h1, h2) {
  max-width: 980px;
  margin: 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(50px, 5.6vw, 90px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.press-v2-featured__body > p {
  max-width: 860px;
  margin: 32px 0 0;
  color: rgba(5, 4, 3, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.press-v2-source-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.press-v2-source-link {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border: 1px solid rgba(122, 85, 33, 0.24);
  color: var(--black);
  background: rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 800;
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.press-v2-source-link:hover,
.press-v2-source-link:focus-visible {
  color: var(--black);
  border-color: rgba(122, 85, 33, 0.54);
  background: rgba(255, 255, 255, 0.48);
  transform: translateY(-2px);
}

.press-v2-source-link__action {
  color: #7a5521;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-v2-archive {
  padding: var(--editorial-y) 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 86% 76%, rgba(216, 180, 108, 0.08), transparent 26%),
    var(--black-2);
}

.press-v2-archive .press-v2-section-label {
  color: var(--gold);
}

.press-v2-archive__header {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: 42px 72px;
}

.press-v2-archive__header h2 {
  max-width: 940px;
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(52px, 5.6vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.press-v2-archive__header div > p {
  margin: 24px 0 0;
  color: rgba(244, 237, 222, 0.62);
  font-size: 16px;
  line-height: 1.6;
}

.press-v2-records {
  margin: clamp(72px, 7vw, 108px) 0 0 calc(170px + 72px);
  padding: 0;
  border-top: 1px solid rgba(216, 180, 108, 0.32);
  list-style: none;
}

.press-v2-record {
  border-bottom: 1px solid rgba(244, 237, 222, 0.12);
}

.press-v2-record__inner {
  display: grid;
  grid-template-columns: 80px 180px minmax(0, 1fr) 150px;
  gap: clamp(24px, 2.5vw, 40px);
  align-items: center;
  padding: 38px 0 42px;
}

.press-v2-record__media {
  aspect-ratio: 3 / 2;
  border-color: rgba(216, 180, 108, 0.18);
}

.press-v2-record__index {
  color: rgba(244, 237, 222, 0.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.press-v2-record__index span,
.press-v2-record__index time {
  display: block;
}

.press-v2-record__index span:first-child {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1;
}

.press-v2-record__publication {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-v2-record__content h3 {
  margin: 12px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(30px, 2.7vw, 45px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.press-v2-record__content > p:last-child {
  max-width: 800px;
  margin: 18px 0 0;
  color: rgba(244, 237, 222, 0.62);
  font-size: 15.5px;
  line-height: 1.65;
}

.press-v2-record__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(216, 180, 108, 0.42);
  color: var(--ivory);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.press-v2-record__link:hover,
.press-v2-record__link:focus-visible {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

.press-v2-note {
  padding: var(--editorial-y-compact) 0;
  color: var(--black);
  background: #d8d0c1;
}

.press-v2-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(330px, 0.55fr);
  gap: clamp(54px, 9vw, 140px);
  align-items: end;
}

.press-v2-note h2 {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.96;
}

.press-v2-note__inner > p {
  margin: 0;
  color: rgba(5, 4, 3, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.press-v2-contact {
  padding: var(--editorial-y-compact) 0;
  color: var(--ivory);
  background:
    linear-gradient(120deg, rgba(53, 22, 21, 0.5), rgba(5, 4, 3, 0.94)),
    var(--black);
}

.press-v2-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.press-v2-contact .press-v2-section-label {
  color: var(--gold);
}

.press-v2-contact h2 {
  max-width: 960px;
  margin: 22px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(50px, 5.8vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.press-v2-contact__link {
  min-width: 220px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 24px;
  border: 1px solid rgba(216, 180, 108, 0.48);
  color: var(--black);
  background: linear-gradient(135deg, #f7e2a5, #d8b46c);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.press-v2-contact__link:hover,
.press-v2-contact__link:focus-visible {
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(216, 180, 108, 0.18);
}

/* Darker gold ink preserves AA contrast on light editorial surfaces. */
.services-v2-practices .services-v2-eyebrow,
.services-v2-closing .services-v2-eyebrow,
.about-v2__biography .about-v2__eyebrow,
.about-v2__principles .about-v2__eyebrow,
.press-v2-featured .press-v2-section-label,
.press-v2-note .press-v2-section-label {
  color: #704815;
}

@media (max-width: 1180px) {
  .services-v2-hero__layout,
  .about-v2__hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  }

  .services-v2-section-heading {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .services-v2-section-heading > p:last-child {
    grid-column: 2;
  }

  .services-v2-practices__grid {
    grid-template-columns: 1fr;
  }

  .services-v2-practice,
  .services-v2-practice:first-child {
    display: grid;
    grid-template-columns: 86px minmax(230px, 0.7fr) minmax(0, 1fr);
    gap: 18px 34px;
    padding: 34px 0 38px;
    border-left: 0;
    border-top: 1px solid rgba(122, 85, 33, 0.16);
  }

  .services-v2-practice:first-child {
    border-top: 0;
  }

  .services-v2-practice__number {
    grid-row: 1 / span 3;
  }

  .services-v2-practice__label,
  .services-v2-practice h3,
  .services-v2-practice > p:not(.services-v2-practice__label) {
    grid-column: 2;
  }

  .services-v2-practice h3 {
    min-height: 0;
  }

  .services-v2-practice h4,
  .services-v2-practice ul {
    grid-column: 3;
  }

  .services-v2-practice h4 {
    grid-row: 1;
    margin-top: 24px;
  }

  .services-v2-practice ul {
    grid-row: 2 / span 3;
    margin-top: 0;
  }

  .about-v2__biography-copy {
    padding-left: 0;
  }

  .about-v2__timeline,
  .about-v2__principle-grid,
  .press-v2-records {
    margin-left: 0;
  }

  .press-v2-featured__record {
    grid-template-columns: 100px minmax(220px, 300px) minmax(0, 1fr);
  }

  .press-v2-record__inner {
    grid-template-columns: 74px 160px minmax(0, 1fr) 130px;
  }
}

@media (max-width: 900px) {
  .press-v2-hero .press-v2-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .services-v2-shell,
  .press-v2-shell {
    width: min(calc(100% - 44px), 1440px);
  }

  .services-v2-hero {
    min-height: 0;
    padding: 120px 0 82px;
  }

  .services-v2-hero__layout {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .services-v2-hero h1 {
    font-size: clamp(54px, 14vw, 78px);
  }

  .services-v2-hero__lead {
    margin-top: 28px;
    font-size: 18px;
  }

  .services-v2-hero__actions {
    align-items: stretch;
  }

  .services-v2-button {
    width: 100%;
  }

  .services-v2-text-link {
    justify-content: center;
  }

  .services-v2-hero__index {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 40px;
  }

  .services-v2-hero__index li,
  .services-v2-hero__index li:first-child {
    min-height: 0;
    padding: 0 0 0 18px;
    border-left: 1px solid rgba(216, 180, 108, 0.34);
  }

  .services-v2-hero__media {
    width: min(100%, 560px);
    justify-self: center;
  }

  .services-v2-section-heading,
  .services-v2-method__layout,
  .services-v2-principle__layout,
  .about-v2__section-heading,
  .about-v2__biography-layout,
  .about-v2__contact-inner,
  .press-v2-hero .press-v2-shell,
  .press-v2-archive__header,
  .press-v2-note__inner,
  .press-v2-contact__inner {
    grid-template-columns: 1fr;
  }

  .services-v2-section-heading > p:last-child {
    grid-column: auto;
  }

  .services-v2-practice,
  .services-v2-practice:first-child {
    display: block;
    padding: 34px 0 40px;
  }

  .services-v2-practice h3 {
    margin-top: 17px;
  }

  .services-v2-practice h4 {
    margin-top: 30px;
  }

  .services-v2-practice ul {
    margin-top: 16px;
  }

  .services-v2-method .services-v2-section-heading {
    position: static;
  }

  .services-v2-method__layout {
    gap: 62px;
  }

  .services-v2-step {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .services-v2-principle__layout {
    gap: 60px;
  }

  .about-v2__hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-v2__hero-media {
    min-height: 54svh;
  }

  .about-v2__hero-media::after {
    background: linear-gradient(180deg, transparent 48%, rgba(5, 4, 3, 0.88));
  }

  .about-v2__hero-copy {
    padding: 68px 22px 94px;
  }

  .about-v2__hero-copy::before {
    top: 0;
    left: 22px;
    width: calc(100% - 44px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 180, 108, 0.44), transparent);
  }

  .about-v2__hero h1 {
    font-size: clamp(68px, 19vw, 100px);
  }

  .about-v2__hero-index {
    right: 22px;
    bottom: 28px;
  }

  .about-v2__biography,
  .about-v2__record,
  .about-v2__principles,
  .about-v2__note,
  .about-v2__contact {
    padding: 94px 22px;
  }

  .about-v2__biography-layout {
    gap: 60px;
    margin-top: 60px;
  }

  .about-v2__biography-figure {
    width: min(100%, 460px);
    justify-self: center;
  }

  .about-v2__timeline,
  .about-v2__principle-grid {
    margin-top: 60px;
  }

  .about-v2__timeline-item {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .about-v2__principle-grid {
    grid-template-columns: 1fr;
  }

  .about-v2__principle,
  .about-v2__principle:first-child {
    padding: 30px 0 34px;
    border-top: 1px solid rgba(122, 85, 33, 0.16);
    border-left: 0;
  }

  .about-v2__principle:first-child {
    border-top: 0;
  }

  .about-v2__contact-inner,
  .press-v2-contact__inner {
    align-items: stretch;
  }

  .about-v2__contact-link,
  .press-v2-contact__link {
    width: 100%;
    min-width: 0;
  }

  .press-v2-hero {
    min-height: 0;
    padding: 150px 0 88px;
  }

  .press-v2-hero .press-v2-shell {
    gap: 44px;
  }

  .press-v2-hero__image-frame {
    aspect-ratio: 16 / 9;
  }

  .press-v2-hero__copy h1 {
    font-size: clamp(58px, 16vw, 86px);
  }

  .press-v2-hero__index {
    width: 100%;
  }

  .press-v2-featured__record {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .press-v2-featured__meta {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: end;
  }

  .press-v2-source-group {
    grid-template-columns: 1fr;
  }

  .press-v2-records {
    margin-top: 60px;
  }

  .press-v2-record__inner {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 24px;
  }

  .press-v2-record__media {
    grid-column: 1 / -1;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .press-v2-record__content {
    grid-column: 2;
  }

  .press-v2-record__link {
    grid-column: 2;
    width: min(100%, 180px);
  }

  .press-v2-note__inner,
  .press-v2-contact__inner {
    gap: 42px;
  }
}

@media (max-width: 430px) {
  .services-v2-shell,
  .press-v2-shell {
    width: calc(100% - 36px);
  }

  .services-v2-hero {
    padding-top: 112px;
  }

  .services-v2-hero h1 {
    font-size: 52px;
  }

  .services-v2-hero__media::before,
  .about-v2__biography-figure::before {
    inset: -10px 10px 12px -10px;
  }

  .services-v2-section-heading h2,
  .services-v2-principle h2,
  .services-v2-closing h2,
  .about-v2__section-heading h2,
  .about-v2__note h2,
  .about-v2__contact h2,
  .press-v2-featured__body :is(h1, h2),
  .press-v2-archive__header h2,
  .press-v2-note h2,
  .press-v2-contact h2 {
    font-size: 42px;
  }

  .about-v2__hero-media {
    min-height: 48svh;
  }

  .about-v2__hero h1 {
    font-size: 72px;
  }

  .about-v2__hero-lead {
    font-size: 25px;
  }

  .about-v2__note-signature {
    font-size: 44px;
  }

  .press-v2-record__inner {
    grid-template-columns: 1fr;
  }

  .press-v2-record__content {
    grid-column: auto;
  }

  .press-v2-record__link {
    grid-column: auto;
  }

  .press-v2-hero__index {
    flex-direction: column;
    gap: 8px;
  }

  .press-v2-hero__index span:last-child {
    text-align: left;
  }
}

/* Turkish-only labels that are rendered by CSS rather than HTML. */
html[lang="tr"] .about::before {
  content: "BİYOGRAFİ";
}

html[lang="tr"] .record::before {
  content: "YÖNETİCİLİK GEÇMİŞİ";
}

html[lang="tr"] .consulting::before {
  content: "DANIŞMANLIK";
}

html[lang="tr"] .ecosystem::before {
  content: none;
}

html[lang="tr"] .context::before {
  content: "KAMUYA AÇIK KAYITLAR";
}

html[lang="tr"] .network::before {
  content: "İLİŞKİ AĞI";
}

html[lang="tr"] .contact::before {
  content: "İLETİŞİM";
}

/* German and Russian labels rendered by CSS rather than HTML. */
html[lang="de"] .about::before {
  content: "BIOGRAFIE";
}

html[lang="de"] .record::before {
  content: "FÜHRUNGSERFAHRUNG";
}

html[lang="de"] .consulting::before {
  content: "BERATUNG";
}

html[lang="de"] .ecosystem::before {
  content: none;
}

html[lang="de"] .context::before {
  content: "ÖFFENTLICHE QUELLEN";
}

html[lang="de"] .network::before {
  content: "BEZIEHUNGSNETZWERK";
}

html[lang="de"] .contact::before {
  content: "VERTRAULICHER KONTAKT";
}

html[lang="ru"] .about::before {
  content: "БИОГРАФИЯ";
}

html[lang="ru"] .record::before {
  content: "ОПЫТ РУКОВОДСТВА";
}

html[lang="ru"] .consulting::before {
  content: "КОНСАЛТИНГ";
}

html[lang="ru"] .ecosystem::before {
  content: none;
}

html[lang="ru"] .context::before {
  content: "ОТКРЫТЫЕ ИСТОЧНИКИ";
}

html[lang="ru"] .network::before {
  content: "ДЕЛОВАЯ СЕТЬ";
}

html[lang="ru"] .contact::before {
  content: "КОНФИДЕНЦИАЛЬНЫЙ КОНТАКТ";
}

/* 2026 Turkish editorial system: shared rhythm, controls and responsive balance. */
.page-contact > .footer-cta,
.page-legal > .footer-cta {
  display: none;
}

.hero__actions .button,
.services-v2-button,
.about-v2__contact-link,
.press-v2-contact__link,
.footer-cta__button,
.contact-form__submit {
  min-height: 58px;
  padding-inline: 26px;
  font-size: var(--button-label);
  font-weight: 800;
  letter-spacing: 0.055em;
}

:is(
  .hero__actions .button,
  .hero__text-link,
  .services-v2-button,
  .services-v2-text-link,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit
):focus-visible {
  outline: 2px solid var(--gold-3);
  outline-offset: 3px;
}

:is(
  .brand,
  .primary-nav a,
  .nav-toggle,
  .language-switcher button,
  .site-footer a,
  .back-to-top
):focus-visible {
  outline: 2px solid var(--gold-3);
  outline-offset: 3px;
}

.services-v2-eyebrow,
.press-v2-eyebrow,
.press-v2-section-label,
.about-v2__eyebrow,
.contact__panel .contact-form__eyebrow {
  font-size: var(--eyebrow);
  font-weight: 800;
}

.services-v2-hero__media figcaption,
.about-v2__hero-caption,
.about-v2__biography-caption,
.press-v2-hero__index {
  font-family: var(--sans);
  font-size: var(--caption);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.services-v2-hero__media figcaption,
.about-v2__hero-caption {
  letter-spacing: 0.04em;
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.82);
}

.about-v2__biography-caption {
  letter-spacing: 0.04em;
  text-transform: none;
}

.contact h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-wrap: balance;
}

@media (min-width: 1101px) {
  .about-v2__biography-figure {
    width: min(100%, 560px);
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .page-home .hero__identity {
    max-width: min(52vw, 600px);
  }

  .hero h1 {
    font-size: clamp(88px, 10vw, 118px);
  }

  .hero__copy {
    max-width: 620px;
    font-size: clamp(32px, 2.7vw, 35px);
    line-height: 1.08;
  }

  .page-home .hero__media img {
    right: 1vw;
    width: min(40vw, 470px);
    min-width: 360px;
    height: min(74vh, 720px);
    min-height: 540px;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .services-v2-hero {
    min-height: 0;
    padding: 132px 0 88px;
  }

  .services-v2-hero__layout,
  .about-v2__biography-layout {
    grid-template-columns: 1fr;
  }

  .services-v2-hero__layout {
    gap: 56px;
  }

  .about-v2__biography-layout {
    gap: 52px;
  }

  .about-v2__biography-copy {
    padding-left: 0;
  }

  .services-v2-hero__media,
  .about-v2__biography-figure {
    width: min(100%, 680px);
    align-self: auto;
    justify-self: center;
  }

  .services-v2-hero__media img,
  .about-v2__biography-image {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .about-v2__hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-v2__hero-media {
    min-height: clamp(440px, 58svh, 620px);
  }

  .about-v2__hero-image {
    object-position: 36% center;
  }

  .about-v2__hero-copy {
    padding: 72px clamp(32px, 7vw, 72px) 104px;
  }
}

@media (max-width: 1050px) {
  .press-v2-hero {
    min-height: 0;
    padding: 132px 0 88px;
  }

  .press-v2-hero .press-v2-shell {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .press-v2-hero__media {
    width: min(100%, 680px);
    justify-self: center;
  }
}

@media (max-width: 820px) {
  :root {
    --editorial-y: 94px;
    --editorial-y-compact: 80px;
  }

  .about-v2__note,
  .about-v2__contact {
    padding-block: var(--editorial-y-compact);
  }

  .services-v2-hero__layout,
  .about-v2__biography-layout {
    grid-template-columns: 1fr;
  }

  .services-v2-hero h1 {
    font-size: clamp(54px, 14vw, 78px);
  }

  .about-v2__biography-copy {
    padding-left: 0;
  }

  .about-v2__hero-image {
    object-position: 36% center;
  }

  .services-v2-hero__media,
  .about-v2__biography-figure {
    width: min(100%, 620px);
  }

  .services-v2-hero__media img,
  .about-v2__biography-image,
  .press-v2-hero__image-frame {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 430px) {
  :root {
    --editorial-y: 80px;
    --editorial-y-compact: 72px;
  }

  .about-v2__note,
  .about-v2__contact {
    padding-block: var(--editorial-y-compact);
  }

  .services-v2-hero h1 {
    font-size: 52px;
  }

  .services-v2-hero__media img {
    aspect-ratio: 1 / 1;
    object-position: 52% 46%;
  }

  .page-home .hero {
    padding-right: 18px;
    padding-bottom: 56px;
    padding-left: 18px;
  }

  .press-v2-hero__copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(50px, 13.2vw, 56px);
    letter-spacing: -0.05em;
    line-height: 0.94;
  }

  .press-v2-hero__media,
  .press-v2-hero__image-frame {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .press-v2-hero__media::before {
    inset: -10px 10px 34px -10px;
  }
}

@media (min-width: 1600px) and (min-height: 981px) {
  .page-home .hero__identity {
    max-width: 740px;
  }

  .page-home .hero__copy {
    max-width: 720px;
    font-size: 35px;
    line-height: 1.08;
  }
}

/* Sir Golf palette alignment: navy surfaces, gold accents and readable white type. */
html,
body {
  color: #ffffff;
  background: #050b16;
}

.site-header {
  border-bottom-color: rgba(201, 168, 76, 0.22);
  background: rgba(5, 11, 22, 0.94);
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.91) 31%, rgba(5, 11, 22, 0.27) 59%, rgba(5, 11, 22, 0.18) 77%, rgba(5, 11, 22, 0.62) 100%),
    radial-gradient(circle at 72% 40%, rgba(201, 168, 76, 0.14), transparent 26%);
}

.hero__motto--signature-only {
  grid-template-columns: 1fr;
  justify-items: end;
}

.identity,
.services-v2-practices,
.about-v2__biography,
.about-v2__contact,
.press-v2-featured {
  color: #ffffff;
  background: #102342 !important;
}

.services-v2-closing,
.about-v2__principles,
.press-v2-note {
  color: #ffffff;
  background: #071225 !important;
}

.presence,
.ecosystem,
.legal,
.site-footer,
.footer-cta,
.press-v2-contact,
.about-v2__note {
  color: #ffffff;
  background-color: #050b16 !important;
}

.ecosystem {
  background-image:
    radial-gradient(circle at 50% 24%, rgba(201, 168, 76, 0.09), transparent 31%),
    linear-gradient(180deg, #071225 0%, #050b16 62%, #071225 100%) !important;
}

.footer-cta,
.about-v2__note,
.press-v2-contact,
.legal {
  background-image:
    radial-gradient(circle at 16% 28%, rgba(201, 168, 76, 0.1), transparent 32%),
    linear-gradient(135deg, #071225, #050b16 66%) !important;
}

:is(
  .identity,
  .services-v2-practices,
  .services-v2-closing,
  .about-v2__biography,
  .about-v2__principles,
  .about-v2__contact,
  .press-v2-featured,
  .press-v2-note
) :is(h1, h2, h3, h4, p, li, strong, figcaption) {
  color: #ffffff !important;
}

:is(
  .services-v2-practices,
  .services-v2-closing,
  .about-v2__biography,
  .about-v2__principles,
  .about-v2__contact,
  .press-v2-featured,
  .press-v2-note
) :is(
  .services-v2-section-heading > p:last-child,
  .services-v2-practice > p:not(.services-v2-practice__label),
  .services-v2-practice li,
  .services-v2-closing p:not(.services-v2-eyebrow),
  .about-v2__biography-copy p,
  .about-v2__biography-caption,
  .about-v2__principle > p:last-child,
  .about-v2__contact-copy > p:last-child,
  .press-v2-featured__meta p,
  .press-v2-featured__body > p,
  .press-v2-note__inner > p
) {
  color: rgba(255, 255, 255, 0.76) !important;
}

:is(
  .identity__proof-grid span,
  .services-v2-practice__number,
  .services-v2-practice__label,
  .services-v2-practice h4,
  .services-v2-eyebrow,
  .about-v2__eyebrow,
  .about-v2__principle-number,
  .press-v2-section-label,
  .press-v2-record-number,
  .press-v2-source-link__action
) {
  color: #c9a84c !important;
}

.identity::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(5, 11, 22, 0.12));
}

.identity__logo img,
.identity__proof-grid,
.services-v2-practices__grid,
.about-v2__principle-grid,
.press-v2-featured__record {
  border-color: rgba(201, 168, 76, 0.32) !important;
}

.identity__proof-grid article,
.services-v2-practice,
.services-v2-practice li,
.about-v2__principle {
  border-color: rgba(201, 168, 76, 0.2) !important;
}

.identity__proof-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.identity__proof-link:hover strong,
.identity__proof-link:focus-visible strong {
  color: #e2c46c !important;
}

.identity__proof-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid #c9a84c;
  outline-offset: 7px;
}

.press-v2-source-link {
  border-color: rgba(201, 168, 76, 0.3);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.press-v2-source-link:hover,
.press-v2-source-link:focus-visible {
  border-color: rgba(201, 168, 76, 0.62);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.button--primary,
.services-v2-button,
.footer-cta__button,
.press-v2-contact__link {
  border-color: rgba(226, 196, 108, 0.7);
  color: #050b16 !important;
  background: linear-gradient(135deg, #e2c46c, #c9a84c) !important;
}

.button--primary:hover,
.button--primary:focus-visible,
.services-v2-button:hover,
.services-v2-button:focus-visible,
.footer-cta__button:hover,
.footer-cta__button:focus-visible,
.press-v2-contact__link:hover,
.press-v2-contact__link:focus-visible {
  color: #050b16 !important;
}

.about-v2__contact-link {
  border-color: rgba(201, 168, 76, 0.48);
  color: #ffffff;
  background: #050b16;
}

.site-footer,
.site-footer a,
.site-footer p,
.footer-cta p {
  color: rgba(255, 255, 255, 0.82);
}

/* 995+ unified premium system: one palette, one rhythm, three type roles. */
body {
  color: var(--text-primary);
  background: var(--surface-0);
}

body::before {
  background:
    radial-gradient(circle at 78% 12%, rgba(169, 196, 230, 0.055), transparent 30%),
    radial-gradient(circle at 18% 74%, var(--gold-glow), transparent 34%),
    linear-gradient(180deg, var(--surface-0), var(--surface-1));
}

::selection {
  color: var(--surface-0);
  background: var(--gold-2);
}

.preloader {
  background: var(--surface-0);
}

.skip-link {
  border-color: rgba(201, 168, 76, 0.58);
  color: var(--gold-2);
  background: rgba(5, 11, 22, 0.97);
}

.site-header {
  --header-current: 80px;
  min-height: 80px;
  padding-inline: clamp(20px, 2.7vw, 46px);
  border-bottom-color: rgba(201, 168, 76, 0.18);
  background:
    linear-gradient(90deg, rgba(201, 168, 76, 0.055), transparent 22%, transparent 78%, rgba(201, 168, 76, 0.035)),
    rgba(5, 11, 22, 0.94);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.08);
}

.site-header.is-scrolled {
  --header-current: 68px;
  min-height: 68px;
  border-color: rgba(201, 168, 76, 0.24);
  background: rgba(5, 11, 22, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.brand {
  border-color: rgba(201, 168, 76, 0.32);
  background:
    radial-gradient(circle at 50% 38%, rgba(226, 196, 108, 0.12), transparent 58%),
    rgba(7, 18, 37, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 16px 42px rgba(0, 0, 0, 0.34);
}

.brand:hover,
.brand:focus-visible {
  border-color: rgba(226, 196, 108, 0.66);
}

.primary-nav {
  gap: 4px;
}

.primary-nav a {
  padding-inline: 11px;
  color: var(--text-secondary);
  font-size: clamp(12px, 0.67vw, 13.5px);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: none;
  text-transform: none;
}

.primary-nav a::after {
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active,
.primary-nav a[aria-current="true"],
.primary-nav a[aria-current="page"] {
  color: var(--text-primary);
}

.primary-nav .nav-cta {
  margin-left: 4px;
  padding-inline: 16px;
  border-color: rgba(201, 168, 76, 0.54);
  color: var(--text-primary);
  background: rgba(201, 168, 76, 0.07);
}

.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus-visible,
.primary-nav .nav-cta.is-active,
.primary-nav .nav-cta[aria-current="true"],
.primary-nav .nav-cta[aria-current="page"] {
  border-color: rgba(226, 196, 108, 0.8);
  background: rgba(201, 168, 76, 0.13);
}

.language-switcher {
  grid-template-columns: repeat(4, 34px);
  gap: 2px;
  min-height: 42px;
  margin-left: 8px;
  border-color: rgba(201, 168, 76, 0.38);
  background: rgba(7, 18, 37, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.language-switcher button {
  width: 34px;
  height: 32px;
  color: var(--text-tertiary);
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active,
.language-switcher button[aria-pressed="true"] {
  color: var(--surface-0);
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2) 52%, var(--gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 24px rgba(201, 168, 76, 0.16);
}

.nav-toggle {
  border-color: rgba(201, 168, 76, 0.38);
  background: rgba(7, 18, 37, 0.82);
}

.nav-toggle span {
  background: var(--gold-2);
}

.overline,
.services-v2-eyebrow,
.press-v2-eyebrow,
.press-v2-section-label,
.about-v2__eyebrow,
.contact__panel .contact-form__eyebrow {
  color: var(--gold-2);
  font-weight: 800;
  letter-spacing: 0.145em;
}

h1,
h2,
h3 {
  letter-spacing: -0.04em;
  text-wrap: balance;
}

p,
li,
figcaption {
  text-wrap: pretty;
}

.hero,
.services-v2-hero,
.about-v2__hero,
.press-v2-hero {
  border-bottom: 1px solid var(--section-rule);
  background:
    radial-gradient(circle at 76% 26%, rgba(201, 168, 76, 0.12), transparent 29%),
    radial-gradient(circle at 18% 76%, rgba(169, 196, 230, 0.055), transparent 34%),
    var(--surface-0);
}

.identity,
.services-v2-practices,
.about-v2__biography,
.about-v2__contact,
.press-v2-featured {
  color: var(--text-primary);
  background:
    radial-gradient(circle at 88% 12%, rgba(169, 196, 230, 0.055), transparent 30%),
    linear-gradient(145deg, var(--surface-3), var(--surface-2) 72%) !important;
}

.services-v2-closing,
.about-v2__principles,
.press-v2-note {
  color: var(--text-primary);
  background:
    radial-gradient(circle at 14% 22%, rgba(201, 168, 76, 0.09), transparent 30%),
    linear-gradient(135deg, var(--surface-1), var(--surface-0) 76%) !important;
}

.services-v2-method,
.about-v2__record,
.press-v2-archive,
.ecosystem {
  color: var(--text-primary);
  background:
    radial-gradient(circle at 84% 72%, rgba(201, 168, 76, 0.075), transparent 28%),
    linear-gradient(180deg, var(--surface-1), var(--surface-0)) !important;
}

.services-v2-principle,
.about-v2__note,
.press-v2-contact,
.footer-cta,
.legal {
  color: var(--text-primary);
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 168, 76, 0.1), transparent 28%),
    linear-gradient(128deg, var(--surface-1), var(--surface-0) 68%) !important;
}

:is(
  .identity,
  .presence,
  .ecosystem,
  .services-v2-practices,
  .services-v2-method,
  .services-v2-principle,
  .services-v2-closing,
  .about-v2__biography,
  .about-v2__record,
  .about-v2__principles,
  .about-v2__note,
  .about-v2__contact,
  .press-v2-featured,
  .press-v2-archive,
  .press-v2-note,
  .press-v2-contact,
  .contact,
  .legal,
  .footer-cta,
  .site-footer
) {
  border-top-color: var(--section-rule);
}

:is(
  .services-v2-practices,
  .services-v2-method,
  .services-v2-principle,
  .services-v2-closing,
  .about-v2__biography,
  .about-v2__record,
  .about-v2__principles,
  .about-v2__note,
  .about-v2__contact,
  .press-v2-featured,
  .press-v2-archive,
  .press-v2-note,
  .press-v2-contact
) :is(h1, h2, h3, h4, strong, li) {
  color: var(--text-primary) !important;
}

:is(
  .services-v2-practices,
  .services-v2-method,
  .services-v2-principle,
  .services-v2-closing,
  .about-v2__biography,
  .about-v2__record,
  .about-v2__principles,
  .about-v2__note,
  .about-v2__contact,
  .press-v2-featured,
  .press-v2-archive,
  .press-v2-note,
  .press-v2-contact
) :is(p, figcaption) {
  color: var(--text-secondary) !important;
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.9) 32%, rgba(5, 11, 22, 0.25) 59%, rgba(5, 11, 22, 0.16) 76%, rgba(5, 11, 22, 0.66) 100%),
    radial-gradient(circle at 72% 40%, rgba(201, 168, 76, 0.13), transparent 27%);
}

.page-home .hero__media {
  background: var(--surface-0);
}

.page-home .hero__media::before {
  background:
    linear-gradient(rgba(5, 11, 22, 0.18), rgba(5, 11, 22, 0.76)),
    url("../images/cahit-host-signal-source.jpeg") 63% 42% / cover no-repeat;
}

.page-home .hero__media::after {
  background:
    radial-gradient(ellipse at 74% 48%, rgba(201, 168, 76, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(5, 11, 22, 0.93) 0%, rgba(5, 11, 22, 0.7) 39%, rgba(5, 11, 22, 0.08) 67%, rgba(5, 11, 22, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.18) 0%, rgba(5, 11, 22, 0.08) 43%, rgba(5, 11, 22, 0.84) 100%);
}

.page-home .hero h1 {
  color: var(--text-primary);
  background: linear-gradient(180deg, #ffffff 6%, #fff8e8 66%, var(--gold-2) 132%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.4));
  -webkit-text-fill-color: transparent;
}

.hero__copy {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.hero__motto {
  border-top-color: rgba(201, 168, 76, 0.5);
}

.hero__motto strong {
  color: var(--gold-2);
  text-shadow: 0 14px 34px rgba(201, 168, 76, 0.2);
}

.hero__text-link,
.services-v2-text-link,
.press-v2-record__link {
  border-bottom-color: rgba(201, 168, 76, 0.48);
  color: var(--text-secondary);
}

:is(
  .button--primary,
  .services-v2-button,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit
) {
  border-color: rgba(226, 196, 108, 0.72);
  border-radius: 2px;
  color: var(--surface-0) !important;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2) 52%, var(--gold)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 18px 44px rgba(0, 0, 0, 0.24);
}

:is(
  .button--primary,
  .services-v2-button,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit
):hover,
:is(
  .button--primary,
  .services-v2-button,
  .about-v2__contact-link,
  .press-v2-contact__link,
  .footer-cta__button,
  .contact-form__submit
):focus-visible {
  color: var(--surface-0) !important;
  filter: brightness(1.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 22px 52px rgba(201, 168, 76, 0.2);
}

.identity__logo img,
.services-v2-hero__media img,
.about-v2__hero-image,
.about-v2__biography-image,
.press-v2-hero__image-frame img,
.press-v2-featured__media img,
.press-v2-record__media img,
.ecosystem-card__media img {
  filter: saturate(0.84) contrast(1.06) brightness(0.88);
}

.services-v2-hero__media::before,
.about-v2__biography-figure::before,
.press-v2-hero__media::before {
  border-color: rgba(201, 168, 76, 0.4);
}

.services-v2-hero__media::after,
.about-v2__hero-media::after,
.press-v2-hero__image-frame::after {
  background: linear-gradient(180deg, transparent 48%, rgba(5, 11, 22, 0.84));
}

.about-v2__hero-copy {
  background:
    radial-gradient(circle at 0 30%, rgba(201, 168, 76, 0.11), transparent 32%),
    var(--surface-0);
}

.about-v2__hero-copy::before {
  background: linear-gradient(transparent, rgba(201, 168, 76, 0.5), transparent);
}

.presence__feature::before {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.86) 0%, rgba(5, 11, 22, 0.54) 44%, rgba(5, 11, 22, 0.2) 74%, rgba(5, 11, 22, 0.5) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.18), rgba(5, 11, 22, 0.24) 52%, rgba(5, 11, 22, 0.9));
}

.presence,
.presence__feature {
  background: var(--surface-0);
}

.presence::before {
  background:
    linear-gradient(90deg, rgba(169, 196, 230, 0.055), transparent 44%),
    linear-gradient(270deg, rgba(201, 168, 76, 0.075), transparent 40%);
}

.presence__statement {
  color: var(--text-primary);
  border-left-color: var(--gold-2);
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.48);
}

html[lang="tr"] .page-home .presence__statement {
  left: clamp(30px, 6.8vw, 132px);
  bottom: clamp(42px, 7.2vw, 118px);
  width: min(12.2em, calc(100% - clamp(60px, 12vw, 190px)));
  padding-left: clamp(20px, 2vw, 34px);
  border-left-width: 1px;
  border-left-color: rgba(226, 196, 108, 0.94);
  color: #fff9ea;
  background: linear-gradient(105deg, #fffaf0 0%, #f7e8bc 58%, #dfbd68 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(68px, 7.2vw, 126px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.043em;
  text-wrap: balance;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.52));
}

@media (max-width: 820px) {
  html[lang="tr"] .page-home .presence__statement {
    left: 24px;
    right: 24px;
    bottom: clamp(34px, 8vh, 72px);
    width: auto;
    padding-left: 18px;
    font-size: clamp(46px, 10.8vw, 66px);
    line-height: 0.96;
    letter-spacing: -0.038em;
  }
}

@media (max-width: 430px) {
  html[lang="tr"] .page-home .presence__statement {
    left: 18px;
    right: 18px;
    bottom: 76px;
    padding-left: 14px;
    font-size: clamp(40px, 11.8vw, 50px);
    line-height: 0.98;
  }
}

.identity__proof-grid,
.services-v2-practices__grid,
.about-v2__principle-grid,
.about-v2__timeline,
.press-v2-featured__record,
.press-v2-records,
.legal__documents {
  border-color: rgba(201, 168, 76, 0.34) !important;
}

.identity__proof-grid article,
.services-v2-practice,
.services-v2-practice li,
.about-v2__principle,
.about-v2__timeline-item,
.press-v2-record,
.legal__documents article {
  border-color: rgba(201, 168, 76, 0.18) !important;
}

.identity__proof-grid article {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 70%);
  transition: background 220ms ease, transform 220ms ease;
}

.identity__proof-grid article:hover {
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.09), rgba(255, 255, 255, 0.02));
  transform: translateY(-2px);
}

.ecosystem-card > a {
  border-color: rgba(201, 168, 76, 0.28);
  background: linear-gradient(145deg, rgba(16, 35, 66, 0.94), rgba(7, 18, 37, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.ecosystem-card__media {
  background: var(--surface-1);
}

.ecosystem-card__media::after {
  background: linear-gradient(180deg, transparent 48%, rgba(5, 11, 22, 0.84));
}

.ecosystem-card__brand,
.ecosystem-card__cta,
.site-footer__motto,
.site-footer__column h2,
.site-footer__ecosystem a,
.site-footer__contact p,
.legal__documents article > span {
  color: var(--gold-2);
}

.contact {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.79) 46%, rgba(5, 11, 22, 0.97) 100%),
    radial-gradient(circle at 72% 28%, rgba(201, 168, 76, 0.1), transparent 32%),
    url("../images/private-mandate-salon.webp") center / cover no-repeat;
}

.contact::after {
  background:
    linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.16) 50%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%, transparent 78%, rgba(201, 168, 76, 0.045));
}

.contact__panel,
.page-contact .contact__panel {
  border-color: rgba(201, 168, 76, 0.3);
  border-top-color: rgba(226, 196, 108, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 42%),
    rgba(7, 18, 37, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 34px 84px rgba(0, 0, 0, 0.32);
}

.contact h1 {
  max-width: 760px;
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 1;
}

.contact__lead,
.contact__panel .contact-form__heading > p:last-child,
.contact-form__field small,
.contact-form__submit-row small,
.contact-form__consent,
.contact-form__fallbacks {
  color: var(--text-tertiary);
}

.contact-form {
  border-top-color: rgba(201, 168, 76, 0.34);
}

.contact-form__field > span {
  color: var(--text-secondary);
  font-size: 12px;
  letter-spacing: 0.075em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text-primary);
  background-color: rgba(5, 11, 22, 0.72);
}

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

.contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-2) 50%),
    linear-gradient(135deg, var(--gold-2) 50%, transparent 50%);
}

.contact-form select option {
  color: var(--text-primary);
  background: var(--surface-1);
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(201, 168, 76, 0.58);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--gold-2);
  background-color: rgba(7, 18, 37, 0.96);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

.contact-form__consent {
  font-size: 13px;
}

.contact-form__consent input {
  accent-color: var(--gold);
}

.contact-form__fallbacks {
  border-top-color: rgba(201, 168, 76, 0.2);
  overflow-wrap: anywhere;
}

.services-v2-practice li,
.about-v2__timeline-copy p,
.press-v2-record__content > p:last-child {
  font-size: clamp(16px, 0.9vw, 16.5px);
  line-height: 1.65;
}

.services-v2-hero h1 {
  font-size: clamp(60px, 5.8vw, 96px);
  line-height: 0.96;
}

.services-v2-section-heading h2,
.about-v2__section-heading h2,
.press-v2-archive__header h2 {
  font-size: clamp(48px, 4.8vw, 80px);
  line-height: 0.98;
}

.services-v2-principle h2,
.about-v2__note h2,
.about-v2__contact h2,
.press-v2-note h2,
.press-v2-contact h2 {
  font-size: clamp(48px, 5.2vw, 84px);
  line-height: 0.98;
}

.services-v2-closing h2 {
  font-size: clamp(54px, 6.3vw, 96px);
  line-height: 0.94;
}

.about-v2__hero h1 {
  font-size: clamp(72px, 7.2vw, 124px);
  line-height: 0.9;
}

.press-v2-hero__copy h1,
.press-v2-featured__body :is(h1, h2) {
  font-size: clamp(52px, 5.3vw, 86px);
  line-height: 0.96;
}

.press-v2-source-link {
  border-color: rgba(201, 168, 76, 0.3);
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.055);
}

.press-v2-source-link:hover,
.press-v2-source-link:focus-visible {
  border-color: rgba(226, 196, 108, 0.66);
  color: var(--text-primary);
  background: rgba(201, 168, 76, 0.09);
}

.legal h1,
.legal__documents h2 {
  color: var(--text-primary);
}

.legal__intro > p:last-child,
.legal__documents p,
.legal__updated {
  color: var(--text-tertiary);
}

.site-footer {
  border-top-color: rgba(201, 168, 76, 0.24);
  background: var(--surface-0) !important;
}

.site-footer a,
.site-footer p,
.site-footer__column > span {
  color: var(--text-secondary);
}

.site-footer__summary,
.site-footer__practice > span,
.site-footer__contact > span,
.site-footer__legal {
  color: var(--text-tertiary);
}

.site-footer__ecosystem,
.site-footer__contact p,
.site-footer__legal {
  border-color: rgba(201, 168, 76, 0.22);
}

.back-to-top {
  border-color: rgba(226, 196, 108, 0.64);
  color: var(--surface-0);
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2) 54%, var(--gold));
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: var(--surface-0);
  background: linear-gradient(135deg, #ffffff, var(--gold-2));
}

html[data-language="de"] :is(h1, h2, h3),
html[data-language="ru"] :is(h1, h2, h3) {
  hyphens: auto;
  overflow-wrap: break-word;
}

:is(
  .services-v2-eyebrow,
  .services-v2-practice__number,
  .services-v2-practice__label,
  .services-v2-practice h4,
  .services-v2-step__number,
  .services-v2-principle__values span,
  .about-v2__eyebrow,
  .about-v2__principle-number,
  .about-v2__timeline-marker,
  .press-v2-eyebrow,
  .press-v2-section-label,
  .press-v2-record-number,
  .press-v2-record__publication,
  .press-v2-record__index span:first-child,
  .press-v2-source-link__action
) {
  color: var(--gold-2) !important;
}

@media (max-width: 1050px) {
  .site-header {
    padding: 12px 22px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: var(--header-current);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - var(--header-current) - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border: 1px solid rgba(201, 168, 76, 0.32);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 48%),
      rgba(5, 11, 22, 0.98);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(20px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
    counter-reset: mobileNav;
  }

  .primary-nav::before {
    content: "";
    height: 1px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  }

  .primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .primary-nav a {
    min-height: 54px;
    justify-content: flex-start;
    gap: 14px;
    padding-inline: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
  }

  .primary-nav a::after {
    display: none;
  }

  .primary-nav a::before {
    min-width: 28px;
    counter-increment: mobileNav;
    content: "0" counter(mobileNav);
    color: var(--gold);
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  .primary-nav a.is-active,
  .primary-nav a[aria-current="page"] {
    color: var(--gold-2);
    background: rgba(201, 168, 76, 0.08) !important;
  }

  .primary-nav .nav-cta {
    margin: 8px 0 0;
    border: 1px solid rgba(201, 168, 76, 0.48);
    background: rgba(201, 168, 76, 0.075);
  }

  .language-switcher {
    grid-template-columns: repeat(4, 44px);
    justify-content: flex-start;
    width: 100%;
    min-height: 54px;
    margin: 12px 0 0;
    padding: 5px;
    background: rgba(7, 18, 37, 0.84);
  }

  .language-switcher button {
    width: 44px;
    height: 44px;
  }

  .no-js .site-header {
    position: absolute;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .no-js .nav-toggle {
    display: none;
  }

  .no-js .primary-nav {
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) and (prefers-reduced-motion: reduce) {
  .primary-nav {
    transition: none !important;
  }
}

@media (max-width: 820px) {
  .page-home .hero__veil {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.38) 0%, rgba(5, 11, 22, 0.66) 42%, rgba(5, 11, 22, 0.99) 100%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.86), rgba(5, 11, 22, 0.32), rgba(5, 11, 22, 0.84));
  }

  .page-home .hero__media::before {
    background:
      linear-gradient(rgba(5, 11, 22, 0.34), rgba(5, 11, 22, 0.78)),
      url("../images/cahit-host-signal-source.jpeg") 50% 42% / cover no-repeat;
  }

  .page-home .hero__media::after {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.34) 0%, rgba(5, 11, 22, 0.66) 42%, rgba(5, 11, 22, 0.99) 100%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.88), rgba(5, 11, 22, 0.38), rgba(5, 11, 22, 0.86));
  }

  .hero__copy {
    font-size: clamp(25px, 7.2vw, 31px);
    line-height: 1.12;
  }

  .services-v2-hero__media img,
  .about-v2__biography-image,
  .press-v2-hero__image-frame {
    aspect-ratio: 4 / 3;
  }

  .contact-form__grid {
    gap: 20px 16px;
  }

  .contact-form__heading h2 {
    font-size: clamp(38px, 8vw, 48px);
  }
}

@media (max-width: 430px) {
  :root {
    --section-y: 80px;
  }

  .services-v2-section-heading h2,
  .services-v2-principle h2,
  .services-v2-closing h2,
  .about-v2__section-heading h2,
  .about-v2__note h2,
  .about-v2__contact h2,
  .press-v2-featured__body :is(h1, h2),
  .press-v2-archive__header h2,
  .press-v2-note h2,
  .press-v2-contact h2 {
    font-size: clamp(38px, 10.5vw, 46px);
    line-height: 0.98;
  }

  .services-v2-hero__media img {
    aspect-ratio: 4 / 3;
    object-position: 52% 46%;
  }

  .contact.section {
    padding-inline: 18px;
  }

  .page-contact .contact__panel {
    padding: 20px 17px;
  }

  .contact h1 {
    font-size: clamp(42px, 12.5vw, 54px);
  }

  .contact-form__grid,
  .contact-form__submit-row {
    grid-template-columns: 1fr;
  }

  .contact-form__field--full {
    grid-column: auto;
  }
}

/* Home mobile hero correction v1023: compact, legible and Safari-safe. */
@media (max-width: 820px) {
  .page-home .hero {
    min-height: 100svh;
    padding: clamp(248px, 38svh, 310px) 22px max(24px, calc(env(safe-area-inset-bottom) + 14px));
  }

  .page-home .hero__media img {
    top: 78px;
    right: auto;
    left: 0;
    width: 100%;
    height: clamp(225px, 36svh, 310px);
    transform: none;
    object-fit: cover;
    object-position: 50% 37%;
    opacity: 0.96;
    filter: saturate(0.96) contrast(1.06) brightness(0.92) drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36));
    -webkit-mask-image: none;
    mask-image: none;
  }

  .page-home .hero__media::after {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.08) 0%, rgba(5, 11, 22, 0.12) 38%, rgba(5, 11, 22, 0.7) 72%, rgba(5, 11, 22, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.26), rgba(5, 11, 22, 0.04) 52%, rgba(5, 11, 22, 0.24));
  }

  .page-home .hero__veil {
    background: linear-gradient(180deg, rgba(5, 11, 22, 0.04) 0%, rgba(5, 11, 22, 0.08) 38%, rgba(5, 11, 22, 0.7) 68%, rgba(5, 11, 22, 0.98) 100%);
  }

  .page-home .hero__watermark,
  .page-home .hero__motto--signature-only {
    display: none;
  }

  .page-home .hero__inner {
    align-self: start;
  }

  .page-home .hero__identity {
    max-width: 100%;
    padding-bottom: 0;
  }

  .page-home .hero h1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.12em;
    max-width: 100%;
    font-size: clamp(52px, 12vw, 68px);
    line-height: 0.86;
    white-space: nowrap;
  }

  .page-home .hero h1 span {
    display: inline-block;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .page-home .hero h1 span + span {
    margin-top: 0;
  }

  .page-home .hero__copy {
    max-width: 620px;
    margin-top: 12px;
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.08;
  }

  .page-home .hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-top: 18px;
  }

  .page-home .hero__actions .button {
    width: auto;
    min-height: 50px;
    padding-inline: 18px;
  }

  .page-home .hero__text-link {
    min-height: 50px;
  }
}

@media (max-width: 430px) {
  .page-home .hero {
    padding: clamp(238px, 38svh, 280px) 18px max(22px, calc(env(safe-area-inset-bottom) + 12px));
  }

  .page-home .hero__media img {
    top: 76px;
    height: clamp(220px, 34svh, 255px);
  }

  .page-home .hero h1 {
    gap: 0.1em;
    font-size: clamp(46px, 14vw, 56px);
  }

  .page-home .hero__copy {
    margin-top: 11px;
    font-size: clamp(21px, 5.8vw, 24px);
    line-height: 1.08;
  }

  .page-home .hero__actions {
    margin-top: 16px;
  }

  .page-home .hero__actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .page-home .hero__text-link {
    display: none;
  }
}

@media (max-width: 430px) and (max-height: 700px) {
  .page-home .hero {
    padding-top: 224px;
  }

  .page-home .hero__media img {
    top: 74px;
    height: 210px;
  }
}

/* Full-width ultra-premium contact form v1025. */
.page-contact .contact {
  min-height: 100svh;
  padding-top: clamp(126px, 8vw, 154px);
  padding-bottom: clamp(76px, 7vw, 112px);
  background:
    radial-gradient(circle at 88% 8%, rgba(226, 196, 108, 0.11), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(169, 196, 230, 0.055), transparent 30%),
    linear-gradient(145deg, #050b16 0%, #071225 52%, #050b16 100%);
}

.page-contact .contact::before {
  content: none;
}

.page-contact .contact::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(201, 168, 76, 0.12) 50%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 80%, rgba(201, 168, 76, 0.045));
}

.page-contact .contact__inner {
  display: block;
  max-width: var(--shell-wide);
}

.page-contact .contact__panel--wide {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(34px, 4vw, 62px);
  border-color: rgba(201, 168, 76, 0.32);
  border-top-color: rgba(226, 196, 108, 0.84);
  background:
    radial-gradient(circle at 94% 0%, rgba(226, 196, 108, 0.11), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(7, 18, 37, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 42px 110px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(22px) saturate(1.08);
}

.page-contact .contact__panel--wide::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(34px, 4vw, 62px);
  width: clamp(88px, 9vw, 144px);
  height: 2px;
  background: linear-gradient(90deg, var(--gold-3), var(--gold), transparent);
}

.page-contact .contact__panel--wide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, transparent 0%, rgba(201, 168, 76, 0.025) 100%);
  opacity: 0.7;
}

.page-contact .contact__panel--wide > * {
  position: relative;
  z-index: 1;
}

.page-contact .contact-form__heading {
  max-width: 900px;
  padding-top: 0;
}

.page-contact .contact-form__heading h1 {
  max-width: 860px;
  margin: 12px 0 0;
  color: var(--text-primary);
  font-family: var(--serif);
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.page-contact .contact-form__heading > p:last-child {
  max-width: 760px;
  margin-top: 16px;
  color: var(--text-tertiary);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.65;
}

.page-contact .contact-form {
  margin-top: 26px;
  padding-top: 28px;
  border-top-color: rgba(201, 168, 76, 0.38);
}

.page-contact .contact-form__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.page-contact .contact-form__services {
  min-width: 0;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}

.page-contact .contact-form__services legend {
  width: 100%;
  margin: 0 0 13px;
  padding: 0;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-contact .contact-form__services legend b {
  color: var(--gold-2);
}

.page-contact .contact-form__service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

.page-contact .contact-form__service-card {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.page-contact .contact-form__service-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.page-contact .contact-form__service-card-body {
  min-height: 108px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  align-content: start;
  padding: 17px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 56%),
    rgba(5, 11, 22, 0.76);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.page-contact .contact-form__service-card-body b {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.page-contact .contact-form__service-card-body strong {
  align-self: end;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.page-contact .contact-form__service-card:hover .contact-form__service-card-body {
  border-color: rgba(226, 196, 108, 0.58);
  transform: translateY(-2px);
}

.page-contact .contact-form__service-card input:checked + .contact-form__service-card-body {
  border-color: var(--gold-2);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 196, 108, 0.19), transparent 50%),
    rgba(12, 26, 48, 0.98);
  box-shadow:
    inset 0 0 0 1px rgba(226, 196, 108, 0.22),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.page-contact .contact-form__service-card input:focus-visible + .contact-form__service-card-body {
  outline: 2px solid var(--gold-3);
  outline-offset: 3px;
}

.page-contact .contact-form.is-validated .contact-form__service-card input:invalid + .contact-form__service-card-body,
.page-contact .contact-form__service-card input[aria-invalid="true"] + .contact-form__service-card-body {
  border-color: #cf7d6f;
}

.page-contact .contact-form__services.is-invalid .contact-form__service-grid {
  outline: 1px solid rgba(207, 125, 111, 0.72);
  outline-offset: 5px;
}

.page-contact .contact-form__message {
  margin-top: 0;
}

.page-contact .contact-form__message textarea {
  min-height: 160px;
}

.page-contact .contact-form__consent {
  max-width: 940px;
  margin-top: 22px;
}

.page-contact .contact-form__submit-row {
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  margin-top: 24px;
}

.page-contact .contact-form__submit {
  min-height: 60px;
}

@media (max-width: 1180px) {
  .page-contact .contact-form__service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-contact .contact-form__service-card-body {
    min-height: 94px;
  }
}

@media (max-width: 820px) {
  .page-contact .contact {
    padding-top: 110px;
    padding-bottom: 72px;
  }

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

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

  .page-contact .contact-form__submit-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .page-contact .contact.section {
    padding-inline: 18px;
  }

  .page-contact .contact__panel--wide {
    padding: 27px 18px 24px;
  }

  .page-contact .contact__panel--wide::before {
    left: 18px;
  }

  .page-contact .contact-form__heading h1 {
    font-size: clamp(43px, 12vw, 54px);
  }

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

  .page-contact .contact-form__field--full {
    grid-column: auto;
  }

  .page-contact .contact-form__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-contact .contact-form__service-card-body {
    min-height: 102px;
    padding: 15px 13px;
  }

  .page-contact .contact-form__message textarea {
    min-height: 150px;
  }
}

@media (max-width: 360px) {
  .page-contact .contact-form__service-grid {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-form__service-card-body {
    min-height: 76px;
  }
}

/* Contact desktop viewport fit v1026: keep the complete form above the fold. */
@media (min-width: 1181px) and (max-height: 1000px) {
  .page-contact .contact {
    padding-bottom: 34px;
  }

  .page-contact .contact__panel--wide {
    padding: 28px clamp(38px, 3vw, 52px) 30px;
  }

  .page-contact .contact__panel--wide::before {
    left: clamp(38px, 3vw, 52px);
  }

  .page-contact .contact-form__heading h1 {
    margin-top: 8px;
    font-size: clamp(48px, 3.4vw, 56px);
    line-height: 0.94;
  }

  .page-contact .contact-form__heading > p:last-child {
    max-width: 680px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.48;
  }

  .page-contact .contact-form {
    margin-top: 16px;
    padding-top: 17px;
  }

  .page-contact .contact-form__grid {
    gap: 14px 18px;
  }

  .page-contact .contact-form__field > input,
  .page-contact .contact-form__field > select {
    min-height: 48px;
  }

  .page-contact .contact-form__services {
    margin-top: 2px;
  }

  .page-contact .contact-form__services legend {
    margin-bottom: 9px;
  }

  .page-contact .contact-form__service-card-body {
    min-height: 82px;
    gap: 9px;
    padding: 12px 14px;
  }

  .page-contact .contact-form__service-card-body b {
    font-size: 18px;
  }

  .page-contact .contact-form__message textarea {
    height: 108px;
    min-height: 108px;
  }

  .page-contact .contact-form__consent {
    margin-top: 13px;
  }

  .page-contact .contact-form__submit-row {
    margin-top: 13px;
  }

  .page-contact .contact-form__submit {
    min-height: 52px;
  }
}

/* Home cinematic opening and interactive private-office story v1027. */
.home-progress {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: rgba(226, 196, 108, 0.08);
}

.home-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gold), var(--gold-3));
  box-shadow: 0 0 18px rgba(226, 196, 108, 0.38);
  will-change: transform;
}

.page-home .hero--cinematic {
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-scroll-y: 0px;
  --hero-light-x: 72%;
  --hero-light-y: 42%;
  position: relative;
  isolation: isolate;
  min-height: max(720px, 100svh);
  display: grid;
  overflow: clip;
  padding: 0;
  background:
    radial-gradient(circle at 22% 34%, rgba(19, 43, 76, 0.44), transparent 36%),
    linear-gradient(135deg, #03070e 0%, #050b16 48%, #071225 100%);
}

.page-home .hero--cinematic::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.99) 0%, rgba(5, 11, 22, 0.93) 33%, rgba(5, 11, 22, 0.42) 58%, rgba(5, 11, 22, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.18), transparent 60%, rgba(5, 11, 22, 0.88));
}

.page-home .hero--cinematic::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0 49.94%, rgba(226, 196, 108, 0.14) 50%, transparent 50.06%),
    linear-gradient(180deg, transparent 0 49.94%, rgba(255, 255, 255, 0.035) 50%, transparent 50.06%);
  background-size: 25% 100%, 100% 25%;
}

.page-home .hero--cinematic .hero__media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: min(60vw, 1120px);
  height: 100%;
  overflow: hidden;
  transition: clip-path 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: clip-path;
}

.js:not(.home-motion-ready) .page-home .hero--cinematic .hero__media {
  clip-path: inset(0 0 0 100%);
}

.home-motion-ready .page-home .hero--cinematic .hero__media {
  clip-path: inset(0);
}

.page-home .hero--cinematic .hero__media picture {
  position: absolute;
  inset: 0;
  display: block;
}

.page-home .hero--cinematic .hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  opacity: 0.96;
  filter: saturate(0.9) contrast(1.04) brightness(0.88);
  transform: translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) + var(--hero-scroll-y)), 0) scale(1.045);
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1), filter 600ms ease;
  will-change: transform;
  -webkit-mask-image: none;
  mask-image: none;
}

.page-home .hero--cinematic .hero__media::after {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.72) 0%, rgba(5, 11, 22, 0.08) 42%, rgba(5, 11, 22, 0.05) 76%, rgba(5, 11, 22, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.16), transparent 62%, rgba(5, 11, 22, 0.7));
}

.page-home .hero--cinematic .hero__veil {
  z-index: 2;
  background: linear-gradient(90deg, rgba(5, 11, 22, 0.98), rgba(5, 11, 22, 0.32) 62%, rgba(5, 11, 22, 0.06));
}

.page-home .hero__cursor-light {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle 240px at var(--hero-light-x) var(--hero-light-y), rgba(226, 196, 108, 0.12), transparent 68%);
  transition: opacity 420ms ease;
}

.page-home .hero--cinematic.has-pointer .hero__cursor-light {
  opacity: 1;
}

.page-home .hero--cinematic .hero__inner {
  position: relative;
  z-index: 5;
  width: min(100% - 48px, var(--shell-wide));
  min-height: inherit;
  margin-inline: auto;
  display: grid;
  align-items: center;
  padding: clamp(132px, 10vw, 176px) 0 clamp(104px, 8vw, 140px);
}

.page-home .hero--cinematic .hero__identity {
  width: min(46vw, 720px);
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-home .hero--cinematic h1 {
  display: block;
  max-width: 620px;
  margin: 0;
  color: #fffaf0;
  font-family: var(--script);
  font-size: clamp(108px, 9vw, 164px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.62;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.page-home .hero--cinematic h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.page-home .hero--cinematic h1 span + span {
  margin-top: 0.13em;
  margin-left: 0.16em;
}

.page-home .hero--cinematic .hero__copy {
  max-width: 650px;
  margin: clamp(42px, 4vw, 64px) 0 0;
  color: rgba(255, 250, 240, 0.92);
  font-family: var(--serif);
  font-size: clamp(27px, 2.1vw, 39px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.page-home .hero--cinematic .hero__actions {
  margin-top: clamp(28px, 3vw, 42px);
}

.page-home .hero--cinematic .button--primary {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.page-home .hero--cinematic .hero__text-link {
  color: rgba(255, 250, 240, 0.84);
}

.page-home .hero__scroll-cue {
  position: absolute;
  z-index: 6;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 250, 240, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.page-home .hero__scroll-cue i {
  position: relative;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.22);
}

.page-home .hero__scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-2);
  animation: home-scroll-cue 1.9s ease-in-out infinite;
}

@keyframes home-scroll-cue {
  0% { transform: translateY(-105%); }
  55%, 100% { transform: translateY(105%); }
}

.page-home .home-story {
  position: relative;
  overflow: clip;
  padding-block: clamp(104px, 9vw, 156px);
  color: var(--text-primary);
  background:
    radial-gradient(circle at 9% 18%, rgba(226, 196, 108, 0.09), transparent 27%),
    radial-gradient(circle at 88% 76%, rgba(69, 107, 154, 0.12), transparent 31%),
    #071225;
}

.page-home .home-story::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.44;
  background:
    linear-gradient(90deg, transparent 0 49.95%, rgba(255, 255, 255, 0.035) 50%, transparent 50.05%) 0 0 / 25% 100%,
    linear-gradient(180deg, rgba(226, 196, 108, 0.08), transparent 20%);
}

.page-home .home-story__inner {
  position: relative;
  z-index: 1;
  max-width: var(--shell-wide);
}

.page-home .home-story__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  justify-items: center;
  align-items: center;
  margin-bottom: clamp(58px, 6vw, 90px);
  text-align: center;
}

.page-home .home-story__header .overline {
  margin: 0;
  justify-self: center;
}

.page-home .home-story__header h2 {
  width: min(100%, 1180px);
  margin: 0 auto;
  color: #fffaf0;
  font-family: var(--serif);
  font-size: clamp(58px, 5.6vw, 92px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.88;
  text-align: center;
  text-wrap: balance;
}

.page-home .home-story__header h2 span,
.page-home .home-story__header h2 em {
  display: block;
}

.page-home .home-story__header h2 em {
  margin-left: 0;
  color: var(--gold-2);
  font-style: normal;
}

.page-home .home-story__experience {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.84fr);
  gap: clamp(52px, 6vw, 92px);
  align-items: start;
}

.page-home .home-story__visual {
  position: sticky;
  top: 112px;
}

.page-home .home-story__frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(226, 196, 108, 0.34);
  border-top-color: rgba(226, 196, 108, 0.88);
  background: #03070e;
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.36);
}

.page-home .home-story__frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 22, 0.04), transparent 58%, rgba(5, 11, 22, 0.72)),
    linear-gradient(90deg, rgba(5, 11, 22, 0.18), transparent 32%, transparent 70%, rgba(5, 11, 22, 0.18));
}

.page-home .home-story__panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity 650ms ease, visibility 650ms ease, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-home .home-story__panel.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.page-home .home-story__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.86);
}

.page-home .home-story__panel[data-home-story-panel="advisory"] img {
  object-position: 50% 39%;
}

.page-home .home-story__panel[data-home-story-panel="vip"] img {
  object-position: 52% 52%;
}

.page-home .home-story__panel[data-home-story-panel="golf"] img {
  object-position: 50% 50%;
}

.page-home .home-story__sheen {
  position: absolute;
  z-index: 4;
  inset: -40% -30%;
  pointer-events: none;
  opacity: 0.34;
  background: linear-gradient(112deg, transparent 37%, rgba(255, 255, 255, 0.13) 48%, transparent 59%);
  animation: home-story-sheen 8s ease-in-out infinite;
}

@keyframes home-story-sheen {
  0%, 22% { transform: translateX(-38%); }
  60%, 100% { transform: translateX(38%); }
}

.page-home .home-story__counter {
  display: grid;
  grid-template-columns: auto minmax(40px, 120px) auto;
  gap: 14px;
  align-items: center;
  width: max-content;
  margin-top: 18px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 19px;
}

.page-home .home-story__counter i {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(226, 196, 108, 0.15));
}

.page-home .home-story__chapters {
  border-top: 1px solid rgba(226, 196, 108, 0.34);
}

.page-home .home-story__tabs {
  display: grid;
}

.page-home .home-story__panel picture,
.page-home .presence__feature picture {
  display: contents;
}

.page-home .home-story__chapter {
  position: relative;
  width: 100%;
  min-height: clamp(154px, 15vw, 196px);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 4px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 240, 0.62);
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color 320ms ease, padding 420ms cubic-bezier(0.16, 1, 0.3, 1), background-color 320ms ease;
}

.page-home .home-story__chapter::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gold-2), transparent 82%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-home .home-story__chapter > span:first-child {
  align-self: start;
  padding-top: 5px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 19px;
}

.page-home .home-story__chapter > span:nth-child(2) {
  display: grid;
  gap: 10px;
}

.page-home .home-story__chapter strong {
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.page-home .home-story__chapter small {
  max-width: 490px;
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1.55;
}

.page-home .home-story__chapter b {
  color: var(--gold-2);
  font-size: 24px;
  font-weight: 400;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 280ms ease, transform 360ms ease;
}

.page-home .home-story__chapter:hover,
.page-home .home-story__chapter:focus-visible,
.page-home .home-story__chapter.is-active {
  padding-left: 16px;
  color: #fffaf0;
  background: linear-gradient(90deg, rgba(226, 196, 108, 0.085), transparent 74%);
}

.page-home .home-story__chapter.is-active::before {
  transform: scaleX(1);
}

.page-home .home-story__chapter:hover b,
.page-home .home-story__chapter:focus-visible b,
.page-home .home-story__chapter.is-active b {
  opacity: 1;
  transform: translateX(0);
}

.page-home .home-story__link {
  width: max-content;
  display: inline-flex;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(226, 196, 108, 0.48);
  color: #fffaf0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-story__link span {
  color: var(--gold-2);
}

@media (max-width: 1180px) {
  .page-home .hero--cinematic .hero__media {
    width: 64vw;
  }

  .page-home .home-story__experience {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 44px;
  }
}

@media (max-width: 820px) {
  .page-home .hero--cinematic {
    min-height: max(700px, 100svh);
    padding: 0;
  }

  .page-home .hero--cinematic::before {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.04) 0%, rgba(5, 11, 22, 0.08) 34%, rgba(5, 11, 22, 0.58) 58%, rgba(5, 11, 22, 0.98) 78%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.26), transparent 54%, rgba(5, 11, 22, 0.16));
  }

  .page-home .hero--cinematic::after {
    opacity: 0.22;
    background-size: 50% 100%, 100% 25%;
  }

  .page-home .hero--cinematic .hero__media {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .page-home .hero--cinematic .hero__media img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 32%;
    opacity: 0.94;
    transform: scale(1.035);
    filter: saturate(0.9) contrast(1.04) brightness(0.82);
  }

  .page-home .hero--cinematic .hero__media::after {
    background: linear-gradient(180deg, rgba(5, 11, 22, 0.02) 0%, rgba(5, 11, 22, 0.08) 37%, rgba(5, 11, 22, 0.64) 61%, rgba(5, 11, 22, 0.99) 82%);
  }

  .page-home .hero--cinematic .hero__veil {
    background: linear-gradient(180deg, transparent 0%, rgba(5, 11, 22, 0.08) 34%, rgba(5, 11, 22, 0.72) 64%, #050b16 89%);
  }

  .page-home .hero__cursor-light {
    display: none;
  }

  .page-home .hero__scroll-cue {
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    left: auto;
    gap: 7px;
    font-size: 9px;
    transform: none;
  }

  .page-home .hero__scroll-cue i {
    height: 24px;
  }

  .page-home .hero--cinematic .hero__inner {
    width: min(100% - 40px, var(--shell-wide));
    min-height: inherit;
    align-items: end;
    padding: 48svh 0 max(92px, calc(env(safe-area-inset-bottom) + 76px));
  }

  .page-home .hero--cinematic .hero__identity {
    width: 100%;
  }

  .page-home .hero--cinematic h1 {
    display: block;
    max-width: 100%;
    font-size: clamp(76px, 22vw, 112px);
    line-height: 0.62;
    white-space: normal;
  }

  .page-home .hero--cinematic h1 span {
    display: block;
  }

  .page-home .hero--cinematic h1 span + span {
    margin-top: 0.16em;
    margin-left: 0.16em;
  }

  .page-home .hero--cinematic .hero__copy {
    max-width: 560px;
    margin-top: 38px;
    font-size: clamp(25px, 6.7vw, 32px);
    line-height: 1.04;
  }

  .page-home .hero--cinematic .hero__actions {
    margin-top: 24px;
  }

  .page-home .home-story {
    padding-block: 92px;
  }

  .page-home .home-story__header {
    gap: 24px;
    margin-bottom: 52px;
  }

  .page-home .home-story__header h2 {
    font-size: clamp(48px, 11vw, 68px);
  }

  .page-home .home-story__header h2 em {
    margin-left: 0;
  }

  .page-home .home-story__experience {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .page-home .home-story__visual {
    position: relative;
    top: auto;
  }

  .page-home .home-story__frame {
    aspect-ratio: 4 / 3;
  }

  .page-home .home-story__chapter {
    min-height: 138px;
  }
}

@media (max-width: 560px) {
  .page-home .hero--cinematic .hero__inner {
    width: min(100% - 36px, var(--shell-wide));
    padding-top: 46svh;
  }

  .page-home .hero--cinematic h1 {
    font-size: clamp(72px, 22vw, 94px);
  }

  .page-home .hero--cinematic .hero__copy {
    margin-top: 34px;
    font-size: clamp(23px, 6.5vw, 28px);
  }

  .page-home .hero--cinematic .hero__actions {
    display: grid;
    justify-items: stretch;
    gap: 14px;
  }

  .page-home .hero--cinematic .hero__actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .page-home .hero--cinematic .hero__text-link {
    display: inline-flex;
    width: max-content;
    min-height: 42px;
  }

  .page-home .home-story {
    padding-block: 78px;
  }

  .page-home .home-story__header {
    margin-bottom: 38px;
  }

  .page-home .home-story__header h2 {
    font-size: clamp(43px, 12.4vw, 58px);
    line-height: 0.92;
  }

  .page-home .home-story__header h2 em {
    margin-top: 0.08em;
    margin-left: 0;
  }

  .page-home .home-story__frame {
    aspect-ratio: 1 / 1;
  }

  .page-home .home-story__counter {
    margin-top: 14px;
  }

  .page-home .home-story__chapter {
    min-height: 126px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 20px 0;
  }

  .page-home .home-story__chapter:hover,
  .page-home .home-story__chapter:focus-visible,
  .page-home .home-story__chapter.is-active {
    padding-left: 10px;
  }

  .page-home .home-story__chapter strong {
    font-size: clamp(25px, 7vw, 31px);
  }

  .page-home .home-story__chapter small {
    font-size: 12px;
  }

  .page-home .home-story__chapter b {
    font-size: 18px;
  }
}

@media (max-width: 430px) and (max-height: 760px) {
  .page-home .hero--cinematic .hero__inner {
    padding-top: 41svh;
    padding-bottom: 24px;
  }

  .page-home .hero--cinematic h1 {
    font-size: clamp(66px, 20vw, 82px);
  }

  .page-home .hero--cinematic .hero__copy {
    margin-top: 30px;
    font-size: 22px;
  }

  .page-home .hero--cinematic .hero__actions {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js:not(.home-motion-ready) .page-home .hero--cinematic .hero__media {
    clip-path: none;
  }

  .page-home .hero--cinematic .hero__media,
  .page-home .hero--cinematic .hero__media img,
  .page-home .hero--cinematic .button--primary,
  .page-home .home-story__panel,
  .page-home .home-story__chapter,
  .page-home .home-story__chapter::before,
  .page-home .home-story__chapter b {
    transition: none;
  }

  .page-home .hero__scroll-cue i::after,
  .page-home .home-story__sheen {
    animation: none;
  }
}

/* Premium dark-surface motion system v1028. */
.dark-motion {
  --dark-motion-x: 50%;
  --dark-motion-y: 38%;
  --dark-motion-depth-x: 0px;
  --dark-motion-depth-y: 0px;
  --dark-motion-radius: 300px;
  --dark-motion-gold: 0.075;
  --dark-motion-gold-soft: 0.032;
  --dark-motion-blue: 0.04;
  position: relative;
  isolation: isolate;
}

.dark-motion--strong {
  --dark-motion-radius: 380px;
  --dark-motion-gold: 0.115;
  --dark-motion-gold-soft: 0.048;
  --dark-motion-blue: 0.06;
}

.dark-motion--subtle {
  --dark-motion-radius: 250px;
  --dark-motion-gold: 0.045;
  --dark-motion-gold-soft: 0.019;
  --dark-motion-blue: 0.024;
}

.dark-motion__light {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle var(--dark-motion-radius) at var(--dark-motion-x) var(--dark-motion-y),
      rgba(226, 196, 108, var(--dark-motion-gold)) 0%,
      rgba(201, 168, 76, var(--dark-motion-gold-soft)) 34%,
      transparent 72%
    ),
    radial-gradient(
      circle 520px at calc(var(--dark-motion-x) + 8%) calc(var(--dark-motion-y) - 6%),
      rgba(86, 132, 190, var(--dark-motion-blue)),
      transparent 76%
    );
  mix-blend-mode: screen;
  transition: opacity 420ms ease;
  will-change: opacity, transform;
}

.dark-motion.is-pointer-active > .dark-motion__light {
  opacity: 1;
}

.dark-motion__depth-target {
  translate: var(--dark-motion-depth-x) var(--dark-motion-depth-y);
  transition: translate 850ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: translate;
}

/* Allura's capital C rises outside its tight line box; keep the gradient paint area intact. */
.page-home .hero--cinematic h1 {
  overflow: visible;
  padding: 0.18em 0.08em 0.1em;
  margin: -0.18em -0.08em -0.1em;
}

@media (min-width: 821px) {
  .page-home .hero--cinematic h1 {
    line-height: 0.69;
  }
}

@media (hover: none), (pointer: coarse) {
  .dark-motion.is-ambient-visible > .dark-motion__light {
    opacity: 0.56;
    animation: dark-motion-ambient 14s ease-in-out infinite alternate;
  }
}

@keyframes dark-motion-ambient {
  from {
    transform: translate3d(-3%, -1.5%, 0) scale(1.03);
  }
  to {
    transform: translate3d(3%, 1.5%, 0) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dark-motion__light {
    display: none;
    animation: none;
    transition: none;
  }

  .dark-motion__depth-target {
    translate: 0 0;
    transition: none;
  }
}

/* Homepage ecosystem composition v1029: balanced, compact and overflow-safe. */
.page-home .ecosystem {
  overflow: clip;
  padding-block: clamp(96px, 7.5vw, 132px);
}

.page-home .ecosystem__inner {
  width: min(calc(100% - 48px), 1320px);
  max-width: none;
  margin-inline: auto;
}

.page-home .ecosystem__intro {
  width: min(100%, 980px);
}

.page-home .ecosystem__lead {
  display: none;
}

.page-home .ecosystem__hub {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, auto);
  gap: 0 16px;
  align-items: center;
  justify-content: center;
  justify-items: start;
  margin: clamp(34px, 3.4vw, 48px) auto 0;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(226, 196, 108, 0.28);
  border-top-color: rgba(226, 196, 108, 0.72);
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 54%),
    rgba(7, 18, 37, 0.78);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.page-home .ecosystem__hub img {
  width: 54px;
  height: 54px;
  grid-row: 1;
}

.page-home .ecosystem__hub strong {
  color: #fffaf0;
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.08;
  white-space: nowrap;
}

.page-home .ecosystem__hub p,
.page-home .ecosystem__fork {
  display: none !important;
}

.page-home .ecosystem__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 34px);
  align-items: stretch;
  margin-top: clamp(36px, 4vw, 54px);
}

.page-home .ecosystem-card {
  min-width: 0;
  display: flex;
}

.page-home .ecosystem-card::before {
  content: none;
}

.page-home .ecosystem-card > a {
  min-width: 0;
  min-height: 100%;
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(226, 196, 108, 0.3);
  border-top-color: rgba(226, 196, 108, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 44%),
    linear-gradient(145deg, rgba(16, 35, 66, 0.96), rgba(7, 18, 37, 0.99));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

.page-home .ecosystem-card > a:hover,
.page-home .ecosystem-card > a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(226, 196, 108, 0.7);
  box-shadow: 0 36px 88px rgba(0, 0, 0, 0.38);
}

.page-home .ecosystem-card__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.page-home .ecosystem-card__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.page-home .ecosystem-card__body {
  min-width: 0;
  min-height: 260px;
  padding: clamp(26px, 2.5vw, 34px);
}

.page-home .ecosystem-card__brand {
  font-size: clamp(38px, 3.4vw, 48px);
  line-height: 0.94;
}

.page-home .ecosystem-card h3 {
  max-width: 520px;
  margin-top: 18px;
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.08;
}

.page-home .ecosystem-card p {
  max-width: 520px;
  margin: 14px 0 24px;
  font-size: 16px;
  line-height: 1.55;
}

.page-home .ecosystem-card__cta {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .page-home .ecosystem__cards {
    gap: 20px;
  }

  .page-home .ecosystem-card__body {
    min-height: 280px;
    padding: 26px;
  }
}

@media (max-width: 820px) {
  .page-home .ecosystem {
    padding-block: 88px;
  }

  .page-home .ecosystem__inner {
    width: min(calc(100% - 40px), 720px);
  }

  .page-home .ecosystem__hub {
    margin-left: 0;
  }

  .page-home .ecosystem__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .page-home .ecosystem-card__media {
    aspect-ratio: 16 / 10;
  }

  .page-home .ecosystem-card__body {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .page-home .ecosystem__inner {
    width: min(calc(100% - 32px), 620px);
  }

  .page-home .ecosystem__hub {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0 12px;
    width: 100%;
    padding: 9px 13px 9px 9px;
  }

  .page-home .ecosystem__hub img {
    width: 46px;
    height: 46px;
  }

  .page-home .ecosystem__hub strong {
    font-size: 18px;
    white-space: normal;
  }

  .page-home .ecosystem-card__body {
    padding: 24px 21px 26px;
  }
}

/* About page editorial profile v1035. */
.page-about {
  background: var(--surface-0);
}

.page-about .about-premium {
  overflow: clip;
  color: var(--text-primary);
  background: var(--surface-0);
}

.page-about .about-premium__hero {
  min-height: clamp(720px, calc(100svh - 76px), 940px);
  grid-template-columns: minmax(0, 58fr) minmax(390px, 42fr);
  border-bottom: 1px solid var(--section-rule);
  background: var(--surface-0);
}

.page-about .about-premium__hero-media,
.page-about .about-premium__hero-copy {
  min-width: 0;
}

.page-about .about-premium__hero-media::after {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.04) 0%, rgba(5, 11, 22, 0.12) 58%, rgba(5, 11, 22, 0.82) 100%),
    linear-gradient(180deg, rgba(5, 11, 22, 0.08) 0%, transparent 52%, rgba(5, 11, 22, 0.58) 100%);
}

.page-about .about-premium__hero-image {
  object-position: 42% 50%;
  filter: saturate(0.7) contrast(1.08) brightness(0.78);
  transform: scale(1.018);
}

.page-about .about-premium__hero-copy {
  justify-content: center;
  padding: clamp(130px, 16vh, 184px) clamp(42px, 5.2vw, 92px) clamp(76px, 10vh, 112px);
  background:
    radial-gradient(circle at 0 38%, rgba(201, 168, 76, 0.11), transparent 32%),
    linear-gradient(142deg, #071225 0%, #050b16 66%);
}

.page-about .about-premium__hero-copy::before {
  top: 15%;
  height: 70%;
  background: linear-gradient(transparent, rgba(201, 168, 76, 0.44), transparent);
}

.page-about .about-premium__hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(72px, 7.2vw, 124px);
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-wrap: balance;
}

.page-about .about-premium__hero-lead {
  max-width: 610px;
  margin: clamp(34px, 4vw, 52px) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(27px, 2.05vw, 37px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.14;
  text-wrap: balance;
}

.page-about .about-premium__metric {
  width: min(100%, 570px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  margin: clamp(54px, 6vw, 78px) 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(201, 168, 76, 0.42);
}

.page-about .about-premium__metric strong {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.72;
}

.page-about .about-premium__metric span {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-about .about-premium__profile {
  position: relative;
  padding: clamp(104px, 8vw, 142px) 0 clamp(112px, 9vw, 154px);
  color: var(--text-primary);
  background:
    radial-gradient(circle at 92% 20%, rgba(201, 168, 76, 0.08), transparent 27%),
    linear-gradient(145deg, #0b1a31 0%, #071225 54%, #050b16 100%);
}

.page-about .about-premium__profile::before {
  position: absolute;
  top: 0;
  right: 13%;
  width: 1px;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.5), transparent);
  content: "";
}

.page-about .about-premium__shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1340px);
  margin-inline: auto;
}

.page-about .about-premium__heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.25fr) minmax(0, 1fr);
  gap: 34px clamp(54px, 6vw, 92px);
  align-items: start;
}

.page-about .about-premium__heading h2 {
  max-width: 920px;
  margin: 0;
  color: var(--text-primary);
  font-family: var(--serif);
  font-size: clamp(52px, 5.8vw, 88px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.page-about .about-premium__profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.08fr);
  gap: clamp(52px, 6vw, 92px);
  align-items: center;
  margin-top: clamp(58px, 5.8vw, 84px);
}

.page-about .about-premium__profile-copy {
  min-width: 0;
  padding-left: clamp(20px, 3.5vw, 54px);
  border-left: 1px solid rgba(201, 168, 76, 0.34);
}

.page-about .about-premium__profile-copy p {
  max-width: 54ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.7;
}

.page-about .about-premium__profile-media {
  position: relative;
  min-width: 0;
  margin: 0;
}

.page-about .about-premium__profile-media::before {
  position: absolute;
  inset: -16px 18px 18px -16px;
  z-index: -1;
  border: 1px solid rgba(201, 168, 76, 0.34);
  content: "";
}

.page-about .about-premium__profile-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(5, 11, 22, 0.58)),
    linear-gradient(90deg, rgba(7, 18, 37, 0.12), transparent 42%);
  content: "";
}

.page-about .about-premium__profile-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(0.72) contrast(1.07) brightness(0.88);
}

.page-about .about-premium__career {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(72px, 6.4vw, 98px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(201, 168, 76, 0.38);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  list-style: none;
}

.page-about .about-premium__career-item {
  min-width: 0;
  padding: 34px clamp(24px, 2.5vw, 40px) 40px;
  border-left: 1px solid rgba(201, 168, 76, 0.16);
}

.page-about .about-premium__career-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.page-about .about-premium__career-marker {
  margin: 0;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

.page-about .about-premium__career-item h3 {
  max-width: 360px;
  margin: 24px 0 0;
  color: var(--text-primary);
  font-family: var(--serif);
  font-size: clamp(27px, 2.1vw, 36px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.page-about .about-premium__career-item > p:last-child {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
  line-height: 1.65;
}

.page-about .about-premium__perspective {
  min-height: clamp(520px, 68svh, 680px);
  display: grid;
  place-items: center;
  padding: clamp(96px, 8vw, 132px) 48px;
  border-top: 1px solid rgba(201, 168, 76, 0.22);
  border-bottom: 1px solid rgba(201, 168, 76, 0.22);
  background:
    radial-gradient(circle at 82% 30%, rgba(201, 168, 76, 0.11), transparent 26%),
    linear-gradient(128deg, #071225, #050b16 64%);
}

.page-about .about-premium__perspective::after {
  right: 7%;
  bottom: 0;
  color: rgba(201, 168, 76, 0.055);
  font-size: min(38vw, 560px);
}

.page-about .about-premium__perspective-inner {
  width: min(100%, 1120px);
}

.page-about .about-premium__perspective .about-v2__eyebrow {
  margin: 0;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-about .about-premium__quote {
  margin: 32px 0 0;
}

.page-about .about-premium__quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--serif);
  font-size: clamp(37px, 4.2vw, 64px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 1.08;
  text-wrap: balance;
}

.page-about .about-premium__signature {
  display: block;
  margin: 44px auto 0;
  color: var(--gold-2);
  font-family: var(--script);
  font-size: clamp(54px, 5vw, 74px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.page-about > .footer-cta {
  display: block;
  border-top: 0;
}

@media (max-width: 1080px) {
  .page-about .about-premium__hero {
    grid-template-columns: minmax(0, 55fr) minmax(360px, 45fr);
  }

  .page-about .about-premium__hero-copy {
    padding-inline: 42px;
  }

  .page-about .about-premium__profile-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
    gap: 56px;
  }
}

@media (max-width: 980px) {
  .page-about .about-premium__hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .page-about .about-premium__hero-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .page-about .about-premium__hero-media::after {
    background:
      linear-gradient(180deg, rgba(5, 11, 22, 0.04) 0%, transparent 55%, rgba(5, 11, 22, 0.88) 100%),
      linear-gradient(90deg, rgba(5, 11, 22, 0.08), transparent 60%);
  }

  .page-about .about-premium__hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    object-position: 38% 50%;
    transform: scale(1.01);
  }

  .page-about .about-premium__hero-copy {
    min-height: 0;
    padding: 56px 28px 70px;
  }

  .page-about .about-premium__hero-copy::before {
    top: 0;
    left: 28px;
    width: calc(100% - 56px);
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 168, 76, 0.5), transparent);
  }

  .page-about .about-premium__hero h1 {
    font-size: clamp(62px, 15vw, 92px);
  }

  .page-about .about-premium__hero-lead {
    max-width: 640px;
    margin-top: 30px;
    font-size: clamp(25px, 6.4vw, 34px);
  }

  .page-about .about-premium__metric {
    margin-top: 46px;
  }

  .page-about .about-premium__profile {
    padding-block: 88px 98px;
  }

  .page-about .about-premium__shell {
    width: min(calc(100% - 44px), 720px);
  }

  .page-about .about-premium__heading,
  .page-about .about-premium__profile-grid,
  .page-about .about-premium__career {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-about .about-premium__heading {
    gap: 26px;
  }

  .page-about .about-premium__heading h2 {
    font-size: clamp(46px, 12vw, 68px);
  }

  .page-about .about-premium__profile-grid {
    gap: 48px;
    margin-top: 48px;
  }

  .page-about .about-premium__profile-copy {
    padding-left: 22px;
  }

  .page-about .about-premium__profile-media::before {
    inset: -10px 12px 12px -10px;
  }

  .page-about .about-premium__career {
    margin-top: 66px;
  }

  .page-about .about-premium__career-item,
  .page-about .about-premium__career-item:first-child {
    padding: 30px 0 34px;
    border-left: 0;
    border-top: 1px solid rgba(201, 168, 76, 0.16);
  }

  .page-about .about-premium__career-item:first-child {
    border-top: 0;
  }

  .page-about .about-premium__career-item h3,
  .page-about .about-premium__career-item > p:last-child {
    max-width: 620px;
  }

  .page-about .about-premium__perspective {
    min-height: 540px;
    padding: 88px 22px;
  }

  .page-about .about-premium__quote p {
    font-size: clamp(34px, 9vw, 50px);
  }
}

@media (max-width: 430px) {
  .page-about .about-premium__hero-copy {
    padding: 50px 18px 64px;
  }

  .page-about .about-premium__hero-copy::before {
    left: 18px;
    width: calc(100% - 36px);
  }

  .page-about .about-premium__hero h1 {
    font-size: clamp(58px, 18vw, 76px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-about .about-premium__hero-lead {
    font-size: clamp(24px, 7.2vw, 30px);
  }

  .page-about .about-premium__metric {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
  }

  .page-about .about-premium__metric strong {
    font-size: 58px;
  }

  .page-about .about-premium__shell {
    width: min(calc(100% - 36px), 620px);
  }

  .page-about .about-premium__heading h2 {
    font-size: clamp(42px, 13.2vw, 58px);
  }

  .page-about .about-premium__profile-copy {
    padding-left: 18px;
  }

  .page-about .about-premium__profile-copy p {
    font-size: 17px;
    line-height: 1.67;
  }

  .page-about .about-premium__career-item h3 {
    font-size: clamp(27px, 8.5vw, 34px);
    overflow-wrap: break-word;
  }

  .page-about .about-premium__perspective {
    min-height: 500px;
    padding-inline: 18px;
  }

  .page-about .about-premium__quote p {
    font-size: clamp(31px, 9.4vw, 40px);
    line-height: 1.12;
  }

  .page-about .about-premium__signature {
    margin-top: 36px;
    font-size: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-premium__hero-image {
    transform: none;
  }
}

/* Press editorial archive v1036. */
.page-press .press-v2-hero {
  min-height: min(700px, 80svh);
  padding: clamp(132px, 14vh, 172px) 0 clamp(64px, 7vh, 82px);
}

.page-press .press-v2-hero .press-v2-shell {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  gap: clamp(42px, 5vw, 72px);
}

.page-press .press-v2-hero__copy h1 {
  max-width: 820px;
  font-size: clamp(58px, 5.4vw, 88px);
}

.page-press .press-v2-hero__lead {
  max-width: 680px;
  margin-top: 28px;
}

.page-press .press-v2-hero__image-frame img {
  object-position: center 30%;
}

.page-press .press-v2-featured,
.page-press .press-v2-archive {
  padding-block: clamp(92px, 8vw, 126px);
}

.page-press .press-v2-featured__record {
  grid-template-columns: 88px minmax(300px, 0.78fr) minmax(0, 1.12fr);
  gap: clamp(30px, 4vw, 58px);
  margin-top: 40px;
  padding-top: 36px;
}

.page-press .press-v2-featured__meta {
  gap: 46px;
}

.page-press .press-v2-featured__meta p span + span {
  margin-top: 8px;
  color: var(--gold-2);
}

.page-press .press-v2-featured__body :is(h1, h2) {
  font-size: clamp(46px, 4.6vw, 74px);
}

.page-press .press-v2-role {
  display: grid;
  gap: 7px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(201, 168, 76, 0.22);
}

.page-press .press-v2-role span {
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-press .press-v2-role strong {
  color: var(--text-primary);
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page-press .press-v2-source-group {
  margin-top: 30px;
}

.page-press .press-v2-archive__header h2 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 78px);
}

.page-press .press-v2-archive__header div > p {
  max-width: 760px;
}

.page-press .press-v2-records {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: clamp(54px, 6vw, 78px) 0 0;
  border-top: 0;
}

.page-press .press-v2-record {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.24) !important;
  background:
    linear-gradient(155deg, rgba(16, 35, 66, 0.9), rgba(5, 11, 22, 0.96)),
    var(--surface-1);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.page-press .press-v2-record__inner {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
  align-items: stretch;
  padding: 0;
}

.page-press .press-v2-record__index {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
}

.page-press .press-v2-record__index > p {
  display: grid;
  gap: 4px;
  margin: 0;
  text-align: right;
}

.page-press .press-v2-record__index span,
.page-press .press-v2-record__index time {
  display: inline;
}

.page-press .press-v2-record__index > p span,
.page-press .press-v2-record__index > p time {
  color: var(--text-tertiary);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-press .press-v2-record__index > p span:last-child {
  color: var(--gold-2);
}

.page-press .press-v2-record__media {
  grid-column: auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  border-block: 1px solid rgba(201, 168, 76, 0.16);
}

.page-press .press-v2-record__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 11, 22, 0.32));
  content: "";
  pointer-events: none;
}

.page-press .press-v2-record__content {
  grid-column: auto;
  padding: 25px 22px 0;
}

.page-press .press-v2-record__content h3 {
  font-size: clamp(29px, 2.25vw, 38px);
  line-height: 1.04;
}

.page-press .press-v2-record__content > p:not(.press-v2-role) {
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.62;
}

.page-press .press-v2-record__content .press-v2-role {
  margin-top: 22px;
}

.page-press .press-v2-record__content .press-v2-role strong {
  font-size: 18px;
}

.page-press .press-v2-record__link {
  grid-column: auto;
  align-self: end;
  width: calc(100% - 44px);
  margin: 24px 22px 26px;
}

.page-press .press-v2-record:nth-child(1) .press-v2-record__media img {
  object-position: 50% 48%;
}

.page-press .press-v2-record:nth-child(2) .press-v2-record__media img {
  object-position: center 62%;
}

.page-press .press-v2-record:nth-child(3) .press-v2-record__media img {
  object-position: 66% center;
}

.page-press .press-v2-contact {
  padding: clamp(72px, 7vw, 96px) 0;
}

.page-press .press-v2-contact__inner {
  align-items: center;
}

.page-press .press-v2-contact h2 {
  max-width: 820px;
  font-size: clamp(38px, 4.2vw, 60px);
}

.page-press .press-v2-source-link:focus-visible,
.page-press .press-v2-record__link:focus-visible,
.page-press .press-v2-contact__link:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .page-press .press-v2-record:hover {
    transform: translateY(-5px);
    border-color: rgba(226, 196, 108, 0.54) !important;
    box-shadow: 0 34px 78px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .page-press .press-v2-records {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-press .press-v2-record:last-child {
    grid-column: 1 / -1;
    width: calc(50% - clamp(9px, 1vw, 14px));
    margin-inline: auto;
  }

  .page-press .press-v2-featured__body :is(h1, h2) {
    font-size: clamp(42px, 4.5vw, 56px);
  }
}

@media (max-width: 900px) {
  .page-press .press-v2-hero {
    min-height: 0;
    padding: 130px 0 78px;
  }

  .page-press .press-v2-hero .press-v2-shell,
  .page-press .press-v2-featured__record,
  .page-press .press-v2-records {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-press .press-v2-featured__record {
    gap: 36px;
  }

  .page-press .press-v2-record {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }

  .page-press .press-v2-record__media,
  .page-press .press-v2-record__content,
  .page-press .press-v2-record__link {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .page-press .press-v2-hero {
    padding: 116px 0 68px;
  }

  .page-press .press-v2-hero__copy h1 {
    font-size: clamp(50px, 15vw, 66px);
  }

  .page-press .press-v2-featured,
  .page-press .press-v2-archive {
    padding-block: 78px;
  }

  .page-press .press-v2-featured__record {
    gap: 30px;
  }

  .page-press .press-v2-featured__body :is(h1, h2) {
    font-size: clamp(39px, 11.5vw, 50px);
  }

  .page-press .press-v2-record__content h3 {
    font-size: 31px;
  }

  .page-press .press-v2-contact h2 {
    font-size: 38px;
  }

  .page-press .press-v2-record__index > p span,
  .page-press .press-v2-record__index > p time,
  .page-press .press-v2-role span {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-press .press-v2-record,
  .page-press .press-v2-record__media img {
    transition: none;
  }

  .page-press .press-v2-record:hover,
  .page-press .press-v2-record:hover .press-v2-record__media img {
    transform: none;
  }
}

/* Site-wide refinement release v1037: resilient mobile UX and editorial rhythm. */
body.nav-open {
  overflow: hidden;
  overscroll-behavior: none;
}

html[data-language="de"] :is(h1, h2, h3),
html[data-language="ru"] :is(h1, h2, h3) {
  hyphens: none;
  overflow-wrap: normal;
}

.page-contact .contact-form__service-card-body strong {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (max-width: 1120px) and (min-width: 901px) {
  .page-press .press-v2-record:last-child {
    width: 100%;
  }

  .page-press .press-v2-record:last-child .press-v2-record__inner {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    grid-template-rows: auto 1fr auto;
  }

  .page-press .press-v2-record:last-child .press-v2-record__index {
    grid-column: 1 / -1;
  }

  .page-press .press-v2-record:last-child .press-v2-record__media {
    grid-column: 1;
    grid-row: 2 / 4;
    height: 100%;
    min-height: 360px;
    aspect-ratio: auto;
    border-bottom: 0;
  }

  .page-press .press-v2-record:last-child .press-v2-record__content {
    grid-column: 2;
    grid-row: 2;
  }

  .page-press .press-v2-record:last-child .press-v2-record__link {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 640px) {
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
    padding: 58px 0 42px;
  }

  .site-footer__brand-column,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .site-footer__summary,
  .site-footer__signature {
    display: none;
  }

  .site-footer__motto {
    max-width: 440px;
    margin-top: 15px;
  }

  .site-footer__column {
    min-width: 0;
    gap: 9px;
  }

  .site-footer__column :is(a, span, p) {
    overflow-wrap: anywhere;
  }

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

  .site-footer__contact h2,
  .site-footer__contact p {
    grid-column: 1 / -1;
  }

  .site-footer__legal {
    gap: 15px;
    padding: 22px 0 30px;
  }

  .page-legal main > .section:first-child {
    padding-top: 120px;
  }
}

@media (max-width: 430px) {
  html[data-language="de"] :is(h1, h2, h3),
  html[data-language="ru"] :is(h1, h2, h3) {
    hyphens: none;
    overflow-wrap: anywhere;
    word-break: normal;
  }

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

  .page-contact .contact-form__service-card-body {
    min-height: 76px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .page-about .about-premium__hero-media {
    min-height: 480px;
    max-height: 640px;
    aspect-ratio: 16 / 10;
  }

  .page-about .about-premium__hero-image {
    object-position: 50% 48%;
  }
}

@media (max-width: 360px) {
  .site-footer__main,
  .site-footer__contact {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__column :is(a, span, p) {
    overflow-wrap: break-word;
  }
}

@media (forced-colors: active) {
  :is(a, button, input, textarea, select):focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 3px;
  }

  :is(.button, .nav-toggle, .contact-form__service-card-body, .contact-form__submit) {
    border: 1px solid ButtonText;
  }
}

/* Press visual archive v1038. */
.page-press .press-v2-record__media {
  align-self: start;
}

.page-press .press-v3-film {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(112px, 10vw, 176px) 0;
  color: var(--ivory);
  border-block: 1px solid rgba(216, 180, 108, 0.18);
  background:
    radial-gradient(circle at 84% 12%, rgba(216, 180, 108, 0.12), transparent 28%),
    linear-gradient(132deg, #09182c 0%, #071120 52%, #040a14 100%);
}

.page-press .press-v3-film::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(216, 180, 108, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 180, 108, 0.055) 1px, transparent 1px);
  background-size: 180px 180px;
  mask-image: linear-gradient(110deg, transparent 2%, #000 44%, transparent 94%);
}

.page-press .press-v3-film__header {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: 42px 72px;
  align-items: start;
}

.page-press .press-v3-film__header .press-v2-section-label {
  color: var(--gold);
}

.page-press .press-v3-film__header h2 {
  max-width: 950px;
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.94;
  text-wrap: balance;
}

.page-press .press-v3-film__header div > p {
  max-width: 790px;
  margin: 28px 0 0;
  color: rgba(244, 237, 222, 0.65);
  font-size: 16px;
  line-height: 1.72;
}

.page-press .press-v3-film__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(38px, 5vw, 86px);
  align-items: end;
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(216, 180, 108, 0.38);
}

.page-press .press-v3-film__video-frame,
.page-press .press-v3-moment__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 180, 108, 0.24);
  background: #02060c;
}

.page-press .press-v3-film__video-frame {
  aspect-ratio: 16 / 9;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
}

.page-press .press-v3-film video,
.page-press .press-v3-moment img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-press .press-v3-film video {
  color-scheme: dark;
}

.page-press .press-v3-film__duration {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(216, 180, 108, 0.35);
  color: var(--ivory);
  background: rgba(2, 6, 12, 0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(12px);
}

.page-press .press-v3-film__feature-copy {
  padding: 0 0 10px;
}

.page-press .press-v3-film__meta {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.page-press .press-v3-film__feature-copy h3 {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 66px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.page-press .press-v3-film__feature-copy > p:last-child {
  max-width: 600px;
  margin: 25px 0 0;
  color: rgba(244, 237, 222, 0.64);
  font-size: 15px;
  line-height: 1.7;
}

.page-press .press-v3-moments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 26px);
  margin-top: clamp(66px, 7vw, 104px);
}

.page-press .press-v3-moment {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 180, 108, 0.17);
  background: linear-gradient(145deg, rgba(20, 37, 61, 0.92), rgba(5, 12, 24, 0.92));
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1), border-color 350ms ease, box-shadow 350ms ease;
}

.page-press .press-v3-moment:hover,
.page-press .press-v3-moment:focus-within {
  border-color: rgba(216, 180, 108, 0.43);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.24);
  transform: translateY(-6px);
}

.page-press .press-v3-moment__media {
  aspect-ratio: 16 / 10;
  border: 0;
  border-bottom: 1px solid rgba(216, 180, 108, 0.16);
}

.page-press .press-v3-moment--photo .press-v3-moment__media {
  aspect-ratio: 16 / 10;
}

.page-press .press-v3-moment img {
  filter: saturate(0.86) contrast(1.03);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 350ms ease;
}

.page-press .press-v3-moment:hover img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.025);
}

.page-press .press-v3-moment__copy {
  min-height: 220px;
  padding: clamp(24px, 2.3vw, 36px);
}

.page-press .press-v3-moment__copy h3 {
  margin: 20px 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(31px, 2.6vw, 43px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.page-press .press-v3-moment__copy > p:last-child {
  margin: 18px 0 0;
  color: rgba(244, 237, 222, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.page-press .press-v2-contact__scope {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.page-press .press-v2-contact__scope li {
  padding: 9px 13px;
  border: 1px solid rgba(216, 180, 108, 0.24);
  color: rgba(244, 237, 222, 0.72);
  background: rgba(255, 255, 255, 0.025);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .page-press .press-v3-film__feature {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
    gap: 42px;
  }

  .page-press .press-v3-moments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-press .press-v3-moment--photo {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .page-press .press-v3-moment--photo .press-v3-moment__media {
    aspect-ratio: 16 / 9;
    border-right: 1px solid rgba(216, 180, 108, 0.16);
    border-bottom: 0;
  }
}

@media (max-width: 820px) {
  .page-press .press-v3-film {
    padding: 96px 0;
  }

  .page-press .press-v3-film__header,
  .page-press .press-v3-film__feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-press .press-v3-film__header {
    gap: 30px;
  }

  .page-press .press-v3-film__feature {
    gap: 40px;
    margin-top: 0;
  }

  .page-press .press-v3-film__feature-copy {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .page-press .press-v3-film::before {
    background-size: 112px 112px;
  }

  .page-press .press-v3-film__header h2 {
    font-size: 50px;
  }

  .page-press .press-v3-film__feature-copy h3 {
    font-size: 42px;
  }

  .page-press .press-v3-moments {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 64px;
  }

  .page-press .press-v3-moment--photo {
    grid-column: auto;
    display: block;
  }

  .page-press .press-v3-moment--photo .press-v3-moment__media {
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid rgba(216, 180, 108, 0.16);
  }

  .page-press .press-v3-moment__copy {
    min-height: 0;
    padding: 26px 24px 30px;
  }

  .page-press .press-v3-moment__copy h3 {
    font-size: 35px;
  }

  .page-press .press-v2-contact__scope {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-press .press-v3-moment,
  .page-press .press-v3-moment img {
    transition: none;
  }

  .page-press .press-v3-moment:hover,
  .page-press .press-v3-moment:focus-within {
    transform: none;
  }
}

/* Final Russian fit layer; must remain after all legacy responsive rules. */
html[data-language="ru"] :is(
  h1,
  h2,
  h3,
  .page-home .ecosystem-card__cta,
  .page-contact .contact-form__service-card-body strong,
  .site-footer__column a,
  .site-footer__column span,
  .site-footer__column p
) {
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 820px) {
  html[data-language="ru"] .page-home .hero--cinematic .hero__media img {
    filter: saturate(0.86) contrast(1.04) brightness(0.9);
  }

  html[data-language="ru"] .page-home .story-card:not(.is-active) {
    color: rgba(255, 255, 255, 0.84);
  }

  html[data-language="ru"] .page-home .story-card:not(.is-active) p {
    color: rgba(255, 255, 255, 0.72);
  }
}

@media (max-width: 430px) {
  html[data-language="ru"] .page-home .hero--cinematic .hero__title {
    font-size: clamp(72px, 25vw, 106px);
    line-height: 0.76;
  }

  html[data-language="ru"] .page-home .hero--cinematic .hero__statement {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.12;
  }
}

/* Body-copy contrast: preserve hierarchy while improving readability in every locale. */
.page-home :is(
  .home-story__chapter small,
  .ecosystem-card__body p
),
.page-about .about-premium__quote p,
.page-press :is(
  .press-v2-featured__body > p:not(.press-v2-role),
  .press-v3-film__feature-copy p,
  .press-v3-moment__copy p
),
.page-contact .contact-form__heading > p:last-child,
.page-legal :is(
  .legal__intro > p:last-child,
  .legal__documents p,
  .legal__updated
),
.site-footer__summary {
  color: rgba(255, 255, 255, 0.84);
}

.page-about .about-premium__quote p {
  /* Required to supersede the legacy section-wide paragraph rule above. */
  color: rgba(255, 255, 255, 0.88) !important;
}
