@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --navy: #0c1e3c;
  --navy-deep: #08162d;
  --navy-mid: #162e56;
  --navy-light: #1e3d6e;
  --cream: #f8f5ef;
  --paper: #ffffff;
  --slate: #4f6174;
  --steel: #737c87;
  --brass: #de913b;
  --brass-dark: #b56725;
  --brass-pale: #f2c688;
  --cta: #e9a45a;
  --cta-hover: #f0b46f;
  --brass-wash: #f7e6d2;
  --brass-rgb: 222, 145, 59;
  --line: #d8d4cb;
  --white: #ffffff;
  --off-white: #f8f5ef;
  --smoke: #ede9e0;
  --border: #d8d4cb;
  --text-dark: #0d1b2a;
  --text-mid: #4f6174;
  --text-muted: #737c87;
  --saffron: #de913b;
  --saffron-lt: #e9a75a;
  --gold: #de913b;
  --gold-lt: #f2c688;
  --accent-soft: #f2efe8;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', system-ui, sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 10px;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  color: var(--text-dark);
  background: var(--paper);
  font-family: var(--ff-body) !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.brand-shell { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.brand-reading { max-width: 680px; }
.brand-section { padding: 80px 0; }
.brand-section--cream { background: var(--cream); }
.brand-section--navy { background: var(--navy); color: var(--paper); }
.brand-rule { height: 1px; background: var(--line); border: 0; margin: 0; }
.brand-eyebrow,
.brand-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.brand-eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.brand-heading {
  margin: 14px 0 18px;
  color: var(--navy);
  font-family: var(--ff-display);
  font-size: clamp(36px, 5vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.brand-heading em { color: var(--brass-dark); font-weight: 400; }
.brand-section--navy .brand-heading { color: var(--paper); }
.brand-lede { max-width: 680px; color: var(--slate); font-size: 16px; line-height: 1.8; }
.brand-section--navy .brand-lede { color: rgba(253, 252, 249, .7); }

.brand-header {
  position: sticky;
  z-index: 500;
  top: 0;
  border-bottom: 1px solid #c5b9aa;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(14px);
}
.brand-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand-mark--wordmark::before,
body:not(.brand-new) header .logo::before {
  content: '';
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 7px;
  background: url('upscifiedicon.png') center / contain no-repeat;
}
.brand-mark--wordmark img { width: auto; height: 34px; display: block; }
.brand-mark__seal {
  width: 34px;
  height: 34px;
  border: 1px solid var(--brass);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--ff-display);
  font-size: 13px;
  font-weight: 500;
}
.brand-mark__seal img { width: 25px; height: 25px; display: block; object-fit: contain; }
.brand-mark__name { font-family: var(--ff-display); font-size: 20px; letter-spacing: -.01em; }
.brand-nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.brand-nav__links a {
  border-radius: 6px;
  color: var(--slate);
  display: inline-flex;
  padding: 8px 11px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.brand-nav__links a:hover, .brand-nav__links a[aria-current='page'] { color: var(--navy); background: var(--cream); }
.brand-nav__links .brand-nav__cta { margin-left: 6px; border: 1px solid var(--brass); padding-inline: 15px; }
.brand-nav__links .brand-nav__cta--mentor { color: var(--navy); background: transparent; }
.brand-nav__links .brand-nav__cta--mentor:hover { color: var(--navy); background: var(--cta); }
.brand-nav__links .brand-nav__cta--app { color: var(--navy); background: var(--cta); }
.brand-nav__links .brand-nav__cta--app:hover { color: var(--navy); background: var(--cta-hover); }
.brand-menu-toggle { display: none; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--navy); padding: 8px; cursor: pointer; }
.brand-menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease; }
.brand-nav__dropdown { position: relative; }
.brand-nav__dropdown details { position: relative; }
.brand-nav__dropdown summary { display: inline-flex; align-items: center; gap: 6px; border-radius: 6px; padding: 8px 11px; color: var(--slate); font-size: 14px; font-weight: 500; list-style: none; white-space: nowrap; cursor: pointer; }
.brand-nav__dropdown summary::-webkit-details-marker { display: none; }
.brand-nav__dropdown summary:hover, .brand-nav__dropdown details[open] > summary { color: var(--navy); background: var(--cream); }
.brand-nav__dropdown summary span { color: var(--brass-dark); font-size: 13px; transition: transform .18s ease; }
.brand-nav__dropdown details[open] > summary span { transform: rotate(180deg); }
.brand-nav__submenu { position: absolute; z-index: 520; top: calc(100% + 11px); left: 50%; width: 292px; overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--brass); border-radius: 10px; padding: 7px; background: var(--paper); transform: translateX(-50%); }
.brand-nav__submenu a { display: block; border-radius: 7px; padding: 10px 12px; }
.brand-nav__submenu strong, .brand-nav__submenu small { display: block; }
.brand-nav__submenu strong { color: var(--navy); font-size: 13px; font-weight: 600; }
.brand-nav__submenu small { margin-top: 2px; color: var(--steel); font-size: 11px; font-weight: 400; line-height: 1.45; }

.brand-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 20px;
  color: var(--paper);
  background: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.brand-button:hover { background: var(--navy-mid); transform: translateY(-1px); }
.brand-button--brass { background: var(--cta); color: var(--navy-deep); }
.brand-button--brass:hover { background: var(--cta-hover); }
.brand-button--outline { border-color: var(--line); background: transparent; color: var(--navy); }
.brand-button--outline:hover { border-color: var(--navy); background: transparent; }
.brand-button--light { border-color: rgba(253,252,249,.45); background: transparent; color: var(--paper); }
.brand-button--light:hover { border-color: var(--paper); background: rgba(253,252,249,.06); }
.brand-button__arrow { font-size: 17px; font-weight: 300; line-height: 1; }

.brand-grid { display: grid; gap: 24px; }
.brand-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.brand-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brand-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 26px;
}
.brand-card--accent { border-left: 4px solid var(--brass); }
.brand-card--navy { border-color: var(--navy); background: var(--navy); color: var(--paper); }
.brand-card h3 { margin: 12px 0 10px; color: var(--navy); font-family: var(--ff-display); font-size: 23px; font-weight: 400; line-height: 1.25; }
.brand-card--navy h3 { color: var(--paper); }
.brand-card p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.75; }
.brand-card--navy p { color: rgba(253,252,249,.72); }

.brand-footer { border-top: 1px solid rgba(253,252,249,.13); background: var(--navy-deep); color: rgba(253,252,249,.7); padding: 56px 0 28px; }
.brand-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 52px; padding-bottom: 42px; }
.brand-footer .brand-mark { color: var(--paper); }
.brand-footer p { max-width: 400px; margin: 16px 0 0; font-size: 15px; }
.brand-footer h3 { margin: 0 0 13px; color: var(--brass-pale); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brand-footer ul { list-style: none; margin: 0; padding: 0; }
.brand-footer li + li { margin-top: 8px; }
.brand-footer a { color: rgba(253,252,249,.74); font-size: 14px; text-decoration: none; }
.brand-footer a:hover { color: var(--paper); }
.brand-footer__bottom { border-top: 1px solid rgba(253,252,249,.1); display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; font-size: 12px; }

/* Homepage */
.warm-strip { border-bottom: 1px solid #ddccb8; background: #f1e7d8; }
.warm-strip__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--navy); font-size: 13px; font-weight: 400; text-align: center; }
.warm-strip__label { color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.credibility-strip { position: relative; overflow: hidden; border-bottom: 1px solid rgba(4,13,29,.9); background: radial-gradient(ellipse at 18% 0%, rgba(24,53,95,.32), transparent 44%), linear-gradient(105deg, rgba(8,22,45,.99) 0%, rgba(12,30,60,.98) 52%, rgba(8,22,45,.99) 100%); box-shadow: inset 0 1px rgba(255,255,255,.12), inset 0 -1px rgba(0,0,0,.28); backdrop-filter: blur(16px) saturate(125%); }
.credibility-strip::before { content: ''; position: absolute; inset: 0; background: linear-gradient(112deg, transparent 10%, rgba(24,53,95,.08) 31%, rgba(24,53,95,.34) 49%, rgba(18,43,80,.16) 66%, transparent 86%); pointer-events: none; }
.credibility-strip__inner { position: relative; min-height: 66px; display: grid; grid-template-columns: .95fr 1.05fr 1.2fr; align-items: center; }
.credibility-strip__inner--4 { grid-template-columns: repeat(4, 1fr); }
.credibility-strip__inner--5 { grid-template-columns: repeat(5, 1fr); }
.credibility-strip__item { position: relative; padding: 10px 32px; color: rgba(255,255,255,.92); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.credibility-strip__item span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.credibility-strip__item strong { display: block; color: var(--paper); font-size: 14px; font-weight: 500; letter-spacing: .01em; text-transform: none; }
.credibility-strip__item::before { content: ''; position: absolute; left: 15px; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--brass-pale); transform: translateY(-50%); }
.credibility-strip__item + .credibility-strip__item { border-left: 1px solid rgba(255,255,255,.18); }
.home-hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: radial-gradient(circle at 82% 18%, rgba(var(--brass-rgb),.13), transparent 25%), linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, #122b50); }
.home-hero::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 65%, #000); pointer-events: none; }
.home-hero .brand-shell { position: relative; }
.home-hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.home-hero__intro { max-width: 620px; }
.home-hero h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  color: var(--paper);
  font-family: var(--ff-display);
  font-size: clamp(48px, 7vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-hero h1 em { color: var(--brass-pale); font-weight: 400; }
.home-hero__copy { max-width: 560px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.path-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 0; }
.path-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 26px 28px 25px; background: linear-gradient(135deg, #18355f, #122b50); color: var(--paper); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.path-card::after { content: ''; position: absolute; top: 0; right: 0; width: 72px; height: 72px; border: 1px solid rgba(var(--brass-rgb),.28); border-radius: 0 0 0 100%; pointer-events: none; }
.path-card--navy { border-color: rgba(var(--brass-rgb),.28); background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(var(--brass-rgb),.075)); color: var(--paper); }
.path-card:hover { border-color: rgba(var(--brass-rgb),.56); transform: translateY(-2px); }
.path-card__index { display: flex; justify-content: space-between; color: var(--brass); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.path-card h2 { max-width: 390px; margin: 20px 0 8px; color: var(--paper); font-family: var(--ff-display); font-size: 25px; font-weight: 400; line-height: 1.18; }
.path-card--navy h2 { color: var(--paper); }
.path-card p { max-width: 430px; margin: 0 0 15px; color: rgba(255,255,255,.72); font-size: 15px; }
.path-card--navy p { color: rgba(255,255,255,.58); }
.path-card__features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.path-card__features span { border: 1px solid rgba(255,255,255,.16); border-radius: 100px; padding: 4px 9px; color: rgba(255,255,255,.67); background: rgba(255,255,255,.04); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.path-card__features--tools span:nth-child(1) { border-color: rgba(228,139,64,.42); color: #f3b277; }
.path-card__features--tools span:nth-child(2) { border-color: rgba(166,124,205,.4); color: #ceb0e7; }
.path-card__features--tools span:nth-child(3) { border-color: rgba(77,159,112,.42); color: #93d0ac; }
.path-card__features--tools span:nth-child(4) { border-color: rgba(92,142,230,.42); color: #a9c5f5; }
.path-card__link { display: inline-flex; align-items: center; gap: 10px; color: var(--brass-pale); font-size: 13px; font-weight: 600; }
.path-card--navy .path-card__link { color: var(--brass-pale); }
.path-card:hover .path-card__link { gap: 14px; }
.brand-new #about { padding: 96px 0; }
.about-section { border-bottom: 1px solid var(--line); background: var(--paper); }
.about-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 82px; align-items: center; }
.about-layout__copy { max-width: 650px; margin: 18px 0 0; color: var(--slate); font-size: 15px; line-height: 1.8; }
.about-products { margin-top: 64px; }
.about-products__heading { display: grid; grid-template-columns: .92fr 1.08fr; gap: 82px; align-items: end; margin-bottom: 28px; }
.about-products__heading h3 { max-width: 600px; margin: 0; color: var(--navy); font-family: var(--ff-display); font-size: clamp(29px, 4vw, 38px); font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.about-products__heading h3 em { color: var(--brass-dark); font-weight: 400; }
.about-products__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fdfcf9; }
.about-product-card::before { content: ''; display: block; height: 4px; background: var(--brass); }
.about-product-card--copilot::before { background: #496b91; }
.about-product-card__head { min-height: 220px; padding: 28px 30px 24px; border-bottom: 1px solid var(--line); background: var(--cream); }
.about-product-card--copilot .about-product-card__head { background: #e8eef4; }
.about-product-card__head > span { color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.about-product-card--copilot .about-product-card__head > span { color: #315b88; }
.about-product-card h4 { margin: 9px 0 11px; color: var(--navy); font-family: var(--ff-display); font-size: 27px; font-weight: 400; line-height: 1.2; }
.about-product-card p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.75; }
.about-product-card ul { display: grid; gap: 0; list-style: none; margin: 0; padding: 20px 30px 10px; }
.about-product-card li { position: relative; border-bottom: 1px solid var(--smoke); padding: 10px 0 10px 24px; color: var(--slate); font-size: 14px; line-height: 1.55; }
.about-product-card li:last-child { border-bottom: 0; }
.about-product-card li::before { content: '✦'; position: absolute; left: 0; top: 10px; color: var(--brass-dark); }
.about-product-card--copilot li::before { color: #496b91; }
.about-product-card > a { align-self: flex-start; margin: auto 30px 26px; color: var(--navy); font-size: 14px; font-weight: 600; text-decoration: none; }
.about-product-card > a span { display: inline-block; margin-left: 7px; transition: transform .18s ease; }
.about-product-card > a:hover span { transform: translateX(4px); }
.about-products__foot { margin: 18px 0 0; border-left: 4px solid var(--brass); padding: 13px 18px; color: var(--navy); background: #eee7dc; font-size: 14px; font-weight: 600; }
.difference-section { background: #fbfaf7; }
.statement-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 88px; align-items: center; }
.statement-quote { margin: 0; color: var(--navy); font-family: var(--ff-display); font-size: clamp(29px, 4vw, 38px); font-weight: 400; line-height: 1.3; }
.statement-body { max-width: 520px; margin-top: 28px; }
.statement-body p { margin: 0 0 16px; color: var(--slate); font-size: 15px; line-height: 1.8; }
.principles { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.principles--standalone { margin-top: 0; }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--brass-dark); font-family: var(--ff-display); }
.principle strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 15px; font-weight: 600; }
.principle p { margin: 0; font-size: 14px; }
.coverage-section { padding: 108px 0 104px; border-top: 1px solid var(--line); background: var(--cream); }
.coverage-section__header { max-width: 760px; margin: 0 auto; text-align: center; }
.coverage-section__header .brand-eyebrow { justify-content: center; }
.coverage-section__header .brand-lede { margin: 0 auto; }
.coverage-rows { margin-top: 58px; border-bottom: 1px solid var(--line); }
.coverage-row { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; padding: 60px 0; border-top: 1px solid var(--line); }
.coverage-row--reverse .coverage-copy { order: 2; }
.coverage-row--reverse .coverage-visual { order: 1; }
.coverage-copy { padding: 8px 0; }
.coverage-kicker { display: inline-flex; align-items: center; border-radius: 100px; padding: 5px 11px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.coverage-kicker--blue { color: #315f9d; background: #dce8f8; }
.coverage-kicker--orange { color: #a65419; background: #fbe4cd; }
.coverage-kicker--purple { color: #76509c; background: #e9ddf4; }
.coverage-kicker--green { color: #2e7750; background: #d9ebdf; }
.coverage-kicker--gold { color: #8f6812; background: #f5e4ad; }
.coverage-copy h3 { max-width: 470px; margin: 18px 0 13px; color: var(--navy); font-family: var(--ff-display); font-size: clamp(27px, 3vw, 32px); font-weight: 400; line-height: 1.2; letter-spacing: -.015em; }
.coverage-copy p { max-width: 470px; margin: 0; color: var(--slate); font-size: 15px; line-height: 1.8; }
.coverage-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.coverage-pills span { border: 1px solid var(--line); border-radius: 100px; padding: 6px 11px; color: var(--slate); background: rgba(255,255,255,.58); font-size: 11px; font-weight: 500; }
.coverage-copy > a { display: inline-flex; color: var(--navy); font-size: 13px; font-weight: 600; text-decoration: none; }
.coverage-copy > a:hover { color: var(--brass-dark); }
.coverage-visual { position: relative; min-height: 350px; display: grid; place-items: center; overflow: hidden; border: 1px solid transparent; border-radius: 16px; padding: 32px; }
.coverage-visual::before, .coverage-visual::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.coverage-visual::before { width: 220px; height: 220px; top: -110px; right: -70px; border: 1px solid currentColor; opacity: .16; }
.coverage-visual::after { width: 120px; height: 120px; bottom: -68px; left: -34px; background: currentColor; opacity: .06; }
.coverage-visual--blue { color: #4f78b7; border-color: #cbdaf0; background: #e8f0fb; }
.coverage-visual--orange { color: #d9782a; border-color: #f0d0ae; background: #fff0df; }
.coverage-visual--purple { color: #865bad; border-color: #d9c8e8; background: #f3ecf9; }
.coverage-visual--green { color: #3e8960; border-color: #c7dfcf; background: #e8f4ec; }
.coverage-visual--gold { color: #b18216; border-color: #ead597; background: #fff3ce; }
.preview-window { position: relative; z-index: 1; width: 100%; max-width: 500px; overflow: hidden; border: 1px solid rgba(12,30,60,.13); border-radius: 12px; background: rgba(255,255,255,.9); color: var(--navy); }
.preview-window__bar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(12,30,60,.1); padding: 0 15px; color: var(--navy); background: rgba(255,255,255,.65); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.preview-window__status { color: currentColor; }
.officer-preview { padding: 22px; }
.officer-preview__identity { display: flex; align-items: center; gap: 12px; }
.officer-preview__seal { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-family: var(--ff-display); font-size: 13px; }
.officer-preview__identity strong, .officer-preview__identity span { display: block; }
.officer-preview__identity strong { font-size: 13px; font-weight: 600; }
.officer-preview__identity span { color: var(--steel); font-size: 10px; }
.officer-preview blockquote { margin: 22px 0 18px; border-left: 3px solid #4f78b7; padding: 2px 0 2px 15px; color: var(--slate); font-family: var(--ff-display); font-size: 19px; line-height: 1.45; }
.officer-preview__topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.officer-preview__topics span { border: 1px solid #d6e0ed; border-radius: 6px; padding: 8px 5px; color: #315f9d; background: #f0f5fb; font-size: 9px; font-weight: 600; text-align: center; }
.tool-launcher { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 18px; }
.tool-launcher > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 9px; align-items: center; border: 1px solid rgba(12,30,60,.1); border-radius: 8px; padding: 12px; background: #fff; }
.tool-launcher__icon { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; font-size: 9px; font-weight: 600; }
.tool-launcher__icon--orange { color: #a65419; background: #fbe4cd; }
.tool-launcher__icon--purple { color: #76509c; background: #e9ddf4; }
.tool-launcher__icon--green { color: #2e7750; background: #d9ebdf; }
.tool-launcher__icon--blue { color: #315f9d; background: #dce8f8; }
.tool-launcher strong { align-self: end; color: var(--navy); font-size: 12px; font-weight: 600; }
.tool-launcher small { align-self: start; color: var(--steel); font-size: 10px; }
.question-preview { padding: 20px; }
.question-preview__label { color: #76509c; font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.question-preview p { margin: 10px 0 14px; color: var(--navy); font-size: 13px; font-weight: 500; line-height: 1.55; }
.question-preview__options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.question-preview__options span { border: 1px solid #e1d6ea; border-radius: 6px; padding: 9px; color: var(--slate); background: #fbf8fd; font-size: 11px; }
.question-preview__insight { margin-top: 10px; border-left: 3px solid #865bad; padding: 9px 11px; color: var(--steel); background: #f7f1fb; font-size: 11px; line-height: 1.5; }
.question-preview__insight strong { display: block; color: #76509c; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.news-preview { display: grid; gap: 8px; padding: 16px; }
.news-preview > div { display: grid; grid-template-columns: 8px 1fr; gap: 10px; align-items: start; border: 1px solid rgba(12,30,60,.09); border-radius: 7px; padding: 11px 12px; background: #fff; }
.news-preview__dot { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; }
.news-preview__dot--blue { background: #4f78b7; }
.news-preview__dot--green { background: #3e8960; }
.news-preview__dot--orange { background: #d9782a; }
.news-preview span, .news-preview strong { display: block; }
.news-preview strong { color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.news-preview span { color: var(--slate); font-size: 11px; line-height: 1.5; }
.concept-preview { padding: 22px; }
.concept-preview__root { border-radius: 8px; padding: 12px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 600; text-align: center; }
.concept-preview__root small { display: block; color: var(--brass-pale); font-size: 9px; font-weight: 400; }
.concept-preview__line { width: 1px; height: 18px; margin: 0 auto; background: #d6c47d; }
.concept-preview__nodes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.concept-preview__nodes span { border: 1px solid #eadca8; border-radius: 7px; padding: 10px 5px; color: var(--navy); background: #fffaf0; font-size: 10px; font-weight: 600; text-align: center; }
.concept-preview__nodes small { color: var(--steel); font-weight: 400; }
.brand-new .section-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.brand-new .section-header .brand-heading { max-width: 640px; margin-bottom: 0; }
.mentor-card { padding: 0; overflow: hidden; }
.mentor-card__portrait, .profile-portrait {
  min-height: 250px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, #e9e2d5, #f7f3eb);
}
.mentor-card__portrait::before, .profile-portrait::before { content: ''; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(var(--brass-rgb),.3); border-radius: 50%; }
.mentor-card__monogram, .profile-portrait__monogram {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--brass-dark);
  background: rgba(253,252,249,.72);
  font-family: var(--ff-display);
  font-size: 30px;
}
.mentor-card__notice { position: absolute; bottom: 16px; color: var(--steel); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mentor-card__body { padding: 24px; }
.mentor-card__body h3 { margin: 8px 0 3px; }
.mentor-card__service { color: var(--brass-dark) !important; font-size: 13px !important; font-weight: 600; letter-spacing: .04em; }
.mentor-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.mentor-card__tags span { border: 1px solid var(--line); border-radius: 100px; padding: 5px 9px; color: var(--slate); font-size: 12px; }
.mentor-card__link { color: var(--navy); font-size: 13px; font-weight: 600; text-decoration: none; }
.mentor-card__status { color: var(--steel); font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.brand-new #mentors { padding: 100px 0 104px; }
.founding-quote { border-top: 1px solid #e1c5a5; border-bottom: 1px solid #e1c5a5; padding: 64px 0; background: #f3e4d3; }
.founding-quote .brand-shell { max-width: 900px; border-left: 4px solid var(--brass); padding: 3px 0 3px 34px; }
.founding-quote blockquote { max-width: 790px; margin: 0 0 17px; color: var(--navy); font-family: var(--ff-display); font-size: clamp(23px, 3vw, 30px); font-style: italic; font-weight: 400; line-height: 1.48; }
.founding-quote p { margin: 0; color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.copilot-section { position: relative; overflow: hidden; padding: 108px 0 96px; background: radial-gradient(circle at 82% 18%, rgba(var(--brass-rgb),.13), transparent 25%), linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, #122b50); }
.copilot-section::before { content: ''; position: absolute; width: 480px; height: 480px; right: -260px; bottom: -280px; border: 1px solid rgba(var(--brass-rgb),.22); border-radius: 50%; pointer-events: none; }
.copilot-section .brand-shell { position: relative; }
.copilot-section .brand-eyebrow { color: var(--brass); }
.copilot-section .brand-heading em { color: var(--brass-pale); }
.copilot-section .brand-button--brass { color: var(--navy-deep); background: var(--cta); }
.copilot-section .brand-button--brass:hover { background: var(--cta-hover); }
.copilot-section__header { display: grid; grid-template-columns: 1fr 430px; gap: 72px; align-items: end; margin-bottom: 46px; }
.copilot-section__header .brand-heading { max-width: 560px; margin-bottom: 0; }
.copilot-section__header .brand-lede { margin: 0 0 22px; color: rgba(255,255,255,.76); }
.copilot-showcase { display: grid; grid-template-columns: 230px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(255,255,255,.04); }
.copilot-tabs { display: flex; flex-direction: column; gap: 4px; border-right: 1px solid rgba(255,255,255,.12); padding: 12px; background: rgba(0,0,0,.16); }
.copilot-tab { width: 100%; display: flex; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 9px; padding: 12px; color: rgba(255,255,255,.72); background: transparent; text-align: left; cursor: pointer; }
.copilot-tab:hover { background: rgba(255,255,255,.08); }
.copilot-tab.is-active { border-color: rgba(var(--brass-rgb),.56); color: #fff; background: rgba(var(--brass-rgb),.18); }
.copilot-tab__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; border-radius: 8px; font-size: 9px; font-weight: 600; }
.copilot-tab__icon--orange { color: var(--navy-deep); background: var(--brass); }
.copilot-tab__icon--purple { color: #fff; background: #76658c; }
.copilot-tab__icon--green { color: #fff; background: #4f755f; }
.copilot-tab__icon--blue { color: #fff; background: #526f91; }
.copilot-tab strong, .copilot-tab small { display: block; }
.copilot-tab strong { color: inherit; font-size: 14px; font-weight: 600; }
.copilot-tab small { margin-top: 1px; color: rgba(255,255,255,.55); font-size: 11px; }
.copilot-tab.is-active small { color: rgba(255,255,255,.74); }
.copilot-panels { min-width: 0; padding: 44px; }
.copilot-panel { display: none; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: center; }
.copilot-panel.is-active { display: grid; }
.copilot-panel__eyebrow { display: inline-block; margin-bottom: 10px; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.copilot-panel__eyebrow--orange { color: var(--brass); }
.copilot-panel__eyebrow--purple { color: #b9a6c7; }
.copilot-panel__eyebrow--green { color: #8ab29a; }
.copilot-panel__eyebrow--blue { color: #91abc8; }
.copilot-panel__copy h3 { margin: 0 0 12px; color: #fff; font-family: var(--ff-display); font-size: 30px; font-weight: 400; line-height: 1.2; }
.copilot-panel__copy p { margin: 0 0 18px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.75; }
.copilot-panel__copy ul { list-style: none; margin: 0 0 22px; padding: 0; }
.copilot-panel__copy li { position: relative; padding: 8px 0 8px 18px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.8); font-size: 13px; }
.copilot-panel__copy li::before { content: '✓'; position: absolute; left: 0; color: #34d399; }
.copilot-panel__copy a { color: var(--brass); font-size: 13px; font-weight: 600; text-decoration: none; }
.copilot-demo { min-height: 340px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; padding: 22px; background: rgba(255,255,255,.045); }
.copilot-demo--orange { background: linear-gradient(145deg, rgba(var(--brass-rgb),.17), rgba(255,255,255,.045)); }
.copilot-demo--purple { background: linear-gradient(145deg, rgba(118,101,140,.2), rgba(255,255,255,.045)); }
.copilot-demo--green { background: linear-gradient(145deg, rgba(79,117,95,.2), rgba(255,255,255,.045)); }
.copilot-demo--blue { background: linear-gradient(145deg, rgba(82,111,145,.2), rgba(255,255,255,.045)); }
.copilot-demo__label { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 17px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.copilot-demo--orange .copilot-demo__label { color: var(--brass); }
.copilot-demo--purple .copilot-demo__label { color: #b9a6c7; }
.copilot-demo--green .copilot-demo__label { color: #8ab29a; }
.copilot-demo--blue .copilot-demo__label { color: #91abc8; }
.demo-question { margin: 0 0 12px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 500; line-height: 1.55; }
.demo-options { display: grid; gap: 7px; }
.demo-options button { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; padding: 9px 11px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.05); font-size: 11px; text-align: left; cursor: pointer; }
.demo-options button:hover { border-color: var(--brass); color: var(--brass-pale); }
.demo-options button.is-correct { border-color: #62bf88; color: #9fe0ba; background: rgba(77,159,112,.12); }
.demo-options button.is-wrong { border-color: #d56d6d; color: #efa3a3; background: rgba(213,109,109,.1); }
.demo-answer { display: none; margin-top: 10px; border-left: 3px solid #62bf88; border-radius: 0 6px 6px 0; padding: 9px 11px; color: rgba(255,255,255,.78); background: rgba(77,159,112,.12); font-size: 11px; line-height: 1.55; }
.demo-answer.is-visible { display: block; }
.demo-map { padding-top: 12px; }
.demo-map > strong { display: block; border: 1px solid rgba(201,165,229,.35); border-radius: 8px; padding: 12px; color: #fff; background: rgba(166,124,205,.18); font-size: 12px; font-weight: 600; text-align: center; }
.demo-map > i { display: block; width: 1px; height: 20px; margin: 0 auto; background: rgba(201,165,229,.45); }
.demo-map > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.demo-map span { border: 1px solid rgba(255,255,255,.1); border-radius: 7px; padding: 9px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.045); font-size: 10px; text-align: center; }
.demo-news { display: grid; gap: 8px; }
.demo-news > div { display: grid; grid-template-columns: 36px 1fr; gap: 11px; align-items: start; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 11px; background: rgba(255,255,255,.04); }
.demo-news b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: #9bd6b3; background: rgba(77,159,112,.16); font-size: 9px; }
.demo-news span, .demo-news strong { display: block; }
.demo-news strong { margin-bottom: 2px; color: rgba(255,255,255,.84); font-size: 11px; font-weight: 600; }
.demo-news span { color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.55; }
.demo-case { margin: 0 0 14px; border-left: 3px solid #7aa3e8; padding: 3px 0 3px 14px; color: rgba(255,255,255,.73); font-size: 12px; font-style: italic; line-height: 1.65; }
.demo-values { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 13px; }
.demo-values span { border-radius: 100px; padding: 4px 9px; color: #b8cef3; background: rgba(92,142,230,.17); font-size: 10px; font-weight: 600; }
.demo-values span:nth-child(2) { color: #9bd6b3; background: rgba(77,159,112,.16); }
.demo-values span:nth-child(3) { color: #e3b9f1; background: rgba(166,124,205,.16); }
.demo-values span:nth-child(4) { color: #f1bd8d; background: rgba(228,139,64,.16); }
.demo-structure { border: 1px solid rgba(255,255,255,.12); border-radius: 7px; padding: 10px 11px; color: rgba(255,255,255,.66); background: rgba(255,255,255,.045); font-size: 10px; line-height: 1.55; }
.demo-structure strong { display: block; color: #a6c2f0; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.copilot-section__footer { min-height: 52px; display: flex; align-items: center; gap: 0; border: 1px solid rgba(255,255,255,.13); border-top: 0; border-radius: 0 0 12px 12px; overflow: hidden; }
.copilot-section__footer span { align-self: stretch; display: flex; align-items: center; border-right: 1px solid rgba(255,255,255,.1); padding: 0 18px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.copilot-section__footer a { margin-left: auto; padding: 0 18px; color: var(--brass); font-size: 12px; font-weight: 600; text-decoration: none; }
.knowledge-section { padding: 104px 0 108px; border-top: 1px solid var(--line); background: #fbfaf7; }
.knowledge-section__header { margin-bottom: 46px !important; }
.knowledge-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; align-items: stretch; }
.knowledge-feature { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.knowledge-feature__visual { position: relative; min-height: 500px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; color: #fff; background: linear-gradient(155deg, #17335d, var(--navy-deep)); }
.knowledge-feature__visual::before { content: ''; position: absolute; width: 270px; height: 270px; top: -125px; right: -135px; border: 1px solid rgba(var(--brass-rgb),.27); border-radius: 50%; }
.knowledge-feature__visual::after { content: ''; position: absolute; width: 150px; height: 150px; right: -75px; bottom: -65px; border-radius: 50%; background: rgba(var(--brass-rgb),.11); }
.knowledge-feature__visual > span { position: relative; color: var(--brass-pale); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.knowledge-feature__visual > strong { position: relative; margin-top: 36px; color: rgba(255,255,255,.16); font-family: var(--ff-display); font-size: 96px; font-weight: 400; line-height: 1; }
.knowledge-feature__visual > div { display: flex; align-items: end; gap: 7px; height: 120px; margin: auto 0 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.knowledge-feature__visual i { width: 15%; background: rgba(255,255,255,.13); }
.knowledge-feature__visual i:nth-child(1) { height: 82%; }
.knowledge-feature__visual i:nth-child(2) { height: 63%; }
.knowledge-feature__visual i:nth-child(3) { height: 52%; }
.knowledge-feature__visual i:nth-child(4) { height: 73%; background: rgba(var(--brass-rgb),.55); }
.knowledge-feature__visual i:nth-child(5) { height: 94%; background: var(--brass); }
.knowledge-feature__visual p { position: relative; margin: 0; color: rgba(255,255,255,.7); font-family: var(--ff-display); font-size: 18px; }
.knowledge-feature__body { display: flex; flex-direction: column; padding: 34px; }
.knowledge-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--brass-dark); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-feature__body h3 { margin: 44px 0 14px; color: var(--navy); font-family: var(--ff-display); font-size: 29px; font-weight: 400; line-height: 1.24; }
.knowledge-feature__body > p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.75; }
.knowledge-feature__takeaway { margin: 26px 0; border-left: 3px solid var(--brass); padding: 4px 0 4px 14px; }
.knowledge-feature__takeaway span, .knowledge-feature__takeaway strong { display: block; }
.knowledge-feature__takeaway span { color: var(--brass-dark); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.knowledge-feature__takeaway strong { margin-top: 5px; color: var(--navy); font-size: 14px; font-weight: 500; line-height: 1.55; }
.knowledge-feature__body > a, .knowledge-brief a { margin-top: auto; color: var(--navy); font-size: 13px; font-weight: 600; text-decoration: none; }
.knowledge-feature__body > a:hover, .knowledge-brief a:hover { color: var(--brass-dark); }
.knowledge-stack { display: grid; grid-template-rows: 1fr 1fr auto; gap: 14px; }
.knowledge-brief { display: grid; grid-template-columns: 58px 1fr; gap: 18px; border: 1px solid var(--line); border-left: 4px solid var(--brass); border-radius: 12px; padding: 24px; background: var(--paper); }
.knowledge-brief--purple { border-left-color: #865bad; }
.knowledge-brief--green { border-left-color: #3e8960; }
.knowledge-brief__number { color: var(--smoke); font-family: var(--ff-display); font-size: 42px; line-height: 1; }
.knowledge-brief h3 { margin: 22px 0 8px; color: var(--navy); font-family: var(--ff-display); font-size: 21px; font-weight: 400; line-height: 1.26; }
.knowledge-brief p { margin: 0 0 16px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.knowledge-topics { border: 1px solid var(--line); border-radius: 10px; padding: 15px 18px; background: #f5f1e8; }
.knowledge-topics > span { display: block; margin-bottom: 9px; color: var(--brass-dark); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.knowledge-topics > div { display: flex; flex-wrap: wrap; gap: 7px; }
.knowledge-topics a { border: 1px solid #d7d0c2; border-radius: 100px; padding: 5px 10px; color: var(--slate); background: rgba(255,255,255,.64); font-size: 11px; font-weight: 500; text-decoration: none; }
.knowledge-topics a:hover { border-color: var(--brass); color: var(--navy); }
/* Previous social palette: background linear-gradient(135deg, #1a2f5e 0%, #0d1b3e 100%); white text; translucent white cards. */
.social-section { position: relative; overflow: hidden; padding: 110px 0 96px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, var(--paper), var(--cream)); }
.social-section::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: rgba(var(--brass-rgb), .34); }
.social-section__header { position: relative; max-width: 680px; margin: 20px auto 0; text-align: center; }
.social-section__header .brand-eyebrow { justify-content: center; color: var(--brass-dark); }
.social-section__header .brand-heading { color: var(--navy); }
.social-section__header .brand-heading em { color: var(--brass-dark); }
.social-section__header p { margin: 0 auto; color: var(--slate); font-size: 14px; line-height: 1.75; }
.social-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 820px; margin: 46px auto 0; }
.platform-card { min-height: 310px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--line); border-top: 4px solid var(--brass); border-radius: 14px; padding: 32px 24px; color: var(--navy); background: rgba(255,255,255,.62); text-align: center; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.platform-card:hover { transform: translateY(-4px); border-color: #c8bca9; background: var(--paper); }
.platform-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid rgba(var(--brass-rgb), .34); border-radius: 50%; background: rgba(var(--brass-rgb), .12); font-size: 30px; line-height: 1; }
.platform-card h3 { margin: 0 0 10px; color: var(--navy); font-family: var(--ff-display); font-size: 22px; font-weight: 400; }
.platform-card p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.platform-card a { margin-top: auto; border-radius: 100px; padding: 10px 16px; color: var(--navy-deep); background: var(--brass); font-size: 12px; font-weight: 600; text-decoration: none; }
.platform-card a:hover { background: #eca85e; }
.contact-section { padding: 96px 0; background: var(--paper); }
.contact-simple { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.contact-simple__intro { position: relative; overflow: hidden; padding: 46px; color: var(--navy); background: linear-gradient(145deg, var(--cream), #fdfcf9); }
.contact-simple__intro::after { content: ''; position: absolute; width: 250px; height: 250px; right: -145px; bottom: -140px; border: 1px solid rgba(var(--brass-rgb),.32); border-radius: 50%; pointer-events: none; }
.contact-simple__intro .brand-heading { color: var(--navy); }
.contact-simple__intro .brand-heading em { color: var(--brass-dark); }
.contact-simple__intro p { max-width: 460px; margin: 0 0 26px; color: var(--slate); font-size: 15px; line-height: 1.75; }
.contact-simple__intro .brand-button { position: relative; z-index: 1; }
.contact-simple__details { display: flex; flex-direction: column; justify-content: center; padding: 28px 40px; }
.contact-detail { display: grid; grid-template-columns: 110px 1fr; gap: 22px; align-items: baseline; padding: 21px 0; border-bottom: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail > span { color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail strong, .contact-detail a { color: var(--navy); font-size: 15px; font-weight: 500; text-decoration: none; }
.contact-detail a:hover { color: var(--brass-dark); }
.contact-detail p { margin: 4px 0 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro p { max-width: 390px; margin: 0 0 20px; color: var(--slate); font-size: 15px; line-height: 1.75; }
.faq-intro > a { color: var(--navy); font-size: 13px; font-weight: 600; text-decoration: none; }
.faq-intro > a:hover { color: var(--brass-dark); }
.faq-groups { display: grid; gap: 30px; }
.faq-group { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; padding: 0 24px; background: rgba(255,255,255,.62); }
.faq-group__label { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 17px 0; color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.faq-group__label span { color: var(--brass); font-family: var(--ff-display); font-size: 15px; letter-spacing: 0; }
.faq-list { max-width: none; margin: 0; border-top: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { position: relative; list-style: none; margin: 0 -14px; border-radius: 8px; padding: 18px 56px 18px 14px; color: var(--navy); font-family: var(--ff-display); font-size: 18px; line-height: 1.4; cursor: pointer; transition: background .18s ease, color .18s ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { background: rgba(var(--brass-rgb), .11); color: var(--brass-dark); }
.faq-list summary::after { content: '+'; position: absolute; top: 50%; right: 14px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(var(--brass-rgb), .34); border-radius: 50%; color: var(--brass-dark); background: var(--paper); font-family: var(--ff-body); font-size: 19px; font-weight: 300; line-height: 1; transform: translateY(-50%); transition: background .18s ease, border-color .18s ease; }
.faq-list details[open] summary { color: var(--brass-dark); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 680px; margin: -2px 0 20px; color: var(--slate); font-size: 14px; line-height: 1.75; }
.faq-page-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.faq-page-intro .brand-eyebrow { justify-content: center; }
.faq-page-intro .brand-lede { margin-inline: auto; }
.faq-group--wide { width: 100%; margin-top: 36px; text-align: left; }
.faq-group--wide .faq-list details p { max-width: none; }
.final-cta { position: relative; overflow: hidden; border-top: 1px solid #e1c5a5; border-bottom: 1px solid #e1c5a5; color: var(--navy); background: #f3e4d3; text-align: center; }
.final-cta::before { content: ''; position: absolute; inset: 24px; border: 1px solid rgba(var(--brass-rgb),.28); pointer-events: none; }
.final-cta .brand-reading { position: relative; margin: auto; }
.final-cta .brand-eyebrow { color: var(--brass-dark); }
.final-cta .brand-heading { color: var(--navy); font-size: clamp(38px, 5vw, 48px); }
.final-cta .brand-lede { color: var(--slate); }
.final-cta .brand-button--brass { color: var(--navy-deep); background: var(--cta); }
.final-cta .brand-button--brass:hover { background: var(--cta-hover); }
.final-cta .brand-button--light { border-color: rgba(12,30,60,.32); color: var(--navy); background: rgba(255,255,255,.35); }
.final-cta .brand-button--light:hover { border-color: var(--navy); background: rgba(255,255,255,.7); }
.final-cta .cta-note { margin: 18px 0 0; color: var(--steel); font-size: 12px; line-height: 1.6; }
.button-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Shared full-width supporting band for tool pages */
.best-for-section { border-top: 1px solid #e1c5a5; border-bottom: 1px solid #e1c5a5; background: #f3e4d3; }
.best-for-section .why-row-bestfor { margin: 0 !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; color: var(--navy) !important; background: transparent !important; box-shadow: none !important; }
.best-for-section .brand-heading { margin-top: 14px; }
.best-for-section .brand-lede { margin-bottom: 0; }

/* Mentorship landing */
.brand-breadcrumb { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--navy-mid); color: rgba(255,255,255,.45); font-size: 11px; }
.brand-breadcrumb a { color: rgba(255,255,255,.45); text-decoration: none; }
.brand-breadcrumb span { color: rgba(255,255,255,.78); }
.page-hero { padding: 78px 0 64px; background: var(--navy); }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: end; }
.page-hero h1 { margin: 17px 0 22px; color: var(--paper); font-family: var(--ff-display); font-size: clamp(46px, 7vw, 54px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.page-hero h1 em { color: var(--brass-pale); font-weight: 400; }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.62); }
.page-hero__note { border-left: 4px solid var(--brass); padding: 6px 0 6px 22px; }
.page-hero__note strong { display: block; margin-bottom: 6px; color: var(--paper); font-family: var(--ff-display); font-size: 20px; font-weight: 400; }
.page-hero__note p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.page-hero__meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.page-hero__meta div { padding-right: 24px; }
.page-hero__meta span { display: block; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.page-hero__meta strong { display: block; margin-top: 5px; color: var(--paper); font-size: 14px; font-weight: 500; }
.audience-section__header { max-width: 760px; }
.audience-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.audience-item { min-height: 220px; border: 1px solid var(--line); border-top: 4px solid var(--brass); border-radius: 10px; padding: 24px; background: var(--paper); }
.audience-item:nth-child(2), .audience-item:nth-child(5) { border-top-color: #687f99; }
.audience-item:nth-child(3), .audience-item:nth-child(6) { border-top-color: #839b8a; }
.audience-item strong { display: block; color: var(--navy); font-family: var(--ff-display); font-size: 21px; font-weight: 400; line-height: 1.3; }
.audience-item p { margin: 10px 0 0; color: var(--slate); font-size: 15px; line-height: 1.7; }
.guidance-explorer { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 0; overflow: hidden; margin-top: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.guidance-tabs { display: grid; align-content: start; border-right: 1px solid var(--line); background: #eee7dc; }
.guidance-tab { display: grid; grid-template-columns: 36px 1fr 20px; gap: 12px; align-items: center; border: 0; border-bottom: 1px solid rgba(12,30,60,.1); padding: 22px 20px; color: var(--slate); background: transparent; text-align: left; cursor: pointer; }
.guidance-tab:last-child { border-bottom: 0; }
.guidance-tab:hover { background: rgba(255,255,255,.48); }
.guidance-tab.is-active { color: var(--navy); background: var(--paper); box-shadow: inset 4px 0 var(--brass); }
.guidance-tab__num { color: var(--brass-dark); font-family: var(--ff-display); font-size: 16px; }
.guidance-tab strong { font-family: var(--ff-display); font-size: 19px; font-weight: 400; line-height: 1.25; }
.guidance-tab__arrow { color: var(--brass-dark); font-size: 18px; transition: transform .18s ease; }
.guidance-tab.is-active .guidance-tab__arrow { transform: translateX(3px); }
.guidance-panels { min-height: 450px; padding: 44px 48px; }
.guidance-panel[hidden] { display: none; }
.guidance-panel__label { color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.guidance-panel h3 { max-width: 600px; margin: 11px 0 14px; color: var(--navy); font-family: var(--ff-display); font-size: 32px; font-weight: 400; line-height: 1.18; }
.guidance-panel > p { max-width: 690px; margin: 0; color: var(--slate); font-size: 16px; line-height: 1.78; }
.guidance-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; list-style: none; margin: 26px 0 0; padding: 0; }
.guidance-list li { position: relative; border-top: 1px solid var(--smoke); padding: 12px 0 12px 19px; color: var(--slate); font-size: 14px; line-height: 1.55; }
.guidance-list li::before { content: ''; position: absolute; left: 0; top: 20px; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }
.not-coaching { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: start; }
.comparison { border-top: 1px solid var(--line); }
.comparison__row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.comparison__row div { padding: 18px 20px; font-size: 14px; }
.comparison__row div + div { border-left: 1px solid var(--line); }
.comparison__head { color: var(--brass-dark); font-size: 10px !important; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.comparison__muted { color: var(--steel); }
.comparison__strong { color: var(--navy); font-weight: 500; }

/* Profile */
.profile-hero { padding: 56px 0 0; background: var(--navy); }
.profile-hero__grid { display: grid; grid-template-columns: 310px 1fr; gap: 52px; align-items: end; }
.profile-portrait { min-height: 380px; align-self: end; border: 1px solid rgba(255,255,255,.12); border-bottom: 0; border-radius: 12px 12px 0 0; background: linear-gradient(150deg,var(--navy-light),#2a4f8a); }
.profile-portrait::before { border-color: rgba(255,255,255,.13); }
.profile-portrait__monogram { width: 142px; height: 142px; font-size: 38px; }
.profile-portrait__monogram { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.profile-portrait__note { position: absolute; right: 22px; bottom: 18px; left: 22px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.profile-title { padding-bottom: 48px; }
.profile-title h1 { margin: 14px 0 8px; color: var(--paper); font-family: var(--ff-display); font-size: clamp(42px, 6vw, 54px); font-weight: 400; line-height: 1.08; }
.profile-title__service { color: var(--brass-pale); font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.profile-title__bio { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.62); }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.profile-fact { padding: 16px 18px 16px 0; }
.profile-fact + .profile-fact { border-left: 1px solid rgba(255,255,255,.1); padding-left: 18px; }
.profile-fact span { display: block; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.profile-fact strong { display: block; margin-top: 4px; color: var(--paper); font-size: 14px; font-weight: 500; }
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 56px; align-items: start; }
.profile-content section { padding: 30px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.profile-content section:last-child { border-bottom: 1px solid var(--line); }
.profile-content h2 { margin: 0 0 20px; color: var(--navy); font-family: var(--ff-display); font-size: 32px; font-weight: 400; line-height: 1.2; }
.profile-content h3 { margin: 0 0 6px; color: var(--navy); font-family: var(--ff-display); font-size: 20px; font-weight: 400; }
.profile-content p { color: var(--slate); }
.career-list { border-top: 1px solid var(--line); }
.career-item { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.career-item span { color: var(--brass-dark); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.career-item strong { color: var(--navy); font-size: 15px; font-weight: 500; }
.expertise-list { display: flex; flex-wrap: wrap; gap: 9px; }
.expertise-list span { border: 1px solid var(--line); border-radius: 100px; padding: 8px 12px; color: var(--slate); font-size: 13px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.expertise-item { border: 1px solid var(--line); border-radius: 7px; padding: 14px; background: var(--cream); }
.expertise-item strong { display: block; color: var(--navy); font-size: 14px; font-weight: 500; }
.expertise-item p { margin: 4px 0 0; color: var(--steel); font-size: 13px; line-height: 1.6; }
.question-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.question-list li { position: relative; padding: 17px 12px 17px 34px; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 15px; }
.question-list li::before { content: '“'; position: absolute; left: 2px; top: 9px; color: var(--brass); font-family: var(--ff-display); font-size: 28px; }
.question-list li span { display: block; margin-bottom: 3px; color: var(--brass-dark); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-empty { border-left: 4px solid var(--brass); padding: 4px 0 4px 22px; color: var(--slate); }
.testimonial-empty strong { display: block; margin-bottom: 6px; color: var(--navy); font-family: var(--ff-display); font-size: 20px; font-weight: 400; }
.enquiry-rail { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; padding: 0; background: var(--paper); }
.enquiry-rail form { padding: 26px; }
.enquiry-rail::before { content: 'Accepting session enquiries'; display: block; padding: 11px 26px; color: rgba(255,255,255,.72); background: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-rail h2 { margin: 0 0 8px; color: var(--navy); font-family: var(--ff-display); font-size: 28px; font-weight: 400; }
.enquiry-rail__intro { margin: 0 0 22px; color: var(--slate); font-size: 14px; }
.enquiry-rail--viewport { position: sticky; top: 96px; height: calc(100vh - 112px); height: calc(100dvh - 112px); display: grid; grid-template-rows: auto minmax(0, 1fr); }
.enquiry-rail--viewport form { min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; padding: 0; }
.enquiry-rail--viewport form[hidden] { display: none; }
.enquiry-rail__header { padding: 20px 26px 14px; border-bottom: 1px solid var(--line); background: var(--paper); }
.enquiry-rail__header h2 { margin-bottom: 12px; }
.enquiry-rail__header .selected-mentor { margin-bottom: 0; }
.enquiry-rail__body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: 18px 26px 24px; }
.enquiry-rail__body .enquiry-trust { margin: 24px -26px -24px; }
.enquiry-rail__actions { position: relative; z-index: 1; border-top: 1px solid var(--line); padding: 14px 26px 16px; background: var(--paper); box-shadow: 0 -8px 22px rgba(12,30,60,.07); }
.enquiry-rail__actions .form-consent { margin: 0 0 12px; }
.enquiry-rail__actions .form-note { margin-top: 8px; }
.mentor-mobile-cta { display: none; }
.form-field { margin-bottom: 15px; }
.form-field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 9px 11px;
  color: var(--navy);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.form-field textarea { min-height: 104px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(var(--brass-rgb),.13); }
.form-consent { display: grid; grid-template-columns: 16px 1fr; gap: 9px; align-items: start; margin: 4px 0 18px; color: var(--slate); font-size: 12px; }
.form-consent input { margin-top: 4px; accent-color: var(--navy); }
.enquiry-rail .brand-button { width: 100%; }
.form-note { margin: 11px 0 0; color: var(--steel); font-size: 12px; text-align: center; }
.form-error { margin: 10px 0 0; border-left: 3px solid #b42318; padding: 8px 10px; color: #8a1f17; background: #fff1f0; font-size: 12px; line-height: 1.55; }
.enquiry-trust { border-top: 1px solid var(--line); padding: 12px 26px 18px; background: #f2efe8; }
.enquiry-trust div { padding: 8px 0; border-top: 1px solid var(--line); color: var(--slate); font-size: 13px; }
.enquiry-trust div:first-child { border-top: 0; }
.enquiry-trust strong { color: var(--navy); font-weight: 500; }
.selected-mentor { margin: 0 0 18px; border-left: 4px solid var(--brass); padding: 12px 14px; background: var(--cream); }
.selected-mentor span { display: block; color: var(--steel); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.selected-mentor strong { display: block; margin-top: 3px; color: var(--navy); font-size: 14px; font-weight: 500; }
.selected-mentor small { display: block; margin-top: 7px; color: var(--brass-dark); font-size: 13px; font-weight: 600; }
.enquiry-success { display: none; padding: 28px; }
.enquiry-success[aria-hidden='false'] { display: block; }
.enquiry-success__mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--brass); border-radius: 50%; color: var(--brass-dark); font-size: 20px; }
.enquiry-success h3 { margin: 18px 0 8px; color: var(--navy); font-family: var(--ff-display); font-size: 25px; font-weight: 400; line-height: 1.25; }
.enquiry-success p { margin: 0 0 10px; color: var(--slate); font-size: 14px; }

/* Theme layer for existing non-admin pages */
body:not(.brand-new) { --saffron: var(--brass); --saffron-lt: #eca85e; --gold: var(--brass); --gold-lt: var(--brass-pale); --off-white: var(--cream); --smoke: #eeeae2; --border: var(--line); --text-dark: var(--navy); --text-mid: var(--slate); --text-muted: var(--steel); }
body:not(.brand-new) header { border-bottom: 1px solid #c5b9aa !important; background: rgba(255,255,255,.98) !important; box-shadow: none !important; }
body:not(.brand-new) header nav { min-height: 70px; }
body:not(.brand-new) .logo img { height: 34px !important; filter: none !important; }
body:not(.brand-new) .logo-text { display: none !important; }
body:not(.brand-new) .hamburger-menu { border-color: var(--line) !important; }
body:not(.brand-new) .hamburger-menu span { background: var(--navy) !important; }
body:not(.brand-new) .nav-links a { color: var(--slate) !important; font-family: var(--ff-body) !important; font-size: 14px !important; font-weight: 500 !important; }
body:not(.brand-new) .nav-links a:hover, body:not(.brand-new) .nav-links a[aria-current='page'] { color: var(--navy) !important; background: var(--cream) !important; }
body:not(.brand-new) .nav-links .nav-mentor-cta { border: 1px solid var(--brass) !important; border-radius: 6px !important; color: var(--navy) !important; background: transparent !important; }
body:not(.brand-new) .nav-links .nav-mentor-cta:hover { color: var(--navy) !important; background: var(--cta) !important; }
body:not(.brand-new) .nav-links .nav-cta { border: 1px solid var(--brass) !important; border-radius: 6px !important; color: var(--navy) !important; background: var(--cta) !important; box-shadow: none !important; }
body:not(.brand-new) .nav-links .nav-cta:hover { color: var(--navy) !important; background: var(--cta-hover) !important; }
body:not(.brand-new) .brand-nav__dropdown summary { color: var(--slate); font-family: var(--ff-body); font-size: 14px; }
body:not(.brand-new) .brand-nav__submenu a { color: var(--slate) !important; padding: 10px 12px !important; }
body:not(.brand-new) .brand-nav__submenu a:hover, body:not(.brand-new) .brand-nav__submenu a[aria-current='page'] { color: var(--navy) !important; background: var(--cream) !important; }
body:not(.brand-new) .brand-nav__submenu strong { color: var(--navy); }
body:not(.brand-new) .hero { background: var(--navy) !important; }
body:not(.brand-new) .hero::after, body:not(.brand-new) .tools-section::before, body:not(.brand-new) .cta-section::before { display: none !important; }
body:not(.brand-new) h1, body:not(.brand-new) h2, body:not(.brand-new) h3, body:not(.brand-new) .section-title, body:not(.brand-new) .section-heading { font-family: var(--ff-display) !important; font-weight: 400 !important; }
body:not(.brand-new) .overline, body:not(.brand-new) .hero-eyebrow { color: var(--brass) !important; letter-spacing: .12em !important; }
body:not(.brand-new) .btn-primary, body:not(.brand-new) .cta-button { border-radius: 6px !important; background: var(--cta) !important; color: var(--navy-deep) !important; box-shadow: none !important; }
body:not(.brand-new) .btn-outline { border-radius: 6px !important; box-shadow: none !important; }
body:not(.brand-new) .card, body:not(.brand-new) .hcard, body:not(.brand-new) .tcard, body:not(.brand-new) .policy-card, body:not(.brand-new) .content-card, body:not(.brand-new) .tool-card { border: 1px solid var(--line) !important; border-radius: 10px !important; background: var(--paper) !important; box-shadow: none !important; }
body:not(.brand-new) footer { background: var(--navy-deep) !important; color: rgba(253,252,249,.74) !important; }
body:not(.brand-new) footer a { color: rgba(253,252,249,.74) !important; }
body:not(.brand-new) { font-family: var(--ff-body) !important; }
body:not(.brand-new) .hero { background: radial-gradient(circle at 82% 18%, rgba(var(--brass-rgb),.13), transparent 25%), linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, #122b50) !important; }
body:not(.brand-new) .hero h1 { font-size: clamp(48px, 7vw, 56px) !important; line-height: 1.08 !important; letter-spacing: -.035em !important; }
body:not(.brand-new) .section-title { font-size: clamp(36px, 4vw, 42px) !important; line-height: 1.2 !important; letter-spacing: -.02em !important; }
body:not(.brand-new) .section-sub, body:not(.brand-new) p { font-family: var(--ff-body) !important; }
body:not(.brand-new) .section-sub { font-size: 16px !important; font-weight: 300 !important; line-height: 1.8 !important; }
body:not(.brand-new) .hero-desc, body:not(.brand-new) .why-row p, body:not(.brand-new) .pf-panel-desc, body:not(.brand-new) .tcard-text { font-size: 15px !important; font-weight: 300 !important; line-height: 1.75 !important; }
body:not(.brand-new) .overline, body:not(.brand-new) .hero-eyebrow { font-family: var(--ff-body) !important; font-size: 11px !important; font-weight: 600 !important; line-height: 1.4 !important; }
body:not(.brand-new) h3 { font-size: 24px; line-height: 1.25; }
body:not(.brand-new) .tool-why-section { background: var(--cream) !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body:not(.brand-new) .why-row-bestfor h2 { color: var(--navy) !important; }
body:not(.brand-new) .why-row-bestfor p, body:not(.brand-new) .wv-best-item { color: var(--slate) !important; }
body:not(.brand-new) .wv-best-icon { border: 1px solid rgba(var(--brass-rgb),.28) !important; background: rgba(var(--brass-rgb),.12) !important; }
body:not(.brand-new) .tool-platform-section { background: radial-gradient(circle at 82% 18%, rgba(var(--brass-rgb),.13), transparent 25%), linear-gradient(135deg, var(--navy-deep), var(--navy) 54%, #122b50) !important; color: var(--paper); }
body:not(.brand-new) .tool-platform-section .section-title { color: var(--paper) !important; }
body:not(.brand-new) .tool-platform-section .section-sub { color: rgba(253,252,249,.72) !important; }
body:not(.brand-new) .tool-platform-section .overline { color: var(--brass) !important; }
body:not(.brand-new) .pf-shell { border-color: rgba(255,255,255,.17) !important; background: rgba(255,255,255,.04) !important; box-shadow: none !important; }
body:not(.brand-new) .pf-tabs { border-right: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.16) !important; }
body:not(.brand-new) .pf-tab { border: 1px solid transparent !important; background: transparent !important; color: rgba(255,255,255,.72) !important; }
body:not(.brand-new) .pf-tab:hover { background: rgba(255,255,255,.08) !important; color: #fff !important; }
body:not(.brand-new) .pf-tab.active { border-color: rgba(var(--brass-rgb),.56) !important; background: rgba(var(--brass-rgb),.18) !important; color: #fff !important; }
body:not(.brand-new) .pf-panels { background: rgba(255,255,255,.045) !important; }
body:not(.brand-new) .pf-panel h3 { color: var(--paper) !important; }
body:not(.brand-new) .pf-panel-desc, body:not(.brand-new) .pf-bullet { color: rgba(253,252,249,.72) !important; }
body:not(.brand-new) .pf-bullet-dot { background: rgba(var(--brass-rgb),.16) !important; }
body:not(.brand-new) .step-num { background: var(--cream) !important; color: var(--navy) !important; border: 1px solid var(--line); }
body:not(.brand-new) .testimonial-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line) !important; border-top: 4px solid var(--brass) !important; border-radius: 10px !important; padding: 24px !important; background: var(--paper) !important; box-shadow: none !important; text-align: left; }
body:not(.brand-new) .testimonial-card::before { content: none !important; }
body:not(.brand-new) .testimonial-card:hover { border-color: #c8bca9 !important; box-shadow: none !important; }
body:not(.brand-new) .tcard-stars { margin-bottom: 16px !important; color: var(--brass-dark) !important; text-align: center; }
body:not(.brand-new) .tcard-text { color: var(--slate) !important; font-style: normal !important; }
body:not(.brand-new) .tcard-person { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
body:not(.brand-new) .tcard-avatar { width: 44px !important; height: 44px !important; margin: 0 !important; border: 1px solid rgba(var(--brass-rgb),.32); background: var(--cream) !important; color: var(--brass-dark) !important; }
body:not(.brand-new) .tcard-author { color: var(--navy) !important; }
body:not(.brand-new) .tcard-role { color: var(--steel) !important; }
body:not(.brand-new) .brand-footer { font-family: var(--ff-body) !important; padding: 56px 0 28px !important; }
body:not(.brand-new) .brand-footer h3 { margin: 0 0 13px !important; color: var(--brass-pale) !important; font-family: var(--ff-body) !important; font-size: 11px !important; font-weight: 600 !important; line-height: 1.2 !important; letter-spacing: .12em !important; text-transform: uppercase !important; }
body:not(.brand-new) .brand-footer p { font-family: var(--ff-body) !important; font-size: 15px !important; line-height: 1.7 !important; }
body:not(.brand-new) .brand-footer a { font-family: var(--ff-body) !important; font-size: 14px !important; }
body:not(.brand-new) .brand-footer__bottom { font-family: var(--ff-body) !important; font-size: 12px !important; }

@media (max-width: 900px) {
  .brand-menu-toggle { display: block; }
  .brand-nav__links { position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px 24px 26px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .brand-nav__links.is-open { display: flex; }
  .brand-nav__links a { justify-content: center; padding: 12px; }
  .brand-nav__links .brand-nav__cta { margin: 6px 0 0; }
  .brand-nav__dropdown { width: 100%; }
  .brand-nav__dropdown summary { width: 100%; justify-content: center; padding: 12px; }
  .brand-nav--mobile-left .brand-nav__dropdown summary { justify-content: flex-start; }
  .brand-nav__submenu { position: static; width: 100%; margin: 6px 0 10px; transform: none; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 0; }
  .home-hero__intro { padding-bottom: 48px; }
  .path-grid { grid-template-columns: 1fr 1fr; }
  .about-intro, .about-products__heading, .statement-grid, .not-coaching, .profile-layout { grid-template-columns: 1fr; gap: 30px; }
  .about-products__grid { grid-template-columns: 1fr; }
  .about-product-card__head { min-height: 0; }
  .audience-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guidance-explorer { grid-template-columns: 270px minmax(0, 1fr); }
  .guidance-panels { padding: 36px 32px; }
  .coverage-row { grid-template-columns: 1fr; gap: 30px; padding: 50px 0; }
  .coverage-row--reverse .coverage-copy, .coverage-row--reverse .coverage-visual { order: initial; }
  .coverage-copy h3, .coverage-copy p { max-width: 650px; }
  .coverage-visual { min-height: 320px; }
  .copilot-section__header { grid-template-columns: 1fr; gap: 22px; }
  .copilot-section__header .brand-lede { max-width: 650px; }
  .copilot-showcase { grid-template-columns: 1fr; }
  .copilot-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .copilot-tab { justify-content: center; }
  .copilot-tab small { display: none; }
  .copilot-panel { grid-template-columns: 1fr; }
  .brand-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .knowledge-layout { grid-template-columns: 1fr; }
  .knowledge-feature { grid-template-columns: .7fr 1.3fr; }
  .knowledge-feature__visual { min-height: 420px; }
  .knowledge-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .knowledge-topics { grid-column: 1 / -1; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; max-width: 650px; }
  .contact-simple { grid-template-columns: 1fr; }
  .profile-layout { grid-template-columns: minmax(0, 1fr); }
  .enquiry-rail { position: static; }
  .enquiry-rail--viewport { height: auto; display: block; }
  .enquiry-rail--viewport form { display: block; overflow: visible; }
  .enquiry-rail__body { overflow: visible; }
  .mentor-profile-page .brand-footer { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
  .mentor-mobile-cta { position: fixed; z-index: 480; right: auto; bottom: calc(12px + env(safe-area-inset-bottom)); left: 50%; width: calc(100% - 32px); max-width: 520px; display: flex; justify-content: center; box-shadow: 0 12px 32px rgba(12,30,60,.28); transform: translateX(-50%); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .mentor-mobile-cta:hover { transform: translate(-50%, -1px); }
  .mentor-mobile-cta.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, calc(100% + 24px)); }
  body:not(.brand-new) .nav-links { background: var(--paper) !important; }
  body:not(.brand-new) .brand-nav__dropdown summary { justify-content: space-between; border-bottom: 1px solid var(--line); padding: 14px 18px; }
  body:not(.brand-new) .brand-nav__submenu { border: 0; border-top: 2px solid var(--brass); border-radius: 0; }
}

@media (max-width: 720px) {
  .brand-shell { width: min(100% - 32px, 1100px); }
  .brand-section { padding: 64px 0; }
  .warm-strip__inner { min-height: 0; flex-direction: column; gap: 3px; padding: 9px 0 10px; line-height: 1.45; }
  .home-hero { padding: 62px 0 64px; }
  .home-hero h1, .page-hero h1 { font-size: 43px; }
  .path-grid, .brand-grid--2, .brand-grid--3, .page-hero__grid, .profile-hero__grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .credibility-strip__inner { grid-template-columns: 1fr; padding: 7px 0; }
  .credibility-strip__item { padding: 11px 28px; }
  .credibility-strip__item::before { left: 16px; }
  .credibility-strip__item + .credibility-strip__item { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .about-products { margin-top: 48px; }
  .about-product-card__head, .about-product-card ul { padding-right: 22px; padding-left: 22px; }
  .about-product-card > a { margin-right: 22px; margin-left: 22px; }
  .brand-new .section-header { align-items: start; flex-direction: column; }
  .brand-new .section-header .brand-button { width: 100%; }
  .brand-new #about, .brand-new #mentors { padding: 72px 0; }
  .founding-quote { padding: 48px 0; }
  .founding-quote .brand-shell { padding-left: 22px; }
  .coverage-section__header { text-align: left; }
  .coverage-section__header .brand-eyebrow { justify-content: flex-start; }
  .coverage-rows { margin-top: 40px; }
  .coverage-row { gap: 24px; padding: 40px 0; }
  .coverage-visual { min-height: 0; padding: 18px; }
  .preview-window { max-width: none; }
  .tool-launcher, .concept-preview__nodes { grid-template-columns: 1fr 1fr; }
  .question-preview__options { grid-template-columns: 1fr; }
  .officer-preview__topics { grid-template-columns: 1fr; }
  .copilot-tabs { grid-template-columns: 1fr 1fr; }
  .copilot-tab { justify-content: flex-start; }
  .copilot-panels { padding: 26px 20px; }
  .copilot-panel { gap: 28px; }
  .copilot-panel__copy h3 { font-size: 27px; }
  .copilot-demo { min-height: 0; padding: 18px; }
  .copilot-section__footer { align-items: stretch; flex-wrap: wrap; }
  .copilot-section__footer span { width: 33.333%; justify-content: center; padding: 10px 7px; text-align: center; }
  .copilot-section__footer a { width: 100%; margin: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 13px 16px; text-align: center; }
  .knowledge-section__header { margin-bottom: 34px !important; }
  .knowledge-feature { grid-template-columns: 1fr; }
  .knowledge-feature__visual { min-height: 280px; }
  .knowledge-feature__visual > strong { margin-top: 25px; font-size: 72px; }
  .knowledge-feature__visual > div { height: 80px; }
  .knowledge-feature__body { padding: 26px; }
  .knowledge-feature__body h3 { margin-top: 30px; font-size: 25px; }
  .knowledge-stack { grid-template-columns: 1fr; }
  .knowledge-topics { grid-column: auto; }
  .knowledge-brief { grid-template-columns: 44px 1fr; gap: 12px; padding: 20px; }
  .knowledge-brief__number { font-size: 34px; }
  .social-section { padding: 92px 0 72px; }
  .social-grid { grid-template-columns: 1fr; gap: 14px; max-width: 420px; margin-top: 34px; }
  .platform-card { min-height: 0; }
  .faq-group { padding: 0 18px; }
  .faq-list summary { font-size: 17px; }
  .contact-simple__intro, .contact-simple__details { padding: 30px 26px; }
  .contact-detail { grid-template-columns: 1fr; gap: 5px; }
  .brand-footer__grid { grid-template-columns: 1fr 1fr; }
  .brand-footer__grid > div:first-child { grid-column: 1 / -1; }
  .brand-footer__bottom { flex-direction: column; }
  .page-hero { padding: 64px 0 52px; }
  .page-hero__meta { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-item { min-height: 0; }
  .guidance-explorer { grid-template-columns: 1fr; }
  .guidance-tabs { grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .guidance-tab { grid-template-columns: 27px 1fr; padding: 16px 14px; }
  .guidance-tab:nth-child(odd) { border-right: 1px solid rgba(12,30,60,.1); }
  .guidance-tab.is-active { box-shadow: inset 0 4px var(--brass); }
  .guidance-tab strong { font-family: var(--ff-body); font-size: 13px; font-weight: 600; }
  .guidance-tab__arrow { display: none; }
  .guidance-panels { min-height: 0; padding: 30px 24px; }
  .guidance-panel h3 { font-size: 28px; }
  .guidance-list { grid-template-columns: 1fr; }
  .profile-hero__grid { gap: 30px; }
  .profile-portrait { min-height: 320px; }
  .profile-title { padding-bottom: 44px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-fact + .profile-fact { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; padding-left: 0; }
  .career-item { grid-template-columns: 1fr; gap: 7px; }
  .expertise-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
