:root {
  --bg-deep: #030508;
  --bg-ink: #070b10;
  --bg-panel: rgba(11, 17, 24, 0.78);
  --bg-panel-solid: #0d141d;
  --text: #f7f2ea;
  --text-muted: rgba(247, 242, 234, 0.7);
  --gold: #c0a06b;
  --gold-soft: #ead7b2;
  --gold-dim: rgba(192, 160, 107, 0.22);
  --cyan: #00e5ff;
  --cyan-dim: rgba(0, 229, 255, 0.18);
  --line: rgba(234, 215, 178, 0.16);
  --line-strong: rgba(192, 160, 107, 0.34);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --content-width: min(1180px, calc(100% - 48px));
  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.homePage {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(120deg, rgba(192, 160, 107, 0.14), transparent 26%),
    linear-gradient(240deg, rgba(0, 229, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #111925 0%, #070b10 48%, #030508 100%);
  font-family: var(--font-body);
}

body.homePage::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(192, 160, 107, 0.18), transparent 45%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.035) 48%, transparent 100%);
  content: "";
}

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

a:focus-visible,
.heroAction:focus-visible,
.contactLink:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

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

.siteCanvas,
.siteGrid,
.siteScanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.siteCanvas {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.siteGrid {
  z-index: 2;
  background-image:
    linear-gradient(rgba(192, 160, 107, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black 0%, black 58%, transparent 100%);
  animation: gridBreath 8s ease-in-out infinite;
}

.siteScanline {
  z-index: 3;
  opacity: 0.36;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.16) 3px,
    rgba(0, 0, 0, 0.16) 5px
  );
}

.siteScanline::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(192, 160, 107, 0.12), transparent);
  animation: scanMove 7s linear infinite;
  content: "";
}

.pageShell {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.mainContent {
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 88px;
}

.sectionBlock {
  position: relative;
  min-width: 0;
  margin-bottom: 42px;
  scroll-margin-top: 116px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sectionHeading {
  max-width: 760px;
  min-width: 0;
  margin-bottom: 22px;
}

.sectionHeading--wide {
  max-width: 920px;
}

.sectionHeading h2,
.firmPanel h2,
.timelineQuote h2,
.contactCard h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
}

.siteHeader {
  position: fixed;
  top: 0;
  right: 24px;
  left: 24px;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  backdrop-filter: blur(22px);
}

.siteHeader::before {
  position: absolute;
  inset: 6px 0;
  z-index: -1;
  background: transparent;
  box-shadow: none;
  content: "";
}

.brandMark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 360px;
  min-height: 58px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brandMark__logo {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(192, 160, 107, 0.4);
  background: #fff;
  object-fit: cover;
}

.brandMark__name,
.brandMark__sector {
  min-width: 0;
  white-space: nowrap;
}

.brandMark__line {
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.brandMark__sector {
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.siteNav {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  gap: clamp(16px, 2.4vw, 34px);
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.siteNav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  white-space: nowrap;
  transition:
    color 220ms ease,
    text-shadow 220ms ease;
}

.siteNav a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  content: "";
}

.siteNav a::after {
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.siteNav a:hover,
.siteNav a:focus-visible {
  color: var(--gold-soft);
  text-shadow: 0 0 20px rgba(192, 160, 107, 0.3);
}

.siteNav a:hover::after,
.siteNav a:focus-visible::after {
  transform: scaleX(1);
}

.mobileMenuButton,
.mobileMenuBackdrop,
.mobileMenu {
  display: none;
}

.heroSection {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  min-height: calc(100dvh - 96px);
  padding: 46px 0 36px;
}

.heroCopy,
.heroVisual {
  min-width: 0;
}

.heroCopy h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6.2vw, 6.7rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.heroRole {
  margin: 22px 0 14px;
  color: var(--cyan);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.heroSummary,
.storyParagraphs p,
.timelineQuote p,
.strengthCard p,
.teamCard p,
.processIntro p,
.processItem p,
.strategyCard p,
.contactSummary,
.contactNote {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.76;
}

.heroSummary {
  max-width: 640px;
  margin: 0;
  font-size: 1.04rem;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.heroAction {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  min-height: 50px;
  padding: 12px 22px;
  overflow: hidden;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.heroAction::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.28) 50%, transparent 64%);
  transform: translateX(-110%);
  transition: transform 560ms ease;
  content: "";
}

.heroAction:hover {
  transform: translateY(-3px);
}

.heroAction:hover::after {
  transform: translateX(110%);
}

.heroAction--primary {
  color: #080b10;
  background: linear-gradient(135deg, var(--gold) 0%, #f1deb7 100%);
  box-shadow: 0 20px 50px rgba(192, 160, 107, 0.22);
}

.heroAction--secondary {
  border-color: var(--line);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.04);
}

.tagList,
.metricList,
.bulletList,
.processList,
.timelineList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tagPill {
  max-width: 100%;
  padding: 10px 13px;
  border: 1px solid rgba(192, 160, 107, 0.22);
  color: var(--gold-soft);
  background: rgba(192, 160, 107, 0.06);
  font-size: 0.88rem;
}

.heroVisual {
  position: relative;
  display: grid;
  gap: 14px;
}

.heroVisual::before {
  position: absolute;
  top: -18px;
  right: 12px;
  z-index: -1;
  width: min(52vw, 440px);
  max-width: calc(100% - 24px);
  height: 62%;
  border: 1px solid rgba(0, 229, 255, 0.18);
  transform: skew(-9deg);
  content: "";
}

.heroImageFrame,
.firmPanel,
.strategyCard,
.fundIntro,
.fundCard,
.allocationPanel,
.strengthCard,
.teamCard,
.timelineQuote,
.contactCard,
.processIntro,
.processItem,
.metricCard,
.heroTicker {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    var(--bg-panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.heroImageFrame {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 12px;
  overflow: hidden;
}

.heroImageFrame img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  border: 1px solid rgba(192, 160, 107, 0.18);
  object-fit: cover;
}

.heroImageFrame figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(234, 215, 178, 0.18);
  background: rgba(3, 5, 8, 0.72);
  backdrop-filter: blur(14px);
}

.heroImageFrame figcaption span {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heroImageFrame figcaption strong,
.heroTicker strong {
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.35;
}

.heroTicker {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
}

.heroTicker span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.metricCard {
  min-width: 0;
  padding: 22px;
}

.metricCard strong {
  display: block;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.metricCard span {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.55;
}

.storySection,
.fundSection,
.strengthSection,
.timelineSection {
  padding-top: 26px;
}

.storySection {
  display: grid;
  gap: 34px;
}

.firmPanel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  min-width: 0;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
}

.firmPanel__copy,
.firmPanel__aside {
  min-width: 0;
}

.storyParagraphs {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-top: 20px;
}

.firmPanel__aside {
  align-self: stretch;
  padding: 22px;
  border: 1px solid rgba(192, 160, 107, 0.22);
  background:
    linear-gradient(135deg, rgba(192, 160, 107, 0.12), transparent),
    rgba(3, 5, 8, 0.36);
}

.asideLabel {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bulletList {
  display: grid;
  gap: 16px;
}

.bulletItem {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--text);
  line-height: 1.58;
}

.bulletItem__dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: var(--gold);
  box-shadow: 0 0 16px rgba(192, 160, 107, 0.54);
}

.strategyArea,
.teamArea {
  display: grid;
  gap: 18px;
}

.teamArea {
  margin-top: 36px;
}

.strategyGrid,
.strengthGrid,
.teamGrid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.strategyGrid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.strengthGrid,
.teamGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.strategyCard,
.strengthCard,
.teamCard {
  position: relative;
  min-width: 0;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.strategyCard,
.strengthCard {
  min-height: 254px;
  padding: 26px;
}

.strategyCard:first-child {
  min-height: 320px;
}

.strategyCard::before,
.strengthCard::before,
.teamCard::before,
.processItem::before,
.timelineItem__content::before,
.contactLink::before {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(0, 229, 255, 0.24);
  opacity: 0;
  transition: opacity 220ms ease;
  content: "";
}

.strategyCard:hover,
.strengthCard:hover,
.teamCard:hover,
.processItem:hover,
.contactLink:hover {
  border-color: rgba(0, 229, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(0, 229, 255, 0.1), var(--shadow);
}

.strategyCard:hover::before,
.strengthCard:hover::before,
.teamCard:hover::before,
.processItem:hover::before,
.contactLink:hover::before {
  opacity: 1;
}

.strategyCard__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 30px;
}

.strategyCard__top span,
.teamCard__body span {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.strategyCard__top strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1;
  white-space: nowrap;
}

.strategyCard h3,
.strengthCard h3,
.teamCard h3,
.processIntro h3,
.timelineItem__content h3 {
  margin: 0 0 12px;
  font-size: 1.34rem;
  line-height: 1.35;
}

.strategyCard__foot {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(192, 160, 107, 0.18);
  color: var(--text-muted);
  font-size: 0.88rem;
}

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

.fundIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px;
  align-items: end;
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
}

.fundIntro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
}

.fundIntro p:not(.eyebrow) {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.76;
}

.fundLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.28fr);
  gap: 16px;
  min-width: 0;
}

.fundGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.fundCard {
  position: relative;
  min-width: 0;
  min-height: 286px;
  padding: 24px;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.fundCard::before {
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(0, 229, 255, 0.24);
  opacity: 0;
  transition: opacity 220ms ease;
  content: "";
}

.fundCard:hover {
  border-color: rgba(0, 229, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(0, 229, 255, 0.1), var(--shadow);
}

.fundCard:hover::before {
  opacity: 1;
}

.fundCard__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.fundCard__head span,
.allocationPanel__label,
.fundMeta dt {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fundCard__head strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1;
  white-space: nowrap;
}

.fundCard h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
  line-height: 1.35;
}

.fundCard p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.fundMeta {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.fundMeta div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(192, 160, 107, 0.16);
}

.fundMeta dt,
.fundMeta dd {
  margin: 0;
}

.fundMeta dd {
  color: var(--text);
  line-height: 1.45;
}

.allocationPanel {
  display: grid;
  align-content: space-between;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
}

.allocationList {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.allocationList li {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(192, 160, 107, 0.16);
}

.allocationList span {
  color: var(--text-muted);
}

.allocationList strong {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

.processLayout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 16px;
  margin-top: 22px;
}

.processIntro,
.contactCard {
  min-width: 0;
  padding: clamp(26px, 4vw, 38px);
}

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

.processItem {
  position: relative;
  min-width: 0;
  min-height: 178px;
  padding: 22px;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.processItem span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.teamCard {
  display: grid;
  grid-template-rows: auto 1fr;
}

.teamCard img {
  width: 100%;
  aspect-ratio: 4 / 4.45;
  object-fit: cover;
  border-bottom: 1px solid rgba(192, 160, 107, 0.18);
}

.teamCard__body {
  min-width: 0;
  padding: 20px;
}

.teamCard__body h3 {
  margin-top: 10px;
}

.timelineSection {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 16px;
}

.timelineQuote {
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
}

.timelineList {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.timelineList::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 54px;
  width: 1px;
  background: linear-gradient(180deg, rgba(192, 160, 107, 0.74), rgba(0, 229, 255, 0.18), transparent);
  content: "";
}

.timelineItem {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 18px 0 18px 8px;
}

.timelineItem::before {
  position: absolute;
  top: 28px;
  left: 50px;
  width: 10px;
  height: 10px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(192, 160, 107, 0.12), 0 0 20px rgba(192, 160, 107, 0.42);
  content: "";
}

.timelineItem__year {
  display: block;
  padding-top: 8px;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.timelineItem__content {
  position: relative;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(192, 160, 107, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.timelineItem__content p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.contactSection {
  padding: 24px 0 10px;
}

.contactCard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 24px;
  overflow: hidden;
}

.contactCard::after {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 0;
  width: min(32%, 420px);
  background:
    linear-gradient(120deg, transparent, rgba(192, 160, 107, 0.055)),
    repeating-linear-gradient(90deg, rgba(192, 160, 107, 0.035), rgba(192, 160, 107, 0.035) 1px, transparent 1px, transparent 18px);
  opacity: 0.55;
  pointer-events: none;
  content: "";
}

.contactCard__copy,
.contactLinks,
.contactNote {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contactLinks {
  display: grid;
  gap: 14px;
}

.contactLink {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 106px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(192, 160, 107, 0.22);
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.contactLink--static {
  cursor: default;
}

.contactLink span {
  color: var(--text-muted);
}

.contactLink strong {
  overflow-wrap: anywhere;
  font-size: 1.06rem;
  line-height: 1.45;
}

.contactNote {
  grid-column: 1 / -1;
  margin: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal="fade-left"] {
  transform: translateX(34px);
}

[data-reveal="fade-right"] {
  transform: translateX(-34px);
}

[data-reveal="fade-down"] {
  transform: translateY(-18px);
}

[data-reveal].isVisible {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes gridBreath {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.82;
  }
}

@keyframes scanMove {
  0% {
    top: -140px;
  }
  100% {
    top: 100%;
  }
}

@media (max-width: 1120px) {
  .heroSection,
  .firmPanel,
  .fundIntro,
  .fundLayout,
  .processLayout,
  .timelineSection,
  .contactCard {
    grid-template-columns: 1fr;
  }

  .strategyGrid,
  .fundGrid,
  .strengthGrid,
  .teamGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategyCard:first-child {
    min-height: 254px;
  }
}

@media (max-width: 900px) {
  :root {
    --content-width: calc(100% - 32px);
  }

  .siteHeader {
    grid-template-columns: minmax(0, 1fr) auto;
    right: 16px;
    left: 16px;
  }

  .siteNav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 20px;
    overflow: visible;
  }

  .metricList,
  .processList {
    grid-template-columns: 1fr;
  }

  .heroImageFrame figcaption {
    position: static;
    margin-top: 12px;
  }
}

@media (max-width: 680px) {
  :root {
    --content-width: calc(100% - 24px);
  }

  html,
  body.homePage,
  .pageShell {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mainContent {
    padding-bottom: 56px;
  }

  .siteHeader {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 12px;
  }

  .siteHeader[data-reveal] {
    opacity: 1;
    transform: none;
  }

  .brandMark {
    justify-self: start;
  }

  .brandMark {
    max-width: 100%;
  }

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

  .brandMark__name {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .brandMark__line,
  .brandMark__sector {
    display: none;
  }

  .siteNav {
    display: none;
  }

  .mobileMenuButton {
    display: grid;
    gap: 5px;
    align-content: center;
    justify-content: center;
    justify-self: end;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(192, 160, 107, 0.22);
    color: var(--gold-soft);
    background: rgba(3, 5, 8, 0.42);
    cursor: pointer;
  }

  .mobileMenuButton__line {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
    transition:
      transform 220ms ease,
      opacity 220ms ease;
  }

  .isMobileMenuOpen .mobileMenuButton__line:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .isMobileMenuOpen .mobileMenuButton__line:nth-child(2) {
    opacity: 0;
  }

  .isMobileMenuOpen .mobileMenuButton__line:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobileMenuBackdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: grid;
    grid-template-rows: auto 1fr;
    width: min(82vw, 320px);
    height: 100dvh;
    max-height: 100dvh;
    max-width: calc(100% - 24px);
    padding: 22px;
    border-left: 1px solid rgba(192, 160, 107, 0.22);
    background:
      linear-gradient(180deg, rgba(14, 23, 31, 0.96), rgba(5, 8, 13, 0.98)),
      var(--bg-ink);
    box-shadow: -28px 0 70px rgba(0, 0, 0, 0.42);
    overflow-y: auto;
    transform: translateX(104%);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .isMobileMenuOpen {
    overflow: hidden;
  }

  .isMobileMenuOpen .siteHeader {
    z-index: 1002;
  }

  .isMobileMenuOpen .mobileMenuBackdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .isMobileMenuOpen .mobileMenu {
    transform: translateX(0);
  }

  .mobileMenu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(192, 160, 107, 0.18);
  }

  .mobileMenu__head > span {
    color: var(--gold-soft);
    font-family: var(--font-display);
    font-size: 0.84rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobileMenu__close {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(192, 160, 107, 0.2);
    background: transparent;
    color: var(--gold-soft);
    cursor: pointer;
  }

  .mobileMenu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
  }

  .mobileMenu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobileMenu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobileMenu__nav {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 26px 0;
  }

  .mobileMenu__nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    color: var(--text);
    font-size: 1.08rem;
    font-weight: 700;
  }

  .mobileMenu__nav a::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--cyan));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
  }

  .mobileMenu__nav a:hover::after,
  .mobileMenu__nav a:focus-visible::after {
    transform: scaleX(1);
  }

  .heroSection {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 28px;
  }

  .heroCopy h1 {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
    line-height: 1.02;
  }

  .heroRole,
  .eyebrow {
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  .heroSummary,
  .storyParagraphs p,
  .fundIntro p,
  .fundCard p,
  .timelineQuote p,
  .strengthCard p,
  .teamCard p,
  .processIntro p,
  .processItem p,
  .strategyCard p,
  .contactSummary,
  .contactNote {
    overflow-wrap: anywhere;
  }

  [data-reveal="fade-left"],
  [data-reveal="fade-right"] {
    transform: translateY(28px);
  }

  .heroVisual::before {
    display: none;
  }

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

  .heroAction {
    width: 100%;
    min-width: 0;
  }

  .strategyCard__top strong {
    white-space: normal;
  }

  .fundGrid,
  .fundLayout {
    grid-template-columns: 1fr;
  }

  .fundIntro,
  .fundCard,
  .allocationPanel {
    padding: 20px;
  }

  .strategyGrid,
  .strengthGrid,
  .teamGrid {
    grid-template-columns: 1fr;
  }

  .firmPanel,
  .processIntro,
  .timelineQuote,
  .contactCard,
  .strategyCard,
  .strengthCard,
  .teamCard__body,
  .processItem,
  .metricCard {
    padding: 20px;
  }

  .contactCard::after {
    display: none;
  }

  .timelineItem {
    grid-template-columns: 1fr;
    padding-left: 22px;
  }

  .timelineList::before {
    left: 4px;
  }

  .timelineItem::before {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .siteCanvas {
    display: none;
  }
}
