[hidden] { display: none !important; }
:root {
  --bg: #f7f4ee;
  --bg-soft: #fbfaf7;
  --panel: #ffffff;
  --ink: #111315;
  --ink-soft: #2b2e31;
  --muted: #6d726f;
  --line: rgba(17, 19, 21, 0.10);
  --line-strong: rgba(17, 19, 21, 0.18);
  --gold: #b78d54;
  --gold-soft: #c8a470;
  --dark: #101417;
  --dark-2: #161b1f;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow: 0 28px 60px rgba(17, 19, 21, 0.08);
  --container: 1280px;
  --section-space: clamp(6rem, 9vw, 11rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: #fff;
  color: #111;
  padding: .75rem 1rem;
  border-radius: 12px;
  z-index: 9999;
}
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; }
.section-air { padding: var(--section-space) 0; }
.section-soft { background: linear-gradient(180deg, var(--bg-soft), #f3efe7); }
.section-dark { color: #f5f2ea; background: var(--dark); overflow: clip; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 22px 0; transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(247, 244, 238, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
  padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 0; min-width: 0; }
.brand-mark { width: 44px; flex: 0 0 44px; fill: var(--gold); }
.brand-copy { display: inline-flex; flex-direction: column; gap: 2px; }
.brand-copy strong {
  font-size: 1.55rem; letter-spacing: .18rem; font-weight: 700; line-height: .95;
}
.brand-copy small {
  font-size: .64rem; letter-spacing: .30rem; color: var(--gold); line-height: 1.2;
}

/* Final logo system */
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand picture {
  display: block;
}
.brand-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
.brand-logo-header {
  width: clamp(250px, 22vw, 370px);
  max-height: 72px;
}
.site-header:not(.scrolled) .brand-logo-header {
  content: url("assets/logo-primary-white.svg");
}
.site-header.scrolled .brand-logo-header,
.site-header .brand-logo-header {
  content: url("assets/logo-primary.svg");
}
.brand-logo-footer {
  width: min(100%, 420px);
  opacity: .96;
}
.brand-mark,
.brand-copy {
  display: none !important;
}

.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { font-size: .92rem; color: var(--ink-soft); position: relative; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255,255,255,.7); align-items: center; justify-content: center; flex-direction: column; gap: 6px;
}
.nav-toggle span { width: 18px; height: 1.8px; background: var(--ink); display: block; }


.site-header:not(.scrolled) .brand-copy strong,
.site-header:not(.scrolled) .main-nav a { color: #fff; }
.site-header:not(.scrolled) .brand-copy small { color: var(--gold-soft); }
.site-header:not(.scrolled) .nav-toggle {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}
.site-header:not(.scrolled) .nav-toggle span { background: #fff; }
.contact-card .btn-ghost,
.privacy-banner .btn-ghost,
.privacy-panel .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.24);
}
.contact-card .btn-ghost:hover,
.privacy-banner .btn-ghost:hover,
.privacy-panel .btn-ghost:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.38);
}

.hero { min-height: 100svh; display: grid; place-items: center; overflow: clip; color: #fff; }
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
  gap: 60px; align-items: end; padding: 150px 0 90px;
}
.parallax-section { position: relative; overflow: clip; }
.parallax-media { position: absolute; inset: -10% 0 -10% 0; }
.parallax-media img { width: 100%; height: 120%; object-fit: cover; transform: translate3d(0,0,0) scale(1.06); will-change: transform; }
.hero-overlay, .dark-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8, 11, 14, .78) 0%, rgba(8, 11, 14, .50) 45%, rgba(8, 11, 14, .65) 100%);
}
.dark-overlay { background: linear-gradient(90deg, rgba(9, 11, 14, .90), rgba(9, 11, 14, .72)); }
.hero-content h1 {
  margin: 0 0 24px; font-size: clamp(2.75rem, 6vw, 5.5rem); line-height: 1.02; letter-spacing: -.04em; max-width: 12ch;
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: rgba(255,255,255,.84); max-width: 62ch; }
.small-lead { color: rgba(245, 242, 234, 0.84); }
.eyebrow {
  display: inline-block; margin-bottom: 20px; font-size: .78rem; letter-spacing: .24rem; text-transform: uppercase; color: var(--gold-soft);
}
.eyebrow.dark { color: var(--gold); }
.eyebrow.muted { color: rgba(255,255,255,.72); }
.hero-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(14px);
  border-radius: calc(var(--radius) + 4px); padding: 30px 32px; box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.hero-card h2 { margin: 0 0 10px; font-size: 1.4rem; }
.mini-list { margin: 0; padding-left: 1rem; color: rgba(255,255,255,.86); }
.mini-list li + li { margin-top: .75rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.left-align { justify-content: flex-start; }
.btn {
  appearance: none; border: none; border-radius: 999px; padding: 14px 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; transition: all .2s ease;
}
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: #a7804c; transform: translateY(-1px); }
.btn-secondary, .btn-ghost {
  background: transparent; color: inherit; border: 1px solid currentColor;
}
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.36); }
.btn-secondary:hover { background: rgba(255,255,255,.08); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--gold); color: var(--ink); }
.btn-small { padding: 11px 16px; font-size: .95rem; }

.section-head { margin-bottom: 48px; }
.section-head h2, .split-copy h2, .company-copy h2, .cta-copy h2, .privacy-section h2 {
  margin: 0; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.05; letter-spacing: -.03em;
}
.section-head p, .split-copy p, .company-copy p, .cta-copy p, .privacy-section p { color: var(--muted); }
.centered-head { text-align: center; max-width: 840px; margin-inline: auto; margin-bottom: 54px; }
.two-col-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 42px; align-items: end;
}

 .value-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px;
}
.value-card, .service-card, .split-box, .info-panel, .profile-card, .privacy-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.values-head { margin-bottom: 64px; }
.value-grid-refined { align-items: stretch; }
.value-card.refined {
  padding: 32px; min-height: 320px; position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border-color: rgba(17,19,21,.07);
}
.value-card.refined::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, rgba(183,141,84,.9), rgba(183,141,84,.12));
}
.value-card.refined::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(183,141,84,.10), rgba(183,141,84,0)); pointer-events: none;
}
.value-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.value-no {
  font-size: .78rem; letter-spacing: .22rem; text-transform: uppercase; color: var(--gold);
  padding: 9px 12px; border-radius: 999px; border: 1px solid rgba(183,141,84,.2); background: rgba(183,141,84,.06);
}
.value-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  border: 1px solid rgba(183,141,84,.18); color: var(--gold); background: rgba(183,141,84,.05); font-size: 1rem;
}
.value-card.refined h3 { margin: 0 0 14px; font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.02em; }
.value-card.refined p { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.value-meta {
  margin-top: auto; padding-top: 22px; font-size: .86rem; letter-spacing: .12rem; text-transform: uppercase;
  color: var(--ink-soft); border-top: 1px solid rgba(17,19,21,.08);
}
.feature-card {
  transform: translateY(-18px);
  background: linear-gradient(180deg, #ffffff, #fbf8f2);
  box-shadow: 0 32px 70px rgba(17,19,21,.10);
}
.value-card.refined { display:flex; flex-direction:column; }


.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card { overflow: hidden; display: flex; flex-direction: column; }
.service-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.service-body { padding: 24px 22px 26px; }
.service-body h3 { margin: 0 0 10px; font-size: 1.08rem; }
.service-body p { margin: 0; color: var(--muted); font-size: .97rem; }

.split-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .85fr); gap: 46px; align-items: center;
}
.feature-list { margin: 0; padding-left: 1.15rem; }
.feature-list li + li { margin-top: .9rem; }
.compact li + li { margin-top: .65rem; }
.split-box { padding: 36px; }
.stat-line + .stat-line { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.stat-line span { display: block; color: var(--muted); margin-bottom: 6px; }
.stat-line strong { font-size: 1.08rem; }

.owner-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(183,141,84,.12), transparent 26%),
    radial-gradient(circle at 88% 76%, rgba(183,141,84,.10), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #f2ede5 100%);
}
.owner-grid { position: relative; z-index: 2; }
.owner-orb {
  position: absolute; border-radius: 50%; pointer-events: none; filter: blur(6px);
  background: radial-gradient(circle, rgba(183,141,84,.18), rgba(183,141,84,0));
}
.owner-orb-left { width: 280px; height: 280px; left: -90px; top: 80px; }
.owner-orb-right { width: 360px; height: 360px; right: -120px; bottom: 30px; }
.owner-copy h2 {
  position: relative;
  max-width: 10ch;
}
.owner-copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(183,141,84,.12));
}
.owner-copy p {
  margin-top: 34px;
  max-width: 60ch;
  font-size: 1.03rem;
}
.owner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 24px;
}
.owner-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(183,141,84,.16);
  background: rgba(255,255,255,.58);
  color: var(--ink-soft);
  box-shadow: 0 12px 30px rgba(17,19,21,.04);
}
.owner-feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  margin-top: 10px;
}
.owner-feature-list li {
  position: relative;
  padding: 18px 20px 18px 58px;
  border-radius: 20px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(17,19,21,.06);
  box-shadow: 0 14px 34px rgba(17,19,21,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.owner-feature-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #d5b27d, var(--gold));
  box-shadow: 0 0 0 6px rgba(183,141,84,.10);
}
.owner-feature-list li:hover {
  transform: translateX(8px);
  box-shadow: 0 18px 36px rgba(17,19,21,.08);
  border-color: rgba(183,141,84,.22);
}
.owner-feature-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.06rem;
  color: var(--ink);
}
.owner-feature-list span {
  display: block;
  color: var(--muted);
  line-height: 1.7;
}
.owner-box {
  position: relative;
  overflow: hidden;
  padding: 28px 32px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.84));
  border: 1px solid rgba(17,19,21,.06);
  box-shadow: 0 30px 70px rgba(17,19,21,.10);
}
.owner-box::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), rgba(183,141,84,.16));
}
.owner-box::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,141,84,.14), rgba(183,141,84,0));
  pointer-events: none;
}
.owner-box-header {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.owner-box-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .22rem;
  color: var(--gold);
}
.owner-box-header h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.1;
  letter-spacing: -.02em;
}
.owner-box .stat-line {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  transition: transform .22s ease;
}
.owner-box .stat-line + .stat-line {
  margin-top: 0;
  padding-top: 20px;
}
.owner-box .stat-line:hover {
  transform: translateX(6px);
}
.owner-box .stat-line span {
  text-transform: uppercase;
  letter-spacing: .12rem;
  font-size: .74rem;
  color: var(--gold);
  margin-bottom: 10px;
}
.owner-box .stat-line strong {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.28;
  max-width: 18ch;
}
.owner-box-footer {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(17,19,21,.08);
  font-size: .82rem;
  letter-spacing: .14rem;
  text-transform: uppercase;
  color: var(--ink-soft);
}


.venture-section {
  position: relative;
  background:
    linear-gradient(180deg, #f2ede5 0%, #f8f5ef 100%);
  overflow: hidden;
}
.venture-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: min(900px, 80vw);
  height: min(900px, 80vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,141,84,.12), rgba(183,141,84,0) 64%);
  pointer-events: none;
}
.venture-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: 52px;
  align-items: center;
}
.venture-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}
.venture-copy p {
  color: var(--muted);
  max-width: 62ch;
}
.venture-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.venture-focus span {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(17,19,21,.07);
  box-shadow: 0 12px 28px rgba(17,19,21,.04);
  color: var(--ink-soft);
}
.venture-panel {
  display: grid;
  gap: 16px;
}
.venture-panel article {
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,19,21,.07);
  box-shadow: 0 22px 48px rgba(17,19,21,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.venture-panel article:hover {
  transform: translateY(-4px);
  border-color: rgba(183,141,84,.22);
  box-shadow: 0 28px 58px rgba(17,19,21,.10);
}
.venture-panel article::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,141,84,.10), rgba(183,141,84,0));
}
.venture-panel span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  border: 1px solid rgba(183,141,84,.22);
  background: rgba(183,141,84,.06);
  font-size: .82rem;
  letter-spacing: .08rem;
}
.venture-panel h3 {
  margin: 18px 0 8px;
  font-size: 1.25rem;
}
.venture-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.company-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 48px; align-items: start;
}
.principles {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
.principles article {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 26px;
  backdrop-filter: blur(8px);
}
.principles h3 { margin: 0 0 10px; font-size: 1.1rem; }
.principles p { margin: 0; color: rgba(245,242,234,.72); }

.investor-grid, .profile-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px;
}
.info-panel { padding: 30px; }
.info-panel h3 { margin: 0 0 8px; }
.info-panel p { margin: 0; color: var(--muted); }
.profile-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.profile-card { padding: 30px; min-height: 180px; }
.profile-card span { display: block; color: var(--muted); margin-bottom: 12px; }
.profile-card strong { font-size: 1.08rem; line-height: 1.45; }

.two-col-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 48px; align-items: start;
}
.privacy-note {
  margin-top: 26px; padding: 22px 24px; background: #f3ecdf; border-radius: var(--radius-sm); border: 1px solid rgba(183, 141, 84, .22);
}
.privacy-note p { margin: 8px 0 0; color: var(--ink-soft); }
.privacy-card { padding: 34px; }
.privacy-card h3 { margin-top: 0; }

.cta-section { color: #fff; overflow: clip; }
.cta-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .95fr); gap: 48px;
  align-items: start; padding: var(--section-space) 0;
}
.contact-meta { display: grid; gap: 10px; margin-top: 24px; }
.contact-meta a:hover { color: var(--gold-soft); }
.contact-card {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: calc(var(--radius) + 4px);
  backdrop-filter: blur(16px); padding: 28px;
}
.form-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px;
}
.form-grid label, .check-row { display: grid; gap: 10px; }
.form-grid span { font-size: .92rem; color: rgba(255,255,255,.8); }
.full-width { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.10);
  color: #fff; padding: 14px 16px;
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.52); }
select option { color: #111; }
.check-row { grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-top: 16px; color: rgba(255,255,255,.84); }
.check-row input { width: 18px; height: 18px; margin-top: 2px; }
.required-check { margin-top: 20px; }
.form-note { margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: .92rem; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 2rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(183,141,84,.14), transparent 28%),
    linear-gradient(180deg, #111518 0%, #090b0d 100%);
  color: #f4f1eb;
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 70%);
  pointer-events: none;
}
.footer-shell { position: relative; z-index: 1; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, .62fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}
.footer-brand-block {
  max-width: 540px;
}
.brand-footer {
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.brand-footer .brand-mark {
  width: 52px;
  flex-basis: 52px;
}
.brand-footer .brand-copy strong {
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  letter-spacing: .30rem;
}
.brand-footer .brand-copy small {
  color: var(--gold-soft);
  letter-spacing: .36rem;
}
.footer-copy {
  max-width: 48ch;
  margin: 0;
  color: rgba(244,241,235,.66);
  line-height: 1.9;
  font-size: .98rem;
}
.footer-col h3 {
  margin: 0 0 22px;
  color: rgba(244,241,235,.42);
  font-size: .72rem;
  letter-spacing: .22rem;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}
.footer-links a,
.footer-link-button,
.footer-contact a,
.footer-contact span {
  width: fit-content;
  color: rgba(244,241,235,.72);
  font-size: .95rem;
  line-height: 1.4;
}
.footer-contact span {
  cursor: default;
}
.footer-links a,
.footer-link-button,
.footer-contact a {
  position: relative;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  text-align: left;
}
.footer-links a::after,
.footer-link-button::after,
.footer-contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.footer-links a:hover,
.footer-link-button:hover,
.footer-contact a:hover {
  color: #fff;
}
.footer-links a:hover::after,
.footer-link-button:hover::after,
.footer-contact a:hover::after {
  transform: scaleX(1);
}
.link-button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(244,241,235,.42);
  font-size: .86rem;
}
.privacy-banner {
  position: fixed; inset: auto 0 22px 0; z-index: 60;
}
.privacy-banner__inner, .privacy-panel__box {
  width: min(calc(100% - 32px), 980px); margin-inline: auto; background: rgba(17,19,21,.95); color: #fff;
  border: 1px solid rgba(255,255,255,.08); border-radius: 22px; box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.privacy-banner__inner { padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.privacy-banner p { margin: 0; color: rgba(255,255,255,.78); }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-panel {
  position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; background: rgba(17,19,21,.52); padding: 20px;
}
.privacy-panel__box { position: relative; padding: 28px; }
.privacy-panel__box p { color: rgba(255,255,255,.76); }
.privacy-close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14);
  background: transparent; color: #fff; font-size: 1.6rem;
}
.toggle-row {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.10);
}
.toggle-row small { display: block; color: rgba(255,255,255,.58); margin-top: 6px; max-width: 42ch; }
.toggle-row input { width: 20px; height: 20px; accent-color: var(--gold); }
.footer-actions { margin-top: 18px; }

.reveal {
  opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .profile-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .owner-copy h2 { max-width: none; }
  .owner-orb-right { right: -180px; }
}

@media (max-width: 980px) {
  .hero-grid, .split-grid, .company-grid, .cta-grid, .two-col-layout, .footer-grid, .two-col-head, .venture-grid {
    grid-template-columns: 1fr;
  }
  .value-grid, .investor-grid, .principles { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .main-nav {
    position: absolute; top: calc(100% + 10px); right: 20px; width: min(320px, calc(100vw - 40px));
    background: rgba(250,248,242,.96); border: 1px solid var(--line); border-radius: 22px; padding: 18px;
    box-shadow: var(--shadow); display: none; flex-direction: column; align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .owner-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .owner-box { padding: 24px 22px; }
  .owner-feature-list li { padding: 16px 16px 16px 52px; }
  .owner-tags { margin: 24px 0 20px; }
  .owner-orb-left, .owner-orb-right { width: 220px; height: 220px; }
  .hero-grid { padding-top: 132px; gap: 32px; }
  .hero-content h1 { max-width: 11ch; }
  .value-grid, .service-grid, .investor-grid, .profile-grid, .principles { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .privacy-banner__inner { grid-template-columns: 1fr; }
  .brand-copy strong { font-size: .96rem; letter-spacing: .18rem; }
  .brand-copy small { font-size: .55rem; letter-spacing: .20rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .parallax-media img, .site-header, .btn { transition: none; }
}
.profile-disclaimer {
  margin: 32px auto 0;
  max-width: 820px;
  text-align: center;
  color: var(--muted);
  font-size: .98rem;
}

.privacy-panel[hidden],
.privacy-banner[hidden] {
  display: none !important;
}
.privacy-close {
  z-index: 5;
}


/* Legal pages */
.legal-hero {
  padding: 150px 0 70px;
  background: linear-gradient(180deg, #f7f4ee, #f0ece4);
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.legal-hero p {
  color: var(--muted);
  max-width: 760px;
  margin-top: 18px;
}
.legal-content {
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 110px;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.legal-nav a {
  display: block;
  padding: 10px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.legal-nav a:last-child { border-bottom: 0; }
.legal-nav a:hover { color: var(--ink); }
.legal-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}
.legal-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -.025em;
  margin: 2.5rem 0 1rem;
}
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 {
  margin: 1.6rem 0 .6rem;
  font-size: 1.15rem;
}
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-table {
  display: grid;
  gap: 12px;
  margin: 20px 0 30px;
}
.legal-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.legal-row span:first-child { color: var(--muted); }
.legal-note {
  margin-top: 30px;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: #f3ecdf;
  border: 1px solid rgba(183, 141, 84, .22);
}
@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-row { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 760px) {
  .brand-copy strong { font-size: 1.12rem; letter-spacing: .14rem; }
  .brand-copy small { font-size: .52rem; letter-spacing: .17rem; }
  .brand-mark { width: 40px; flex-basis: 40px; }
}


@media (max-width: 980px) {
  .feature-card { transform: none; }
}


@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .brand-footer .brand-copy strong {
    letter-spacing: .20rem;
  }
}

@media (max-width: 760px) {
  .brand-logo-header { width: 230px; max-height: 56px; }
    .brand-logo-footer { width: min(100%, 330px); }
}

/* Contact and thank-you additions */
.sr-only-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.thank-you-section {
  min-height: 86vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 14% 24%, rgba(183,141,84,.14), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(183,141,84,.10), transparent 28%),
    linear-gradient(180deg, #f7f4ee 0%, #efe9de 100%);
  padding: 150px 0 96px;
}

.thank-you-card {
  width: min(100%, 860px);
  margin-inline: auto;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 32px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,19,21,.08);
  box-shadow: 0 34px 80px rgba(17,19,21,.10);
  text-align: center;
}

.thank-you-card h1 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.thank-you-card p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
}

.thank-you-actions {
  margin-top: 34px;
  justify-content: center;
}

.contact-meta--discreet span,
.contact-meta--discreet a {
  color: rgba(255,255,255,.86);
}


/* Final header/logo cleanup */
.site-header {
  padding: 18px 0;
}
.site-header.scrolled {
  padding: 12px 0;
}
.header-inner {
  min-height: 64px;
  gap: clamp(18px, 2.2vw, 34px);
}
.brand-compact {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 265px;
  flex: 0 0 auto;
}
.brand-compact picture,
.brand-logo-header,
.brand-tagline {
  display: none !important;
}
.brand-icon {
  display: block !important;
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 46px;
}
.brand-wordmark {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
  transform: translateY(1px);
}
.brand-wordmark strong {
  display: block;
  font-size: clamp(1.18rem, 1.45vw, 1.68rem);
  line-height: .9;
  letter-spacing: .34rem;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.brand-wordmark small {
  display: block;
  font-size: .52rem;
  line-height: 1;
  letter-spacing: .39rem;
  color: var(--gold);
  white-space: nowrap;
}
.site-header:not(.scrolled) .brand-wordmark strong {
  color: #fff;
}
.site-header:not(.scrolled) .brand-wordmark small {
  color: var(--gold-soft);
}
.main-nav {
  gap: clamp(18px, 1.7vw, 30px);
  margin-left: auto;
}
.main-nav a {
  font-size: .94rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .brand-compact {
    min-width: 235px;
    gap: 12px !important;
  }
  .brand-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .brand-wordmark strong {
    font-size: 1.2rem;
    letter-spacing: .26rem;
  }
  .brand-wordmark small {
    font-size: .48rem;
    letter-spacing: .30rem;
  }
  .main-nav {
    gap: 16px;
  }
  .main-nav a {
    font-size: .88rem;
  }
}
@media (max-width: 980px) {
  .brand-compact {
    min-width: auto;
  }
}
@media (max-width: 760px) {
  .header-inner {
    min-height: 56px;
  }
  .brand-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .brand-wordmark strong {
    font-size: 1.04rem;
    letter-spacing: .20rem;
  }
  .brand-wordmark small {
    font-size: .43rem;
    letter-spacing: .22rem;
  }
}


/* Footer uses the exact same compact logo structure as the header */
.site-footer .brand-compact {
  min-width: 0;
  gap: 14px !important;
  margin-bottom: 28px;
}
.site-footer .brand-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}
.site-footer .brand-wordmark strong {
  color: #fff;
}
.site-footer .brand-wordmark small {
  color: var(--gold-soft);
}
.thank-you-footer-brand {
  margin-bottom: 34px;
}
.thank-you-footer-brand .brand-compact {
  margin-bottom: 0;
}
