:root {
  --navy: #0d1117;
  --navy-panel: #121920;
  --parchment: #e8dfcf;
  --ivory: #f4f1e9;
  --brass: #a8864b;
  --brass-light: #c0a163;
  --green: #13271f;
  --ink: #101318;
  --body: #4f575d;
  --line-light: rgba(244, 241, 233, 0.21);
  --line-dark: rgba(13, 17, 23, 0.18);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", Aptos, Helvetica, Arial, sans-serif;
  --shell: min(100% - 36px, 1160px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--navy);
  font-family: var(--sans);
  font-size: 0.875rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brass-light);
  outline-offset: 3px;
}
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}
p { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section-light { background: var(--parchment); }
.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;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--ivory);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.eyebrow, .section-index, .path-index, .value-label {
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.45;
  text-transform: uppercase;
}
.section-index-light { color: var(--brass-light); }
.eyebrow-line { display: flex; align-items: center; gap: 14px; }
.eyebrow-line::before { content: ""; width: 44px; height: 1px; flex: none; background: var(--brass); }

.site-header {
  position: relative;
  z-index: 20;
  height: 73px;
  color: var(--ivory);
  background: var(--navy);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-lockup, .footer-brand { display: inline-flex; align-items: center; flex: none; }
.brand-lockup { gap: 13px; }
.brand-emblem {
  position: relative;
  width: 54px;
  height: 60px;
  display: grid;
  place-items: center;
  flex: none;
}
.emblem-crest {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.26;
  filter: drop-shadow(0 0 0.45px rgba(168, 134, 75, 0.72));
  transform: scale(1.06);
}
.emblem-l { position: relative; z-index: 1; width: 25px; height: 43px; object-fit: contain; }
.header-wordmark { width: 128px; height: auto; }
.site-navigation { display: none; align-items: center; gap: 34px; margin-left: auto; }
.site-navigation a {
  color: #d7d5cf;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.site-navigation a:hover { color: var(--brass-light); }
.header-cta {
  min-height: 43px;
  padding: 12px 15px;
  flex: none;
  color: var(--brass-light);
  background: transparent;
  border: 1px solid var(--brass);
  cursor: pointer;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}
.header-cta:hover { color: var(--navy); background: var(--brass-light); }

.hero {
  position: relative;
  min-height: 917px;
  padding: 70px 0 70px;
  overflow: hidden;
  border-top: 1px solid rgba(168, 134, 75, 0.55);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 4px;
  background: var(--brass);
}
.hero-inner { position: relative; z-index: 2; }
.hero .eyebrow { margin-bottom: 28px; }
.hero h1 {
  max-width: 710px;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.94;
}
.hero h1 span { color: #826837; font-style: italic; font-weight: 400; }
.hero-lede {
  max-width: 704px;
  margin-top: 31px;
  color: #4c565d;
  font-size: 0.84rem;
  line-height: 1.82;
}
.hero-actions { margin-top: 37px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button {
  min-height: 57px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 180ms var(--ease), color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--ivory); background: var(--navy); }
.button-dark:hover { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-brass { color: var(--navy); background: var(--brass-light); }
.button-brass:hover { color: var(--ivory); background: transparent; border-color: var(--brass-light); }
.text-link-dark {
  padding-block: 12px;
  color: #7a6644;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.text-link-dark:hover { color: var(--navy); }
.hero-crest {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: -92px;
  width: 445px;
  height: 555px;
  object-fit: contain;
  opacity: 0.16;
  pointer-events: none;
}
.relationship-summary {
  position: relative;
  z-index: 3;
  width: calc(100% - 131px);
  max-width: 760px;
  margin: 38px 18px 0 auto;
  padding: 38px 31px 29px;
  color: var(--ivory);
  background: #141a20;
  border-top: 3px solid var(--brass);
  box-shadow: 0 22px 44px rgba(13, 17, 23, 0.13);
}
.relationship-summary .eyebrow { margin-bottom: 22px; font-size: 0.58rem; }
.relationship-summary h2 { color: #f3efe6; font-size: clamp(1.85rem, 4.2vw, 3.1rem); line-height: 1.06; }
.relationship-summary ol { margin: 26px 0 0; padding: 0; list-style: none; }
.relationship-summary li {
  min-height: 44px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  border-top: 1px solid rgba(244, 241, 233, 0.19);
  color: #d0d0ca;
  font-size: 0.72rem;
  line-height: 1.55;
}
.relationship-summary li span { color: var(--brass-light); font-size: 0.55rem; letter-spacing: 0.14em; }
.section-scroll {
  position: absolute;
  z-index: 4;
  bottom: -2px;
  left: 50%;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: white;
  background: #17191b;
  border-radius: 50%;
  transform: translateX(-50%);
  font-size: 1.15rem;
  line-height: 1;
}

.value-section { color: var(--ivory); background: var(--green); border-top: 1px solid rgba(244, 241, 233, 0.92); }
.value-inner { padding: 33px 0 18px; }
.value-section .eyebrow { margin-bottom: 15px; }
.value-section h2 { font-size: 1.6rem; line-height: 1.15; }
.value-list { margin-top: 28px; border-top: 1px solid var(--line-light); }
.value-list article { min-height: 99px; padding: 27px 4px; border-bottom: 1px solid var(--line-light); }
.value-list article > p:last-child { margin-top: 8px; color: #d8d9d4; font-size: 0.77rem; line-height: 1.55; }

.operating-reality { min-height: 744px; padding: 108px 0 106px; }
.operating-inner .section-index { margin-bottom: 22px; }
.operating-inner > h2 { max-width: 700px; font-size: clamp(2.65rem, 5.7vw, 4.2rem); line-height: 0.98; }
.operating-copy {
  margin-top: 40px;
  padding-left: 24px;
  border-left: 1px solid var(--brass);
  color: #545e64;
  font-size: 0.88rem;
  line-height: 1.9;
}
.operating-copy > p + p { margin-top: 20px; }
.bridge-card { margin-top: 29px; padding: 28px 29px; color: var(--ivory); background: var(--navy); }
.bridge-card > div { padding-left: 23px; border-left: 3px solid var(--brass); }
.bridge-card h3 { color: #f0ede5; font-size: 1.75rem; line-height: 1.1; }
.bridge-card p { margin-top: 8px; color: #c7c6c0; font-size: 0.69rem; line-height: 1.65; }

.relationship-section { color: var(--ivory); background: var(--navy); padding: 40px 0 0; }
.relationship-inner > .section-index { margin-bottom: 24px; }
.relationship-inner > h2 { max-width: 750px; color: #f3efe6; font-size: clamp(2.6rem, 5.6vw, 4.2rem); line-height: 0.98; }
.relationship-intro { max-width: 710px; margin-top: 39px; color: #c9c8c3; font-size: 0.82rem; line-height: 1.92; }
.phase-selector { margin-top: 59px; }
.phase-tab {
  width: 100%;
  min-height: 98px;
  padding: 21px 26px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--ivory);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244, 241, 233, 0.2);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}
.phase-tab.is-active { background: var(--green); border-left: 3px solid var(--brass); }
.phase-number { align-self: start; color: var(--brass-light); font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.phase-tab strong { display: block; font-family: var(--serif); font-size: 1.42rem; font-weight: 500; line-height: 1.2; }
.phase-tab small { margin-top: 9px; display: block; color: #bdc1bd; font-size: 0.52rem; letter-spacing: 0.16em; text-transform: uppercase; }
.phase-panels { padding: 35px 0 0; }
.phase-panel {
  position: relative;
  min-height: 500px;
  padding: 45px 25px 49px;
  overflow: hidden;
  color: var(--ivory);
  background: #111a22;
  animation: panel-in 360ms var(--ease) both;
}
.phase-panel .eyebrow { margin-bottom: 26px; }
.phase-panel h3 { position: relative; z-index: 1; color: #f3efe6; font-size: 2.05rem; line-height: 1.05; }
.phase-panel > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 680px; margin-top: 25px; color: #c8c8c3; font-size: 0.8rem; line-height: 1.95; }
.phase-watermark { position: absolute; top: 19px; right: 26px; color: rgba(244, 241, 233, 0.065); font-family: var(--serif); font-size: 8rem; line-height: 1; }
.phase-panel ul { position: relative; z-index: 1; margin: 31px 0 0; padding: 0; list-style: none; border-bottom: 1px solid rgba(168, 134, 75, 0.75); }
.phase-panel li { padding: 9px 0; color: #d0d0ca; border-top: 1px solid rgba(168, 134, 75, 0.75); font-size: 0.68rem; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.commercial-ownership { min-height: 854px; padding: 108px 0; }
.ownership-inner > .section-index { margin-bottom: 24px; }
.ownership-inner > h2 { max-width: 730px; font-size: clamp(2.65rem, 5.6vw, 4.2rem); line-height: 0.96; }
.ownership-lede { max-width: 685px; margin-top: 39px; padding-left: 30px; color: #566067; border-left: 1px solid var(--brass); font-size: 0.8rem; line-height: 1.88; }
.deal-path { position: relative; margin-top: 60px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.deal-path::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--brass) 50%, rgba(13, 17, 23, 0.18) 50%); }
.deal-path article {
  position: relative;
  min-height: 184px;
  padding: 30px 18px 24px 0;
  border-bottom: 1px solid var(--line-dark);
}
.deal-path article:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line-dark); }
.deal-path article:nth-child(even) { padding-left: 28px; }
.deal-path article::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--parchment);
  border: 2px solid var(--brass);
  border-radius: 50%;
}
.deal-path article:nth-child(3)::before, .deal-path article:nth-child(4)::before { top: -6px; }
.deal-path article:nth-child(3), .deal-path article:nth-child(4) { border-top: 1px solid var(--line-dark); }
.deal-path article:nth-child(2)::before, .deal-path article:nth-child(4)::before { left: 28px; }
.path-index { margin-bottom: 14px; font-size: 0.53rem; }
.deal-path h3 { font-size: 1.55rem; line-height: 1; }
.deal-path article > p:last-child { margin-top: 12px; color: #687075; font-size: 0.66rem; line-height: 1.65; }

.leadership, .consultation { color: var(--ivory); background: var(--green); }
.leadership { position: relative; padding: 86px 0 0; overflow: hidden; }
.leadership-crest {
  position: absolute;
  z-index: 0;
  top: 85px;
  left: 54%;
  width: 315px;
  height: 405px;
  object-fit: contain;
  opacity: 0.09;
  pointer-events: none;
}
.leadership-inner { position: relative; z-index: 1; }
.portrait-stage { position: relative; width: 190px; height: 235px; margin-left: 12px; }
.portrait-outline { position: absolute; inset: 0 12px 13px 0; border: 1px solid var(--brass); }
.portrait-stage img { position: absolute; right: 0; bottom: 0; width: 178px; height: 222px; object-fit: cover; object-position: 50% 16%; }
.leadership-copy { margin-top: 42px; }
.leadership-copy .section-index { margin-bottom: 21px; color: var(--brass-light); }
.leadership-copy h2 { color: #f3efe6; font-size: 2.45rem; line-height: 1; }
.leadership-role { margin-top: 2px; color: var(--brass-light); font-family: var(--serif); font-size: 1.24rem; font-style: italic; line-height: 1.25; }
.leadership-copy > p:last-child { max-width: 715px; margin-top: 24px; color: #d0d1cc; font-size: 0.76rem; line-height: 1.95; }
.purpose-block { margin-top: 57px; padding: 43px 0 0; border-top: 1px solid rgba(244, 241, 233, 0.25); }
.purpose-block .eyebrow { margin-bottom: 44px; color: var(--brass-light); }
.purpose-block h2 { color: #f3efe6; font-size: 2rem; line-height: 1.08; }
.purpose-block > p:last-child { max-width: 720px; margin-top: 23px; padding-bottom: 0; color: #c9ccc7; font-size: 0.74rem; line-height: 1.95; }

.consultation { padding: 47px 0 79px; }
.consultation .eyebrow { margin-bottom: 29px; color: var(--brass-light); }
.consultation h2 { max-width: 700px; color: #f3efe6; font-size: 2.7rem; line-height: 0.98; }
.consultation-inner > p:not(.eyebrow) { max-width: 710px; margin-top: 25px; color: #c9ccc7; font-size: 0.72rem; line-height: 1.92; }
.consultation-action { margin-top: 40px; padding-top: 29px; border-top: 1px solid rgba(168, 134, 75, 0.6); }
.consultation-action p { margin-bottom: 19px; color: var(--brass-light); font-size: 0.57rem; letter-spacing: 0.18em; text-transform: uppercase; }
.button-light { min-width: 227px; color: #333a3d; background: var(--ivory); }
.button-light:hover { color: var(--ivory); background: transparent; border-color: var(--ivory); }

.site-footer { margin: 0; padding: 38px 0 29px; color: var(--ivory); background: var(--navy); border-top: 1px solid rgba(168, 134, 75, 0.55); }
.footer-inner { display: grid; grid-template-columns: 1fr; }
.footer-brand { gap: 16px; }
.footer-emblem { width: 59px; height: 70px; }
.footer-emblem .emblem-l { width: 28px; height: 48px; }
.footer-name { display: flex; flex-direction: column; }
.footer-name strong { font-family: var(--serif); font-size: 1.38rem; font-weight: 500; line-height: 1.1; }
.footer-name small { margin-top: 8px; color: #b7b9b7; font-size: 0.48rem; letter-spacing: 0.17em; line-height: 1.3; text-transform: uppercase; }
.footer-contact { margin-top: 25px; color: #9da4a6; font-size: 0.52rem; letter-spacing: 0.08em; line-height: 1.75; }
.footer-contact a:hover { color: var(--ivory); }
.footer-legal { margin-top: 26px; padding-top: 17px; display: flex; justify-content: space-between; gap: 20px; color: #777f83; border-top: 1px solid rgba(244, 241, 233, 0.11); font-size: 0.52rem; }
.footer-legal a:hover { color: var(--ivory); }

.inquiry-dialog {
  width: min(100% - 32px, 1000px);
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  color: var(--ink);
  background: var(--parchment);
  border: 0;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}
.inquiry-dialog::backdrop { background: rgba(5, 8, 10, 0.84); backdrop-filter: blur(5px); }
.dialog-shell { position: relative; padding: 40px; }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 17px; padding: 5px 10px; color: var(--navy); background: transparent; border: 0; cursor: pointer; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.dialog-intro { padding-right: 35px; }
.dialog-intro .section-index { margin-bottom: 15px; }
.dialog-intro h2 { font-size: 2.7rem; line-height: 1; }
.dialog-intro > p:last-child { max-width: 670px; margin-top: 16px; color: var(--body); }
.form-card { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--brass); }
.form-progress { margin-bottom: 37px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-dark); }
.progress-step { position: relative; padding: 0 6px 15px; display: flex; align-items: center; gap: 8px; color: #77736a; text-align: left; background: transparent; border: 0; cursor: pointer; font-size: 0.61rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; }
.progress-step span { color: var(--brass); }
.progress-step::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--brass); transform: scaleX(0); transform-origin: left; }
.progress-step.is-current { color: var(--navy); }
.progress-step.is-current::after, .progress-step.is-complete::after { transform: scaleX(1); }
.progress-step:disabled { cursor: default; }
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; animation: panel-in 320ms var(--ease) both; }
.form-step legend { width: 100%; margin-bottom: 27px; color: var(--navy); font-family: var(--serif); font-size: 2.25rem; font-weight: 500; line-height: 1; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 22px; }
.field { display: block; margin-bottom: 25px; }
.field-grid .field { margin: 0; }
.field-wide { grid-column: 1 / -1; }
.field > span, .choice-group > p { margin: 0 0 8px; display: block; color: #30383d; font-size: 0.69rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.field em, .choice-group em { color: #77736a; font-size: 0.54rem; font-style: normal; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid rgba(13, 17, 23, 0.32); border-radius: 0; outline: 0; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brass); box-shadow: 0 1px 0 var(--brass); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #8f2f2f; }
.field small { margin-top: 7px; display: block; color: #74736d; font-size: 0.66rem; line-height: 1.55; }
.choice-group { margin-bottom: 31px; }
.choice-group.has-error > p { color: #8f2f2f; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-grid label { position: relative; min-height: 48px; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { height: 100%; padding: 11px 13px; display: flex; align-items: center; color: #475159; background: rgba(13, 17, 23, 0.025); border: 1px solid rgba(13, 17, 23, 0.16); font-size: 0.7rem; line-height: 1.4; }
.choice-grid input:checked + span { color: var(--ivory); background: var(--navy); border-color: var(--navy); }
.form-actions { margin-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.form-actions-end { justify-content: flex-end; }
.button-form { color: var(--ivory); background: var(--navy); }
.text-button { padding: 10px 0; color: #6f6b63; background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.privacy-note { margin: 28px 0 0; padding: 18px 20px; color: #696962; background: rgba(13, 17, 23, 0.035); border-left: 2px solid var(--brass); font-size: 0.68rem; line-height: 1.65; }
.privacy-note a { color: var(--navy); border-bottom: 1px solid var(--brass); }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-status { padding: 20px; color: var(--navy); background: rgba(168, 134, 75, 0.13); border-left: 3px solid var(--brass); }
.form-status.is-error { color: #671f1f; background: rgba(143, 47, 47, 0.08); border-left-color: #8f2f2f; }

.privacy-page { min-height: 100vh; padding: 76px 0 100px; color: var(--ink); background: var(--parchment); }
.privacy-content { max-width: 840px; }
.privacy-content h1 { margin: 18px 0 25px; font-size: clamp(3.2rem, 7vw, 5.6rem); line-height: 1; }
.privacy-content h2 { margin: 46px 0 14px; color: var(--ink); font-size: 2rem; line-height: 1.05; }
.privacy-content p, .privacy-content li { color: var(--body); }
.privacy-content a { color: var(--ink); border-bottom: 1px solid var(--brass); }
.error-page { min-height: 100svh; padding: 70px 0; display: grid; place-items: center; color: var(--ivory); background: var(--navy); }
.error-crest { position: absolute; right: 3%; width: min(62vw, 720px); height: 90%; object-fit: contain; opacity: 0.1; }
.error-content { position: relative; z-index: 1; }
.error-content h1 { color: var(--ivory); font-size: clamp(3rem, 7vw, 5.5rem); line-height: 0.98; }
.error-content > p:not(.section-index) { margin: 28px 0; color: #bdc4c8; }

@media (min-width: 960px) {
  :root { --shell: min(100% - 96px, 1160px); }
  body { font-size: 0.95rem; }
  .site-header { height: 96px; }
  .site-navigation { display: flex; }
  .header-wordmark { width: 168px; }
  .brand-emblem { width: 66px; height: 75px; }
  .emblem-l { width: 30px; height: 52px; }
  .header-cta { min-height: 48px; padding-inline: 20px; font-size: 0.6rem; }
  .hero { min-height: 930px; padding-top: 95px; }
  .hero h1 { font-size: 5rem; }
  .hero-lede { font-size: 0.91rem; }
  .hero-crest { right: -35px; width: 600px; height: 650px; }
  .relationship-summary { width: min(72%, 820px); margin-right: 48px; }
  .value-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .value-list article { padding-right: 30px; border-right: 1px solid var(--line-light); }
  .value-list article:not(:first-child) { padding-left: 30px; }
  .operating-inner, .relationship-inner, .ownership-inner, .leadership-inner, .consultation-inner { max-width: 1050px; }
  .phase-selector { display: grid; grid-template-columns: repeat(4, 1fr); }
  .phase-tab { min-height: 124px; border-right: 1px solid rgba(244, 241, 233, 0.17); }
  .phase-panels { padding-bottom: 0; }
  .phase-panel { padding: 55px 52px; }
  .deal-path { grid-template-columns: repeat(4, 1fr); }
  .deal-path::before { background: var(--brass); }
  .deal-path article { border-right: 1px solid var(--line-dark); border-top: 0 !important; }
  .deal-path article:last-child { border-right: 0; }
  .deal-path article:nth-child(n) { padding: 30px 26px 25px; }
  .deal-path article:nth-child(n)::before { left: 26px; top: -5px; }
  .leadership-inner { display: grid; grid-template-columns: 250px 1fr; gap: 60px; }
  .portrait-stage { grid-column: 1; grid-row: 1; }
  .leadership-copy { grid-column: 2; grid-row: 1; margin-top: 0; align-self: end; }
  .purpose-block { grid-column: 1 / -1; }
  .leadership-crest { left: 54%; width: 420px; height: 520px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .site-header { height: 68px; }
  .brand-lockup { gap: 8px; }
  .brand-emblem { width: 43px; height: 50px; }
  .emblem-l { width: 21px; height: 36px; }
  .header-wordmark { width: 99px; }
  .header-cta { min-height: 39px; padding: 10px 11px; font-size: 0.48rem; }
  .hero { min-height: auto; padding-top: 56px; padding-bottom: 70px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-lede { font-size: 0.79rem; }
  .hero-crest { top: 70px; right: -148px; width: 390px; opacity: 0.13; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .relationship-summary { width: calc(100% - 28px); margin: 42px 14px 0; padding: 31px 22px 24px; }
  .relationship-summary h2 br { display: none; }
  .wide-break { display: none; }
  .operating-reality, .commercial-ownership { min-height: auto; padding: 83px 0; }
  .operating-inner > h2, .relationship-inner > h2, .ownership-inner > h2 { font-size: 2.35rem; }
  .operating-copy { padding-left: 18px; }
  .bridge-card { padding: 24px 20px; }
  .relationship-section { padding-top: 64px; }
  .phase-tab { padding-inline: 18px; }
  .phase-panel { min-height: 470px; padding-inline: 20px; }
  .phase-watermark { right: 14px; font-size: 6rem; }
  .deal-path { grid-template-columns: 1fr; }
  .deal-path::before { display: none; }
  .deal-path article:nth-child(n) { min-height: 155px; padding: 27px 0; border: 0; border-top: 1px solid var(--line-dark); }
  .deal-path article:nth-child(n)::before { top: -5px; left: 0; }
  .leadership { padding-top: 70px; }
  .leadership-crest { left: 43%; opacity: 0.075; }
  .purpose-block h2 { font-size: 1.8rem; }
  .consultation h2 { font-size: 2.3rem; }
  .dialog-shell { padding: 34px 20px 28px; }
  .dialog-intro h2 { font-size: 2.2rem; }
  .field-grid, .choice-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-progress { grid-template-columns: 1fr; gap: 8px; border: 0; }
  .progress-step { padding: 8px 0; border-bottom: 1px solid var(--line-dark); }
  .progress-step::after { display: none; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions-end { align-items: stretch; }
}

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