/* ============================================
   BB+T Consulting: shared stylesheet (v5)
   Palette: charcoal, off-white, grey, white,
   plus a single muted cognac/brass accent used
   only in hovers, underlines, labels and small
   decorative details — never body text or fills.
   ============================================ */

:root {
  --ivory: #f5f4f3;
  --ivory-dim: #e9e8e6;
  --ink: #1c1c1c;
  --ink-soft: #333333;
  --forest: #262626;
  --forest-soft: #3a3a3a;
  --cognac: #8a5a34;
  --brass: #b99b6b;
  --line: #dedede;
  --white: #ffffff;
  --muted: #5c5c5c;

  --serif: "DM Serif Display", "Cormorant Garamond", "Georgia", serif;
  --sans: "Inter", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }

/* ---------- scroll reveal (JS adds/removes is-hidden; safe no-JS fallback) ---------- */
.reveal { transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-hidden { opacity: 0; transform: translateY(26px); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-hidden { opacity: 1 !important; transform: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.8rem, 6.5vw, 5.5rem); line-height: 1.03; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.4rem; }

p { margin: 0 0 1em; }

.lede {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 620px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 26px -14px rgba(20,20,20,.35); }
.btn:active { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: var(--ivory); }
.btn-primary:hover { background: var(--cognac); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--ivory); }
.btn-forest { background: var(--forest); color: var(--ivory); }
.btn-forest:hover { background: var(--cognac); }
.btn-outline-light { border-color: rgba(245, 244, 242,.5); color: var(--ivory); }
.btn-outline-light:hover { background: var(--ivory); color: var(--ink); }
.btn-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  border-bottom: 1px solid currentColor; padding-bottom: 3px;
  transition: color .25s ease, letter-spacing .25s ease, gap .25s ease;
}
.btn-link:hover { color: var(--cognac); letter-spacing: .08em; gap: 12px; }

/* ---------- top brand stripe (color break, first thing visible) ---------- */
.brand-stripe { height: 5px; background: linear-gradient(90deg, var(--cognac), var(--brass)); }

/* ---------- header ---------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 244, 242, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand { display: flex; align-items: center; }
.brand img { height: 24px; width: auto; display: block; }

/* ---------- page frame (subtle inset hairline, invitation-card feel) ---------- */
.page-frame {
  position: fixed;
  inset: 14px;
  border: 1px solid rgba(20,20,20,.16);
  pointer-events: none;
  z-index: 200;
}
@media (max-width: 700px) { .page-frame { display: none; } }

/* ---------- plus divider (recurring brand motif) ---------- */
.plus-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 6px 0;
}
.plus-divider::before, .plus-divider::after {
  content: "";
  width: 64px;
  height: 1px;
  background: var(--line);
}
.plus-divider span {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--brass);
}
.plus-divider.on-dark::before, .plus-divider.on-dark::after { background: rgba(245, 244, 242,.18); }
.plus-divider.on-dark span { color: rgba(245, 244, 242,.4); }

/* ---------- masthead (homepage brand block) ---------- */
.masthead {
  padding: 56px 0 44px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.masthead .kicker-line {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 30px;
}
.masthead img {
  height: 92px;
  width: auto;
  margin: 0 auto;
}
.masthead .sub-line {
  margin-top: 26px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.masthead .sub-line::before, .masthead .sub-line::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--brass);
}
@media (max-width: 640px) {
  .masthead img { height: 60px; }
  .masthead .sub-line { flex-direction: column; gap: 8px; }
  .masthead .sub-line::before, .masthead .sub-line::after { display: none; }
}
.navlinks {
  display: flex;
  gap: 34px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.navlinks a { position: relative; padding: 4px 0; color: var(--ink-soft); }
.navlinks a:hover, .navlinks a.active { color: var(--ink); }
.navlinks a.active::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--cognac);
}
.navcta { display: flex; align-items: center; gap: 24px; }
.navcta .btn { padding: 12px 22px; font-size: .74rem; }
.menu-toggle { display: none; }

@media (max-width: 900px) {
  .navlinks { display: none; }
  .menu-toggle { display: block; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
}

/* ---------- hero ---------- */
.hero { padding: 110px 0 70px; position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute; top: -220px; right: -220px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(20,20,20,.06), transparent 70%);
}
.hero .wrap { position: relative; max-width: 920px; text-align: center; }
.hero h1, .hero p, .hero .btn-link { margin-left: auto; margin-right: auto; }
.hero h1::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 auto 30px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cognac), var(--brass));
}
.hero h1 { margin-bottom: 26px; }
.hero h1 em {
  font-style: italic;
  color: var(--cognac);
  text-decoration: underline;
  text-decoration-color: var(--brass);
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.hero-actions { display: flex; gap: 28px; align-items: center; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

/* ---------- clients-across strip ---------- */
.clients-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory-dim); }
.clients-strip .wrap { padding: 30px 32px; text-align: center; }
.clients-strip .label {
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px;
}
.clients-strip .verticals {
  font-family: var(--serif); font-size: 1.1rem; color: var(--ink-soft);
}
.logostrip {
  display: flex; flex-wrap: wrap; gap: 44px; align-items: center; justify-content: center;
  padding-top: 26px; font-family: var(--serif); font-size: 1.05rem; color: var(--muted);
}
.logostrip img {
  height: 34px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: .55;
  transition: opacity .25s ease, filter .25s ease;
}
.logostrip img:hover { opacity: 1; filter: none; }
.logostrip .pag-mark {
  background: var(--ink);
  padding: 8px 14px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}
.logostrip .pag-mark img { height: 22px; filter: none; opacity: .9; }
.logostrip .pag-mark:hover img { opacity: 1; }

/* ---------- sections ---------- */
section { padding: 100px 0; }
.section-tight { padding: 64px 0; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head p, .section-head .lede { margin-left: auto; margin-right: auto; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.alt { background: var(--ivory-dim); }
.dark { background: var(--ink); color: var(--ivory); }
.dark .lede { color: #b4b2ac; }
.forest-bg { background: var(--forest); color: var(--ivory); }
.forest-bg .lede { color: #c8c6c1; }

.engine-title { display: flex; align-items: center; justify-content: center; gap: .18em; flex-wrap: wrap; }
.engine-title img { height: 1.05em; width: auto; transform: translateY(.05em); }

/* big statement */
.statement { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.statement p { margin-left: auto; margin-right: auto; }
.statement h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
.statement .no { color: var(--muted); font-family: var(--serif); font-style: italic; }

/* ---------- service blocks ---------- */
.svc-list { display: grid; gap: 0; }
.svc {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 36px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
  align-items: start;
  transition: padding-left .35s ease;
}
.svc:hover { padding-left: 12px; }
.svc:last-child { border-bottom: 1px solid var(--line); }
.svc .tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--cognac);
}
.svc h3 { margin-bottom: 4px; }
.svc .sub {
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.svc p { color: var(--ink-soft); }
.svc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.svc ul li {
  font-size: .92rem; color: var(--muted);
  padding-left: 18px; position: relative;
}
.svc ul li::before {
  content: "•"; position: absolute; left: 0; color: var(--brass);
}
@media (max-width: 860px) {
  .svc { grid-template-columns: 1fr; gap: 14px; }
}

/* ---------- relationship engine diagram ---------- */
.engine {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  padding: 20px 0 10px;
}
.engine-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
}
.engine-node {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 14px 22px;
  border-radius: 3px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.engine-node.big {
  font-family: var(--serif);
  font-size: 1.3rem;
  padding: 20px 40px;
  background: var(--forest);
  color: var(--ivory);
  border-color: var(--forest);
}
.engine-arrow { font-size: 1.4rem; color: var(--brass); margin: 4px 0; }
.engine-flow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cognac);
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
.engine-flow span:not(:last-child)::after { content: "→"; margin-left: 10px; color: var(--brass); font-style: normal; }

/* animated connecting lines (subtle) */
.network-canvas {
  position: relative;
  max-width: 760px;
  margin: 30px auto 0;
  height: 220px;
}
.network-canvas svg { width: 100%; height: 100%; }
.network-canvas .dot { fill: var(--cognac); }
.network-canvas .line {
  stroke: var(--brass);
  stroke-width: 1;
  stroke-dasharray: 4 5;
  opacity: .8;
  animation: dash 6s linear infinite;
}
@keyframes dash { to { stroke-dashoffset: -100; } }

/* ---------- rooms (full bleed) ---------- */
.rooms {
  background: var(--ink);
  color: var(--ivory);
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(245, 244, 242,.08);
}
.room-tile {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.room-tile span {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ivory);
}
.room-tile::before { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.05) 55%); }
.room-tile.photo {
  background-size: cover; background-position: center;
  filter: grayscale(1) contrast(1.05);
  transition: background-size .6s ease, filter .4s ease;
}
.room-tile.photo:hover { background-size: 112%; filter: grayscale(1) contrast(1.15) brightness(1.05); }
.room-tile span { transition: transform .4s ease; }
.room-tile:hover span { transform: translateY(-2px); }
.rt1 { background: linear-gradient(150deg,#3d3d3d,#111111); }
.rt2 { background: linear-gradient(150deg,#5c5c5c,#141414); }
.rt3 { background: linear-gradient(150deg,#232323,#8a8a86); }
.rt4 { background: linear-gradient(150deg,#111111,#454545); }
.rt5 { background: linear-gradient(150deg,#8a8a86,#161616); }
.rt6 { background: linear-gradient(150deg,#333333,#6b6b6b); }

/* ---------- founder ---------- */
.founder-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) { .founder-grid { grid-template-columns: 1fr; } }
.founder-portrait {
  aspect-ratio: 4/5;
  border-radius: 3px;
  background: linear-gradient(155deg, var(--brass), var(--cognac) 55%, var(--ink) 130%);
  overflow: hidden;
}
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.photo-credit { font-size: .7rem; color: var(--muted); margin-top: 10px; letter-spacing: .04em; }
.founder-copy .kicker {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--muted);
  margin-bottom: 26px;
}

/* ---------- pricing cards ---------- */
.price-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  border-radius: 3px;
  padding: 34px;
  width: calc(50% - 12px);
  max-width: 380px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 36px -24px rgba(20,20,20,.22); border-color: var(--brass); }
@media (max-width: 640px) { .price-card { width: 100%; } }
.price-label {
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted);
}
.price-card .amount {
  font-family: var(--serif); font-size: 2.1rem; color: var(--ink); margin: 10px 0 18px;
}
.price-card .amount span {
  font-family: var(--sans); font-size: .8rem; color: var(--muted); font-weight: 600;
}
.price-card ul { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 9px; }
.price-card ul li {
  font-size: .92rem; color: var(--ink-soft); padding-left: 18px; position: relative;
}
.price-card ul li::before { content: "•"; position: absolute; left: 0; color: var(--brass); }
.price-card .note { font-size: .78rem; color: var(--muted); font-style: italic; margin: 0; }

/* ---------- event flyer proof gallery ---------- */
.flyer-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.flyer-card { width: calc(25% - 16.5px); }
@media (max-width: 900px) { .flyer-card { width: calc(50% - 11px); } }
@media (max-width: 520px) { .flyer-card { width: 100%; } }
.flyer-card img {
  width: 100%; display: block; border-radius: 3px; border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease;
}
.flyer-card:hover img { transform: translateY(-6px); box-shadow: 0 20px 34px -20px rgba(20,20,20,.35); }
.flyer-card.mono img { filter: grayscale(1) contrast(1.05); }
.flyer-card.wide { width: calc(50% - 11px); }
@media (max-width: 640px) { .flyer-card.wide { width: 100%; } }
.flyer-card .cap {
  margin-top: 10px; font-size: .82rem; font-weight: 600; letter-spacing: .01em;
  color: var(--ink-soft); text-align: center;
}

/* ---------- fractional team banner ---------- */
.team-banner { width: 100%; max-height: 520px; overflow: hidden; }
.team-banner img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  filter: grayscale(1) contrast(1.05);
  animation: ken-burns 24s ease-in-out infinite alternate;
}
@keyframes ken-burns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .team-banner img { animation: none; }
}

/* ---------- fractional role grid ---------- */
/* flexbox + justify-content:center so an incomplete last row (odd card
   count) sits centered instead of left-aligned with a ragged gap */
.role-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.role-grid .role-card { flex: 0 1 calc(33.333% - 16px); min-width: 260px; }
@media (max-width: 860px) { .role-grid .role-card { flex-basis: calc(50% - 12px); } }
@media (max-width: 560px) { .role-grid .role-card { flex-basis: 100%; } }
.role-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  border-radius: 3px;
  padding: 30px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.role-card:hover { transform: translateY(-5px); box-shadow: 0 20px 36px -24px rgba(20,20,20,.22); border-color: var(--brass); }
.role-card .abbr {
  font-family: var(--serif); font-style: italic; color: var(--cognac);
  font-size: 1.7rem; margin-bottom: 6px; display: block;
}
.role-card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.role-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- results / case studies ---------- */
.cases { display: grid; gap: 22px; }
.case {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  border-radius: 3px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.case:hover { transform: translateY(-5px); box-shadow: 0 24px 40px -26px rgba(20,20,20,.25); border-color: var(--brass); }
.case .industry {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cognac); align-self: start;
}
.case .col-label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.case p { margin: 0; font-size: .94rem; color: var(--ink-soft); }
@media (max-width: 900px) { .case { grid-template-columns: 1fr; } }

.metric-row { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 8px; }
.metric b { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--cognac); }
.metric span { font-size: .76rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.result-line { font-family: var(--serif); font-style: italic; color: var(--ink-soft); font-size: 1rem; margin: 0; }

/* ---------- close / CTA (black minimal) ---------- */
.close-cta {
  background: var(--ink);
  color: var(--ivory);
  padding: 130px 0;
  text-align: center;
}
.close-cta h2 { font-size: clamp(2.4rem, 6vw, 4.2rem); margin-bottom: 26px; }
.close-cta p { color: #b4b2ac; max-width: 520px; margin: 0 auto 40px; font-size: 1.05rem; }

/* ---------- pull quote ---------- */
.pullquote {
  border-left: 3px solid var(--brass);
  padding: 6px 0 6px 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.45;
  color: var(--ink);
  margin: 40px 0;
}
.pullquote cite {
  display: block; margin-top: 14px;
  font-family: var(--sans); font-style: normal;
  font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
}

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { border: 1px solid var(--line); border-top: 3px solid var(--ink); background: var(--white); border-radius: 4px; padding: 34px; margin-bottom: 20px; transition: transform .3s ease, box-shadow .3s ease; }
.contact-card:hover { transform: translateY(-3px); box-shadow: 0 18px 32px -22px rgba(20,20,20,.2); }
.contact-card .label { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cognac); font-weight: 700; margin-bottom: 6px; }
.contact-card a { font-family: var(--serif); font-size: 1.25rem; }

form.enquiry { display: grid; gap: 18px; }
.formrow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .formrow { grid-template-columns: 1fr; } }
label { font-size: .78rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-bottom: 8px; }
input, textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 3px;
  background: var(--white); font-family: var(--sans); font-size: .95rem; color: var(--ink);
}
input:focus, textarea:focus { outline: none; border-color: var(--cognac); }
textarea { resize: vertical; min-height: 120px; }

.dark-form label { color: #c9c7c2; }
.dark-form input, .dark-form textarea { background: rgba(245, 244, 242,.06); border-color: rgba(245, 244, 242,.2); color: var(--ivory); }
.dark-form input::placeholder, .dark-form textarea::placeholder { color: #817f7a; }

/* ---------- timeline / bio blocks (Ron page) ---------- */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.portrait { aspect-ratio: 3/4; border-radius: 4px; background: linear-gradient(150deg, var(--brass), var(--cognac) 60%, var(--ink) 130%); position: sticky; top: 110px; overflow: hidden; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about-copy h4 {
  margin-top: 2em; font-size: .78rem; color: var(--cognac); font-family: var(--sans);
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.credibility-line {
  border-left: 3px solid var(--cognac); padding-left: 20px; margin: 30px 0; color: var(--muted); font-size: .95rem;
}

/* ---------- insights ---------- */
.insight-list { display: grid; gap: 0; }
.insight {
  display: grid; grid-template-columns: 140px 1fr; gap: 28px;
  padding: 34px 0; border-top: 1px solid var(--line); align-items: start;
}
.insight:last-child { border-bottom: 1px solid var(--line); }
.insight .date { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.insight h3 { margin-bottom: 6px; }
.insight p { color: var(--muted); margin: 0; }

/* ---------- footer ---------- */
footer.site { background: var(--forest); color: #b4b2ac; padding: 64px 0 32px; border-top: 1px solid rgba(245,244,242,.08); }
.foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(245, 244, 242,.1); }
.foot-brand { margin-bottom: 14px; }
.foot-brand img { height: 24px; width: auto; filter: brightness(0) invert(1); display: block; }
.foot-links { display: flex; gap: 60px; flex-wrap: wrap; }
.foot-col h5 { color: var(--ivory); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.foot-col a { display: block; margin-bottom: 10px; font-size: .9rem; color: #b4b2ac; }
.foot-col a:hover { color: var(--brass); }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 26px; font-size: .8rem; color: #77746f; flex-wrap: wrap; gap: 10px; }
