:root {
  --red: #a81616;
  --red-dark: #821010;
  --charcoal: #333;
  --muted: #555;
  --paper: #fff;
  --grey: #f4f3f1;
  --grey-dark: #e6e6e6;
  --line: #dedbd5;
  --shadow: 0 12px 26px rgba(0, 0, 0, .12);
  --max: 1140px;
  --type-body: 17px;
  --type-support: 16px;
  --type-label: 15px;
  --type-nav: 15px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--charcoal); background: #fbfaf7; font-family: Montserrat, Arial, sans-serif; font-size: var(--type-body); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 200; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.anchor { display: block; position: relative; top: -105px; visibility: hidden; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 95px;
  border-bottom: 1px solid rgba(168, 22, 22, .1);
  background: rgba(255, 255, 255, .94); box-shadow: 0 10px 30px rgba(25, 13, 13, .07);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { height: 95px; display: flex; align-items: center; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a { position: relative; font-family: Strait, Arial, sans-serif; font-size: 14px; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--red); }
.main-nav > ul > li > a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.main-nav > ul > li:hover > a::after, .main-nav > ul > li:focus-within > a::after { transform: scaleX(1); }
.main-nav .submenu {
  position: absolute; top: calc(100% + 17px); left: -18px; min-width: 260px; margin: 0; padding: 14px 18px 17px;
  list-style: none; pointer-events: none; opacity: 0; transform: translateY(-5px);
  border: 1px solid rgba(168,22,22,.12); border-top: 3px solid var(--red);
  background: rgba(255,255,255,.98); box-shadow: 0 20px 44px rgba(22,12,12,.13); transition: .2s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.main-nav .submenu li + li { margin-top: 12px; }
.main-nav .submenu a { padding: 3px 0; font-family: Montserrat, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .025em; text-transform: none; }
.main-nav li:hover > .submenu, .main-nav li:focus-within > .submenu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-toggle { display: none; min-height: 44px; margin-left: auto; padding: 10px 16px; border: 1px solid var(--red); color: var(--red); background: transparent; font: 600 13px Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }

main { padding-top: 95px; }
.hero {
  min-height: 690px; position: relative; display: grid; place-items: start center; overflow: hidden;
  background: #e5e8eb url("assets/hero/el-tornillo.webp") center 46% / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(246,244,238,.34) 0%, rgba(255,255,255,.17) 58%, rgba(255,255,255,.08) 100%); }
.hero-copy {
  position: relative; z-index: 1; width: min(100% - 40px, 1540px); margin: 0 auto; padding-top: clamp(78px, 8vw, 118px);
  text-align: center; font-family: Strait, Arial, sans-serif; text-shadow: 0 1px 8px rgba(255,255,255,.88);
}
.hero h1 { margin: 0 0 24px; color: #a81616; font-size: clamp(40px, 4.3vw, 64px); font-weight: 700; line-height: 1; letter-spacing: .005em; }
.hero h2 { margin: 0 0 18px; color: #2d2d2d; font-size: clamp(36px, 4.3vw, 64px); font-weight: 700; line-height: 1.08; letter-spacing: .002em; }
.hero p { margin: 0; color: #2d2d2d; font-size: clamp(17px, 1.6vw, 24px); font-weight: 700; line-height: 1.2; letter-spacing: .015em; }
.hero-angle { position: absolute; inset: auto 0 -1px; height: 70px; background: #fff; clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 100%, 0 100%); }

.section { padding: 76px 0; }
.section.grey { background: #f2f0eb; }
.section.dark-grey { background: var(--grey-dark); }
.section h2, .page-title, .group-title { font-family: Strait, Arial, sans-serif; font-weight: 600; }
.section h2 { margin: 0 0 30px; color: #312d2d; font-size: 36px; letter-spacing: -.01em; }
.red-block {
  position: relative; padding: 38px 40px; overflow: hidden; color: #fff;
  background: linear-gradient(120deg, #8b111d, #b31f2f); box-shadow: 0 18px 38px rgba(86,13,24,.16);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.red-block::after { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: rgba(255,255,255,.42); }
.red-block p { margin: 0; font-size: 19px; line-height: 1.5; font-weight: 300; }
.red-block p + p { margin-top: 24px; }
.red-block strong { font-weight: 600; }

.home-team-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 54px; }
.home-team-links article {
  position: relative; padding: 38px 24px; overflow: hidden; text-align: center;
  border: 1px solid #e5dfd8; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(28,18,18,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.home-team-links article::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--red); }
.home-team-links article:hover { transform: translateY(-5px); border-color: rgba(168,22,22,.28); box-shadow: 0 18px 36px rgba(28,18,18,.1); }
.home-team-links h3 { margin: 0 0 20px; color: #3f444b; font: 600 28px Strait, Arial, sans-serif; }
.button {
  display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 24px;
  color: #fff; background: var(--red); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .035em;
  box-shadow: 0 8px 18px rgba(168,22,22,.18); transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}
.button:hover, .button:focus-visible { background: #711018; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(113,16,24,.24); }
.statement { margin: 76px 0 0; color: var(--red); text-align: center; font: 600 clamp(25px, 3vw, 34px) Strait, Arial, sans-serif; letter-spacing: .01em; }

.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 46px; }
.approach-card {
  padding: 34px 28px; border: 1px solid #e2ddd5; background: rgba(255,255,255,.74); text-align: center;
  box-shadow: 0 8px 24px rgba(28,18,18,.04); transition: transform .24s ease, box-shadow .24s ease;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
}
.approach-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(28,18,18,.08); }
.approach-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid rgba(168,22,22,.2); border-radius: 50%; color: var(--red); background: #f5e9e7; font-size: 25px; }
.approach-card h3 { min-height: 58px; margin: 0 0 18px; color: var(--red); font: 600 25px/1.15 Strait, sans-serif; }
.approach-card p { margin: 0; text-align: center; font-size: 16px; }
.where-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.where-grid ul { margin: 0; padding-left: 24px; }
.where-grid li { margin-bottom: 16px; }
.proposal-note { margin-top: 26px; font-size: 15px; }
.proposal-note a { color: var(--red); font-weight: 700; }

.centered-copy { max-width: 900px; margin: 0 auto; text-align: center; }
.centered-copy h2::after, .page-title::after, .group-title::after { content: ""; display: block; width: 50px; height: 2px; margin: 16px auto 0; background: var(--red); }
.centered-copy p { color: var(--muted); font-size: 18px; }
.competency-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.competency-list div {
  padding: 26px 14px; border: 1px solid #e2ddd5; background: rgba(255,255,255,.86); text-align: center;
  font: 600 18px/1.25 Strait, sans-serif; box-shadow: 0 8px 20px rgba(28,18,18,.035);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.competency-list span { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--red); }

.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 38px; margin-top: 40px; }
.contact-card { padding: 28px 22px; border: 1px solid #e5dfd8; background: #fff; text-align: center; box-shadow: 0 8px 24px rgba(28,18,18,.04); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--red); }
.contact-card h3 { margin: 0 0 10px; font: 600 20px Strait, sans-serif; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-card a { color: var(--red); font-weight: 600; }

.inner-page { min-height: 60vh; padding: 153px 0 90px; }
.page-title { margin: 0 0 55px; color: #3f444b; text-align: center; font-size: clamp(34px, 5vw, 48px); }
.group { scroll-margin-top: 120px; }
.group + .group { margin-top: 90px; }
.group-title { margin: 0; color: var(--red); text-align: center; font-size: 32px; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 56px; margin-top: 38px; }
.profile { min-width: 0; text-align: center; }
.headshot { width: 250px; height: 250px; margin: 0 auto 20px; overflow: hidden; border: 5px solid #fff; border-radius: 50%; outline: 1px solid rgba(168,22,22,.16); box-shadow: 0 14px 32px rgba(39,22,22,.14); background: #eee; }
.headshot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.headshot.placeholder { display: grid; place-items: center; color: #fff; background: var(--red); font: 600 72px Strait, sans-serif; }
.profile h4 { margin: 0; font: 600 24px Strait, sans-serif; }
.profile .company { margin: 5px 0 0; color: var(--red); font: 600 18px Strait, sans-serif; }
.profile .role { margin: 4px 0 0; font-weight: 300; }
.profile .pending { color: #888; font-size: 13px; }
.profile-actions { display: flex; justify-content: center; gap: 8px; margin-top: 13px; }
.profile-actions a { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--red); text-decoration: none; font-weight: 700; box-shadow: 0 7px 16px rgba(168,22,22,.18); transition: transform .2s ease, background .2s ease; clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%); }
.profile-actions a:hover { background: #711018; transform: translateY(-2px); }

.portfolio-table { width: 100%; border-collapse: collapse; }
.portfolio-table th, .portfolio-table td { padding: 20px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.portfolio-table th { color: var(--red); font: 600 18px Strait, sans-serif; }
.portfolio-table td strong { font-family: Strait, sans-serif; font-size: 19px; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.press-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.press-card { display: grid; grid-template-columns: 120px 1fr 95px; gap: 26px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.press-card time { color: var(--muted); font-size: 13px; }
.press-card h3 { margin: 0 0 6px; color: var(--charcoal); font: 600 21px/1.25 Strait, sans-serif; }
.press-card p { margin: 0; color: var(--muted); font-size: 14px; }
.press-card .source { color: var(--red); text-align: right; font-size: 13px; font-weight: 600; }
.press-card:hover h3 { color: var(--red); }

.proposals { margin-top: 80px; padding: 34px; color: #fff; background: linear-gradient(120deg, #86121d, #ad1c2c); text-align: center; box-shadow: 0 16px 34px rgba(86,13,24,.15); clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%); }
.proposals p { margin: 0; }
.proposals a { font-weight: 700; }
.site-footer { padding: 58px 0 25px; color: #d8d8d8; background: radial-gradient(circle at 20% 0, #51101a, transparent 34%), #211b1c; }
.footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 40px; }
.footer-logo { width: 190px; filter: brightness(0) invert(1); opacity: .92; }
.site-footer h3 { margin: 0 0 15px; color: #fff; font: 600 18px Strait, sans-serif; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #d8d8d8; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.copyright { margin-top: 42px; padding-top: 22px; border-top: 1px solid #444; font-size: 12px; }

@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 95px 0 auto; z-index: 110; height: calc(100dvh - 95px); padding: 28px 24px; overflow-y: auto;
    border-left: 3px solid var(--red); background: #faf8f3; box-shadow: -24px 0 54px rgba(25,13,13,.12);
    transform: translateX(100%); transition: transform .28s ease; backdrop-filter: blur(18px);
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > ul { display: block; }
  .main-nav > ul > li { border-bottom: 1px solid var(--line); }
  .main-nav a { display: block; padding: 14px 0; font-size: 17px; }
  .main-nav > ul > li > a::after { display: none; }
  .main-nav .submenu { position: static; min-width: 0; padding: 0 0 10px 18px; opacity: 1; pointer-events: auto; transform: none; border: 0; box-shadow: none; background: transparent; clip-path: none; }
  .main-nav .submenu li + li { margin: 0; }
  .main-nav .submenu a { padding: 7px 0; color: var(--muted); }
  .home-team-links, .approach-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .competency-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header, .header-inner { height: 78px; }
  .brand { width: 165px; }
  .main-nav { inset-block-start: 78px; height: calc(100dvh - 78px); }
  main { padding-top: 78px; }
  .inner-page { padding-top: 126px; }
  html { scroll-padding-top: 92px; }
  .hero { min-height: 560px; background-position: 50% center; }
  .hero::before { background: rgba(255,255,255,.3); }
  .hero-copy { width: calc(100% - 28px); padding-top: 72px; }
  .hero h1 { margin-bottom: 18px; font-size: 42px; }
  .hero h2 { margin-bottom: 15px; font-size: 31px; line-height: 1.08; }
  .hero p { font-size: 15px; }
  .hero-angle { height: 38px; }
  .section { padding: 56px 0; }
  .red-block { padding: 24px; }
  .red-block p { font-size: 17px; }
  .home-team-links, .approach-grid, .where-grid, .contact-grid, .profile-grid, .brand-grid, .footer-grid { grid-template-columns: 1fr; }
  .home-team-links, .approach-grid { gap: 18px; }
  .home-team-links article, .approach-card, .contact-card { padding-inline: 22px; }
  .statement { margin-top: 48px; }
  .competency-list { grid-template-columns: 1fr 1fr; }
  .group + .group { margin-top: 66px; }
  .headshot { width: 220px; height: 220px; }
  .portfolio-table, .portfolio-table tbody, .portfolio-table tr, .portfolio-table td { display: block; }
  .portfolio-table thead { display: none; }
  .portfolio-table tr { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .portfolio-table td { padding: 5px 0; border: 0; }
  .portfolio-table td::before { content: attr(data-label); display: block; color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .press-card { grid-template-columns: 1fr; gap: 8px; }
  .press-card .source { text-align: left; }
}

/* Premium 2026 direction - inspired by the TVG brandbook */
:root {
  --lux-black: #080809;
  --lux-ink: #111113;
  --lux-wine: #861225;
  --lux-red: #bd1d37;
  --lux-paper: #f1eee7;
  --lux-silver: #bdb8b2;
}

body { background: var(--lux-black); }
.container { width: min(calc(100% - 56px), 1240px); }

.site-header {
  height: 96px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 150%, rgba(189,29,55,.22), transparent 36%),
    rgba(8,8,9,.97);
  box-shadow: 0 20px 48px rgba(0,0,0,.2);
}
.header-inner { height: 96px; }
.brand { width: 210px; }
.brand img { width: 100%; }
.main-nav > ul { height: 96px; gap: 0; }
.main-nav > ul > li {
  height: 96px; display: flex; align-items: center; padding: 0 14px;
  border-left: 1px solid rgba(255,255,255,.06);
}
.main-nav > ul > li:last-child { border-right: 1px solid rgba(255,255,255,.06); }
.main-nav a { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; letter-spacing: .095em; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav > ul > li > a::after { inset: auto 0 -15px; background: var(--lux-red); }
.main-nav > ul > li:has(.submenu) > a { padding-right: 18px; }
.main-nav > ul > li:has(.submenu) > a::before {
  content: ""; position: absolute; right: 1px; top: 50%; width: 6px; height: 6px;
  border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.main-nav > ul > li:has(.submenu):hover > a::before,
.main-nav > ul > li:has(.submenu):focus-within > a::before { transform: translateY(-25%) rotate(225deg); }
.main-nav .submenu {
  top: 100%; left: 0; min-width: 365px; padding: 14px 0 10px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.12); border-top: 2px solid var(--lux-red);
  background:
    radial-gradient(circle at 100% 100%, rgba(189,29,55,.24), transparent 45%),
    linear-gradient(145deg, #161618, #09090a);
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  counter-reset: submenu-item;
}
.main-nav .submenu::after {
  content: ""; position: absolute; right: -42px; bottom: -55px; width: 175px; height: 175px;
  background: url("/icons/tvg-icon-512.png") center/contain no-repeat; opacity: .055; pointer-events: none;
}
.main-nav .submenu li {
  counter-increment: submenu-item; display: grid; grid-template-columns: 50px 1fr; align-items: center;
  margin: 0 !important; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.075);
}
.main-nav .submenu li:last-child { border-bottom: 0; }
.main-nav .submenu li::before {
  content: "0" counter(submenu-item); color: rgba(255,255,255,.3);
  font: 400 16px Strait, sans-serif; letter-spacing: .05em;
}
.main-nav .submenu a {
  position: relative; z-index: 1; padding: 17px 26px 17px 0; color: rgba(255,255,255,.78);
  font-size: 13px; font-weight: 600; letter-spacing: .015em;
}
.main-nav .submenu a::after {
  content: "\2197"; position: absolute; right: 0; color: var(--lux-red);
  transform: translateX(-4px); opacity: .55; transition: .2s ease;
}
.main-nav .submenu a:hover::after { transform: translateX(0); opacity: 1; }

main { padding-top: 96px; }
.hero {
  min-height: clamp(640px, calc(100svh - 96px), 780px); display: flex; align-items: flex-end;
  border-bottom: 0; isolation: isolate; background-position: center 42%;
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(91,10,25,.13), transparent 34%, transparent 67%, rgba(91,10,25,.1)),
    linear-gradient(180deg, rgba(63,9,20,.08) 0%, rgba(20,8,11,.02) 45%, rgba(19,7,10,.92) 100%);
}
.hero::after {
  content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 5px;
  background: linear-gradient(90deg, #6f0e20 0%, #c8203e 48%, #6f0e20 100%);
}
.hero-copy {
  width: min(calc(100% - 64px), 1240px); margin: 0 auto; padding: 0 0 clamp(54px, 7vw, 86px);
  text-align: left; text-shadow: none;
}
.hero h1 {
  display: inline-flex; margin: 0 0 18px; padding: 9px 13px; color: #fff;
  background: rgba(177,22,44,.92); font-family: Montserrat, Arial, sans-serif;
  font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: .18em;
}
.hero h2 {
  max-width: 1120px; margin: 0 0 18px; color: #fff;
  font-size: clamp(43px, 5.2vw, 76px); font-weight: 600; line-height: .98;
  letter-spacing: -.01em; text-wrap: balance;
}
.hero p {
  max-width: 760px; margin: 0; padding-left: 16px; border-left: 2px solid #c8203e;
  color: rgba(255,255,255,.72); font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(11px, 1vw, 14px); font-weight: 600; line-height: 1.45;
  letter-spacing: .14em;
}
.hero-angle { display: none; }

.section {
  position: relative; overflow: hidden; padding: 104px 0; border-top: 1px solid rgba(0,0,0,.11);
}
.section h2 {
  margin-bottom: 42px; font-size: clamp(43px, 4.6vw, 70px); line-height: .95; text-transform: uppercase;
  letter-spacing: -.015em;
}
.section h2::after {
  content: ""; display: inline-block; width: 72px; height: 2px; margin: 0 0 .18em 24px; background: var(--lux-red);
}
.red-block {
  padding: 48px 54px;
  background:
    radial-gradient(circle at 80% 120%, rgba(210,28,63,.5), transparent 40%),
    linear-gradient(130deg, #330910, #8d1227 66%, #a41730);
  box-shadow: 0 28px 70px rgba(55,7,17,.22);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}
.red-block p { max-width: 1040px; font-size: 19px; line-height: 1.75; }

#who-we-are { background: var(--lux-paper); }
#who-we-are::after {
  content: ""; position: absolute; right: -105px; bottom: -150px; width: 420px; height: 420px;
  border: 1px solid rgba(134,18,37,.1); border-radius: 50%; box-shadow: 0 0 0 74px rgba(134,18,37,.025);
  pointer-events: none;
}
.home-team-links { gap: 12px; margin-top: 46px; }
.team-route {
  position: relative; min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 28px 30px 28px 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.1);
  color: #fff; text-decoration: none; background:
    radial-gradient(circle at 100% 100%,rgba(189,29,55,.18),transparent 48%),
    linear-gradient(135deg,#151416,#20070c);
  box-shadow: 0 16px 38px rgba(19,12,12,.1);
  clip-path: polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,0 100%);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.team-route:nth-child(2) { background: radial-gradient(circle at 100% 100%,rgba(189,29,55,.2),transparent 50%),linear-gradient(135deg,#171416,#290910); }
.team-route:nth-child(3) { background: radial-gradient(circle at 100% 100%,rgba(189,29,55,.23),transparent 52%),linear-gradient(135deg,#191416,#340a13); }
.team-route::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--lux-red); }
.team-route span { max-width: 300px; font: 600 clamp(22px,2vw,30px)/1.04 Strait,sans-serif; text-transform: uppercase; }
.team-route i {
  width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; font-size: 11px;
  transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s ease;
}
.team-route:hover { transform: translateY(-3px); border-color: rgba(203,32,63,.55); }
.team-route:hover i { border-color: var(--lux-red); background: var(--lux-red); transform: translateX(3px); }
.team-route:focus-visible { outline: 3px solid #e74a65; outline-offset: 3px; }
.statement {
  max-width: 1040px; margin: 46px auto 0; padding: 24px 0;
  border-top: 1px solid rgba(168,22,47,.2); border-bottom: 1px solid rgba(168,22,47,.2);
  font-size: clamp(25px,2.5vw,36px); line-height: 1.08; text-transform: uppercase;
}

#our-approach + .section {
  color: #fff;
  background:
    radial-gradient(circle at 28% 90%, rgba(203,24,60,.42), transparent 38%),
    linear-gradient(120deg, #26080e, #7d1023 64%, #48101a);
}
#our-approach + .section::before { color: rgba(255,255,255,.12); }
#our-approach + .section h2 { color: #fff; }
#our-approach + .section .red-block {
  border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.2); box-shadow: none;
}
.approach-grid { gap: 16px; margin-top: 30px; }
.approach-card {
  min-height: 390px; display: flex; flex-direction: column; align-items: flex-start;
  padding: 38px; border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.78); text-align: left;
  background: rgba(8,8,9,.58); box-shadow: 0 26px 55px rgba(0,0,0,.14);
}
.approach-card:hover { background: rgba(8,8,9,.76); }
.approach-icon { margin: 0 0 50px; border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.08); }
.approach-card h3 { min-height: auto; color: #fff; font-size: 28px; text-align: left; }
.approach-card p { color: rgba(255,255,255,.72); text-align: left; line-height: 1.7; }

#where-we-invest + .section { background: var(--lux-paper); }
.where-grid { gap: 70px; }
.where-grid li { padding: 10px 0 18px; border-bottom: 1px solid rgba(0,0,0,.12); font-size: 17px; }
.investment-ledger {
  position: relative; display: block; margin-top: 46px; padding: 0 44px; overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(193,31,59,.22), transparent 31%),
    linear-gradient(130deg,#171416 0%,#25080e 60%,#3d0a14 100%);
  box-shadow: 0 32px 76px rgba(48,20,25,.18);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.investment-ledger::before {
  content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 4px;
  background: linear-gradient(180deg,#7e1022,#dc3150,#7e1022);
}
.investment-ledger::after {
  content: ""; position: absolute; z-index: 0; top: -230px; right: -190px; width: 490px; height: 490px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.018);
}
.investment-ledger .investment-row {
  position: relative; z-index: 1; min-height: 0; display: grid;
  grid-template-columns: 62px minmax(245px,.82fr) minmax(0,1.3fr); gap: 34px; align-items: center;
  padding: 36px 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13);
  color: #fff; text-align: left; background: transparent; box-shadow: none; clip-path: none;
  transition: background .25s ease, padding .25s ease;
}
.investment-ledger .investment-row:last-child { border-bottom: 0; }
.investment-ledger .investment-row:hover {
  padding-inline: 22px 2px; background: linear-gradient(90deg,rgba(190,28,57,.16),transparent 78%);
  box-shadow: none; transform: none;
}
.investment-ledger .approach-icon {
  width: 58px; height: 58px; margin: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 0;
  color: #fff; background: rgba(168,22,47,.88); font-size: 19px;
  clip-path: polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);
}
.investment-ledger .investment-row:nth-child(2) .approach-icon { background: rgba(112,14,32,.92); }
.investment-ledger .investment-row:nth-child(3) .approach-icon { background: rgba(73,16,27,.95); }
.investment-ledger .investment-row h3 {
  min-height: 0; margin: 0; color: #fff; font-size: clamp(25px,2.3vw,34px); line-height: 1.03; text-align: left;
}
.investment-ledger .investment-row p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.65; text-align: left; }
.investment-ledger .investment-row p strong {
  color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: #d93150;
  text-decoration-thickness: 2px; text-underline-offset: 4px;
}

#consulting + .section {
  color: #fff;
  background:
    radial-gradient(circle at 75% 0, rgba(142,18,40,.32), transparent 32%),
    var(--lux-black);
}
#consulting + .section::before { color: rgba(255,255,255,.1); }
#consulting + .section h2, #consulting + .section p { color: #fff; }
#consulting + .section .centered-copy { max-width: 1060px; text-align: left; }
#consulting + .section .centered-copy h2::after { margin-left: 24px; }
.competency-list { gap: 10px; }
.competency-list div {
  min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
  padding: 24px; border-color: rgba(255,255,255,.12); color: #fff; text-align: left; background: #151517;
}
.competency-list span { margin: 0; color: #fff; background: var(--lux-wine); }

#contact + .section { background: var(--lux-paper); }
#contact + .section .centered-copy { max-width: 1240px; }
#contact + .section .centered-copy > h2 { max-width: 980px; margin-bottom: 0; text-align: left; }
#contact + .section .centered-copy > h2::after { width: 110px; margin-left: 28px; }
.contact-editorial {
  display: grid; grid-template-columns: minmax(330px,.82fr) minmax(0,1.18fr);
  margin-top: 58px; overflow: hidden; border: 1px solid rgba(0,0,0,.12);
  background: #151416; box-shadow: 0 34px 80px rgba(35,20,19,.17);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.contact-building { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #172126; }
.contact-building::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,14,16,.02) 42%, rgba(20,9,12,.8) 100%);
}
.contact-building img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.8) contrast(1.02); }
.contact-building figcaption {
  position: absolute; z-index: 1; inset: auto 34px 34px; display: flex; flex-direction: column;
  align-items: flex-start; color: #fff; text-align: left;
}
.contact-building figcaption span { color: #ef526d; font: 700 9px/1 Montserrat,sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.contact-building figcaption strong { margin-top: 10px; font: 400 38px/1 Strait,sans-serif; }
.contact-building figcaption small { margin-top: 8px; color: rgba(255,255,255,.62); font-size: 11px; }
.contact-directory {
  display: flex; flex-direction: column; min-width: 0; padding: 40px;
  color: #fff; text-align: left;
  background: radial-gradient(circle at 100% 0,rgba(177,22,44,.2),transparent 32%), linear-gradient(145deg,#151416,#28080e);
}
.contact-directory-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.contact-directory-header h3 { margin: 14px 0 0; color: #fff; font: 400 clamp(32px,3.2vw,47px)/.94 Strait,sans-serif; }
.section-kicker {
  color: #e74a65; font: 700 10px/1 Montserrat, sans-serif;
  letter-spacing: .22em; text-transform: uppercase;
}
.follow-link {
  display: inline-flex; align-items: center; gap: 15px; color: var(--charcoal);
  font: 600 15px/1 Strait, sans-serif; text-decoration: none;
}
.follow-link i {
  width: 36px; height: 36px; display: grid; place-items: center;
  color: #fff; background: var(--lux-wine); border: 1px solid rgba(255,255,255,.2); border-radius: 50%;
}
.follow-link, .follow-link:hover { color: #fff; }
.location-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.location-card {
  min-width: 0; min-height: 270px; display: flex; flex-direction: column; padding: 25px;
  border: 1px solid rgba(255,255,255,.12); color: #2f292a; background: #f7f5f0;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.location-card-primary { background: #fff; }
.location-card-top { display: flex; align-items: center; gap: 10px; }
.location-icon {
  width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto;
  border-radius: 50%; color: #fff; background: var(--lux-wine); font-size: 11px;
}
.location-label { color: #9d1730; font: 700 8px/1.2 Montserrat,sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.location-card h4 { margin: 22px 0 7px; color: #211e1f; font: 400 31px/1 Strait,sans-serif; }
.location-card p { margin: 0 0 16px; color: #6b6464; font-size: 11px; }
.location-card address { margin: 0; color: #443e3f; font-size: 12px; font-style: normal; line-height: 1.65; }
.location-action {
  display: flex; justify-content: space-between; margin-top: auto; padding-top: 17px;
  border-top: 1px solid #ddd7d1; color: var(--lux-wine); font: 700 9px/1 Montserrat,sans-serif;
  letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.location-note {
  margin-top: auto; padding-top: 17px; border-top: 1px solid #ddd7d1; color: #8b8383;
  font: 600 8px/1 Montserrat,sans-serif; letter-spacing: .1em; text-transform: uppercase;
}
.contact-actions {
  display: grid; grid-template-columns: repeat(3,1fr); margin-top: auto;
  border-top: 1px solid rgba(255,255,255,.14);
}
.contact-actions a {
  display: grid; grid-template-columns: 25px 1fr; gap: 8px; align-items: center; min-width: 0;
  padding: 24px 12px 0; color: #fff; text-decoration: none; font-size: 11px;
}
.contact-actions a:first-child { padding-left: 0; }
.contact-actions a + a { border-left: 1px solid rgba(255,255,255,.14); }
.contact-actions i { color: #e84a66; text-align: center; }
.contact-actions span { min-width: 0; overflow-wrap: anywhere; }
.contact-actions small {
  display: block; margin-bottom: 6px; color: rgba(255,255,255,.42);
  font-size: 7px; letter-spacing: .15em; text-transform: uppercase;
}

.inner-page {
  min-height: 100vh; padding-top: 176px; color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgba(151,16,44,.33), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(86,10,27,.26), transparent 28%),
    var(--lux-black);
}
.page-title {
  max-width: 960px; margin-bottom: 86px; color: #fff; text-align: left;
  font-size: clamp(60px,8vw,118px); line-height: .82; letter-spacing: -.025em;
}
.page-title::after { width: 110px; margin: 30px 0 0; background: var(--lux-red); }
.group + .group { margin-top: 110px; }
.group-title { color: #fff; text-align: left; font-size: clamp(38px,4vw,58px); text-transform: uppercase; }
.group-title::after { width: 70px; margin: 18px 0 0; }
.profile-grid { grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 42px; }
.profile {
  min-height: 178px; display: grid; grid-template-columns: 142px 1fr; grid-auto-rows: min-content;
  column-gap: 24px; align-content: center; padding: 18px; overflow: hidden; text-align: left;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 58px rgba(0,0,0,.16);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.headshot {
  grid-row: 1 / span 7; width: 142px; height: 142px; margin: 0; border: 0; border-radius: 0 18px 0 18px;
  outline: 0; box-shadow: none; filter: grayscale(1);
}
.profile h4, .profile .company, .profile .role, .profile .pending, .profile .bio, .profile .profile-actions { grid-column: 2; }
.profile h4 { color: #fff; font-size: 24px; text-transform: uppercase; }
.profile .company { color: #d42a48; }
.profile .role { color: rgba(255,255,255,.74); }
.profile .pending { color: rgba(255,255,255,.44); }
.profile .bio { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.55; }
.profile .bio span { color: rgba(255,255,255,.78); }
.profile.has-bio { min-height: 220px; }
.profile-actions { justify-content: flex-start; }

.portfolio-table {
  overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035);
  box-shadow: 0 28px 64px rgba(0,0,0,.18);
}
.portfolio-table th, .portfolio-table td { border-color: rgba(255,255,255,.1); }
.portfolio-table th { padding: 18px 20px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.045); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-table td { padding: 28px 20px; color: rgba(255,255,255,.72); }
.portfolio-table td strong { color: #fff; font-size: 22px; }
.portfolio-table td:nth-child(2) { color: #fff; font: 400 34px Strait,sans-serif; }
.portfolio-table tbody tr { transition: background .2s ease; }
.portfolio-table tbody tr:hover { background: rgba(189,29,55,.09); }
.investment-list { display: flex; flex-wrap: wrap; gap: 8px; }
.investment-list > span,
.investment-list > a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 31px; padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.7);
  font-size: 12px; line-height: 1.2; text-decoration: none;
}
.investment-list > a { border-color: rgba(211,42,72,.42); color: #fff; background: rgba(189,29,55,.12); }
.investment-list > a:hover { border-color: #d42a48; background: rgba(189,29,55,.27); }
.investment-list small {
  padding: 3px 5px; color: #f1bdc6; background: rgba(189,29,55,.3);
  font: 700 8px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase;
}

.brand-intro { max-width: 760px; margin: -48px 0 50px; color: rgba(255,255,255,.62); font-size: 18px; }
.brand-intro-mobile { display: none; }
.brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.brand-card { position: relative; min-width: 0; min-height: 382px; perspective: 1300px; }
.brand-card-inner {
  position: absolute; inset: 0 0 62px; transform-style: preserve-3d;
  transition: transform .72s cubic-bezier(.16,.78,.18,1);
}
.brand-card:hover:not(.is-flipped) .brand-card-inner { transform: translateY(-7px) rotateX(2deg) rotateY(-4deg); }
.brand-card.is-flipped .brand-card-inner { transform: rotateY(-180deg); }
.brand-card:last-child:nth-child(3n + 1) { grid-column: 2; }
.brand-card-face {
  position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden;
  border: 1px solid rgba(255,255,255,.14); backface-visibility: hidden;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}
.brand-card-front {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 34px 28px; color: var(--charcoal); background: #fff;
  box-shadow: 0 24px 55px rgba(0,0,0,.15);
  transition: box-shadow .35s ease;
}
.brand-card:hover:not(.is-flipped) .brand-card-front { box-shadow: 14px 30px 68px rgba(0,0,0,.28); }
.brand-card-front::before {
  content: ""; position: absolute; top: 0; right: 0; width: 8px; height: 100%;
  background: linear-gradient(180deg,#6e0d1c,#c4203d); transform: scaleY(.18);
  transform-origin: bottom; transition: transform .35s ease;
}
.brand-card:hover:not(.is-flipped) .brand-card-front::before { transform: scaleY(1); }
.brand-card-front::after {
  content: ""; position: absolute; inset: auto 0 0; height: 3px;
  background: linear-gradient(90deg, var(--lux-wine), #e0445f);
}
.brand-logo-link {
  display: grid; place-items: center; min-width: 230px; min-height: 130px; padding: 14px;
  border-radius: 4px; transition: transform .25s ease, box-shadow .25s ease;
}
.brand-logo-link:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(36,30,31,.1); }
.brand-logo-link img { max-width: 220px; max-height: 105px; object-fit: contain; }
.brand-company { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.brand-company strong {
  color: #393334; font: 700 12px/1.2 Montserrat, sans-serif;
  letter-spacing: .12em; text-transform: uppercase;
}
.brand-company a {
  color: var(--lux-wine); font: 600 10px/1.2 Montserrat, sans-serif;
  letter-spacing: .04em; text-decoration: none;
}
.brand-company a::after { content: " \2197"; font-size: 8px; }
.brand-company a:hover { text-decoration: underline; text-underline-offset: 3px; }
.brand-index {
  position: absolute; top: 20px; left: 22px; color: #b6b0aa;
  font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .16em;
}
.brand-category {
  margin-top: 26px; color: #77716d; font: 700 10px/1 Montserrat, sans-serif;
  letter-spacing: .16em; text-transform: uppercase;
}
.brand-hint {
  position: absolute; right: 16px; bottom: 14px; width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid rgba(168,22,47,.2); border-radius: 50%; color: var(--lux-wine);
  background: #fff; cursor: pointer; font-size: 13px;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.brand-hint:hover { border-color: var(--lux-wine); color: #fff; background: var(--lux-wine); transform: translateX(3px); }
.brand-hint i { transition: transform .28s ease; }
.brand-card:hover:not(.is-flipped) .brand-hint i { transform: translateX(3px); }
.brand-card-back {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  padding: 24px 32px 30px; color: #fff; text-align: left;
  background: radial-gradient(circle at 100% 0, rgba(255,255,255,.11), transparent 35%), linear-gradient(135deg,#3b0912,#98172d);
  transform: rotateY(180deg);
}
.brand-back-logo {
  width: 112px; height: 48px; display: grid; place-items: center; padding: 8px 10px;
  border-radius: 3px; background: #fff; box-shadow: 0 9px 24px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.brand-back-logo:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(0,0,0,.24); }
.brand-back-logo img { max-width: 92px; max-height: 32px; object-fit: contain; }
.brand-card-back .brand-category { margin: 18px 0 12px; color: rgba(255,255,255,.55); }
.brand-card-back h2 { margin: 0 0 12px; color: #fff; font: 500 28px/1 Strait, sans-serif; }
.brand-card-back p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.62; }
.brand-destination {
  position: absolute; inset: auto 0 0; min-height: 50px; display: flex; align-items: center; gap: 10px;
  padding: 0 18px; border: 1px solid rgba(255,255,255,.14); color: #fff;
  background: rgba(255,255,255,.055); text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.brand-destination::before {
  content: "Website"; color: rgba(255,255,255,.4);
  font: 700 8px/1 Montserrat, sans-serif; letter-spacing: .15em; text-transform: uppercase;
}
.brand-destination span {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font: 600 12px/1 Montserrat, sans-serif; letter-spacing: .025em;
}
.brand-destination small {
  margin-left: auto; padding: 5px 7px; border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.58); font: 700 7px/1 Montserrat, sans-serif;
  letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
}
.brand-destination i { margin-left: auto; color: #d52a47; font-size: 12px; transition: transform .25s ease; }
.brand-destination small + i { margin-left: 0; }
.brand-destination:hover {
  border-color: rgba(213,42,71,.7); color: #fff; background: rgba(213,42,71,.12);
  transform: translateY(-2px);
}
.brand-destination:hover i { transform: translate(3px,-3px); }
.brand-card-close {
  position: absolute; top: 14px; right: 16px; width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff;
  background: transparent; cursor: pointer; font-size: 22px; line-height: 1;
}
.brand-status {
  position: absolute; top: 29px; right: 62px; padding: 6px 8px;
  border: 1px solid rgba(255,255,255,.25); color: #fff;
  font: 700 8px/1 Montserrat, sans-serif; letter-spacing: .12em; text-transform: uppercase;
}
.brand-logo-link:focus-visible,
.brand-company a:focus-visible,
.brand-hint:focus-visible,
.brand-back-logo:focus-visible,
.brand-card-close:focus-visible,
.brand-destination:focus-visible { outline: 3px solid #f1bdc6; outline-offset: -4px; }
.press-list { border-color: rgba(255,255,255,.12); }
.press-card { grid-template-columns: 130px 1fr 110px; padding: 30px 20px; border-color: rgba(255,255,255,.12); transition: background .2s ease, padding .2s ease; }
.press-card:hover { padding-inline: 30px; background: rgba(255,255,255,.045); }
.press-card time, .press-card p { color: rgba(255,255,255,.5); }
.press-card h3 { color: #fff; font-size: 25px; }
.proposals { border: 1px solid rgba(255,255,255,.14); background: linear-gradient(130deg,#350a12,#9b162c); }

.site-footer {
  border-top: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 0, rgba(166,19,47,.32), transparent 32%),
    var(--lux-black);
}
.footer-logo { width: 215px; filter: none; }
.footer-brand p { max-width: 315px; margin: 26px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.footer-brand p a { color: #e33554; }
.copyright { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); }
.footer-social {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
}
.footer-social:hover { border-color: var(--lux-red); background: var(--lux-red); }

@media (max-width: 1120px) {
  .site-header, .header-inner { height: 86px; }
  .brand { width: 195px; }
  .menu-toggle { display: block; color: #fff; border-color: rgba(255,255,255,.35); }
  .main-nav {
    inset: 86px 0 auto; z-index: 110; height: calc(100dvh - 86px);
    border-left-color: var(--lux-red); background:
      radial-gradient(circle at 0 100%, rgba(181,21,51,.28), transparent 40%),
      #0d0d0f;
  }
  .main-nav > ul { display: block; height: auto; }
  .main-nav > ul > li { height: auto; display: block; padding: 0; border-left: 0; border-right: 0 !important; border-bottom-color: rgba(255,255,255,.12); }
  .main-nav a { color: #fff; }
  .main-nav > ul > li:has(.submenu) > a::before { right: 4px; }
  .main-nav .submenu {
    position: static; min-width: 0; padding: 0 0 12px 22px; opacity: 1; pointer-events: auto;
    border: 0; background: transparent; box-shadow: none; clip-path: none;
  }
  .main-nav .submenu::after { display: none; }
  .main-nav .submenu li { grid-template-columns: 40px 1fr; padding: 0; border: 0; }
  .main-nav .submenu a { padding-block: 10px; color: rgba(255,255,255,.65); }
  main { padding-top: 86px; }
  .profile-grid { grid-template-columns: 1fr; }
  .contact-editorial { grid-template-columns: .72fr 1.28fr; }
  .contact-directory { padding: 32px; }
  .contact-building figcaption { inset-inline: 24px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), 1240px); }
  .site-header, .header-inner { height: 78px; }
  .brand { width: 180px; }
  .main-nav { inset-block-start: 78px; height: calc(100dvh - 78px); }
  main { padding-top: 78px; }
  .hero { min-height: 620px; background-position: 50% 43%; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(91,10,25,.08), transparent 70%),
      linear-gradient(180deg, rgba(63,9,20,.05) 0%, transparent 42%, rgba(19,7,10,.95) 100%);
  }
  .hero-copy { width: calc(100% - 32px); padding: 0 0 38px; }
  .hero h1 { margin-bottom: 14px; padding: 8px 10px; font-size: 10px; letter-spacing: .14em; }
  .hero h2 { max-width: 520px; margin-bottom: 16px; font-size: clamp(34px, 10vw, 48px); line-height: 1; }
  .hero p { max-width: 460px; padding-left: 12px; font-size: 10px; line-height: 1.55; letter-spacing: .1em; }
  .section { padding: 88px 0 66px; }
  .section::before { left: 16px; top: 26px; font-size: 52px; }
  .section h2 { margin-bottom: 34px; font-size: 45px; }
  .section h2::after { width: 42px; margin-left: 12px; }
  .red-block { padding: 30px 26px; }
  .red-block p { font-size: 16px; line-height: 1.65; }
  .team-route { min-height: 88px; padding: 20px 20px 20px 24px; }
  .team-route span { max-width: 230px; font-size: 22px; }
  .team-route i { width: 34px; height: 34px; }
  .statement { margin-top: 32px; padding: 20px 0; font-size: 25px; text-align: left; }
  .approach-card { min-height: auto; padding: 32px 26px; }
  .approach-icon { margin-bottom: 34px; }
  .investment-ledger { display: block; margin-top: 30px; padding: 0 20px; }
  .investment-ledger .investment-row {
    grid-template-columns: 48px 1fr; gap: 16px; padding: 27px 0; border-bottom-color: rgba(255,255,255,.14);
  }
  .investment-ledger .investment-row:hover { padding-inline: 0; background: transparent; }
  .investment-ledger .approach-icon { width: 46px; height: 46px; margin: 0; font-size: 15px; }
  .investment-ledger .investment-row h3 { font-size: 25px; }
  .investment-ledger .investment-row p { grid-column: 1 / -1; font-size: 14px; line-height: 1.65; }
  .where-grid { gap: 34px; }
  .competency-list { grid-template-columns: 1fr 1fr; }
  .competency-list div { min-height: 145px; }
  .contact-card { min-height: 210px; }
  .inner-page { padding-top: 126px; }
  .page-title { margin-bottom: 62px; font-size: 60px; }
  .group + .group { margin-top: 78px; }
  .group-title { font-size: 38px; }
  .profile { grid-template-columns: 108px 1fr; min-height: 142px; column-gap: 17px; padding: 14px; }
  .headshot { width: 108px; height: 108px; border-radius: 0 13px 0 13px; }
  .profile h4 { font-size: 20px; }
  .profile .company, .profile .role { font-size: 14px; }
  .portfolio-table tr { border-color: rgba(255,255,255,.12); }
  .portfolio-table td { color: rgba(255,255,255,.72); }
  .portfolio-table td::before { color: #d42a48; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-intro { margin-top: -50px; font-size: 16px; }
  .brand-intro-desktop { display: none; }
  .brand-intro-mobile { display: inline; }
  .brand-card {
    min-height: 0; display: flex; flex-direction: column; grid-column: auto !important;
    border: 1px solid rgba(255,255,255,.14); perspective: none;
  }
  .brand-card-inner { position: static; transform: none !important; }
  .brand-card-front { display: none; }
  .brand-card-back {
    position: relative; height: auto; min-height: 310px; padding: 26px;
    transform: none; backface-visibility: visible;
  }
  .brand-card-close { display: none; }
  .brand-back-logo { width: 104px; height: 44px; }
  .brand-card-back .brand-category { margin-top: 18px; }
  .brand-card-back h2 { font-size: 30px; }
  .brand-status { top: 31px; right: 24px; }
  .brand-destination {
    position: static; min-height: 58px; flex: 0 0 auto; border: 0; border-top: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.075);
  }
  .brand-destination:hover { transform: none; }
  .press-card { grid-template-columns: 1fr; padding-inline: 0; }
  .press-card:hover { padding-inline: 10px; }
  .contact-editorial {
    display: block; margin-top: 38px; overflow: visible; border: 0; background: transparent;
    box-shadow: none; clip-path: none;
  }
  .contact-building { display: none; }
  .contact-directory { padding: 0; color: var(--charcoal); background: transparent; }
  .contact-directory-header { align-items: center; }
  .contact-directory-header h3 { color: #252122; font-size: 36px; }
  .contact-directory-header .follow-link { gap: 0; }
  .contact-directory-header .follow-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .location-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .location-card { min-height: 250px; padding: 24px; border-color: #dfd9d2; box-shadow: 0 16px 34px rgba(39,24,24,.07); }
  .contact-actions {
    grid-template-columns: 1fr; margin-top: 14px; padding: 6px 22px 20px;
    border: 1px solid rgba(0,0,0,.1); background: #171416;
  }
  .contact-actions a, .contact-actions a:first-child { padding: 17px 0; }
  .contact-actions a + a { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .copyright { align-items: flex-start; }
}

/* Compact editorial density: preserve hierarchy while showing more content per viewport. */
.section { padding: 78px 0; }
.section h2 { margin-bottom: 30px; font-size: clamp(40px,4.1vw,62px); }
.red-block { padding: 36px 42px; }
.red-block p { font-size: 18px; line-height: 1.58; }
.red-block p + p { margin-top: 18px; }
.home-team-links { margin-top: 32px; }
.team-route { min-height: 104px; padding-block: 23px; }
.statement { margin-top: 30px; padding-block: 18px; }
.investment-ledger { margin-top: 30px; }
.investment-ledger .investment-row { padding-block: 29px; }
.competency-list { margin-top: 32px; }
.competency-list div { min-height: 152px; padding: 20px; }
.contact-editorial { margin-top: 38px; }
.contact-building { min-height: 500px; }
.contact-directory { padding: 34px; }
.location-cards { margin-top: 24px; }
.location-card { min-height: 238px; padding: 21px; }
.inner-page { padding: 138px 0 68px; }
.page-title { margin-bottom: 54px; font-size: clamp(54px,7vw,94px); }
.page-title::after { margin-top: 22px; }
.group + .group { margin-top: 74px; }
.profile-grid { margin-top: 30px; }
.profile { min-height: 160px; grid-template-columns: 132px 1fr; column-gap: 20px; padding: 14px; }
.headshot { width: 132px; height: 132px; }
.proposals { margin-top: 54px; padding: 28px; }
.press-card { padding-block: 24px; }
.site-footer { padding: 46px 0 22px; }
.footer-brand p { margin-top: 18px; line-height: 1.6; }
.copyright { margin-top: 30px; padding-top: 18px; }

@media (max-width: 700px) {
  .section { padding: 62px 0 48px; }
  .section h2 { margin-bottom: 24px; font-size: 40px; }
  .red-block { padding: 24px 22px; }
  .red-block p { font-size: 15px; line-height: 1.55; }
  .home-team-links { margin-top: 24px; }
  .team-route { min-height: 78px; padding: 17px 18px 17px 22px; }
  .statement { margin-top: 24px; padding-block: 16px; font-size: 23px; }
  .investment-ledger { margin-top: 22px; }
  .investment-ledger .investment-row { padding-block: 23px; }
  .competency-list { margin-top: 24px; }
  .competency-list div { min-height: 125px; padding: 17px; }
  .contact-editorial { margin-top: 28px; }
  .location-cards { margin-top: 20px; }
  .location-card { min-height: 220px; padding: 21px; }
  .inner-page { padding: 108px 0 54px; }
  .page-title { margin-bottom: 42px; font-size: 52px; }
  .group + .group { margin-top: 56px; }
  .profile-grid { margin-top: 24px; }
  .profile { min-height: 136px; grid-template-columns: 104px 1fr; column-gap: 15px; padding: 12px; }
  .headshot { width: 104px; height: 104px; }
  .proposals { margin-top: 40px; padding: 24px 20px; }
  .site-footer { padding-top: 38px; }
}

/* Full-bleed contact finale: immersive on desktop, concise on mobile. */
.contact-section {
  position: relative;
  min-height: 100svh;
  padding: 0 !important;
  overflow: hidden;
  background: #0b090a !important;
}
.contact-section > .container {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
}
#contact + .contact-section .centered-copy { width: 100%; max-width: none; }
#contact + .contact-section .centered-copy > h2 { max-width: 720px; margin: 0; }
.contact-section .centered-copy > h2 {
  position: absolute;
  z-index: 4;
  top: clamp(36px, 5vw, 72px);
  left: clamp(28px, 5vw, 82px);
  max-width: 720px;
  margin: 0;
  padding: 16px 22px;
  color: #fff;
  background: rgba(10, 8, 9, .68);
  backdrop-filter: blur(9px);
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
}
.contact-section .centered-copy > h2::after { display: none; }
.contact-section .contact-editorial {
  grid-template-columns: minmax(0, 1.18fr) minmax(590px, .82fr);
  min-height: 100svh;
  margin: 0;
  border: 0;
  box-shadow: none;
  clip-path: none;
}
.contact-section .contact-building { min-height: 100svh; }
.contact-section .contact-building img {
  object-position: 50% center;
  filter: saturate(.86) contrast(1.04);
}
.contact-section .contact-building::after {
  background:
    linear-gradient(90deg, rgba(13, 8, 10, .18), transparent 48%),
    linear-gradient(180deg, rgba(16, 8, 11, .12) 38%, rgba(13, 7, 9, .88) 100%);
}
.contact-section .contact-building figcaption {
  right: auto;
  bottom: clamp(38px, 5vw, 76px);
  left: clamp(30px, 5vw, 82px);
}
.contact-section .contact-building figcaption strong {
  margin-top: 10px;
  font-size: clamp(42px, 5vw, 68px);
}
.contact-section .contact-directory {
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(42px, 4vw, 72px);
  background:
    radial-gradient(circle at 100% 0, rgba(183, 22, 47, .26), transparent 34%),
    linear-gradient(145deg, rgba(18, 14, 15, .97), rgba(48, 7, 15, .98));
}
.contact-section .location-cards { margin-top: 0; }
.contact-section .contact-actions { margin-top: 0; }

@media (max-width: 1100px) {
  .contact-section { min-height: auto; }
  .contact-section .centered-copy > h2 {
    top: 34px;
    left: 34px;
    font-size: clamp(42px, 6vw, 58px);
  }
  .contact-section .contact-editorial {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .contact-section .contact-building {
    display: block;
    min-height: 56svh;
    height: 56svh;
  }
  .contact-section .contact-directory { padding: 42px 34px; }
}

@media (max-width: 700px) {
  .contact-section {
    min-height: 0;
    overflow: visible;
    background: #f4f0ea !important;
  }
  .contact-section .centered-copy > h2 {
    position: static;
    max-width: none;
    padding: 42px 20px 22px;
    color: #2c2728;
    background: #f4f0ea;
    backdrop-filter: none;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1;
  }
  .contact-section .contact-editorial { display: flex; flex-direction: column; }
  .contact-section .contact-building {
    display: block;
    order: 1;
    width: 100%;
    min-height: 250px;
    height: 250px;
  }
  .contact-section .contact-building img { object-position: 50% 43%; }
  .contact-section .contact-building figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .contact-section .contact-building figcaption strong { font-size: 32px; }
  .contact-section .contact-building figcaption small { font-size: 14px; }
  .contact-section .contact-directory {
    order: 2;
    gap: 20px;
    padding: 26px 20px 34px;
    background: linear-gradient(145deg, #151214, #310912);
  }
  .contact-section .contact-directory-header { padding: 0; }
  .contact-section .location-cards { grid-template-columns: 1fr; gap: 12px; }
  .contact-section .location-card { min-height: 0; padding: 20px; }
  .contact-section .location-card h4 { font-size: 27px; }
  .contact-section .location-card p,
  .contact-section .location-card address { font-size: 16px; }
  .contact-section .contact-actions {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .contact-section .contact-actions a,
  .contact-section .contact-actions a:first-child { min-height: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brand-card-inner, .brand-card-front::before, .brand-hint i { transition: none; }
}

/* Progressive entrance motion. Elements remain visible when JavaScript is unavailable. */
.js .reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 620ms cubic-bezier(.22, 1, .36, 1),
    transform 620ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js .reveal.reveal-left { transform: translate3d(-20px, 0, 0); }
.js .reveal.reveal-right { transform: translate3d(20px, 0, 0); }
.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.js .hero-intro {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}

.js.page-ready .hero-intro {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 720ms cubic-bezier(.22, 1, .36, 1),
    transform 720ms cubic-bezier(.22, 1, .36, 1);
}

.js.page-ready .hero-intro:nth-child(2) { transition-delay: 90ms; }
.js.page-ready .hero-intro:nth-child(3) { transition-delay: 170ms; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .js .reveal.reveal-left,
  .js .reveal.reveal-right,
  .js .hero-intro,
  .js.page-ready .hero-intro {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Global proportion pass: cap viewport-driven scaling on wide displays. */
.site-header,
.header-inner,
.main-nav > ul,
.main-nav > ul > li { height: 84px; }
.brand { width: 180px; }
.main-nav > ul > li { padding-inline: 11px; }
.main-nav a { font-size: 11px; letter-spacing: .085em; }
.main-nav > ul > li > a::after { bottom: -13px; }
main { padding-top: 84px; }

.hero { min-height: clamp(570px, calc(100svh - 84px), 700px); }
.hero h2 { font-size: clamp(40px, 4.2vw, 66px); }
.hero-copy { padding-bottom: clamp(46px, 5.5vw, 70px); }

.section { padding-block: 70px; }
.section h2 {
  margin-bottom: 28px;
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1;
}
.section h2::after { width: 58px; margin-left: 18px; }
.red-block { padding: 32px 38px; }
.red-block p { font-size: 17px; line-height: 1.6; }
.team-route { min-height: 92px; padding: 20px 24px 20px 28px; }
.team-route span { font-size: clamp(20px, 1.55vw, 25px); }
.statement { font-size: clamp(22px, 2vw, 30px); }
.approach-card { min-height: 330px; padding: 30px; }
.approach-icon { margin-bottom: 34px; }
.approach-card h3 { font-size: 24px; }
.competency-list div { min-height: 136px; }

.inner-page { padding: 132px 0 60px; }
.page-title {
  max-width: 920px;
  margin-bottom: 42px;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: .9;
}
.page-title::after { width: 78px; margin-top: 20px; }
.group + .group { margin-top: 56px; }
.group-title { font-size: clamp(28px, 2.6vw, 42px); line-height: 1.05; }
.group-title::after { width: 54px; margin-top: 13px; }
.profile-grid { gap: 12px; margin-top: 25px; }
.profile {
  min-height: 148px;
  grid-template-columns: 116px 1fr;
  column-gap: 18px;
  padding: 15px;
}
.headshot { width: 116px; height: 116px; border-radius: 0 14px 0 14px; }
.profile h4 { font-size: 20px; }
.profile .company,
.profile .role { font-size: 14px; line-height: 1.35; }
.profile .bio { margin-top: 5px; font-size: 11px; line-height: 1.45; }
.profile.has-bio { min-height: 184px; }
.profile-actions { margin-top: 9px; }

.portfolio-table th { padding: 14px 17px; font-size: 11px; }
.portfolio-table td { padding: 20px 17px; }
.portfolio-table td strong { font-size: 19px; }
.portfolio-table td:nth-child(2) { font-size: 28px; }

.brand-intro { margin: -12px 0 34px; font-size: 16px; }
.brand-card { min-height: 342px; }
.brand-card-front { padding: 28px 24px; }
.brand-logo-link { min-width: 200px; min-height: 112px; }
.brand-card-back h2 { font-size: 25px; }
.brand-card-back p { font-size: 13px; line-height: 1.55; }

.press-card { padding-block: 20px; }
.press-card h3 { font-size: 21px; }
.proposals { margin-top: 42px; padding: 24px; }

.contact-editorial { margin-top: 30px; }
.contact-building { min-height: 440px; }
.contact-directory { padding: 30px; }
.contact-directory-header h3 { font-size: clamp(30px, 2.6vw, 40px); }
.location-cards { margin-top: 22px; }
.location-card { min-height: 205px; padding: 20px; }
.location-card h4 { margin-top: 17px; font-size: 26px; }
.contact-actions a { padding-top: 18px; }

@media (max-width: 1120px) {
  .site-header,
  .header-inner { height: 78px; }
  .brand { width: 170px; }
  .main-nav { inset-block-start: 78px; height: calc(100dvh - 78px); }
  main { padding-top: 78px; }
  .hero { min-height: clamp(540px, calc(100svh - 78px), 650px); }
  .inner-page { padding-top: 116px; }
  .page-title { font-size: clamp(42px, 6vw, 60px); }
  .profile { grid-template-columns: 108px 1fr; }
  .headshot { width: 108px; height: 108px; }
}

@media (max-width: 700px) {
  .site-header,
  .header-inner { height: 70px; }
  .brand { width: 154px; }
  .main-nav { inset-block-start: 70px; height: calc(100dvh - 70px); }
  main { padding-top: 70px; }
  .hero { min-height: 540px; }
  .hero h2 { font-size: clamp(32px, 9vw, 43px); }
  .section { padding: 48px 0 42px; }
  .section h2 { margin-bottom: 22px; font-size: clamp(31px, 9vw, 38px); }
  .red-block { padding: 22px 20px; }
  .team-route { min-height: 72px; padding: 15px 17px 15px 20px; }
  .team-route span { font-size: 20px; }
  .approach-card { min-height: 0; padding: 25px 22px; }
  .competency-list div { min-height: 110px; }

  .inner-page { padding: 94px 0 46px; }
  .page-title {
    margin-bottom: 34px;
    font-size: clamp(37px, 11vw, 49px);
    line-height: .94;
  }
  .page-title::after { width: 58px; margin-top: 16px; }
  .group + .group { margin-top: 44px; }
  .group-title { font-size: clamp(27px, 8vw, 33px); }
  .profile-grid { margin-top: 20px; }
  .profile {
    min-height: 122px;
    grid-template-columns: 92px 1fr;
    column-gap: 13px;
    padding: 11px;
  }
  .headshot { width: 92px; height: 92px; }
  .profile h4 { font-size: 17px; line-height: 1.1; }
  .profile .company,
  .profile .role { font-size: 12px; }
  .profile.has-bio { min-height: 150px; }
  .profile .bio { font-size: 10px; }

  .portfolio-table tr { padding-block: 15px; }
  .portfolio-table td { padding-block: 4px; }
  .portfolio-table td:nth-child(2) { font-size: 25px; }
  .brand-intro { margin: -8px 0 26px; font-size: 14px; }
  .brand-card-back { min-height: 270px; padding: 22px; }
  .brand-card-back h2 { font-size: 25px; }
  .press-card h3 { font-size: 19px; }
  .proposals { margin-top: 32px; padding: 21px 18px; }

  .contact-directory-header h3 { font-size: 31px; }
  .location-card { min-height: 185px; padding: 19px; }
  .site-footer { padding-top: 34px; }
}

/* Readability and interaction pass: accessible scale, contrast and motion. */
body { font-size: 17px; }
.menu-toggle { min-width: 96px; min-height: 48px; font-size: 14px; cursor: pointer; }
.submenu-toggle { display: none; }

.main-nav a { font-size: 13px; }
.main-nav .submenu a { font-size: 14px; }
.main-nav .submenu li,
.main-nav .submenu li::before,
.main-nav .submenu a::after { transition: color .2s ease, background .2s ease, opacity .24s ease, transform .24s ease; }

.red-block p,
.approach-card p,
.centered-copy p { font-size: 18px; }
.approach-card p,
.investment-ledger .investment-row p { color: rgba(255,255,255,.88); }
.investment-ledger .investment-row p { font-size: 16px; }
.where-grid li { font-size: 17px; }
.competency-list div { font-size: 16px; }

.profile {
  position: relative;
  transition: transform .28s cubic-bezier(.22,1,.36,1), border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.profile::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 3px;
  background: var(--lux-red); transform: scaleY(0); transform-origin: bottom;
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}
.headshot img { transition: filter .35s ease, transform .35s cubic-bezier(.22,1,.36,1); }
.profile h4 { font-size: 21px; }
.profile .company { color: #ff5874; font-size: 15px; }
.profile .role { color: #fff; font-size: 16px; }
.profile .pending { color: #f1d8dd; }
.profile .bio { color: rgba(255,255,255,.94); font-size: 14px; line-height: 1.5; }
.profile .bio span { color: #fff; }
.profile-actions a {
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.portfolio-table th { color: rgba(255,255,255,.82); font-size: 13px; }
.portfolio-table td { color: rgba(255,255,255,.9); font-size: 16px; }
.portfolio-table td strong { font-size: 20px; }
.investment-list > span,
.investment-list > a { color: rgba(255,255,255,.9); font-size: 14px; }

.brand-intro { color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.6; }
.brand-category,
.brand-card-back .brand-category { color: #efc6ce; font-size: 12px; }
.brand-card-back p { color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.6; }
.brand-company strong { font-size: 13px; }
.brand-company a { font-size: 12px; }
.brand-destination span { font-size: 14px; }

.press-card time { color: rgba(255,255,255,.78); font-size: 14px; }
.press-card h3 { font-size: 22px; }
.press-card p { color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.55; }
.press-card .source { font-size: 14px; }

.contact-building figcaption span,
.section-kicker { font-size: 12px; }
.contact-building figcaption small { color: rgba(255,255,255,.86); font-size: 14px; }
.follow-link { font-size: 16px; }
.location-label { color: #9b1430; font-size: 11px; }
.location-card h4 { font-size: 28px; }
.location-card p { color: #554e4f; font-size: 15px; }
.location-card address { color: #373233; font-size: 15px; line-height: 1.6; }
.location-action { font-size: 12px; }
.location-note { color: #625a5b; font-size: 11px; }
.contact-actions a { font-size: 14px; }
.contact-actions small { color: rgba(255,255,255,.72); font-size: 10px; }

.footer-brand p { color: rgba(255,255,255,.82); font-size: 15px; }
.site-footer h3 { font-size: 18px; }
.site-footer a { color: #eee9e5; font-size: 15px; }
.copyright { color: rgba(255,255,255,.72); font-size: 13px; }

.team-route::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 0 36%, rgba(255,255,255,.08) 50%, transparent 64%);
  transform: translateX(-120%); transition: transform .65s cubic-bezier(.22,1,.36,1);
}
.team-route span,
.team-route i { position: relative; z-index: 1; }

@media (min-width: 1121px) {
  .main-nav .submenu li {
    opacity: 0;
    transform: translateX(-10px);
  }
  .main-nav > ul > li:hover > .submenu li,
  .main-nav > ul > li:focus-within > .submenu li {
    opacity: 1;
    transform: translateX(0);
  }
  .main-nav .submenu li:nth-child(1) { transition-delay: 35ms; }
  .main-nav .submenu li:nth-child(2) { transition-delay: 70ms; }
  .main-nav .submenu li:nth-child(3) { transition-delay: 105ms; }
  .main-nav .submenu li:hover {
    background: linear-gradient(90deg, rgba(189,29,55,.18), rgba(189,29,55,.04));
  }
  .main-nav .submenu li:hover::before { color: #f05a73; transform: translateX(4px); }
  .main-nav .submenu li:hover a { color: #fff; transform: translateX(4px); }
  .main-nav .submenu li:hover a::after { color: #ff4967; opacity: 1; transform: translate(3px,-2px); }
}

@media (hover: hover) {
  .profile:hover {
    z-index: 2;
    transform: translateY(-5px);
    border-color: rgba(229,55,86,.58);
    background: linear-gradient(135deg, rgba(132,20,40,.27), rgba(255,255,255,.045));
    box-shadow: 0 28px 64px rgba(0,0,0,.3);
  }
  .profile:hover::after { transform: scaleY(1); }
  .profile:hover .headshot img { filter: grayscale(.18) contrast(1.03); transform: scale(1.035); }
  .profile:hover h4 { color: #ff6b83; }
  .profile-actions a:hover { transform: translateY(-2px); background: #dc2344; box-shadow: 0 9px 22px rgba(189,29,55,.28); }
  .team-route:hover {
    transform: translateY(-5px) scale(1.006);
    border-color: rgba(235,65,94,.7);
    box-shadow: 0 24px 48px rgba(34,8,15,.22);
  }
  .team-route:hover::after { transform: translateX(120%); }
  .team-route:hover i { transform: translateX(4px) rotate(-8deg); }
  .press-card:hover { background: linear-gradient(90deg,rgba(189,29,55,.12),transparent); }
  .location-card:hover { border-color: rgba(155,20,48,.45); box-shadow: 0 16px 34px rgba(55,25,29,.12); }
}

@media (max-width: 1120px) {
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    width: 100%;
  }
  .anchor { top: -78px; }
  body { font-size: 16px; }
  .menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 92px; min-height: 48px; margin-left: auto;
    border: 1px solid rgba(255,255,255,.36); color: #fff;
    background: rgba(255,255,255,.035); font-size: 14px;
  }
  .main-nav {
    position: fixed;
    inset: 78px 0 0;
    z-index: 110;
    width: 100%;
    height: calc(100dvh - 78px);
    padding: 20px max(24px, calc((100vw - 760px) / 2)) 42px;
    overflow-y: auto;
    border: 0;
    background:
      radial-gradient(circle at 0 100%, rgba(151,18,44,.25), transparent 38%),
      #0b0b0d;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
    backdrop-filter: blur(18px);
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav > ul {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .main-nav > ul > li:last-child { border-right: 0; }
  .main-nav > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 17px 58px 17px 14px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: .065em;
    white-space: normal;
  }
  .main-nav > ul > li > a::after,
  .main-nav > ul > li.has-submenu > a::before { display: none; }
  .submenu-toggle {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 8px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.045);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }
  .submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .25s ease;
  }
  .submenu-open > .submenu-toggle {
    border-color: var(--lux-red);
    background: var(--lux-red);
  }
  .submenu-open > .submenu-toggle span { transform: translateY(2px) rotate(225deg); }
  .main-nav .submenu {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: rgba(255,255,255,.035);
    box-shadow: none;
    clip-path: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height .36s cubic-bezier(.22,1,.36,1), opacity .24s ease, transform .3s ease, visibility .24s ease;
  }
  .main-nav .submenu::after { display: none; }
  .main-nav .submenu-open > .submenu {
    max-height: 320px;
    padding: 4px 0 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav .submenu li {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    min-height: 58px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .main-nav .submenu li::before {
    color: #ef5b74;
    font-size: 16px;
  }
  .main-nav .submenu a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 12px 34px 12px 0;
    color: #f1ece8;
    font-size: 16px;
    line-height: 1.3;
    white-space: normal;
  }
  .main-nav .submenu a::after { right: 3px; color: #ef4763; opacity: 1; }

  .home-team-links,
  .approach-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-team-links .team-route:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .contact-editorial { grid-template-columns: 1fr; }
  .contact-building { display: block; min-height: 360px; }
  .contact-directory { padding: 30px; }
  .location-cards { grid-template-columns: 1fr 1fr; }
  .location-card { min-height: 230px; }
}

@media (max-width: 700px) {
  .anchor { top: -70px; }
  .menu-toggle { min-width: 84px; min-height: 46px; font-size: 14px; }
  .main-nav {
    inset-block-start: 70px;
    height: calc(100dvh - 70px);
    padding: 12px 18px 32px;
  }
  .main-nav > ul > li > a {
    min-height: 59px;
    padding: 15px 54px 15px 8px;
    font-size: 17px;
  }
  .submenu-toggle { top: 7px; right: 2px; width: 44px; height: 44px; }
  .main-nav .submenu li { grid-template-columns: 40px 1fr; min-height: 56px; padding-inline: 9px; }
  .main-nav .submenu a { min-height: 56px; font-size: 16px; }

  .red-block p,
  .approach-card p,
  .centered-copy p { font-size: 16px; line-height: 1.65; }
  .home-team-links,
  .approach-grid,
  .competency-list { grid-template-columns: 1fr; }
  .home-team-links .team-route:last-child:nth-child(odd) { grid-column: auto; }
  .team-route { min-height: 76px; }
  .team-route span { font-size: 21px; }
  .competency-list div { min-height: 88px; font-size: 16px; }

  .profile {
    min-height: 142px;
    grid-template-columns: 96px 1fr;
    column-gap: 14px;
    padding: 13px;
  }
  .headshot { width: 96px; height: 96px; }
  .profile h4 { font-size: 19px; }
  .profile .company { font-size: 14px; }
  .profile .role { font-size: 15px; }
  .profile .bio { font-size: 14px; line-height: 1.45; }
  .profile.has-bio { min-height: 178px; }

  .portfolio-table td { color: rgba(255,255,255,.92); font-size: 16px; }
  .portfolio-table td::before { font-size: 13px; }
  .investment-list > span,
  .investment-list > a { font-size: 14px; }

  .brand-intro { font-size: 16px; }
  .brand-grid { grid-template-columns: minmax(0, 1fr); }
  .brand-card-back { min-width: 0; min-height: 300px; }
  .brand-card-back p { font-size: 16px; }
  .brand-index,
  .brand-status,
  .brand-destination::before { font-size: 11px; }
  .brand-destination span { font-size: 15px; }
  .brand-destination small { font-size: 11px; }
  .brand-destination { min-width: 0; }
  .brand-destination span { min-width: 0; overflow-wrap: anywhere; }

  .hero h1 { font-size: 11px; }
  .hero p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
  }

  .press-card { gap: 10px; padding: 22px 0; }
  .press-card time { font-size: 14px; }
  .press-card h3 { font-size: 21px; line-height: 1.35; }
  .press-card p { font-size: 16px; line-height: 1.55; }
  .press-card .source { font-size: 15px; }

  .contact-editorial { margin-top: 24px; }
  .contact-building { display: none; }
  .contact-directory { padding: 0; }
  .contact-directory-header { padding: 0 2px; }
  .contact-directory-header .follow-link { gap: 10px; }
  .contact-directory-header .follow-link span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 15px;
  }
  .location-cards { grid-template-columns: 1fr; gap: 14px; }
  .location-card { min-height: 0; padding: 22px; }
  .location-card p { font-size: 15px; }
  .location-card address { font-size: 16px; }
  .location-action { font-size: 13px; }
  .contact-actions { padding: 6px 20px 18px; }
  .contact-actions a { min-height: 62px; font-size: 15px; }
  .contact-actions small { font-size: 11px; }

  .footer-brand p { font-size: 15px; }
  .site-footer h3 { font-size: 19px; }
  .site-footer a { font-size: 16px; }
  .copyright { font-size: 13px; }
}

@media (max-width: 1120px) {
  .main-nav li:not(.submenu-open):hover > .submenu,
  .main-nav li:not(.submenu-open):focus-within > .submenu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
  }
}

/* Contact information must remain readable at a glance. */
.contact-directory { gap: 20px; }
.contact-directory-header { align-items: center; }
.section-kicker {
  color: #ff5b76;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .14em;
}
.contact-building figcaption span { font-size: 13px; }
.contact-building figcaption small {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}
.location-card { min-height: 225px; }
.location-icon {
  width: 38px;
  height: 38px;
  font-size: 14px;
}
.location-label {
  color: #8f1028;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .08em;
}
.location-card h4 { margin-top: 18px; }
.location-card p {
  color: #312c2d;
  font-size: 16px;
  line-height: 1.5;
}
.location-card address {
  color: #211e1f;
  font-size: 16px;
  line-height: 1.55;
}
.location-action,
.location-note {
  color: #7f1025;
  font-size: 13px;
  line-height: 1.35;
}
.contact-actions {
  gap: 10px;
  margin-top: 0;
  padding-top: 18px;
  border-top-color: rgba(255,255,255,.24);
}
.contact-actions a,
.contact-actions a:first-child {
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.055);
  font-size: 16px;
  line-height: 1.35;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.contact-actions a + a { border-left: 1px solid rgba(255,255,255,.18); }
.contact-actions a:hover,
.contact-actions a:focus-visible {
  border-color: rgba(255,91,118,.72);
  background: rgba(175,24,51,.23);
  transform: translateY(-2px);
}
.contact-actions i { font-size: 17px; }
.contact-actions small {
  margin-bottom: 4px;
  color: #ff6a83;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .1em;
}

/* Accessible type floor for informational and actionable copy. */
.hero-intro { color: rgba(255,255,255,.92); font-size: 14px; }
.section-kicker,
.location-label,
.location-action,
.location-note { font-size: 14px; }
.portfolio-table th { color: rgba(255,255,255,.9); font-size: 14px; }
.investment-list small { font-size: 13px; }
.brand-company a,
.brand-card-back .brand-category,
.brand-status,
.brand-destination::before,
.brand-destination small { font-size: 14px; }
.brand-card-back .brand-category { color: #ffdce2; }
.brand-destination small { color: rgba(255,255,255,.86); }
.copyright { color: rgba(255,255,255,.86); font-size: 14px; }

@media (max-width: 700px) {
  .section-kicker { font-size: 14px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions a,
  .contact-actions a:first-child {
    min-height: 72px;
    padding: 14px 16px;
  }
  .contact-actions a + a {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 1px solid rgba(255,255,255,.18);
  }
  .contact-actions small { font-size: 14px; }
}

/* Universal typography and motion system. */
body { font-size: var(--type-body); }
.main-nav a { font-size: var(--type-nav); }
.main-nav .submenu a { font-size: var(--type-support); }

.profile {
  min-height: 176px;
  grid-template-columns: 128px minmax(0, 1fr);
  column-gap: 20px;
  padding: 18px;
}
.headshot { width: 128px; height: 128px; }
.profile h4 { font-size: 23px; line-height: 1.15; }
.profile .company { font-size: var(--type-label); line-height: 1.4; }
.profile .role { font-size: 17px; line-height: 1.45; }
.profile .bio {
  margin-top: 7px;
  color: #f8f4f4;
  font-size: var(--type-support);
  line-height: 1.55;
}
.profile .bio span { color: #fff; }

.portfolio-table td,
.investment-list > span,
.investment-list > a,
.brand-intro,
.brand-card-back p,
.press-card p,
.location-card p,
.location-card address,
.footer-brand p,
.site-footer a { font-size: var(--type-support); }

.portfolio-table th,
.portfolio-table td::before,
.press-card time,
.press-card .source,
.brand-company a,
.brand-card-back .brand-category,
.brand-status,
.brand-destination::before,
.brand-destination small,
.section-kicker,
.location-label,
.location-action,
.location-note,
.contact-actions small,
.copyright { font-size: var(--type-label); }

.hero-intro,
.contact-building figcaption span,
.investment-list small,
.brand-company a,
.brand-index { font-size: var(--type-label); }
.brand-company a::after { font-size: 12px; }

@keyframes tvg-page-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tvg-header-enter {
  from { opacity: 0; transform: translate3d(0, -12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.js body { animation: tvg-page-enter 560ms cubic-bezier(.22,1,.36,1) both; }
.js .site-header { animation: tvg-header-enter 620ms cubic-bezier(.22,1,.36,1) both; }
.js .reveal {
  transform: translate3d(0, 18px, 0) scale(.995);
  transition:
    opacity 760ms cubic-bezier(.22,1,.36,1),
    transform 760ms cubic-bezier(.22,1,.36,1);
}
.js .reveal.reveal-left { transform: translate3d(-18px, 0, 0) scale(.995); }
.js .reveal.reveal-right { transform: translate3d(18px, 0, 0) scale(.995); }
.js .reveal.is-visible { transform: translate3d(0, 0, 0) scale(1); }

@media (max-width: 1120px) {
  :root { --type-nav: 17px; }
  .profile {
    min-height: 166px;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 17px;
    padding: 15px;
  }
  .headshot { width: 112px; height: 112px; }
  .profile h4 { font-size: 21px; }
  .profile .role,
  .profile .bio { font-size: var(--type-support); }
}

@media (max-width: 700px) {
  :root {
    --type-body: 17px;
    --type-support: 16px;
    --type-label: 15px;
  }
  .profile {
    min-height: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 15px;
    padding: 14px;
  }
  .headshot { width: 96px; height: 96px; }
  .profile h4 { font-size: 20px; }
  .profile .company { font-size: 15px; }
  .profile .role,
  .profile .bio { font-size: 16px; }
}

/* One visual hierarchy for every team group. */
.profile {
  border-color: rgba(255,255,255,.14);
  background: linear-gradient(145deg, #181416 0%, #111113 100%);
}
.profile h4 {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.profile .company,
.profile .role,
.profile .pending,
.profile .bio {
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}
.profile .company {
  margin: 5px 0 0;
  color: #ddd6d7;
  font-size: var(--type-support);
  font-weight: 500;
  line-height: 1.45;
}
.profile .role {
  margin: 4px 0 0;
  color: #fff;
  font-size: var(--type-support);
  font-weight: 600;
  line-height: 1.45;
}
.profile .pending {
  color: #f4eff0;
  font-size: var(--type-support);
  line-height: 1.5;
}
.profile .bio {
  color: #e8e2e3;
  font-size: var(--type-support);
  font-weight: 400;
  line-height: 1.55;
}
.profile .bio span {
  color: #fff;
  font-weight: 500;
}

@media (hover: hover) {
  .profile:hover {
    background: linear-gradient(145deg, #21171a 0%, #141214 100%);
  }
}

/* 2026 portfolio participation matrix. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.portfolio-sheet {
  width: min(1480px, calc(100vw - 64px));
  margin-left: 50%;
  padding: clamp(30px, 4vw, 58px);
  color: #171415;
  background: #f5f3ef;
  box-shadow: 0 34px 84px rgba(0,0,0,.32);
  transform: translateX(-50%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.portfolio-sheet-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  margin: 0 0 clamp(28px, 3vw, 46px);
  font: 600 clamp(48px, 5vw, 78px)/.95 Strait, Arial, sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.portfolio-sheet-title span { color: #871223; }
.portfolio-sheet-title i { color: #871223; font-style: normal; font-weight: 400; }
.portfolio-sheet-title strong { color: #080809; font-weight: 600; }
.portfolio-matrix-scroll { overflow-x: auto; overscroll-behavior-inline: contain; }
.portfolio-matrix {
  width: 100%;
  min-width: 1080px;
  border: 1px solid #6d6565;
  border-collapse: collapse;
  table-layout: fixed;
  color: #171415;
  background: #fff;
  box-shadow: none;
}
.portfolio-matrix .entity-col { width: 22%; }
.portfolio-matrix .category-col { width: 25%; }
.portfolio-matrix .fund-col { width: 13.25%; }
.portfolio-matrix th,
.portfolio-matrix td {
  height: 58px;
  padding: 12px 14px;
  border: 0;
  border-right: 1px solid #817a79;
  border-bottom: 1px solid #e4dfdb;
  color: #171415;
  font: 500 16px/1.35 Montserrat, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.portfolio-matrix tr > :last-child { border-right: 0; }
.portfolio-matrix tbody tr:last-child > * { border-bottom: 0; }
.portfolio-matrix thead th {
  height: 112px;
  padding: 16px 12px;
  color: #5b5051;
  background: #ead2d2;
  font: 500 16px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.portfolio-matrix thead th small {
  display: block;
  margin-top: 10px;
  color: #171415;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.portfolio-matrix tbody th {
  padding-left: 20px;
  color: #171415;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}
.portfolio-matrix tbody td:nth-child(2) {
  color: #171415;
  font: 500 16px/1.35 Montserrat, Arial, sans-serif;
  text-align: left;
}
.portfolio-matrix tbody tr {
  transition: background .2s ease;
}
.portfolio-matrix tbody tr:hover { background: #faf2f2; }
.portfolio-mark {
  display: inline-block;
  color: #8c1425;
  font: 700 44px/.8 Arial, sans-serif;
  transform: translateY(2px);
}
.portfolio-empty {
  color: #c5bebe;
  font-size: 18px;
}
.portfolio-matrix .fund-status {
  display: inline-block;
  color: #861326;
  font: 700 14px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: .035em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .portfolio-sheet {
    width: min(calc(100vw - 32px), 720px);
    padding: 26px 20px;
  }
  .portfolio-sheet-title {
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: clamp(38px, 10vw, 58px);
  }
  .portfolio-matrix-scroll { overflow: visible; }
  .portfolio-matrix,
  .portfolio-matrix tbody {
    display: block;
    min-width: 0;
    border: 0;
    background: transparent;
  }
  .portfolio-matrix colgroup,
  .portfolio-matrix thead { display: none; }
  .portfolio-matrix tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .portfolio-matrix tbody tr {
    display: block;
    padding: 0;
    border: 1px solid #c7bfbc;
    background: #fff;
  }
  .portfolio-matrix tbody th {
    display: block;
    height: auto;
    padding: 18px;
    border: 0;
    border-bottom: 1px solid #d8d0cd;
    color: #fff;
    background: #171416;
    font-size: 18px;
    text-align: left;
  }
  .portfolio-matrix tbody td,
  .portfolio-matrix tbody td:nth-child(2) {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr);
    align-items: center;
    min-height: 58px;
    height: auto;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #e3ddda;
    color: #171415;
    font: 500 15px/1.4 Montserrat, Arial, sans-serif;
    text-align: right;
  }
  .portfolio-matrix tbody td:last-child { border-bottom: 0; }
  .portfolio-matrix tbody td::before {
    content: attr(data-label);
    display: block;
    color: #7d1224;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
  }
  .portfolio-mark { font-size: 36px; }
  .portfolio-empty { color: #9b9291; }
}

@media (max-width: 620px) {
  .portfolio-sheet { width: calc(100vw - 24px); padding: 22px 14px; }
  .portfolio-sheet-title { margin-bottom: 24px; }
  .portfolio-matrix tbody { grid-template-columns: 1fr; }
  .portfolio-matrix tbody td,
  .portfolio-matrix tbody td:nth-child(2) {
    grid-template-columns: minmax(135px, .9fr) minmax(0, 1.1fr);
    font-size: 16px;
  }
  .portfolio-matrix tbody td::before { font-size: 14px; }
}

/* Fund portfolio — entity-first presentation */
.legacy-portfolio-matrix { display: none; }
.fund-summary-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-bottom: clamp(38px,4vw,58px);
}
.fund-summary {
  --fund-color: #8a1527;
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 14px;
  min-height: 142px;
  padding: 22px 20px;
  overflow: hidden;
  border: 1px solid #d3cac6;
  border-top: 4px solid var(--fund-color);
  background: #fff;
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%);
}
.fund-summary::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border: 18px solid color-mix(in srgb,var(--fund-color) 10%,transparent);
  border-radius: 50%;
}
.fund-summary > span {
  display: grid;
  place-items: center;
  align-self: start;
  width: 38px;
  height: 38px;
  border: 1px solid color-mix(in srgb,var(--fund-color) 45%,#d3cac6);
  color: var(--fund-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}
.fund-summary h2 {
  margin: 2px 0 10px;
  color: #211c1d;
  font: 500 21px/1.16 Strait,Arial,sans-serif;
  text-transform: uppercase;
}
.fund-summary p {
  margin: 0;
  color: #4f4748;
  font-size: 16px;
  font-weight: 600;
}
.fund-summary strong {
  display: inline-block;
  margin-top: 10px;
  color: var(--fund-color);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.fund-house { --fund-color: #8a1527; }
.fund-founders { --fund-color: #5e3038; }
.fund-michigan { --fund-color: #bf2941; }
.fund-marley { --fund-color: #171415; }

.portfolio-entities { margin-top: 0; }
.portfolio-entities-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cfc4c0;
}
.portfolio-entities-heading .section-kicker { color: #8a1527; }
.portfolio-entities-heading h2 {
  margin: 0;
  color: #211c1d;
  font: 500 clamp(29px,3vw,42px)/1 Strait,Arial,sans-serif;
  text-transform: uppercase;
}
.portfolio-entity-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.fund-entity-card {
  display: grid;
  grid-template-columns: 44px 74px minmax(140px,.8fr) minmax(190px,1.1fr);
  align-items: center;
  gap: 14px;
  min-height: 118px;
  padding: 20px;
  border: 1px solid #d7cfcb;
  background: #fff;
  clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.fund-entity-card:hover {
  z-index: 1;
  transform: translateY(-3px);
  border-color: #b9969d;
  box-shadow: 0 14px 28px rgba(47,26,30,.09);
}
.entity-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cdbdc0;
  color: #9b152a;
  font-size: 12px;
  font-weight: 700;
}
.entity-logo {
  display: grid;
  place-items: center;
  width: 74px;
  height: 58px;
  padding: 8px;
  border: 1px solid #e1d9d5;
  background: #fff;
  clip-path: polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%);
}
.entity-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entity-logo-monogram {
  color: #fff;
  border-color: #8a1527;
  background: linear-gradient(145deg,#1d1719,#8a1527);
  font: 700 24px/1 Strait,Arial,sans-serif;
  letter-spacing: .05em;
}
.entity-copy small {
  display: block;
  margin-bottom: 7px;
  color: #8a1527;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.entity-copy h3 {
  margin: 0;
  color: #211c1d;
  font: 500 21px/1.2 Strait,Arial,sans-serif;
  text-transform: uppercase;
}
.entity-funds {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 7px;
}
.fund-pill {
  --fund-color: #8a1527;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb,var(--fund-color) 25%,#d7cfcb);
  background: color-mix(in srgb,var(--fund-color) 5%,#fff);
  color: #342e30;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.fund-pill::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fund-color);
}

@media (max-width: 1100px) {
  .fund-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fund-entity-card { grid-template-columns: 44px 70px minmax(0,1fr); align-content: center; }
  .entity-logo { width: 70px; }
  .entity-funds { grid-column: 3; }
}

@media (max-width: 720px) {
  .fund-summary-grid,
  .portfolio-entity-grid { grid-template-columns: 1fr; }
  .fund-summary { min-height: 0; }
  .portfolio-entities-heading { display: block; }
  .portfolio-entities-heading .section-kicker { margin-bottom: 10px; }
  .fund-entity-card { grid-template-columns: 40px 62px minmax(0,1fr); min-height: 0; padding: 16px 14px; gap: 12px; }
  .entity-number { width: 36px; height: 36px; }
  .entity-logo { width: 62px; height: 52px; padding: 7px; }
  .entity-funds { grid-column: 2 / 4; }
  .entity-copy h3 { font-size: 20px; }
  .fund-pill { font-size: 13px; }
}

/* Brandbook-complete single-home editorial modules */
.portfolio-overview {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(171, 22, 42, .28), transparent 28%),
    linear-gradient(135deg, #080809 0%, #130b0d 58%, #25080d 100%);
  color: #fff;
}
.portfolio-overview-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.portfolio-overview-heading h2,
.supply-chain-copy h2,
.leadership-overview h2,
.accomplishments h2 {
  margin: 6px 0 0;
}
.portfolio-overview .portfolio-overview-heading h2,
.leadership-overview .portfolio-overview-heading h2 { color: #fff; }
.portfolio-overview-heading > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
}
.section-kicker {
  display: inline-block;
  color: #c3162d;
  font: 700 13px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.portfolio-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.2);
}
.portfolio-stat-grid > div {
  min-height: 132px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.portfolio-stat-grid > div:last-child { border-right: 0; }
.portfolio-stat-grid strong {
  display: block;
  color: #fff;
  font: 500 clamp(38px, 4vw, 62px)/1 Strait, sans-serif;
}
.portfolio-stat-grid span {
  display: block;
  margin-top: 10px;
  color: #e8dedf;
  font-size: 16px;
}
.fund-snapshot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 26px 0 48px;
  gap: 12px;
}
.fund-snapshot a {
  position: relative;
  min-height: 120px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.045);
  color: #fff;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.fund-snapshot a::after {
  content: "\2197";
  position: absolute;
  top: 18px;
  right: 18px;
  color: #cf1a35;
  font-size: 20px;
}
.fund-snapshot a:hover,
.fund-snapshot a:focus-visible {
  transform: translateY(-4px);
  border-color: #cf1a35;
  background: rgba(195,22,45,.12);
}
.fund-snapshot span,
.fund-snapshot strong { display: block; max-width: 85%; }
.fund-snapshot span {
  font: 600 14px/1.4 Montserrat, Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.fund-snapshot strong {
  margin-top: 14px;
  color: #fff;
  font: 400 20px/1.3 Montserrat, Arial, sans-serif;
}
.portfolio-entity-block {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 2fr);
  gap: 50px;
  padding-top: 35px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.portfolio-entity-block h3 {
  margin: 8px 0 0;
  color: #fff;
  font: 400 30px/1.15 Strait, sans-serif;
  text-transform: uppercase;
}
.portfolio-entity-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.16);
}
.portfolio-entity-list li {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #f4eff0;
  font-size: 15px;
  line-height: 1.35;
}
.portfolio-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.editorial-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 245px;
  padding: 16px 19px;
  border: 1px solid #c5162e;
  background: #b71229;
  color: #fff;
  font: 700 14px/1.2 Montserrat, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .22s ease, color .22s ease, background .22s ease;
}
.editorial-action:hover,
.editorial-action:focus-visible { transform: translateY(-3px); background: #d01a36; }
.editorial-action-light { border-color: rgba(255,255,255,.28); background: transparent; }
.editorial-action-light:hover,
.editorial-action-light:focus-visible { border-color: #c5162e; background: #c5162e; color: #fff; }

.incubation-consulting { background: #f4f0ea; }
.incubation-consulting > .container {
  display: flex;
  flex-direction: column;
}
.investment-criteria {
  display: grid;
  grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr);
  gap: 0;
  margin-top: 28px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cfc4c0;
  background: #fff;
  box-shadow: 0 18px 44px rgba(42,20,24,.09);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.investment-criteria ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  counter-reset: investment-focus;
}
.investment-criteria li {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  min-height: 62px;
  padding: 10px 0;
  border-bottom: 1px solid #e6dfdb;
  color: #231f20;
  font-size: 16px;
  line-height: 1.45;
  counter-increment: investment-focus;
}
.investment-criteria li:last-child { border-bottom: 0; }
.investment-criteria li::before {
  content: counter(investment-focus, decimal-leading-zero);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #cbb8bb;
  color: #9b152a;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
  letter-spacing: .06em;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.investment-criteria li:hover::before {
  border-color: #9b152a;
  background: #9b152a;
  color: #fff;
}
.investment-criteria > div {
  display: flex;
  justify-content: center;
  padding: clamp(28px, 3.2vw, 46px);
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0, rgba(194,34,60,.24), transparent 36%),
    linear-gradient(145deg, #171214, #430b15);
}
.investment-criteria p {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}
.investment-criteria p:last-child { margin-bottom: 0; }
.investment-criteria a { color: #ff6078; font-weight: 700; }
.editorial-heading {
  display: grid;
  grid-template-columns: minmax(190px,.55fr) minmax(0,1.45fr);
  align-items: end;
  gap: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfbdba;
}
.incubation-consulting .editorial-heading { order: 1; grid-template-columns: 1fr; }
.incubation-consulting .editorial-heading h2 { grid-column: 1; }
.editorial-heading h2 {
  grid-column: 2;
  margin: 0;
  max-width: 790px;
  color: #821425;
  font-size: clamp(38px, 4.5vw, 58px);
}
.editorial-heading h2 em {
  display: inline;
  padding: 0 .08em;
  background: #c9ddce;
  color: #563e39;
  font-style: normal;
}
.editorial-heading .section-kicker { grid-column: 1; grid-row: 1; padding-bottom: 12px; }
.editorial-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 6vw, 86px);
  margin-top: 42px;
}
.editorial-columns > div:first-child { border-left: 2px solid #a3162b; padding-left: 30px; }
.editorial-columns p,
.supply-chain-copy p {
  margin: 0 0 20px;
  color: #171415;
  font-size: 16px;
  line-height: 1.65;
}
.consulting-proposal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 0;
  padding: 22px 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 0;
  background: linear-gradient(90deg, #2a0c12, #5b0d1b);
  color: #fff;
}
.incubation-consulting .consulting-proposal { order: 4; margin-top: -18px; }
.consulting-proposal span { font-size: 18px; }
.consulting-proposal a {
  color: #ff536a;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
.consulting-proposal a:hover,
.consulting-proposal a:focus-visible { color: #fff; text-decoration: underline; }

.supply-chain-layout {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
  gap: 0;
}
.consulting-supply-chain {
  order: 2;
  margin-top: 34px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(110deg, rgba(255,255,255,.035), rgba(161,21,44,.06)),
    #0e0d0e;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.consulting-details {
  order: 3;
  margin-top: 18px;
  border: 1px solid #cec2be;
  background: #fff;
  box-shadow: 0 16px 40px rgba(45,23,27,.08);
}
.consulting-details summary {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto 28px;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 16px 24px;
  cursor: pointer;
  color: #231e20;
  list-style: none;
  transition: background .2s ease, border-color .2s ease;
}
.consulting-details summary::before {
  content: "02";
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #bca9ad;
  color: #9b152a;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
}
.consulting-details summary:hover,
.consulting-details summary:focus-visible { background: #f5ecec; }
.consulting-details summary::-webkit-details-marker { display: none; }
.consulting-details summary span {
  color: #861529;
  font: 500 25px/1.2 Strait, sans-serif;
  text-transform: uppercase;
}
.consulting-details summary i {
  color: #393235;
  font-size: 16px;
  font-style: normal;
}
.consulting-details summary::after {
  content: "+";
  color: #a5162c;
  font-size: 28px;
  line-height: 1;
}
.consulting-details[open] summary::after { content: "−"; }
.consulting-details .editorial-columns {
  margin: 0;
  padding: 28px;
  border-top: 1px solid #d9cecb;
  background: #f4f0ea;
}
.consulting-details .editorial-columns > div {
  padding: 26px;
  border: 1px solid #d9cecb;
  border-top: 3px solid #9b152a;
  background: #fff;
}
.consulting-details .editorial-columns > div:first-child {
  padding-left: 26px;
  border-left: 1px solid #d9cecb;
}
#consulting + .incubation-consulting .consulting-details .editorial-columns p {
  color: #241f20;
  font-size: 17px;
  line-height: 1.68;
}
.consulting-details .editorial-columns p:last-child { margin-bottom: 0; }
.js .consulting-details .reveal {
  opacity: 1;
  filter: none;
  transform: none;
}
.supply-chain-copy {
  position: relative;
  padding: 42px 46px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.supply-chain-copy::before {
  content: "01";
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  color: #ff5b76;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
}
.supply-chain-copy h2 { margin-bottom: 28px; }
.supply-chain-competencies {
  padding: 42px 38px;
  background: rgba(255,255,255,.025);
  border-top: 0;
  box-shadow: none;
}
.supply-chain-competencies h3 {
  margin: 0 0 24px;
  color: #fff;
  font: 500 clamp(30px, 3.2vw, 44px)/1 Strait, sans-serif;
  text-transform: uppercase;
}
.supply-chain-competencies .competency-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  gap: 0;
  margin: 0;
}
.supply-chain-competencies .competency-list div {
  min-height: 0;
  padding: 13px 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.supply-chain-competencies .competency-list div:hover { transform: none; box-shadow: none; }
.supply-chain-competencies .competency-list span {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background: #a5162b;
  color: #fff;
  font-size: 13px;
}

.leadership-overview { background: #0b0b0c; color: #fff; }
.leadership-overview .portfolio-overview-heading { align-items: center; }
.leadership-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.leadership-panel {
  padding: 30px;
  border: 1px solid #3a2b2e;
  background: linear-gradient(145deg, #151315, #1e0d11);
}
.leadership-panel h3 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ae172d;
  color: #fff;
  font: 500 30px/1.1 Strait, sans-serif;
  text-transform: uppercase;
}
.leadership-panel ul { margin: 0; padding: 0; list-style: none; }
.leadership-panel li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.leadership-panel li:last-child { border-bottom: 0; }
.leadership-panel strong,
.leadership-panel span { display: block; }
.leadership-panel strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.leadership-panel span {
  margin-top: 4px;
  color: #ddd2d4;
  font-size: 15px;
  line-height: 1.5;
}

.accomplishments {
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(6,6,7,.86), rgba(81,7,18,.86)),
    radial-gradient(circle at 15% 80%, #ac1730, transparent 45%),
    #340a11;
  color: #fff;
}
.accomplishments-layout {
  display: block;
}
.accomplishments header {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.accomplishments h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 58px);
}
.accomplishments header p {
  max-width: 430px;
  color: #e8dfe0;
  font-size: 18px;
  line-height: 1.65;
}
.accomplishment-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.accomplishment-list li {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  align-content: start;
  gap: 16px;
  min-height: 138px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.035);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.accomplishment-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(239,73,96,.7);
  background: rgba(255,255,255,.065);
}
.accomplishment-list li span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(239,73,96,.7);
  color: #ff667b;
  font-weight: 700;
  letter-spacing: .06em;
}
.accomplishment-list li:last-child {
  grid-column: 1 / -1;
  min-height: 84px;
  align-content: center;
  background: linear-gradient(90deg, rgba(183,18,41,.2), rgba(255,255,255,.035));
}

@media (max-width: 1000px) {
  .portfolio-stat-grid,
  .fund-snapshot { grid-template-columns: repeat(2,1fr); }
  .portfolio-stat-grid > div:nth-child(2) { border-right: 0; }
  .portfolio-stat-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .portfolio-entity-block,
  .editorial-heading,
  .supply-chain-layout,
  .accomplishments-layout { grid-template-columns: 1fr; }
  .editorial-heading h2,
  .editorial-heading .section-kicker { grid-column: 1; }
  .editorial-heading h2 { grid-row: 2; }
  .leadership-columns { grid-template-columns: 1fr 1fr; }
  .leadership-panel:last-child { grid-column: 1 / -1; }
  .accomplishments header { position: static; }
  .investment-criteria { grid-template-columns: 1fr; }
  .accomplishment-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .accomplishment-list li:last-child { grid-column: 1 / -1; }
  .supply-chain-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 720px) {
  .investment-criteria { padding: 0; clip-path: none; }
  .investment-criteria ul { padding: 14px 20px; }
  .investment-criteria li { grid-template-columns: 40px minmax(0,1fr); gap: 12px; min-height: 58px; }
  .investment-criteria > div { padding: 24px 20px 28px; }
  .consulting-supply-chain { margin-top: 28px; padding: 0; clip-path: none; }
  .supply-chain-copy { padding: 28px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .supply-chain-competencies { padding: 28px 22px; }
  .supply-chain-competencies .competency-list { grid-template-columns: 1fr; }
  .consulting-details summary i { display: none; }
  .consulting-details summary { grid-template-columns: 42px minmax(0,1fr) 24px; gap: 12px; min-height: 72px; padding: 14px 18px; }
  .consulting-details summary span { font-size: 21px; }
  .consulting-details .editorial-columns { padding: 22px 18px; }
  .consulting-details .editorial-columns > div,
  .consulting-details .editorial-columns > div:first-child { padding: 20px; }
  .portfolio-overview-heading { display: block; }
  .portfolio-overview-heading > p { margin-top: 18px; }
  .portfolio-stat-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-stat-grid > div { min-height: 110px; padding: 20px 16px; }
  .fund-snapshot { grid-template-columns: 1fr; }
  .fund-snapshot a { min-height: 105px; }
  .portfolio-entity-block { gap: 24px; }
  .portfolio-entity-list { grid-template-columns: 1fr 1fr; }
  .portfolio-actions { flex-direction: column; }
  .editorial-action { width: 100%; min-width: 0; }
  .editorial-columns { grid-template-columns: 1fr; gap: 12px; }
  .editorial-columns > div:first-child { padding-left: 20px; }
  .editorial-columns p,
  .supply-chain-copy p { font-size: 17px; line-height: 1.68; }
  .consulting-proposal { align-items: flex-start; flex-direction: column; }
  .supply-chain-competencies { padding: 24px 20px; }
  .leadership-columns { grid-template-columns: 1fr; }
  .leadership-panel:last-child { grid-column: auto; }
  .leadership-panel { padding: 24px 20px; }
  .accomplishments header { margin-bottom: 20px; padding-bottom: 18px; }
  .accomplishment-list { grid-template-columns: 1fr; }
  .accomplishment-list li,
  .accomplishment-list li:last-child {
    grid-column: auto;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px;
  }
}

@media (max-width: 460px) {
  .portfolio-stat-grid { grid-template-columns: 1fr; }
  .portfolio-stat-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .portfolio-stat-grid > div:last-child { border-bottom: 0; }
  .portfolio-entity-list { grid-template-columns: 1fr; }
  .editorial-heading h2 { font-size: 42px; }
}

/* Unified TVG brand family portfolio */
.brand-family-page { background: #f2eee8; }
.brand-family-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6vw, 82px) 0 42px;
  background:
    radial-gradient(circle at 84% 25%, rgba(183,18,41,.28), transparent 24%),
    linear-gradient(135deg, #070708 0%, #12090b 58%, #2e080e 100%);
  color: #fff;
}
.brand-family-hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -240px;
  bottom: -310px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012);
}
.brand-family-hero-inner { position: relative; z-index: 1; }
.brand-family-hero h1 {
  max-width: 980px;
  margin: 13px 0 15px;
  color: #fff;
  font: 400 clamp(44px, 5vw, 70px)/.96 Strait, sans-serif;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.brand-family-hero p {
  max-width: 720px;
  margin: 0;
  color: #eee4e5;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .04em;
}
.brand-division-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  max-width: 910px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand-division-nav a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 12px 18px;
  border-right: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font: 600 15px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease;
}
.brand-division-nav a:last-child { border-right: 0; }
.brand-division-nav a:hover,
.brand-division-nav a:focus-visible { background: #b7152c; color: #fff; }
.brand-division-nav span { color: #e1495e; font-size: 12px; }
.brand-division {
  scroll-margin-top: 95px;
  padding: clamp(44px, 5vw, 68px) 0;
  background: #f3efe9;
}
.brand-division-alt { background: #e8e2db; }
.brand-division-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 220px;
  margin-bottom: 16px;
  padding: 26px 30px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,7,8,.94) 0%, rgba(16,8,10,.77) 48%, rgba(16,8,10,.22) 100%),
    var(--division-image) center/cover no-repeat;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}
.brand-division-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #b71931;
}
.brand-division-number {
  position: absolute;
  top: 22px;
  left: 30px;
  color: #e33b53;
  font: 700 13px/1 Montserrat, Arial, sans-serif;
  letter-spacing: .16em;
}
.brand-division-header > div { position: relative; z-index: 1; max-width: 700px; }
.brand-division-header > div > span {
  color: #f35b70;
  font: 700 12px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand-division-header h2 {
  margin: 8px 0 5px;
  color: #fff;
  font: 500 clamp(40px, 5vw, 60px)/.96 Strait, sans-serif;
  text-transform: uppercase;
}
.brand-division-header p {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.brand-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.brand-family-grid-four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.brand-family-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d8cfca;
  background: #fff;
  color: #161315;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.brand-family-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 0;
  background: #b51830;
  transition: height .28s ease;
}
.brand-family-card:hover,
.brand-family-card:focus-visible {
  transform: translateY(-6px);
  border-color: #b71931;
  box-shadow: 0 22px 44px rgba(41,16,21,.14);
  color: #161315;
}
.brand-family-card:hover::before,
.brand-family-card:focus-visible::before { height: 100%; }
.brand-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 18px 22px 12px;
  border-bottom: 1px solid #eee9e6;
  background: #fff;
}
.brand-card-logo img {
  display: block;
  width: auto;
  max-width: 72%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  transition: transform .3s ease;
}
.brand-family-card:hover .brand-card-logo img,
.brand-family-card:focus-visible .brand-card-logo img { transform: scale(1.045); }
.brand-card-copy {
  display: flex;
  padding: 16px 18px 14px;
  flex: 1;
  flex-direction: column;
}
.brand-card-copy small {
  color: #94162a;
  font: 700 11px/1.35 Montserrat, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-card-copy strong {
  display: block;
  margin: 6px 0 8px;
  color: #181416;
  font: 500 21px/1.12 Strait, sans-serif;
  text-transform: uppercase;
}
.brand-card-copy > span {
  color: #3d3739;
  font-size: 15px;
  line-height: 1.5;
}
.brand-card-domain {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-top: 1px solid #ded6d2;
  color: #861528;
  font: 700 14px/1.25 Montserrat, Arial, sans-serif;
}
.brand-card-domain b {
  margin-left: auto;
  padding: 5px 8px;
  background: #f1e4e5;
  color: #831326;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-card-domain i {
  margin-left: auto;
  transform: rotate(45deg);
  transition: transform .24s ease;
}
.brand-card-domain b + i { margin-left: 10px; }
.brand-family-card:hover .brand-card-domain i,
.brand-family-card:focus-visible .brand-card-domain i { transform: rotate(45deg) translateY(-3px); }
.brand-family-proposal {
  padding: 28px 0;
  background: #170c0f;
  color: #fff;
}
.brand-family-proposal .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand-family-proposal span { font-size: 18px; }
.brand-family-proposal a {
  color: #ff4d66;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.brand-family-proposal a:hover,
.brand-family-proposal a:focus-visible { color: #fff; text-decoration: underline; }

@media (max-width: 1180px) {
  .brand-family-grid-four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .brand-family-card { min-height: 320px; }
}
@media (max-width: 900px) {
  .brand-family-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .brand-family-grid > .brand-family-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .brand-family-hero { padding: 50px 0 30px; }
  .brand-family-hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .brand-family-hero p { font-size: 16px; }
  .brand-division-nav { grid-template-columns: 1fr; }
  .brand-division-nav a { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .brand-division-nav a:last-child { border-bottom: 0; }
  .brand-division { padding: 38px 0; }
  .brand-division-header { min-height: 190px; padding: 24px 20px; }
  .brand-division-number { top: 22px; left: 24px; }
  .brand-division-header p { font-size: 16px; }
  .brand-family-grid,
  .brand-family-grid-four { grid-template-columns: 1fr; }
  .brand-family-grid > .brand-family-card:last-child:nth-child(odd) { grid-column: auto; }
  .brand-family-card { min-height: 0; }
  .brand-card-logo { height: 104px; padding: 16px 20px 12px; }
  .brand-card-logo img { max-width: 66%; max-height: 64px; }
  .brand-card-copy { padding: 16px 18px 14px; }
  .brand-card-copy > span { font-size: 16px; }
  .brand-card-domain { padding: 15px 20px; font-size: 15px; }
  .brand-family-proposal .container { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .js body,
  .js .site-header { animation: none !important; }
  .profile,
  .headshot img,
  .profile-actions a,
  .team-route,
  .team-route::after,
  .submenu-toggle,
  .submenu-toggle span,
  .main-nav,
  .main-nav .submenu,
  .main-nav .submenu li { transition: none !important; }
}

/* Compact contact finale: strong visual presence without forcing a full viewport. */
.contact-section {
  min-height: 0;
}
.contact-section .contact-editorial {
  min-height: 0;
  height: clamp(520px, 62svh, 640px);
}
.contact-section .contact-building {
  min-height: 0;
  height: 100%;
}
.contact-section .centered-copy > h2 {
  top: clamp(26px, 3.2vw, 48px);
  left: clamp(24px, 3.5vw, 58px);
  max-width: 590px;
  padding: 13px 18px;
  font-size: clamp(38px, 3.8vw, 58px);
}
.contact-section .contact-building figcaption {
  bottom: clamp(26px, 3vw, 44px);
  left: clamp(24px, 3.5vw, 58px);
}
.contact-section .contact-building figcaption strong {
  font-size: clamp(36px, 3.6vw, 52px);
}
.contact-section .contact-directory {
  gap: 18px;
  padding: clamp(28px, 3vw, 46px);
}
.contact-section .location-card {
  min-height: 0;
  padding: 18px;
}
.contact-section .location-card h4 {
  margin-top: 13px;
}
.contact-section .location-card p {
  margin-bottom: 10px;
}
.contact-section .location-action,
.contact-section .location-note {
  padding-top: 12px;
}
.contact-section .contact-actions {
  padding-top: 12px;
}
.contact-section .contact-actions a,
.contact-section .contact-actions a:first-child {
  min-height: 66px;
  padding: 11px 13px;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .contact-section .contact-editorial {
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
    height: auto;
    min-height: 520px;
  }
  .contact-section .contact-building {
    min-height: 520px;
    height: auto;
  }
  .contact-section .centered-copy > h2 {
    top: 26px;
    left: 24px;
    max-width: min(340px, 39vw);
    font-size: clamp(34px, 4.4vw, 48px);
  }
  .contact-section .contact-directory {
    gap: 16px;
    padding: 26px 24px;
  }
  .contact-section .location-cards {
    gap: 10px;
  }
  .contact-section .location-card {
    min-height: 0;
    padding: 16px;
  }
  .contact-section .contact-actions {
    gap: 7px;
  }
  .contact-section .contact-actions a,
  .contact-section .contact-actions a:first-child {
    min-height: 62px;
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .contact-section .centered-copy > h2 {
    padding: 34px 20px 18px;
    font-size: clamp(34px, 10vw, 44px);
  }
  .contact-section .contact-editorial {
    display: block;
    height: auto;
    min-height: 0;
  }
  .contact-section .contact-building {
    display: none;
  }
  .contact-section .contact-directory {
    gap: 16px;
    padding: 22px 18px 28px;
  }
  .contact-section .location-cards {
    gap: 10px;
  }
  .contact-section .location-card {
    padding: 18px;
  }
  .contact-section .location-card h4 {
    margin-top: 12px;
  }
  .contact-section .contact-actions {
    gap: 8px;
    padding-top: 10px;
  }
  .contact-section .contact-actions a,
  .contact-section .contact-actions a:first-child {
    min-height: 58px;
    padding: 10px 13px;
  }
}
