@charset "UTF-8";
/*
Theme Name: Gloria Child
Description: Flatsome child theme — Gloria Capital (rebuild from design/*.html)
Author: Webico
Template: flatsome
Version: 1.2.2
*/
:root {
  --bg: #FFFFFF;
  --bg-alt: #F7F5F0;
  --surface-cream: #E8DCCB;
  --surface-navy: #111F47;
  --surface-navy-deep: #0A1531;
  --surface-navy-card: #182755;
  --brand: #111F47;
  --accent: #F15922;
  --accent-soft: #FDECE4;
  --accent-gold: #C6A664;
  --ink: #111F47;
  --ink-soft: #4A5470;
  --ink-muted: #8A90A3;
  --on-dark: #FFFFFF;
  --on-dark-soft: #B9C0D4;
  --line: #E2E5EC;
  --line-cream: #D8CCB8;
  --line-on-dark: #2A3557;
  --container: 1240px;
  --r-sm: 4px;
  --r-md: 6px;
  --r-pill: 999px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --header-h: 84px;
  --anchor-h: 64px;
  --primary-color: #F15922;
  --fs-color-primary: #F15922;
  --fs-color-secondary: #C6A664;
  --fs-color-alert: #F15922;
  --fs-color-success: #111F47;
  --fs-experimental-link-color: #111F47;
  --fs-experimental-link-color-hover: #F15922;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  text-wrap: balance;
  margin-top: 0;
}

h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.0075em;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

p {
  text-wrap: pretty;
  margin-bottom: 1.3em;
}

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

a {
  transition: color 0.3s var(--ease);
}

img {
  max-width: 100%;
}

.dark {
  color: #fff;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
  color: #fff;
}

.dark p {
  color: var(--on-dark-soft);
}

.display {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.0075em;
}

.h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.statement {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.005em;
}

.stat {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.body-l {
  font-size: 18px;
  line-height: 1.65;
}

.body-s {
  font-size: 14px;
  line-height: 1.6;
}

.label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.soft {
  color: var(--ink-soft);
}

.muted {
  color: var(--ink-muted);
}

.dark .soft {
  color: var(--on-dark-soft);
}

.eyebrow {
  display: block;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--accent);
}

.dark .eyebrow, .on-navy .eyebrow {
  color: var(--accent-gold);
}

.dark .label {
  color: var(--on-dark-soft);
}

.rule-quote {
  display: flex;
  gap: 24px;
  padding-top: 8px;
  border-left: 3px solid var(--accent);
  padding-left: 24px;
}

.rule-quote p {
  color: var(--ink-soft);
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

dl {
  text-transform: none;
  font-size: 1em;
  opacity: 1;
}

dl dt, dl dd {
  display: block;
  margin: 0;
}

.section {
  scroll-margin-top: calc(var(--header-h) + var(--anchor-h));
}

.section .col {
  padding-bottom: 30px;
}

.row.row-collapse > .col {
  padding-bottom: 0;
}

.head-row .col {
  padding-bottom: 0;
}

.button:not(.icon) {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 16px 30px;
  min-height: 0;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  margin: 0 12px 12px 0;
  box-shadow: none !important;
  transition: 0.32s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.button:not(.icon):last-child {
  margin-right: 0;
}

.button.primary {
  background: var(--accent);
  color: #fff;
}

.button.primary:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(241, 89, 34, 0.28) !important;
}

.button.secondary {
  background: var(--accent-gold);
  color: var(--brand);
}

.button.secondary:hover {
  background: var(--accent-gold);
  color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(198, 166, 100, 0.32) !important;
}

.button.is-outline, .button.is-outline.primary {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
  line-height: 1.2;
}

.button.is-outline:hover, .button.is-outline.primary:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.button.is-outline.secondary {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

.button.is-outline.secondary:hover {
  background: var(--accent-gold);
  color: var(--brand);
}

.dark .button.is-outline.primary, .dark .button.is-outline, .button.is-outline.ghost {
  background: transparent;
  border-color: var(--line-on-dark);
  color: #fff;
}

.dark .button.is-outline.primary:hover, .dark .button.is-outline:hover, .button.is-outline.ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.dark .button.is-outline.secondary {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

.dark .button.is-outline.secondary:hover {
  background: var(--accent-gold);
  color: var(--brand);
}

.button.is-link, .button.is-link.primary {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--brand);
  margin: 0 28px 12px 0;
  opacity: 1;
  line-height: 1.2;
}

.button.is-link:hover {
  opacity: 1;
  transform: none;
  color: var(--brand);
}

.button.is-link.accent {
  color: var(--accent);
}

.button.is-link.gold, .dark .button.is-link {
  color: var(--accent-gold);
}

.button.is-link i, .button i {
  font-size: 1em;
  transition: transform 0.3s var(--ease);
}

.button.is-link:hover i {
  transform: translateX(5px);
}

.button.is-link.brand {
  color: var(--brand);
}

.dark .button.is-link.brand {
  color: #fff;
}

.header-wrapper {
  transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.header-main {
  border-bottom: 1px solid transparent;
}

.header:not(.transparent) .header-main, .header-wrapper.stuck .header-main {
  background: var(--bg-alt) !important;
  border-bottom-color: var(--line);
  box-shadow: 0 2px 20px rgba(17, 31, 71, 0.06);
}

.header.transparent .header-main {
  background: transparent !important;
}

.header-main .flex-left.flex-grow {
  justify-content: center;
}

.header-nav-main > li {
  margin: 0;
}

.header-nav-main > li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  padding: 0 17px;
  position: relative;
  line-height: 1.2;
}

.header-nav-main > li > a:before {
  display: none !important;
}

.header-nav-main > li > a:after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: -6px;
  height: 1.5px;
  width: auto;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.34s var(--ease);
}

.header-nav-main > li:hover > a:after, .header-nav-main > li.current-menu-item > a:after, .header-nav-main > li.current-menu-ancestor > a:after {
  transform: scaleX(1);
}

.header-nav-main > li > a:hover, .header-nav-main > li.current-menu-item > a, .header-nav-main > li.current-menu-ancestor > a {
  color: var(--accent);
}

.nav-dark .header-nav-main > li > a {
  color: #fff;
}

.nav-dark .header-nav-main > li.current-menu-item > a, .nav-dark .header-nav-main > li > a:hover {
  color: var(--accent);
}

.header-nav-main > li > a .icon-angle-down {
  display: none;
}

.nav-dropdown {
  padding: 12px;
  min-width: 260px;
  border: 0;
  border-radius: var(--r-sm);
  box-shadow: 0 22px 46px -18px rgba(17, 31, 71, 0.35);
}

.nav-dropdown > li > a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 10px 12px;
  border: 0;
  border-radius: var(--r-sm);
  text-transform: none;
  letter-spacing: 0;
}

.nav-dropdown > li > a:hover {
  background: var(--bg-alt);
  color: var(--accent);
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

.header-lang {
  display: inline-flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.header-lang b {
  color: var(--ink);
}

.header-lang span {
  color: var(--line);
}

.header-lang i {
  color: var(--ink-muted);
  font-style: normal;
}

.nav-dark .header-lang b {
  color: #fff;
}

.nav-dark .header-lang span {
  color: var(--line-on-dark);
}

.nav-dark .header-lang i {
  color: var(--on-dark-soft);
}

.header-nav-main > li.html_top_right_text {
  margin: 0 14px 0 0;
}

.header-button-1 .button {
  margin: 0;
  padding: 15px 26px;
  font-size: 14px;
  background: var(--accent);
  color: #fff;
}

.header-button-1 .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(241, 89, 34, 0.28) !important;
}

.header.transparent .header-button-1 .button {
  background: var(--accent-gold);
  color: var(--brand);
}

.header.transparent .header-button-1 .button:hover {
  box-shadow: 0 12px 28px rgba(198, 166, 100, 0.32) !important;
}

#logo img {
  max-height: 44px;
  width: auto;
}

.mobile-nav > li {
  margin: 0 0 0 10px;
}

.mobile-nav .header-button-1 .button {
  padding: 11px 14px;
  font-size: 11.5px;
  letter-spacing: 0.03em;
}

.mobile-nav > li.nav-icon > a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  color: var(--ink);
  padding: 0;
}

.nav-dark .mobile-nav > li.nav-icon > a {
  border-color: var(--line-on-dark);
  color: #fff;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
  background: var(--surface-navy);
  color: #fff;
  padding: 28px;
}

.mobile-sidebar .nav-sidebar > li {
  border: 0;
}

.mobile-sidebar .nav-sidebar > li > a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-on-dark);
}

.mobile-sidebar .nav-sidebar > li .toggle {
  color: #fff;
}

.mobile-sidebar .nav-sidebar li li a {
  color: var(--on-dark-soft);
  font-size: 15px;
  text-transform: none;
  padding: 10px 0;
}

.off-canvas .mfp-close {
  color: #fff;
  font-size: 30px;
  top: 14px;
  right: 14px;
}

.mfp-bg.off-canvas-right {
  background: rgba(10, 21, 49, 0.55);
}

.page-hero {
  background: var(--bg-alt);
}

.page-hero .section-content {
  padding-bottom: 24px;
}

.page-hero .hero-photo {
  height: 440px;
}

.page-hero .hero-photo .banner-inner, .page-hero .hero-photo .banner-bg {
  background-position: center;
}

.page-hero .hero-band-row {
  margin-top: -104px !important;
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.banner {
  background-color: var(--surface-navy);
}

.page-hero .hero-band {
  background: var(--surface-navy);
  color: #fff;
  padding: 40px 48px !important;
}

.page-hero .hero-band .col-inner {
  padding: 0;
}

.page-hero .hero-band .row {
  margin: 0;
}

.page-hero .hero-band .row > .col {
  padding: 0 0 0 0;
}

.page-hero .hero-band .row > .col + .col {
  padding-left: 56px;
}

.page-hero .hero-band h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 0;
}

.page-hero .hero-band .label {
  color: var(--accent-gold);
  display: block;
  margin-bottom: 14px;
}

.page-hero .hero-band p {
  color: var(--on-dark-soft);
  font-size: 15px;
  margin: 0;
}

.page-hero .hero-band .hero-cta {
  margin-top: 24px;
}

.page-hero .hero-band .button:not(.icon) {
  padding: 13px 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.page-hero .hero-band .button.is-outline {
  border-color: var(--line-on-dark);
  color: #fff;
}

.page-hero .hero-band .button.is-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.page-hero .hero-note {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 16px 0 0;
  padding: 0 48px 8px;
}

.page-hero .hero-note-row .col {
  padding-bottom: 0;
}

.anchor-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 90;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}

.anchor-nav .col {
  padding-bottom: 0;
}

.anchor-nav nav {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.anchor-nav nav::-webkit-scrollbar {
  display: none;
}

.anchor-nav a {
  padding: 22px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.anchor-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.34s var(--ease);
}

.anchor-nav a:hover, .anchor-nav a.on {
  color: var(--ink);
}

.anchor-nav a.on:after {
  transform: scaleX(1);
}

.head-row .row {
  align-items: flex-end;
}

.head-row .col-cta {
  text-align: right;
}

.head-row .col-cta .button {
  margin-bottom: 0;
}

.page-close {
  text-align: center;
}

.page-close h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
}

.page-close p {
  color: var(--on-dark-soft);
  max-width: 760px;
  margin: 24px auto 0;
}

.page-close .button {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-close .col {
  padding-bottom: 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
}

.chips li {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid var(--line-on-dark);
  border-radius: var(--r-pill);
  font-size: 14px;
  color: #fff;
}

.chips-light li {
  border-color: var(--line);
  color: var(--ink);
  background: var(--bg);
}

.img-cover .img-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-hover .img-inner img {
  transition: transform 0.9s var(--ease);
}

.img-hover:hover .img-inner img {
  transform: scale(1.04);
}

.acard-grid .col {
  padding-bottom: 24px;
}

.acard-grid .col-inner, .acard-grid .box-blog-post {
  height: 100%;
}

.acard-grid .box-blog-post, .acard {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: 0.45s var(--ease);
  display: flex;
  flex-direction: column;
}

.acard-grid .box-blog-post:hover, .acard:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 31, 71, 0.1);
  border-color: rgba(17, 31, 71, 0.18);
}

.acard-grid .box-image, .acard .acard-photo {
  background: var(--bg-alt);
  margin: 0;
}

.acard-grid .box-image img, .acard .acard-photo img {
  transition: transform 0.9s var(--ease);
}

.acard-grid .box-blog-post:hover .box-image img, .acard:hover .acard-photo img {
  transform: scale(1.04);
}

.acard-grid .box-text, .acard .acard-body {
  padding: 32px 36px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.acard-grid .cat-label, .acard-grid .cat-label.tag-label, .acard .acard-source {
  background: none;
  padding: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
  margin: 0 0 12px;
  display: block;
}

.acard-grid .post-title, .acard h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin: 0 0 16px;
  text-transform: none;
}

.acard-grid .post-title a {
  color: var(--ink);
}

.acard-grid .post-title a:hover {
  color: var(--accent);
}

.acard-grid .post-meta {
  font-size: 14px;
  color: var(--ink-muted);
  opacity: 1;
  margin-bottom: 12px;
}

.acard-grid .is-divider {
  display: none;
}

.acard-grid .from_the_blog_excerpt, .acard p {
  color: var(--ink-soft);
  font-size: 14px;
  margin: 0;
}

.acard-grid .box-text .button.is-link, .acard .acard-cta {
  margin: auto 0 0;
  padding-top: 20px;
  align-self: flex-start;
  color: var(--accent);
}

.acard-grid .box-text .button.is-link {
  padding-top: 0;
  margin-top: 20px;
}

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

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-title {
  border: 0;
  padding: 26px 56px 26px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
}

.accordion-title:hover, .accordion-title.active {
  color: var(--accent);
  background: none;
}

.accordion-title .toggle {
  left: auto;
  right: 0;
  top: 22px;
  width: 24px;
  height: 24px;
  color: var(--accent);
  opacity: 1;
}

.accordion-title .toggle i {
  font-size: 24px;
}

.accordion-title.active .toggle {
  transform: rotate(180deg);
}

.accordion-inner {
  padding: 0 0 26px;
  color: var(--ink-soft);
  max-width: 980px;
  border: 0;
}

.wpcf7 .frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wpcf7 .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.wpcf7 .field label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=file]), .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  padding: 15px 16px;
  height: auto;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  box-shadow: none;
  margin: 0;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(17, 31, 71, 0.08);
}

.wpcf7 .upload {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px dashed var(--line-cream);
  border-radius: var(--r-sm);
  background: var(--bg);
}

.wpcf7 .upload label {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.wpcf7 .upload .hint {
  font-size: 13px;
  color: var(--ink-muted);
}

.wpcf7 .consent {
  margin: 8px 0 24px;
  font-size: 14px;
  color: var(--ink-soft);
}

.wpcf7 .consent .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .consent input {
  width: 18px;
  height: 18px;
  margin: 3px 12px 0 0;
  accent-color: var(--brand);
  vertical-align: top;
}

.wpcf7 .wpcf7-submit {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  color: var(--accent);
  margin-top: 6px;
}

.wpcf7 .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  font-size: 14px;
}

.wpcf7 br {
  display: none;
}

.footer-wrapper {
  border-top: 1px solid var(--line-on-dark);
}

.absolute-footer {
  display: none;
}

.footer-gloria .footer-top {
  display: grid;
  grid-template-columns: 280px 150px 170px 110px 250px;
  justify-content: space-between;
  gap: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.footer-gloria .footer-top > .col {
  padding: 0;
  max-width: none;
  flex-basis: auto;
  width: auto;
}

.footer-gloria .footer-brand .img {
  max-width: 190px;
  margin: 0 0 24px;
}

.footer-gloria .footer-brand p {
  color: var(--on-dark-soft);
  font-size: 14px;
}

.footer-gloria .social-icons {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.footer-gloria .social-icons a.linkedin {
  order: 1;
}

.footer-gloria .social-icons a.instagram {
  order: 2;
}

.footer-gloria .social-icons a.facebook {
  order: 3;
}

.footer-gloria .social-icons .button.icon {
  width: 40px;
  height: 40px;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line-on-dark);
  border-radius: var(--r-pill);
  color: var(--on-dark-soft);
  background: none;
  line-height: 38px;
  transition: 0.35s var(--ease);
}

.footer-gloria .social-icons .button.icon i {
  font-size: 16px;
}

.footer-gloria .social-icons .button.icon:hover {
  border-color: var(--accent-gold);
  background: rgba(198, 166, 100, 0.1);
  color: var(--accent-gold);
  transform: translateY(-2px);
}

.footer-gloria h4 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer-gloria ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-gloria li {
  margin: 0 0 12px;
}

.footer-gloria li a, .footer-gloria li span {
  color: var(--on-dark-soft);
  font-size: 14px;
}

.footer-gloria li a:hover {
  color: #fff;
}

.footer-gloria .footer-bottom {
  border-top: 1px solid var(--line-on-dark);
  margin-top: 56px;
  padding-top: 24px;
}

.footer-gloria .footer-bottom .col {
  padding-bottom: 0;
}

.footer-gloria .footer-bottom p {
  font-size: 14px;
  color: var(--on-dark-soft);
  margin: 0;
}

.footer-gloria .footer-legal a {
  margin-left: 32px;
  color: var(--on-dark-soft);
}

.footer-gloria .footer-legal a:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s var(--ease-out), transform 0.85s var(--ease-out);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.ux-builder-iframe .reveal, .no-js .reveal {
  opacity: 1;
  transform: none;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.dark :focus-visible, .footer-wrapper :focus-visible {
  outline-color: var(--accent-gold);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.home-hero {
  overflow: hidden;
  background: linear-gradient(to bottom, var(--surface-navy) 0 708px, var(--bg) 708px) !important;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 900px;
  height: 900px;
  right: -220px;
  top: -380px;
  background: radial-gradient(circle, rgba(198, 166, 100, 0.12), transparent 62%);
}

.home-hero .section-content {
  padding-bottom: 90px;
}

.home-hero .home-hero-inner {
  padding-top: 168px;
}

.home-hero .home-hero-inner .col {
  padding-bottom: 0;
}

.home-hero .hero-eyebrow {
  color: var(--accent);
  margin-bottom: 24px;
}

.home-hero .hero-title {
  color: #fff;
  margin: 0 0 40px;
}

.home-hero .hero-support p {
  color: var(--on-dark-soft);
  max-width: 660px;
  margin: 0;
}

.home-hero .hero-cta-col .col-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.home-hero .hero-cta-col .button {
  margin: 0;
}

.home-hero .home-hero-media {
  max-width: 1376px !important;
  margin: 76px auto 0 !important;
}

.home-hero .home-hero-media .col {
  padding: 0;
}

.home-hero .hero-media {
  background: var(--surface-navy-deep);
}

.home-hero .hero-media .text-box {
  pointer-events: none;
}

.home-hero .play-btn {
  width: 100px;
  height: 100px;
  border-radius: var(--r-pill);
  background: rgba(10, 19, 45, 0.41);
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  transition: 0.4s var(--ease);
}

.home-hero .play-btn i {
  margin-left: 6px;
}

.home-hero .hero-media:hover .play-btn {
  background: rgba(10, 19, 45, 0.62);
  transform: scale(1.05);
}

.home-stats {
  position: relative;
  z-index: 3;
  margin-top: -80px;
  background: var(--bg);
}

.home-stats .stats-main .col {
  padding-bottom: 0;
}

.home-stats .stats-intro .col-inner {
  max-width: 560px;
  margin-left: 0;
}

.home-stats .stats-intro h2 {
  margin-bottom: 32px;
}

.home-stats .stats-metrics .col-inner {
  max-width: 600px;
  margin-left: auto;
}

.home-stats .stats-row {
  margin-bottom: 0;
}

.home-stats .stat-item {
  padding-bottom: 40px;
}

.home-stats .stat {
  color: var(--brand);
  margin: 0;
}

.home-stats .stat-label {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--ink-soft);
}

.home-stats .stats-disclaimer {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.home-stats .community-line {
  margin-top: 40px;
}

.home-stats .community-line .col {
  padding-bottom: 0;
}

.home-stats .community-line p {
  margin: 0;
}

.home-about .about-head .col {
  padding-bottom: 0;
}

.home-about .about-head h2 {
  margin: 0;
}

.home-about .about-row {
  margin-top: 56px;
}

.home-about .about-row .col {
  padding-bottom: 0;
}

.home-about .about-portraits .row {
  margin: 0 -12px;
}

.home-about .about-portraits .row .col {
  padding: 0 12px;
}

.home-about .founder-photo {
  background: var(--bg);
}

.home-about .founder-name {
  margin: 16px 0 2px;
}

.home-about .founder-role {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}

.home-about .about-copy .col-inner {
  padding-left: 50px;
}

.home-about .about-copy p {
  color: var(--ink-soft);
  margin-bottom: 24px;
}

.home-about .about-copy .button {
  margin-top: 16px;
  margin-bottom: 0;
}

.home-focus .focus-head .col {
  padding-bottom: 0;
}

.home-focus .focus-head h2 {
  margin-bottom: 24px;
}

.home-focus .focus-head p {
  margin: 0;
}

.home-focus .focus-cards {
  margin-top: 64px;
}

.home-focus .focus-cards .col {
  padding-bottom: 0;
}

.home-focus .focus-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.home-focus .fcard {
  margin: 0;
}

.home-focus .fcard:not(.is-open) {
  padding-top: 178px;
}

.home-focus .fcard-media {
  position: relative;
  width: 100%;
  height: 402px;
  overflow: hidden;
  background: var(--surface-navy);
}

.home-focus .fcard-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.home-focus .fcard:hover .fcard-media > img {
  transform: scale(1.04);
}

.home-focus .fcard.is-open .fcard-media {
  display: grid;
  place-items: center;
}

.home-focus .fcard.is-open .fcard-media img {
  width: 212px;
  height: 218px;
  border-radius: 12px;
  object-fit: cover;
  transform: none;
}

.home-focus .fcard-expand {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.32s var(--ease);
  box-shadow: none;
}

.home-focus .fcard-expand::before, .home-focus .fcard-expand::after {
  content: "";
  position: absolute;
  background: var(--brand);
  transition: 0.32s var(--ease);
}

.home-focus .fcard-expand::before {
  width: 14px;
  height: 1.6px;
}

.home-focus .fcard-expand::after {
  width: 1.6px;
  height: 14px;
}

.home-focus .fcard.is-open .fcard-expand::after {
  transform: rotate(90deg);
  opacity: 0;
}

.home-focus .fcard-expand:hover {
  background: var(--accent);
}

.home-focus .fcard-expand:hover::before, .home-focus .fcard-expand:hover::after {
  background: #fff;
}

.home-focus .fcard-meta {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-focus .fcard-num {
  color: var(--accent);
}

.home-focus .fcard-meta h3 {
  margin: 0;
}

.home-focus .fcard-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.5s var(--ease), opacity 0.4s var(--ease);
}

.home-focus .fcard.is-open .fcard-body {
  grid-template-rows: 1fr;
  opacity: 1;
}

.home-focus .fcard-body > div {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-focus .fcard-desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
}

.home-focus .fcard-rule {
  width: 40px;
  height: 2px;
  background: var(--accent);
}

.home-focus .fcard-ex {
  font-size: 12px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.home-focus .tech-band {
  margin: 64px auto 0;
  background: var(--surface-navy);
  color: #fff;
  max-width: 1240px;
}

.home-focus .tech-band .col {
  padding-bottom: 0;
}

.home-focus .tb-media .img {
  margin: 0;
}

.home-focus .tb-media .img-inner {
  padding-top: 0 !important;
  height: 180px;
}

.home-focus .tb-copy .label {
  color: var(--accent-gold);
  margin: 0 0 12px;
}

.home-focus .tb-copy p {
  color: #fff;
  margin: 0;
}

.home-featured .fp-head .col {
  padding-bottom: 0;
}

.home-featured .fp-head h2 {
  margin-bottom: 24px;
}

.home-featured .fp-head p {
  margin: 0;
}

.home-featured .fp-row {
  margin-top: 56px;
}

.home-featured .fp-head + .fp-row {
  margin-top: 64px;
}

.home-featured .fp-row .col {
  padding-bottom: 0;
}

.home-featured .fp-card .img {
  margin-bottom: 20px;
  background: var(--bg-alt);
}

.home-featured .fp-card-meta {
  color: var(--accent);
  margin: 0 0 20px;
}

.home-featured .fp-card h3 {
  margin: 0 0 20px;
}

.home-featured .fp-card p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.home-featured .fp-card .button {
  margin-bottom: 0;
}

.home-vc .vc-head .col {
  padding-bottom: 0;
}

.home-vc .vc-head h2 {
  margin-bottom: 24px;
}

.home-vc .vc-head p {
  margin: 0;
}

.home-vc .vc-panel {
  margin-top: 72px;
}

.home-vc .vc-panel .col {
  padding-bottom: 0;
}

.home-vc .vc-media .img {
  margin: 0;
  background: var(--bg);
}

.home-vc .vc-copy .col-inner {
  padding-left: 42px;
}

.home-vc .vc-panel.reverse .vc-media {
  order: 2;
}

.home-vc .vc-panel.reverse .vc-copy .col-inner {
  padding-left: 0;
  padding-right: 42px;
}

.home-vc .vc-copy .num {
  color: var(--accent);
  margin: 0 0 20px;
}

.home-vc .vc-copy h3 {
  margin: 0 0 20px;
}

.home-vc .vc-copy p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.home-vc .vc-copy .button {
  margin-bottom: 0;
}

.home-hwi .hwi-head .col {
  padding-bottom: 0;
}

.home-hwi .hwi-head h2 {
  margin-bottom: 24px;
}

.home-hwi .hwi-head p {
  color: var(--on-dark-soft);
  margin: 0;
}

.home-hwi .hwi-grid {
  margin-top: 56px;
}

.home-hwi .hwi-grid .col {
  padding-bottom: 30px;
}

.home-hwi .hwi-card > .col-inner {
  background: var(--surface-navy-card);
  border: 1px solid var(--line-on-dark);
  padding: 36px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.45s var(--ease);
}

.home-hwi .hwi-card:hover > .col-inner {
  transform: translateY(-4px);
  border-color: rgba(198, 166, 100, 0.5);
}

.home-hwi .hwi-badge {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  color: var(--accent-gold);
  margin: 0;
}

.home-hwi .hwi-card h3 {
  color: #fff;
  margin: 0;
}

.home-hwi .hwi-card p {
  font-size: 14px;
  color: var(--on-dark-soft);
  margin: 0;
}

.home-hwi .hwi-label {
  position: relative;
  padding-top: 21px;
  margin: 0;
  color: var(--on-dark-soft);
}

.home-hwi .hwi-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--line-on-dark);
}

.home-impact .ci-head .col {
  padding-bottom: 0;
}

.home-impact .ci-head h2 {
  margin: 0;
}

.home-impact .ci-row {
  margin-top: 56px;
}

.home-impact .ci-row .col {
  padding-bottom: 0;
}

.home-impact .ci-copy .col-inner {
  max-width: 640px;
  margin-left: 0;
}

.home-impact .ci-copy p {
  color: var(--ink-soft);
  margin-bottom: 24px;
}

.home-impact .ci-copy .button {
  margin: 0 0 24px;
}

.home-impact .ci-copy .rule-quote {
  margin: 0;
}

.home-impact .ci-areas {
  background: var(--bg-alt);
  padding: 32px 40px;
}

.home-impact .ci-areas .label {
  margin: 0 0 8px;
}

.home-impact .ci-areas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-impact .ci-areas li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  font-size: 14px;
  margin: 0;
}

.home-impact .ci-areas li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--accent);
  flex: none;
}

.home-insights .im-head .col {
  padding-bottom: 0;
}

.home-insights .im-head h2 {
  margin: 0;
}

.home-insights .im-links .col-inner {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.home-insights .im-links .button {
  margin: 0;
}

.home-insights .im-grid {
  margin-top: 48px;
}

.home-insights .im-grid .col {
  padding-bottom: 40px;
}

.home-insights .im-card > .col-inner {
  background: var(--bg);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.45s var(--ease);
}

.home-insights .im-card:hover > .col-inner {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 31, 71, 0.09);
}

.home-insights .im-card-image {
  margin: 0;
  background: var(--bg-alt);
}

.home-insights .im-card-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.home-insights .im-chip {
  align-self: flex-start;
  padding: 6px 12px;
  background: var(--bg-alt);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.home-insights .im-card h3 {
  margin: 0;
}

.home-insights .im-source {
  font-size: 14px;
  color: var(--ink-muted);
  margin: 0;
}

.home-insights .im-card-body .button {
  margin: auto 0 0;
}

.home-insights .has-play .img-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: var(--r-pill);
  background: rgba(10, 19, 45, 0.55);
  z-index: 2;
}

.home-insights .has-play .img-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
  transform: translateX(3px);
  z-index: 3;
}

.home-careers .careers-row .col {
  padding-bottom: 0;
}

.home-careers .careers-copy h2 {
  margin-bottom: 20px;
}

.home-careers .careers-copy p {
  color: var(--on-dark-soft);
  margin: 0;
}

.home-careers .careers-actions .col-inner {
  padding-left: 40px;
}

.home-careers .careers-actions p {
  color: var(--on-dark-soft);
  margin: 0 0 28px;
}

.home-careers .careers-actions .button {
  margin-bottom: 0;
}

.home-gallery .pia-head .col {
  padding-bottom: 0;
}

.home-gallery .pia-head h2 {
  margin: 0;
}

.home-gallery .pia-row-1 {
  margin-top: 48px;
}

.home-gallery .pia-row-1 .col, .home-gallery .pia-row-2 .col {
  padding-bottom: 0;
}

.home-gallery .pia-row-2 {
  margin-top: 24px;
}

.home-gallery .img {
  margin: 0;
  background: #fff;
  cursor: zoom-in;
}

.home-gallery .tile-caption {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--ink-muted);
}

.home-gallery .pia-col .tile-caption:not(:last-child) {
  margin-bottom: 24px;
}

.home-relationships .sr-head .col {
  padding-bottom: 0;
}

.home-relationships .sr-head h2 {
  margin-bottom: 20px;
}

.home-relationships .sr-head p {
  margin: 0;
}

.home-relationships .sr-pair {
  margin-top: 48px;
}

.home-relationships .sr-pair .col, .home-relationships .sr-single .col, .home-relationships .sr-legal-row .col {
  padding-bottom: 0;
}

.home-relationships .sr-group > .col-inner {
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.home-relationships .sr-group .label {
  color: var(--ink-muted);
  margin: 0 0 24px;
}

.home-relationships .sr-logos {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.home-relationships .sr-logo-cell {
  width: 232px;
  height: 96px;
  padding: 0 20px;
  display: grid;
  place-items: center;
  background: var(--bg-alt);
}

.home-relationships .sr-logo-cell img {
  max-width: 160px;
  max-height: 56px;
  object-fit: contain;
}

.home-relationships .sr-legal {
  margin: 48px 0 0;
  font-size: 12px;
  color: var(--ink-muted);
}

.about-story .row .col {
  padding-bottom: 0;
}

.about-story .story-head h2 {
  margin: 0;
}

.about-story .story-opening {
  margin-top: 28px;
}

.about-story .story-opening p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.about-story .story-platform-head {
  margin-top: 64px;
}

.about-story .story-platform-head h3 {
  margin: 0;
}

.about-story .platform-intro {
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.about-story .founder-paths {
  margin-top: 32px;
}

.about-story .founder-paths .col {
  padding-bottom: 24px;
}

.about-story .path-card > .col-inner {
  background: var(--bg-alt);
  padding: 32px 36px;
  height: 100%;
}

.about-story .path-card h4 {
  margin: 0;
}

.about-story .path-role {
  margin: 8px 0 14px;
  color: var(--accent);
}

.about-story .path-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.about-story .operating-model-row {
  margin-top: 8px;
}

.about-story .operating-model > .col-inner {
  padding: 32px 40px;
  background: var(--surface-cream);
}

.about-story .operating-model .label {
  margin: 0 0 16px;
}

.about-story .operating-model .statement {
  margin: 0;
}

.about-story .evaluate-both-row {
  margin-top: 32px;
}

.about-story .evaluate-both {
  padding-left: 24px;
}

.about-story .evaluate-both p {
  margin: 0 0 12px;
}

.about-story .evaluate-both ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-story .evaluate-both li {
  display: flex;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.about-story .evaluate-both li::before {
  content: "—";
  color: var(--accent);
}

.about-story .journey-head {
  margin-top: 72px;
}

.about-story .journey-head h3 {
  margin: 0 0 32px;
}

.about-story .journey-step {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}

.about-story .journey-step:last-of-type {
  border-bottom: 1px solid var(--line);
}

.about-story .step-year-col {
  flex-basis: 240px;
  max-width: 240px;
}

.about-story .step-body {
  flex: 1;
  max-width: none;
}

.about-story .step-year {
  font-size: 24px;
  font-weight: 600;
  color: var(--accent);
  margin: 0;
}

.about-story .step-body h4 {
  margin: 0 0 16px;
}

.about-story .step-body p {
  color: var(--ink-soft);
  margin: 0 0 16px;
}

.about-story .selected-head {
  margin-top: 72px;
}

.about-story .selected-head h3 {
  margin: 0 0 56px;
}

.about-story .ms-row {
  border-top: 1px solid var(--line);
  padding: 36px 0;
}

.about-story .ms-row:last-of-type {
  border-bottom: 1px solid var(--line);
}

.about-story .ms-num-col {
  flex-basis: 100px;
  max-width: 100px;
}

.about-story .ms-logo-col {
  flex-basis: 434px;
  max-width: 434px;
}

.about-story .ms-desc-col {
  flex: 1;
  max-width: none;
}

.about-story .ms-num {
  color: var(--accent);
  margin: 0;
}

.about-story .ms-logo {
  margin: 0;
  width: auto;
  text-align: left;
}

.about-story .ms-logo .img-inner {
  justify-content: flex-start;
}

.about-story .ms-logo .img-inner {
  height: 84px;
  display: flex;
  align-items: center;
}

.about-story .ms-logo img {
  max-height: 84px;
  width: auto;
  object-fit: contain;
}

.about-story .ms-meta {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--ink-muted);
}

.about-story .ms-desc {
  color: var(--ink-soft);
  margin: 0;
}

.about-story .story-closing-row {
  margin-top: 72px;
}

.about-story .story-closing > .col-inner {
  padding: 56px;
  background: var(--surface-cream);
}

.about-story .story-closing h3 {
  margin: 0 0 24px;
}

.about-story .story-closing p {
  color: var(--ink-soft);
  max-width: 1000px;
  margin: 0 0 24px;
}

.about-story .story-closing .button {
  margin-top: 12px;
  margin-bottom: 0;
}

.about-lead .row .col {
  padding-bottom: 0;
}

.about-lead .lead-head h2 {
  margin: 0;
}

.about-lead .lead-intro {
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.about-lead .founder {
  margin-top: 72px;
}

.about-lead .founder-photo .img {
  margin: 0;
  background: var(--bg);
}

.about-lead .founder-body .col-inner {
  padding-left: 42px;
}

.about-lead .founder.reverse .founder-photo {
  order: 2;
}

.about-lead .founder.reverse .founder-body .col-inner {
  padding-left: 0;
  padding-right: 42px;
}

.about-lead .founder-body h3 {
  margin: 0;
}

.about-lead .founder-role {
  margin: 12px 0 24px;
  color: var(--accent);
}

.about-lead .founder-body p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.about-lead .founder-quote {
  margin: 32px 0 0;
  padding: 0 0 0 24px;
  border-left: 3px solid var(--accent);
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
  color: var(--ink);
}

.about-lead .founder-quote p {
  color: var(--ink);
  margin: 0;
  font-size: 18px;
}

.about-lead .founder-resp-label {
  margin: 32px 0 18px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.about-lead .founder-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 32px 0 0;
}

.about-lead .founder-contact .button {
  margin: 0;
}

.about-lead .founder-mail {
  font-size: 14px;
  color: var(--ink-muted);
}

.fs-lightbox {
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--r-sm);
}

.fs-panel {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 100px);
  background: var(--bg);
  text-align: left;
}

.fs-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 64px 20px 40px;
  border-bottom: 2px solid var(--line);
  flex: none;
}

.fs-head img {
  width: 44px;
  height: 44px;
  border-radius: var(--r-pill);
  object-fit: cover;
  flex: none;
}

.fs-head .who {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.fs-head .who b {
  font-size: 18px;
  font-weight: 600;
}

.fs-head .who span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.fs-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 56px 120px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fs-body .eyebrow {
  color: var(--accent-gold);
  margin: 0 0 18px;
}

.fs-body h3 {
  margin: 0;
}

.fs-body h4 {
  margin: 0;
}

.fs-body p {
  margin: 0;
  color: var(--ink-soft);
}

.fs-lead {
  color: var(--ink-soft);
}

.fs-rule {
  height: 1px;
  background: var(--line);
}

.fs-chapter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fs-chapter-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fs-chapter-head .num {
  color: var(--accent-gold);
}

.fs-principle {
  display: flex;
  gap: 20px;
  padding: 4px 0;
}

.fs-principle::before {
  content: "";
  width: 3px;
  background: var(--accent-gold);
  flex: none;
  border-radius: 2px;
}

.fs-principle p {
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
}

.fs-qlist {
  display: flex;
  flex-direction: column;
}

.fs-qitem {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.fs-qitem:first-child {
  border-top: 0;
}

.fs-qitem .n {
  flex: none;
  width: 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-gold);
  line-height: 1.9;
}

.fs-caps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fs-caps .label {
  color: var(--ink-muted);
}

.chips-light.sm {
  gap: 8px;
}

.chips-light.sm li {
  padding: 6px 12px;
  font-size: 13px;
}

.fs-model {
  background: var(--surface-navy);
  color: #fff;
  border-radius: var(--r-sm);
  padding: 32px;
}

.fs-model .label {
  display: block;
  margin-bottom: 20px;
  color: var(--accent-gold);
}

.fs-model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fs-model-cell {
  display: flex;
  gap: 12px;
}

.fs-model-cell::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: var(--r-pill);
  background: var(--accent-gold);
  flex: none;
}

.fs-model-cell b {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.fs-model-cell span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: var(--on-dark-soft);
}

.fs-creed {
  background: var(--surface-cream);
  border-radius: var(--r-sm);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fs-creed div {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.fs-creed div::before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--brand);
  flex: none;
}

.fs-quote {
  background: var(--surface-navy);
  color: #fff;
  border-radius: var(--r-sm);
  padding: 40px;
}

.fs-quote .label {
  display: block;
  margin-bottom: 20px;
  color: var(--accent-gold);
}

.fs-quote p {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}

.fs-quote .sig {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.fs-quote .sig::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--accent-gold);
}

.fs-quote .sig span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
}

.fs-foot {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  flex: none;
  flex-wrap: wrap;
}

.fs-foot .button {
  margin: 0;
}

.fs-foot .mail {
  font-size: 14px;
  color: var(--ink-muted);
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.fs-foot .tlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  color: var(--accent-gold);
}

.mfp-wrap .mfp-close {
  color: var(--ink);
}

.about-why .col, .about-american .col, .about-generations .col {
  padding-bottom: 0;
}

.about-why h2, .about-american h2, .about-generations h2 {
  margin: 0 0 24px;
}

.about-why p, .about-american p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.about-why .list-label, .about-american .list-label {
  margin: 48px 0 16px;
}

.bullet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullet-grid li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
}

.bullet-grid li::before {
  content: "—";
  color: var(--accent);
  flex: none;
}

.about-generations p {
  margin: 0 0 20px;
}

.about-generations .principles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.about-generations .principles span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.about-generations .principles em {
  font-style: normal;
  font-size: 24px;
  color: var(--accent-gold);
}

.about-team .row .col {
  padding-bottom: 0;
}

.about-team .team-head h2 {
  margin: 0;
}

.about-team .team-intro {
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.about-team .team-group-head {
  margin-top: 64px;
}

.about-team .group-letter {
  color: var(--accent);
  margin: 0;
}

.about-team .team-group-head h3 {
  margin: 8px 0;
}

.about-team .group-desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 32px;
  max-width: 900px;
}

.about-team .team-grid .col {
  padding-bottom: 32px;
}

.about-team .member-photo {
  margin: 0;
  background: var(--bg-alt);
}

.about-team .member-photo.is-empty {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.about-team .member-photo.is-empty span {
  font-size: 34px;
  font-weight: 600;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}

.about-team .member-name {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.about-team .member-role {
  margin: 10px 0 12px;
  color: var(--accent);
}

.about-team .member p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.about-community .row .col {
  padding-bottom: 0;
}

.about-community .ci-head h2 {
  margin: 0 0 24px;
}

.about-community .ci-head p {
  color: var(--on-dark-soft);
  margin: 0 0 20px;
}

.about-community .ci-pillars {
  margin-top: 36px;
}

.about-community .ci-pillars .col, .about-community .ci-initiatives .col, .about-community .ci-events .col {
  padding-bottom: 32px;
}

.about-community .ci-pillar > .col-inner, .about-community .event-card > .col-inner {
  background: var(--surface-navy-card);
  border: 1px solid var(--line-on-dark);
  padding: 36px 40px;
  height: 100%;
  transition: 0.45s var(--ease);
}

.about-community .ci-pillar:hover > .col-inner {
  transform: translateY(-4px);
  border-color: rgba(198, 166, 100, 0.5);
}

.about-community .ci-pillar .num {
  font-size: 32px;
  font-weight: 600;
  color: var(--accent-gold);
  margin: 0 0 16px;
}

.about-community .ci-pillar h3 {
  color: #fff;
  margin: 0 0 14px;
}

.about-community .ci-pillar p {
  font-size: 14px;
  color: var(--on-dark-soft);
  margin: 0;
}

.about-community .ci-label {
  position: relative;
  margin: 20px 0 16px;
  padding-top: 21px;
  color: var(--on-dark-soft);
}

.about-community .ci-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--line-on-dark);
}

.about-community .ci-featured-head {
  margin-top: 48px;
}

.about-community .ci-featured-head h3, .about-community .ci-events-head h3 {
  color: #fff;
  margin: 0;
}

.about-community .ci-initiatives {
  margin-top: 64px;
}

.about-community .init-card > .col-inner {
  border: 1px solid var(--line-on-dark);
  padding: 32px 36px;
  height: 100%;
}

.about-community .init-cat {
  color: var(--accent-gold);
  margin: 0 0 14px;
}

.about-community .init-card h4 {
  color: #fff;
  margin: 0 0 14px;
}

.about-community .init-card p {
  font-size: 14px;
  color: var(--on-dark-soft);
  margin: 0;
}

.about-community .ci-events-head {
  margin-top: 48px;
}

.about-community .ci-events {
  margin-top: 32px;
}

.about-community .event-card > .col-inner {
  padding: 32px 36px;
}

.about-community .event-card h3 {
  color: #fff;
  margin: 0 0 8px;
}

.about-community .event-cat {
  color: var(--accent-gold);
  margin: 0;
}

.about-community .event-dl {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px 16px;
  margin: 20px 0 0;
  font-size: 14px;
}

.about-community .event-dl dt {
  color: var(--on-dark-soft);
}

.about-community .event-dl dd {
  margin: 0;
  color: #fff;
}

.about-community .ci-cta {
  margin-top: 40px;
}

.about-community .ci-cta > .col > .col-inner {
  padding-top: 72px;
  border-top: 1px solid var(--line-on-dark);
}

.about-community .ci-cta h3 {
  color: #fff;
  margin: 0 0 32px;
}

.about-community .ci-cta .button {
  margin-bottom: 0;
}

.pf-hero .pf-slider {
  background: var(--surface-navy);
}

.pf-hero .pf-slider .banner {
  background: var(--surface-navy);
}

.pf-hero .pf-slider .flickity-prev-next-button {
  top: 142px;
  transform: none;
  width: 52px;
  height: 52px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  opacity: 1;
  transition: 0.3s var(--ease);
}

.pf-hero .pf-slider .flickity-prev-next-button:hover {
  background: #fff;
  transform: scale(1.06);
}

.pf-hero .pf-slider .flickity-prev-next-button svg, .pf-hero .pf-slider .flickity-prev-next-button .arrow {
  fill: var(--brand) !important;
}

.pf-hero .pf-slider .flickity-prev-next-button svg {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}

.pf-hero .pf-slider .flickity-prev-next-button.previous {
  left: 32px;
}

.pf-hero .pf-slider .flickity-prev-next-button.next {
  right: 32px;
}

.pf-hero .pf-slider .flickity-page-dots {
  bottom: auto;
  top: 270px;
  left: 100px;
  right: auto;
  width: auto;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  background: rgba(11, 21, 49, 0.72);
  display: flex;
  gap: 8px;
  align-items: center;
}

.pf-hero .pf-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: 0.3s var(--ease);
}

.pf-hero .pf-slider .flickity-page-dots .dot.is-selected {
  width: 22px;
  background: var(--accent-gold);
}

.pf-hero .hb-lead {
  color: #fff !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.pf-strategy .col, .pf-how .col, .pf-structures .col, .pf-vc .col, .pf-sectors .col, .pf-tech .col, .pf-investments .col, .pf-metrics .col, .pf-why .col, .pf-testimonial .col, .pf-partner .col {
  padding-bottom: 0;
}

.pf-strategy h2 {
  margin-bottom: 24px;
}

.pf-strategy p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.pf-strategy .look-for-head {
  margin-top: 36px;
}

.pf-strategy .look-for-head h3 {
  margin: 0 0 32px;
}

.pf-strategy .tl-item {
  position: relative;
}

.pf-strategy .tl-site {
  margin: 0;
}

.pf-strategy .tl-url {
  margin: 4px 0 0;
}

.pf-strategy .tl-url a {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ink);
}

.pf-strategy .tl-url a:hover {
  color: var(--accent);
}

.pf-strategy .tl-photo {
  margin: 16px 0 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-alt);
}

.pf-strategy .tl-photo .img-inner {
  border-radius: 16px;
}

.pf-strategy .tl-year {
  position: relative;
  margin: 22px 0 0;
  padding-top: 42px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--accent);
}

.pf-strategy .tl-year::before {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  top: 13px;
  height: 2px;
  background: var(--accent-gold);
}

.pf-strategy .tl-item:last-child .tl-year::before {
  right: 0;
}

.pf-strategy .tl-year::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--r-pill);
  background: radial-gradient(circle, var(--accent) 0 5px, var(--bg) 5.5px);
  border: 2px solid var(--accent-gold);
  box-sizing: border-box;
  z-index: 2;
}

.pf-strategy .tl-desc {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}

.pf-how h2 {
  margin-bottom: 24px;
}

.pf-how .pf-sub, .pf-structures .pf-sub, .pf-sectors .pf-sub {
  margin: 0;
  color: var(--ink-soft);
}

.pf-how .grid-3 {
  margin-top: 56px;
}

.pf-how .grid-3 .col, .pf-structures .grid-2 .col, .pf-vc .pillars-3 .col, .pf-investments .inv-grid .col, .pf-why .why-grid .col {
  padding-bottom: 24px;
}

.pf-how .pcard > .col-inner {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 32px;
  height: 100%;
  transition: 0.4s var(--ease);
}

.pf-how .pcard:hover > .col-inner {
  transform: translateY(-4px);
  border-color: rgba(241, 89, 34, 0.35);
  box-shadow: 0 18px 40px rgba(17, 31, 71, 0.08);
}

.pf-how .pcard .num {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
  color: var(--accent);
  margin: 0 0 14px;
}

.pf-how .pcard h3 {
  margin: 0 0 12px;
}

.pf-how .pcard p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.pf-how .flow-strip-row {
  margin-top: 16px;
}

.pf-how .flow-strip {
  padding: 24px 32px;
  border-radius: var(--r-md);
  background: var(--surface-navy);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
}

.pf-how .flow-strip span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.pf-how .flow-strip em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-gold);
}

.pf-structures h2 {
  margin-bottom: 24px;
}

.pf-structures .grid-2 {
  margin-top: 56px;
}

.pf-structures .scard > .col-inner {
  background: var(--bg-alt);
  border-radius: var(--r-md);
  padding: 32px 36px;
  height: 100%;
  transition: 0.4s var(--ease);
}

.pf-structures .scard:hover > .col-inner {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 31, 71, 0.07);
}

.pf-structures .scard .num {
  color: var(--accent);
  margin: 0 0 14px;
}

.pf-structures .scard h3 {
  margin: 0 0 12px;
}

.pf-structures .scard p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.pf-structures .ex-label {
  margin: 20px 0 12px;
}

.pf-structures .roles-row-wrap {
  margin-top: 24px;
}

.pf-structures .roles .label {
  margin: 0 0 16px;
}

.pf-structures .roles-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  font-size: 18px;
  font-weight: 600;
}

.pf-structures .roles-row em {
  font-style: normal;
  font-size: 18px;
  color: var(--accent);
}

.pf-vc h2 {
  margin-bottom: 24px;
}

.pf-vc p {
  color: var(--on-dark-soft);
  margin: 0 0 20px;
}

.pf-vc .vc-framework {
  margin-top: 20px;
  border-top: 1px solid rgba(198, 166, 100, 0.22);
  border-bottom: 1px solid rgba(198, 166, 100, 0.22);
  padding: 26px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 24px;
}

.pf-vc .vc-framework span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.pf-vc .vc-framework i {
  width: 6px;
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--accent-gold);
  opacity: 0.5;
  flex: none;
}

.pf-vc .pillars-3 {
  margin-top: 56px;
}

.pf-vc .pillar > .col-inner {
  background: var(--surface-navy-card);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--r-md);
  padding: 32px;
  height: 100%;
  transition: 0.45s var(--ease);
}

.pf-vc .pillar:hover > .col-inner {
  transform: translateY(-4px);
  border-color: rgba(198, 166, 100, 0.5);
}

.pf-vc .pillar .num {
  font-size: 32px;
  font-weight: 600;
  color: var(--accent-gold);
  margin: 0 0 16px;
}

.pf-vc .pillar h3 {
  color: #fff;
  margin: 0 0 16px;
}

.pf-vc .pillar p {
  font-size: 14px;
  color: var(--on-dark-soft);
  margin: 0;
}

.pf-vc .pillar-label {
  position: relative;
  margin: 20px 0 16px;
  padding-top: 21px;
  color: var(--on-dark-soft);
}

.pf-vc .pillar-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--line-on-dark);
}

.pf-sectors h2 {
  margin-bottom: 24px;
}

.pf-sectors .sector {
  margin-top: 32px;
}

.pf-sectors .pf-sub + .sector, .pf-sectors .row + .sector:first-of-type {
  margin-top: 56px;
}

.pf-sectors .sector-photo .img {
  margin: 0;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bg-alt);
}

.pf-sectors .sector.alt .sector-photo {
  order: 2;
}

.pf-sectors .sector-body .col-inner {
  padding-left: 18px;
}

.pf-sectors .sector.alt .sector-body .col-inner {
  padding-left: 0;
  padding-right: 18px;
}

.pf-sectors .sector-body .num {
  color: var(--accent);
  margin: 0 0 12px;
}

.pf-sectors .sector-body h3 {
  margin: 0 0 14px;
}

.pf-sectors .sector-body p {
  margin: 0;
}

.pf-sectors .focus-label {
  margin: 20px 0 12px;
}

.pf-sectors .featured-row {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pf-sectors .featured-row b {
  font-size: 18px;
  font-weight: 600;
}

.pf-tech h2 {
  margin-bottom: 40px;
}

.pf-tech .tech-copy p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.pf-tech .platform-card > .col-inner {
  background: var(--surface-navy);
  color: #fff;
  border-radius: var(--r-md);
  padding: 36px;
}

.pf-tech .status-badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 14px;
  border: 1px solid var(--accent-gold);
  border-radius: var(--r-pill);
  color: var(--accent-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-tech .platform-card h3 {
  color: #fff;
  margin: 0 0 14px;
}

.pf-tech .platform-card p {
  color: var(--on-dark-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.pf-investments h2 {
  margin-bottom: 56px;
}

.pf-investments .inv-card > .col-inner {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.45s var(--ease);
}

.pf-investments .inv-card:hover > .col-inner {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 31, 71, 0.1);
}

.pf-investments .inv-photo {
  margin: 0;
  background: var(--bg-alt);
}

.pf-investments .inv-body {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pf-investments .inv-meta {
  color: var(--accent);
  margin: 0 0 12px;
}

.pf-investments .inv-body h3 {
  margin: 0 0 14px;
}

.pf-investments .inv-overview {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.pf-investments .inv-fields {
  margin: 22px 0 0;
}

.pf-investments .inv-fields dt {
  color: var(--ink-muted);
  margin: 0 0 6px;
}

.pf-investments .inv-fields dd {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.pf-investments .prio-label {
  margin: 6px 0 12px;
}

.pf-investments .inv-cta {
  margin-top: auto;
  padding-top: 24px;
  align-self: flex-start;
}

.chips-light.sm li {
  padding: 6px 12px;
  font-size: 13px;
}

.pf-metrics h2 {
  margin: 0 0 48px;
}

.pf-metrics .metric .stat {
  color: var(--brand);
  margin: 0 0 14px;
}

.pf-metrics .metric-label {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

.pf-metrics .metrics-note {
  margin: 40px 0 0;
  font-size: 14px;
  color: var(--ink-muted);
  max-width: 900px;
}

.pf-why h2 {
  margin-bottom: 48px;
}

.pf-why .why-card h3 {
  margin: 0 0 14px;
}

.pf-why .why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

.pf-testimonial .eyebrow {
  margin: 0;
}

.pf-testimonial .testi {
  margin-top: 24px;
}

.pf-testimonial .testi-portrait .img {
  max-width: 200px;
  margin: 0;
  border-radius: var(--r-pill);
  overflow: hidden;
}

.pf-testimonial .testi-portrait .img-inner {
  border-radius: var(--r-pill);
}

.pf-testimonial .testi-quote {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  color: var(--ink);
}

.pf-testimonial .testi-quote p {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.005em;
}

.pf-testimonial .testi-name {
  margin: 28px 0 0;
}

.pf-testimonial .testi-role {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--ink-soft);
  max-width: 760px;
}

.pf-testimonial .testi-context {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-muted);
  max-width: 760px;
}

.pf-partner h2 {
  margin-bottom: 24px;
}

.pf-partner p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}

.pf-partner .opp-label {
  margin: 40px 0 16px;
}

.pf-partner .partner-cta {
  margin: 40px 0 0;
}

.pf-partner .partner-cta .button {
  margin-bottom: 0;
}

.news-published .news-published-head .col {
  padding-bottom: 0;
}

.news-published .news-published-head h2 {
  margin-bottom: 0;
}

.news-published .news-cards {
  gap: 24px;
  padding: 0 15px;
  margin-top: 40px;
}

.news-published .news-cards > .col {
  padding: 0;
  flex-basis: calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.news-published .acard .col-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-published .acard .acard-photo .img-inner {
  padding-top: 0 !important;
  height: 300px;
}

.news-published .news-pipeline {
  margin-top: 72px;
}

.news-published .news-pipeline > .col {
  padding-bottom: 0;
}

.news-published .news-pipeline h2 {
  margin-bottom: 40px;
}

.news-published .news-pipeline .row.acard-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.news-published .news-pipeline .row.acard-grid > .col {
  padding: 0 12px 24px;
}

.news-published .news-pipeline .box-blog-post {
  margin-bottom: 0;
}

.news-published .news-pipeline .image-cover {
  padding-top: 0 !important;
  height: 220px;
}

.news-published .news-pipeline .post-title {
  font-size: 18px;
  line-height: 1.4;
}

.news-published .news-pipeline .box-text-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-published .news-pipeline .from_the_blog_excerpt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 14px;
  color: var(--ink-muted);
}

.news-published .news-pipeline .from_the_blog_excerpt::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: var(--r-pill);
  background: var(--accent-gold);
}

.media-press .press-head .col {
  padding-bottom: 0;
}

.media-press .press-head h2 {
  margin-bottom: 0;
}

.media-press .section-note {
  margin: 16px 0 0;
  max-width: 900px;
}

.media-press .press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding: 0 15px;
}

.media-press .press-grid > .col {
  padding: 0;
  max-width: none;
  flex-basis: auto;
  width: auto;
}

.media-press .acard .col-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.media-press .acard-photo .img-inner {
  height: 220px;
  overflow: hidden;
}

.media-press .acard h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

.faq-list .col {
  padding-bottom: 0;
}

.faq-list h2 {
  margin-bottom: 0;
}

.faq-list .accordion {
  margin-top: 48px;
}

.contact-office .contact-top {
  display: grid;
  grid-template-columns: 460px 732px;
  gap: 48px;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.contact-office .contact-top > .col {
  padding: 0;
  max-width: none;
  flex-basis: auto;
  width: auto;
}

.contact-office .info-block {
  margin: 28px 0 0;
}

.contact-office .info-block dt {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-office .info-block dd {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 600;
}

.contact-office .info-block dd a:hover {
  color: var(--accent);
}

.contact-office .map-embed {
  height: 360px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-alt);
}

.contact-office .map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-office .contact-forms {
  display: grid;
  grid-template-columns: 608px 608px;
  gap: 32px;
  margin: 72px auto 0;
  padding: 0 15px;
}

.contact-office .contact-forms > .col {
  padding: 0;
  max-width: none;
  flex-basis: auto;
  width: auto;
}

.contact-office .form-card .col-inner {
  height: 100%;
  border-radius: var(--r-md);
}

.contact-office .form-card h2 {
  margin-bottom: 28px;
}

.contact-office .scroll-to {
  scroll-margin-top: calc(var(--header-h) + var(--anchor-h));
}

.blog-single.page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-single > .row {
  max-width: none;
}

.blog-single > .row > .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.blog-single .post-sidebar, .blog-single .entry-header {
  display: none;
}

.blog-single .row .container {
  padding-left: 15px;
  padding-right: 15px;
}

.article-head {
  padding-top: 64px;
  padding-bottom: 0;
  background: var(--bg-alt);
}

.article-head.no-cover {
  padding-bottom: 56px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb .cur {
  color: var(--accent);
}

.article-head h1 {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.article-lead {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
  font-size: 14px;
  color: var(--ink-muted);
}

.article-meta img {
  width: 44px;
  height: 44px;
  border-radius: var(--r-pill);
  object-fit: cover;
}

.article-meta b {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}

.article-cover {
  background: var(--bg-alt);
  padding-top: 56px;
  padding-bottom: 80px;
}

.article-cover figure {
  margin: 0;
}

.article-cover .shot {
  height: 520px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bg);
}

.article-cover .shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-cover figcaption {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-muted);
}

.article-body {
  padding-top: 0;
  padding-bottom: 80px;
}

.article-row {
  display: grid;
  grid-template-columns: 80px 800px;
  gap: 140px;
}

.share-rail {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  align-self: start;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.share-rail .label {
  color: var(--ink-muted);
  margin-bottom: 4px;
}

.share-rail a, .share-rail button {
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 1;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: none;
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transition: 0.35s var(--ease);
}

.share-rail a:hover, .share-rail button:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
  box-shadow: none;
  transform: translateY(-2px);
}

.prose p {
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.prose h2, .prose h3 {
  margin: 48px 0 20px;
}

.prose ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prose li {
  display: flex;
  gap: 12px;
  margin: 0;
  color: var(--ink-soft);
}

.prose li::before {
  content: "—";
  color: var(--accent);
  flex: none;
}

.prose figure {
  margin: 40px 0;
}

.prose figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--r-sm);
}

.prose figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: var(--ink-muted);
}

.pull-quote {
  margin: 48px 0;
  padding: 36px 40px;
  border: 0;
  font-size: inherit;
  font-style: normal;
  color: var(--ink);
  background: var(--surface-cream);
  border-radius: var(--r-md);
}

.prose .pull-quote p {
  margin: 0;
  color: var(--ink);
}

.takeaways {
  margin: 48px 0 0;
  padding: 36px 40px;
  border-radius: var(--r-md);
  background: var(--surface-navy);
  color: #fff;
}

.takeaways .label {
  display: block;
  margin: 0 0 18px;
  color: var(--accent-gold);
}

.takeaways ul {
  margin: 0;
  gap: 14px;
}

.takeaways li {
  color: #fff;
}

.takeaways li::before {
  content: "→";
  color: var(--accent-gold);
}

.author-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.author-card img {
  width: 96px;
  height: 96px;
  border-radius: var(--r-sm);
  object-fit: cover;
  flex: none;
}

.author-card h3 {
  margin: 0;
}

.author-card .role {
  display: block;
  margin: 6px 0 10px;
  color: var(--accent);
}

.author-card p {
  font-size: 14px;
  color: var(--ink-soft);
}

.related {
  background: var(--bg-alt);
  padding: 80px 0;
}

.related h2 {
  margin: 0;
}

.related .acard-grid {
  margin-top: 40px;
}

@media (max-width: 1180px) {
  .display {
    font-size: 52px;
  }
  .h2, h2 {
    font-size: 34px;
  }
  .h3, h3 {
    font-size: 28px;
  }
  .statement {
    font-size: 28px;
  }
  .page-hero .hero-band-row {
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-hero .hero-band {
    padding: 36px !important;
  }
  .page-hero .hero-band .row > .col + .col {
    padding-left: 0;
    padding-top: 32px;
  }
  .page-hero .hero-band h1 {
    font-size: 32px;
  }
  .footer-gloria .footer-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: start;
    padding: 0 15px;
  }
  .media-press .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-office .contact-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-office .contact-forms {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .article-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 48px;
  }
  .article-head h1 {
    font-size: 40px;
  }
  .article-cover .shot {
    height: 380px;
  }
  .home-hero .home-hero-inner {
    padding-top: 140px;
  }
  .home-hero .hero-support .col-inner {
    max-width: none;
  }
  .home-about .about-copy .col-inner {
    padding-left: 0;
    padding-top: 48px;
  }
  .home-focus .focus-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-focus .fcard:not(.is-open) {
    padding-top: 0;
  }
  .home-focus .fcard-media {
    width: 100%;
  }
  .home-featured .fp-card, .home-insights .im-card, .home-hwi .hwi-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .home-vc .vc-copy .col-inner, .home-vc .vc-panel.reverse .vc-copy .col-inner {
    padding: 32px 0 0;
  }
  .home-vc .vc-panel.reverse .vc-media {
    order: 0;
  }
  .home-vc .vc-media, .home-vc .vc-copy {
    flex-basis: 100%;
    max-width: 100%;
  }
  .home-careers .careers-actions .col-inner {
    padding-left: 0;
    padding-top: 40px;
  }
  .home-gallery .pia-col .tile-caption:last-child {
    margin-bottom: 0;
  }
  .about-story .step-year-col, .about-story .ms-num-col, .about-story .ms-logo-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .about-story .step-body, .about-story .ms-desc-col {
    padding-top: 12px;
  }
  .about-lead .founder-body .col-inner, .about-lead .founder.reverse .founder-body .col-inner {
    padding: 40px 0 0;
  }
  .about-lead .founder.reverse .founder-photo {
    order: 0;
  }
  .about-lead .founder-photo .img {
    max-width: 480px;
  }
  .bullet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pf-hero .pf-slider .flickity-page-dots {
    left: 24px;
  }
  .pf-strategy .tl-item:nth-child(2) .tl-year::before {
    right: 0;
  }
  .pf-sectors .sector-body .col-inner, .pf-sectors .sector.alt .sector-body .col-inner {
    padding: 28px 0 0;
  }
  .pf-sectors .sector.alt .sector-photo {
    order: 0;
  }
  .pf-sectors .sector-photo .img {
    max-width: 560px;
  }
  .pf-testimonial .testi-portrait {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .head-row .col-cta {
    text-align: left;
  }
  .news-published .news-cards > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .news-published .news-pipeline .row.acard-grid > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .article-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .share-rail {
    position: static;
    padding-top: 24px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .share-rail .label {
    margin: 0 6px 0 0;
  }
  .article-body {
    padding-bottom: 64px;
  }
  .related {
    padding: 64px 0;
  }
  .home-hero {
    background: linear-gradient(to bottom, var(--surface-navy) 0 640px, var(--bg) 640px) !important;
  }
  .home-hero .hero-media {
    height: 380px;
  }
  .home-hero .hero-cta-col .col-inner {
    justify-content: flex-start;
    padding-top: 28px;
  }
  .home-stats .stats-metrics .col-inner {
    margin-left: 0;
  }
  .fs-body {
    padding: 40px 40px 48px;
  }
  .fs-model-grid {
    grid-template-columns: 1fr;
  }
  .pf-hero .pf-slider .banner {
    height: 360px;
  }
}
@media (max-width: 849px) {
  #logo img {
    max-height: 36px;
  }
}
@media (max-width: 620px) {
  :root {
    --header-h: 72px;
    --anchor-h: 56px;
  }
  .display {
    font-size: 28px;
    line-height: 1.14;
  }
  .h2, h2 {
    font-size: 26px;
  }
  .h3, h3 {
    font-size: 22px;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .statement {
    font-size: 22px;
  }
  h1 {
    font-size: 32px;
  }
  .button:not(.icon) {
    padding: 14px 22px;
    font-size: 14px;
  }
  .page-hero .hero-photo {
    height: 240px;
  }
  .page-hero .hero-band-row {
    margin: -48px 20px 0 !important;
  }
  .page-hero .hero-band {
    padding: 28px 22px !important;
  }
  .page-hero .hero-band h1 {
    font-size: 26px;
  }
  .page-hero .hero-band .button:not(.icon) {
    width: 100%;
    justify-content: center;
    margin: 0 0 12px;
  }
  .page-hero .hero-note {
    padding: 0 20px;
  }
  .anchor-nav nav {
    gap: 24px;
  }
  .anchor-nav a {
    padding: 18px 0;
    font-size: 12px;
  }
  .acard-grid .box-text, .acard .acard-body {
    padding: 22px 20px;
  }
  .accordion-title {
    padding: 20px 40px 20px 0;
    font-size: 16px;
  }
  .wpcf7 .frow {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
  .footer-gloria .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-gloria .footer-legal {
    text-align: left;
  }
  .footer-gloria .footer-legal a {
    margin: 0 24px 0 0;
  }
  .news-published .acard .acard-photo .img-inner, .news-published .news-pipeline .image-cover {
    height: 200px;
  }
  .news-published .acard h3 {
    font-size: 20px;
  }
  .news-published .news-pipeline {
    margin-top: 48px;
  }
  .media-press .press-grid {
    grid-template-columns: 1fr;
  }
  .media-press .acard-photo .img-inner {
    height: 200px;
  }
  .contact-office .map-embed {
    height: 260px;
  }
  .article-head {
    padding-top: 32px;
  }
  .article-head h1 {
    font-size: 28px;
  }
  .article-cover {
    padding-bottom: 48px;
  }
  .article-cover .shot {
    height: 220px;
  }
  .article-body {
    padding-bottom: 56px;
  }
  .prose figure img {
    height: 220px;
  }
  .prose h2, .prose h3 {
    margin: 32px 0 16px;
  }
  .pull-quote, .takeaways {
    padding: 24px 20px;
  }
  .author-card {
    flex-direction: column;
    gap: 16px;
  }
  .related {
    padding: 56px 0;
  }
  .home-hero .section-content {
    padding-bottom: 56px;
  }
  .home-hero .home-hero-inner {
    padding-top: 120px;
  }
  .home-hero {
    background: linear-gradient(to bottom, var(--surface-navy) 0 560px, var(--bg) 560px) !important;
  }
  .home-hero .home-hero-media {
    margin-top: 48px !important;
  }
  .home-hero .play-btn {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
  .home-stats {
    margin-top: -40px;
  }
  .home-stats .stat-item {
    padding-bottom: 24px;
  }
  .home-stats .community-line {
    margin-top: 28px;
  }
  .home-about .about-portraits .row .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .home-focus .focus-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-focus .tb-media .img-inner {
    height: 200px;
  }
  .home-insights .im-card-body {
    padding: 22px 20px;
  }
  .home-hwi .hwi-card > .col-inner {
    padding: 26px 22px;
  }
  .home-impact .ci-areas {
    padding: 24px 22px;
  }
  .home-careers .careers-actions .button {
    width: 100%;
    justify-content: center;
    margin: 0 0 12px;
  }
  .home-relationships .sr-logo-cell {
    width: 100%;
    max-width: 232px;
  }
  .about-story .story-closing > .col-inner {
    padding: 32px 24px;
  }
  .about-story .operating-model > .col-inner {
    padding: 24px 22px;
  }
  .about-story .path-card > .col-inner {
    padding: 24px 22px;
  }
  .about-story .story-closing .button, .about-community .ci-cta .button {
    width: 100%;
    justify-content: center;
    margin: 0 0 12px;
  }
  .bullet-grid {
    grid-template-columns: 1fr;
  }
  .about-generations .principles span, .about-generations .principles em {
    font-size: 20px;
  }
  .about-community .ci-pillar > .col-inner, .about-community .init-card > .col-inner, .about-community .event-card > .col-inner {
    padding: 26px 22px;
  }
  .about-community .event-dl {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }
  .about-community .event-dl dt {
    margin-top: 10px;
  }
  .fs-head {
    padding: 16px 56px 16px 20px;
  }
  .fs-body {
    padding: 28px 20px 36px;
    gap: 24px;
  }
  .fs-quote, .fs-creed, .fs-model {
    padding: 24px 20px;
  }
  .fs-quote p {
    font-size: 18px;
  }
  .fs-foot {
    padding: 16px 20px;
    gap: 12px;
  }
  .pf-hero .pf-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    top: 110px;
  }
  .pf-hero .pf-slider .flickity-prev-next-button.previous {
    left: 14px;
  }
  .pf-hero .pf-slider .flickity-prev-next-button.next {
    right: 14px;
  }
  .pf-hero .pf-slider .flickity-page-dots {
    left: 20px;
    top: 18px;
    padding: 8px 12px;
    gap: 10px;
  }
  .pf-strategy .tl-year::before {
    display: none;
  }
  .pf-strategy .tl-year {
    font-size: 28px;
  }
  .pf-how .pcard > .col-inner, .pf-structures .scard > .col-inner, .pf-vc .pillar > .col-inner {
    padding: 24px 22px;
  }
  .pf-tech .platform-card > .col-inner {
    padding: 26px 22px;
  }
  .pf-investments .inv-body {
    padding: 24px 20px;
  }
  .pf-metrics .metric .stat {
    font-size: 32px;
  }
  .pf-testimonial .testi-portrait .img {
    max-width: 150px;
  }
  .pf-testimonial .testi-quote p {
    font-size: 22px;
  }
  .pf-how .flow-strip {
    padding: 18px 16px;
    gap: 10px 14px;
  }
  .pf-vc .vc-framework {
    padding: 20px 0;
    gap: 10px 16px;
  }
  .pf-vc .vc-framework span {
    font-size: 16px;
  }
  .pf-partner .partner-cta .button {
    width: 100%;
    justify-content: center;
    margin: 0 0 12px;
  }
}
