/* Senya Solutions - Gilded Ledger v3.1 (full redesign) */

/* =====================================================================
   GILDED LEDGER v3.1 - tokens
   Ivory paper, espresso ink, old gold. Fraunces + Instrument Sans.
   ===================================================================== */
:root {
  /* new system tokens */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Instrument Sans", Helvetica, Arial, system-ui, sans-serif;
  --display-weight: 560;
  --display-tracking: -0.014em;
  --stat-weight: 620;
  --quote-style: italic;

  --bg: #FBF8F1;
  --surface: #FFFEFA;
  --ink: #1D1710;
  --text: #514A3D;
  --muted: #6E6552;
  --accent: #96742A;
  --accent-strong: #7A5D20;
  --glow: #C9A44C;
  --wash: #F3EDDD;
  --wash-strong: #ECE2C8;
  --line: #E9E1CE;
  --line-strong: #DCD2B8;
  --line-accent: rgba(150, 116, 42, 0.4);
  --placeholder: #A79D87;
  --underline-on-wash: #CBBE9C;

  --header-bg: rgba(251, 248, 241, 0.9);
  --brand-mark-bg: linear-gradient(115deg, #8C6B24, #C9A44C 55%, #96742A);
  --rule-accent: linear-gradient(115deg, #8C6B24, #C9A44C);
  --gold-foil: linear-gradient(115deg, #8C6B24 0%, #C9A44C 42%, #E4C87B 55%, #96742A 100%);

  --btn-radius: 8px;
  --btn-primary-bg: #1D1710;
  --btn-primary-fg: #FBF8F1;
  --btn-primary-hover: linear-gradient(115deg, #8C6B24 0%, #B8933F 60%, #96742A 100%);
  --btn-primary-shadow: 0 10px 26px rgba(29, 23, 16, 0.16);
  --btn-secondary-border: rgba(150, 116, 42, 0.42);

  --cta-bg: radial-gradient(70% 110% at 80% 0%, rgba(201, 164, 76, 0.22), transparent 60%), #1D1710;
  --cta-ink: #FBF8F1;
  --cta-muted: #C9C0AD;
  --cta-eyebrow: #C9A44C;
  --cta-secondary-border: rgba(201, 164, 76, 0.5);
  --cta-secondary-hover: rgba(201, 164, 76, 0.14);

  --footer-bg: #1D1710;
  --footer-ink: #FBF8F1;
  --footer-text: #C9C0AD;
  --footer-heading: #C9A44C;
  --footer-link: #E9E2D0;
  --footer-link-hover: #C9A44C;
  --footer-line: rgba(201, 164, 76, 0.22);
  --footer-dim: #9E957F;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow: 0 18px 44px rgba(61, 48, 22, 0.09);
  --shadow-soft: 0 10px 28px rgba(61, 48, 22, 0.06);

  --container: 1240px;
  --narrow: 780px;

  /* legacy aliases used by ported bespoke sections */
  --headline: #1D1710;
  --highlight: #C9A44C;
  --soft: #F1E8D2;
  --white: #FFFEFA;
}

/* =====================================================================
   SENYA v3.1 CORE - reimagined design system
   Token-driven. Variant tokens and surface layers are prepended/appended.
   ===================================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

::selection { background: var(--wash-strong); color: var(--ink); }

/* ---------- layout primitives ---------- */
.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}
.narrow { width: min(var(--narrow), calc(100% - 48px)); margin: 0 auto; }
.narrow-left { width: min(920px, calc(100% - 48px)); margin: 0 auto; }
.text-center { text-align: center; }

.section { padding: clamp(84px, 11vw, 136px) 0; }
.section-tight { padding-top: clamp(32px, 5vw, 56px); }

/* ---------- typography ---------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  line-height: 1.08;
  letter-spacing: var(--display-tracking);
}
h1 { font-size: clamp(2.9rem, 6vw, 5rem); line-height: 1.02; max-width: 15ch; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.25rem); line-height: 1.08; max-width: 18ch; }
h3 { font-size: 1.4rem; line-height: 1.25; }
h4 { font-size: 1.15rem; line-height: 1.3; }

.lead {
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.65;
  color: var(--muted);
  max-width: 52ch;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 650;
}

/* Editorial split section head: title left, lead right, on one baseline */
.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(40px, 6vw, 64px);
}
.section-head h2 { margin: 0; }
.section-head .lead { margin: 0; color: var(--muted); }
@media (min-width: 981px) {
  .section-head:not(.text-center) {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    column-gap: 80px;
    align-items: end;
  }
  .section-head:not(.text-center) .eyebrow { grid-column: 1 / -1; margin-bottom: 6px; }
  .section-head:not(.text-center) .lead { margin-bottom: 10px; }
}
.section-head-narrow { max-width: none; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-logo { width: 42px; height: 42px; border-radius: 10px; display: block; }
.brand-mark {
  width: 16px; height: 16px; border-radius: 999px;
  background: var(--brand-mark-bg);
  box-shadow: 0 0 0 5px var(--wash);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.brand-text small {
  margin-top: 4px;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.menu-toggle { display: none; }

.primary-nav { margin-left: auto; }
.primary-nav .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0; padding: 0;
}
.primary-nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  padding-bottom: 5px;
}
.primary-nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  border-bottom: 2px solid var(--accent);
  transition: right 0.22s ease;
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after { right: 0; }
.header-cta { margin-left: 6px; }

/* ---------- buttons & links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: var(--btn-radius);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  box-shadow: var(--btn-primary-shadow);
}
.btn-primary:hover { background: var(--btn-primary-hover); color: var(--btn-primary-fg); }
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--btn-secondary-border);
}
.btn-secondary:hover { background: var(--wash); border-color: var(--accent); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.text-link {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.16s ease;
}
.text-link:hover { border-bottom-color: var(--accent); }
.card-link-wrap { margin-top: 18px; }

/* ---------- hero ---------- */
.hero { padding-top: clamp(88px, 12vh, 148px); }
.hero-grid { display: grid; gap: 32px; align-items: center; }
.hero-grid-single { grid-template-columns: minmax(0, 980px); }
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero-copy .lead { margin-top: 22px; max-width: 56ch; }
.page-hero { padding-top: clamp(72px, 10vh, 120px); }
.page-shell { padding-top: clamp(72px, 10vh, 120px); }
.page-content h2, .page-content h3 { max-width: none; }

/* ---------- grids ---------- */
.grid { display: grid; gap: 26px; }
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.compact-grid { margin-top: 26px; }

.split-proof, .split-2-1, .process-layout { display: grid; gap: 36px; align-items: start; }
.split-proof { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
.split-2-1 { grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); }
.process-layout { grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); }

/* ---------- cards & panels ---------- */
.card, .panel, .compact-card, .process-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 36px);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  border-color: var(--line-accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.card h3, .panel h2, .panel h3 { max-width: 22ch; }
.card .eyebrow, .panel .eyebrow { margin-bottom: 14px; }
.card p:last-child, .panel p:last-child { margin-bottom: 0; }
.compact-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.compact-card p, .stat-card p { margin-bottom: 0; }

.soft-panel { background: var(--wash); border-color: transparent; }
.highlight-panel { background: var(--wash-strong); border-color: var(--line-accent); }

.band-note {
  position: relative;
  margin-top: 26px;
  padding: 26px 30px 26px 34px;
  background: var(--wash);
  border: 0;
  border-radius: var(--radius);
}
.band-note::before {
  content: '';
  position: absolute;
  left: 0; top: 18px; bottom: 18px;
  width: 3px;
  border-radius: 3px;
  background: var(--rule-accent);
}
.band-note .eyebrow { margin-bottom: 8px; }
.band-note p { margin: 0; }

/* ---------- stats: open ledger row, no boxes ---------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.stat-card {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line-strong);
  border-radius: 0;
  box-shadow: none;
  padding: 10px 34px 6px;
  min-width: 0;
  overflow: visible;
}
.stat-card:first-child { border-left: 0; padding-left: 0; }
.stat-number {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--stat-weight);
  font-size: clamp(2.6rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-bottom: 16px;
  color: var(--ink);
}
.stat-copy { margin: 0; line-height: 1.7; color: var(--muted); font-size: 0.98rem; }

/* ---------- checklist ---------- */
.check-list { list-style: none; display: grid; gap: 14px; margin-top: 26px; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.68em;
  width: 12px; height: 3px;
  border-radius: 2px;
  background: var(--rule-accent);
}
.two-column-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }

/* ---------- process ---------- */
.process-copy h2 { max-width: 13ch; }
.process-copy .lead { color: var(--muted); max-width: 34ch; }
.process-grid .process-card { min-height: 200px; }
.process-card h3 { margin-top: 6px; max-width: 14ch; }

/* ---------- FAQ: hairline editorial list ---------- */
.faq-wrap { max-width: 880px; margin: 0 auto; }
.faq-list {
  max-width: 820px;
  margin: 40px auto 0;
  border-top: 1px solid var(--line-strong);
}
.faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 4px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.16s ease;
}
.faq-item.is-open .faq-q, .faq-q:hover { color: var(--accent); }
.faq-toggle {
  width: 28px; height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  font-weight: 500;
}
.faq-a { padding: 0 44px 24px 4px; border-top: 0; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-section .section-head { display: flex; flex-direction: column; align-items: center; }
.faq-section .section-head .eyebrow { display: block; width: fit-content; margin: 0 auto 16px; text-align: center; }
.faq-section .section-head h2 { max-width: none; margin: 0 auto; text-align: center; }

/* ---------- CTA statement panel ---------- */
.cta-section .panel.text-center {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 8vw, 92px) clamp(24px, 6vw, 72px);
  border: 0;
  border-radius: var(--radius-xl);
  background: var(--cta-bg);
  box-shadow: var(--shadow);
}
.cta-section .panel.text-center .eyebrow { color: var(--cta-eyebrow); }
.cta-section .panel.text-center h2 {
  color: var(--cta-ink);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.cta-section .panel.text-center .lead {
  color: var(--cta-muted);
  margin: 0 auto 8px;
}
.cta-section .panel.text-center .button-row { justify-content: center; }
.cta-section .panel.text-center .btn-secondary {
  border-color: var(--cta-secondary-border);
  color: var(--cta-ink);
}
.cta-section .panel.text-center .btn-secondary:hover { background: var(--cta-secondary-hover); }

/* ---------- legal / notes ---------- */
.legal-panel p + p { margin-top: 0; }
.legal-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.compact-note { margin-top: 28px; }
.post-grid { margin-top: 28px; }

/* ---------- footer ---------- */
.site-footer {
  margin-top: clamp(56px, 8vw, 96px);
  padding: clamp(64px, 8vw, 96px) 0 30px;
  background: var(--footer-bg);
  color: var(--footer-text);
  position: relative;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer-brand-line {
  color: var(--footer-ink);
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 14px;
}
.footer-brand p { max-width: 34ch; color: var(--footer-text); }
.footer-contact-list, .footer-links, .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu { list-style: none; margin: 0; padding: 0; }
.site-footer h6 {
  margin: 0 0 16px;
  color: var(--footer-heading);
  font-family: var(--font-body);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}
.site-footer a { color: var(--footer-link); transition: color 0.16s ease; }
.site-footer a:hover { color: var(--footer-link-hover); }
.footer-bottom {
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 20px;
  border-top: 1px solid var(--footer-line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 28px;
  font-size: 0.84rem;
  color: var(--footer-dim);
}
.footer-bottom p { margin: 0; }

/* ---------- inquiry form: editorial underline fields ---------- */
.senya-form-section { padding-top: 0; }
.senya-form-section .container { display: block; }
.senya-form-panel { width: 100%; display: block; padding: 0; background: transparent; border: 0; box-shadow: none; }
.senya-form-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 56px);
}
.senya-form-wrap::before { content: none !important; display: none !important; }
.senya-form-wrap h3 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  text-align: center;
  max-width: none;
}
.senya-form-wrap .senya-form-description {
  max-width: 480px;
  margin: 0 auto 34px;
  color: var(--muted);
  text-align: center;
  font-size: 1rem;
}
.senya-form-message { margin: 0 0 24px; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 0.96rem; line-height: 1.5; }
.senya-form-message:focus { outline: none; }
.senya-form-success { background: var(--wash-strong); color: var(--ink); border: 1px solid var(--line-accent); }
.senya-form-error { background: #FAEFEA; color: #8A3B1F; border: 1px solid #E7C9B4; }

.senya-inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; text-align: left; }
.senya-inquiry-form p { margin: 0; }
.senya-inquiry-form p[style*="grid-column: 1 / -1"],
.senya-inquiry-form p:nth-last-child(3),
.senya-inquiry-form p:nth-last-child(2),
.senya-inquiry-form p:nth-last-child(1) { grid-column: 1 / -1; }
.senya-inquiry-form label {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--accent);
  font-weight: 650;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.senya-inquiry-form input,
.senya-inquiry-form select,
.senya-inquiry-form textarea {
  width: 100%;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.02rem;
  font-family: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}
.senya-inquiry-form textarea { min-height: 130px; resize: vertical; }
.senya-inquiry-form input::placeholder,
.senya-inquiry-form textarea::placeholder { color: var(--placeholder); }
.senya-inquiry-form input:focus,
.senya-inquiry-form select:focus,
.senya-inquiry-form textarea:focus {
  outline: none;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 11px;
}
.senya-inquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 52px;
  padding: 14px 30px;
  border: 0;
  border-radius: var(--btn-radius);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  box-shadow: var(--btn-primary-shadow);
}
.senya-inquiry-form button:hover { background: var(--btn-primary-hover); transform: translateY(-2px); }
.senya-inquiry-form button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ---------- shared form utilities ---------- */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.senya-honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.senya-form-full,
.senya-inquiry-form .senya-form-full,
.senya-inquiry-form .senya-consent-row,
.senya-inquiry-form .senya-submit-row { grid-column: 1 / -1 !important; }
.senya-consent-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 450;
}
.senya-consent-check input {
  width: auto !important;
  min-width: 16px;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--accent);
}
.senya-submit-row { text-align: left; }
#senya-form-response, #senya-form-wrap { scroll-margin-top: 120px; }

/* ---------- responsive core ---------- */
@media (max-width: 1024px) {
  .grid.cols-3, .grid.cols-4, .split-proof, .split-2-1, .process-layout { grid-template-columns: 1fr; }
  .grid.cols-2 { grid-template-columns: 1fr 1fr; }
  .process-copy h2, h1, h2 { max-width: none; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .section { padding: 72px 0; }
  .section-tight { padding-top: 28px; }
  .header-row { min-height: 72px; flex-wrap: wrap; padding: 12px 0; }
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px; height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    margin-left: auto;
  }
  .hamburger-line { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 999px; }
  .primary-nav {
    width: 100%;
    order: 4;
    display: none;
    margin: 8px 0 0;
    border-top: 1px solid var(--line);
    padding: 16px 0 8px;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { flex-direction: column; align-items: flex-start; gap: 16px; }
  .header-cta { display: none; }
  .grid.cols-2, .grid.cols-3, .grid.cols-4, .two-column-list { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .stats-grid { grid-template-columns: 1fr; gap: 0; }
  .stat-card { border-left: 0; border-top: 1px solid var(--line-strong); padding: 28px 0 22px; }
  .stat-card:first-child { border-top: 0; padding-top: 0; }
  .faq-q { padding: 20px 2px; }
  .faq-a { padding: 0 36px 20px 2px; }
  .brand-text small { display: none; }
}
@media (max-width: 640px) {
  .container, .narrow, .narrow-left { width: min(100% - 32px, var(--container)); }
  body { font-size: 16px; }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.9rem; }
  .card, .panel, .compact-card, .process-card { padding: 24px 20px; }
  .hero { padding-top: 64px; }
  .page-hero, .page-shell { padding-top: 60px; }
  .footer-bottom { font-size: 0.8rem; }
  .senya-inquiry-form { grid-template-columns: 1fr; gap: 20px; }
  .senya-inquiry-form button { width: 100%; min-width: 0; }
  .senya-form-wrap { padding: 26px 20px; }
}

/* ---------- accessibility floor ---------- */
a:focus-visible, button:focus-visible, .btn:focus-visible, input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* =====================================================================
   GILDED LEDGER v3.1 - surface & signature
   The ledger rule, the gold-foil figure, the espresso close.
   ===================================================================== */

/* Ledger rule: double hairline of a share certificate above every eyebrow */
.eyebrow {
  position: relative;
  padding-top: 14px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 4px;
  border-top: 1px solid var(--glow);
  border-bottom: 1px solid var(--glow);
}
.text-center .eyebrow::before,
.faq-section .section-head .eyebrow::before,
.cta-section .eyebrow::before {
  left: 50%;
  transform: translateX(-50%);
}

/* Hero: vast ivory field, one champagne breath of light */
.hero-home {
  position: relative;
  background:
    radial-gradient(56% 64% at 82% 4%, rgba(201, 164, 76, 0.15), transparent 68%),
    radial-gradient(42% 50% at 4% 96%, rgba(241, 232, 210, 0.8), transparent 70%);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: clamp(84px, 11vw, 136px);
}
.hero-home h1 { max-width: 14ch; }

/* Gold-foil figures */
.stat-number {
  background: var(--gold-foil);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--accent);
}
.stat-card { border-left-color: var(--line-strong); }

/* Cards carry a whisper of gold on approach */
.faq-toggle { border-color: rgba(150, 116, 42, 0.35); }

/* Footer brand line in gold foil */
.footer-brand-line {
  background: var(--gold-foil);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-footer { border-top: 3px double var(--glow); }

/* Blog: gilded drop cap opens each article */
.senya-blog-content > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 3.4em;
  line-height: 0.82;
  float: left;
  padding: 0.08em 0.12em 0 0;
  color: var(--accent);
}
.senya-blog-single-title { font-weight: 560; }

/* Success notes read like a wax seal, quietly */
.notice, .notice-info {
  background: var(--wash);
  border: 1px solid var(--line-accent);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
}


/* =====================================================================
   Ported bespoke page sections (evidence, track record, network,
   partners, director, founder pathway) - restyled by v3.1 tokens
   ===================================================================== */

.director-intro {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
}

.director-avatar-wrap {
  flex: 0 0 120px;
}

.director-avatar {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #FFFEFA;
  box-shadow:
    0 0 0 1px var(--line),
    0 10px 28px rgba(48, 39, 20, 0.08);
  background: #FFFEFA;
}

.director-copy {
  min-width: 0;
}

.director-copy .eyebrow {
  margin-bottom: 10px;
}

.director-copy h2 {
  margin: 0 0 6px;
  max-width: none;
}

.director-role {
  margin: 0 0 8px;
  color: var(--headline);
  font-weight: 650;
}

.director-lead {
  margin: 0;
  color: var(--text);
}

@media (max-width: 640px) {
  .director-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .director-avatar-wrap {
    flex-basis: auto;
  }

  .director-avatar {
    width: 104px;
    height: 104px;
  }

  .director-copy .eyebrow {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.senya-evidence-section {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.07), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.07), transparent 30%),
    #FFFEFA;
}

.senya-evidence-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: start;
}

.senya-recommendation-card,
.senya-evidence-card {
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(48, 39, 20, 0.08);
  overflow: hidden;
}

.senya-recommendation-card {
  position: sticky;
  top: 96px;
}

.senya-letter-preview {
  background: #F6F1E3;
  padding: 18px;
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-letter-preview img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(48, 39, 20, 0.10);
  box-shadow: 0 14px 36px rgba(48, 39, 20, 0.10);
}

.senya-letter-copy {
  padding: 26px;
}

.senya-letter-copy h3 {
  margin: 8px 0 12px;
  max-width: 520px;
}

.senya-letter-copy p {
  margin-bottom: 22px;
}

.senya-letter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.senya-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.senya-evidence-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.senya-evidence-card:hover {
  transform: translateY(-3px);
  border-color: rgba(150, 116, 42, 0.22);
  box-shadow: 0 24px 70px rgba(48, 39, 20, 0.11);
}

.senya-evidence-image {
  aspect-ratio: 16 / 10;
  background: #F1EAD8;
  overflow: hidden;
}

.senya-evidence-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.senya-evidence-copy {
  padding: 20px;
}

.senya-evidence-copy h3 {
  margin: 6px 0 8px;
  font-size: 1.08rem;
}

.senya-evidence-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .senya-evidence-layout {
    grid-template-columns: 1fr;
  }

  .senya-recommendation-card {
    position: static;
  }

  .senya-evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .senya-letter-copy,
  .senya-evidence-copy {
    padding: 18px;
  }

  .senya-letter-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .senya-letter-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.track-evidence-section {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.07), transparent 32%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.07), transparent 30%),
    #FFFEFA;
}

.track-evidence-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.track-evidence-feature-copy,
.track-evidence-feature-media,
.track-evidence-card,
.track-mandate-proof {
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(48, 39, 20, 0.08);
  overflow: hidden;
}

.track-evidence-feature-copy {
  padding: 32px;
}

.track-evidence-feature-media {
  min-height: 420px;
}

.track-evidence-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.track-proof-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 24px 0;
}

.track-proof-metric {
  padding: 16px;
  border-radius: 18px;
  background: #F6F1E3;
  border: 1px solid rgba(48, 39, 20, 0.08);
}

.track-proof-metric strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #1D1710;
  margin-bottom: 4px;
}

.track-proof-metric span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.55;
}

.track-evidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.track-evidence-deep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.track-evidence-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.track-evidence-card-image {
  aspect-ratio: 16 / 10;
  background: #F1EAD8;
  overflow: hidden;
}

.track-evidence-card-image img,
.track-letter-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.track-evidence-card-copy {
  padding: 22px;
}

.track-evidence-card-copy h3 {
  margin: 6px 0 8px;
  font-size: 1.08rem;
}

.track-evidence-card-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.track-letter-card {
  grid-row: span 2;
}

.track-letter-image {
  background: #F6F1E3;
  padding: 18px;
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.track-letter-image img {
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(48, 39, 20, 0.10);
  box-shadow: 0 14px 36px rgba(48, 39, 20, 0.10);
  object-fit: contain;
}

.track-evidence-mandate-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.track-mandate-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  min-height: 100%;
}

.track-mandate-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #F1EAD8;
}

.track-mandate-images img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
}

.track-mandate-images.single img {
  min-height: 360px;
}

.track-mandate-copy {
  padding: 24px;
}

.track-mandate-copy h3 {
  margin: 6px 0 8px;
}

.track-mandate-copy p {
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .track-evidence-feature,
  .track-evidence-mandate-row {
    grid-template-columns: 1fr;
  }

  .track-evidence-deep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .track-letter-card {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .track-evidence-feature-copy {
    padding: 24px;
  }

  .track-evidence-feature-media,
  .track-evidence-feature-media img {
    min-height: 300px;
  }

  .track-evidence-deep-grid {
    grid-template-columns: 1fr;
  }

  .track-mandate-proof {
    grid-template-columns: 1fr;
  }

  .track-evidence-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .track-evidence-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.senya-network-strip,
.senya-capital-roles-section,
.senya-fund-partner-section,
.senya-founder-network-note {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.06), transparent 32%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.06), transparent 30%),
    #FFFEFA;
}

.senya-network-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(48, 39, 20, 0.08);
}

.senya-network-copy h2,
.senya-role-copy h3,
.senya-fund-partner-card h3 {
  margin-top: 8px;
}

.senya-network-note {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #7A7160;
}

.senya-network-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.senya-network-logo-card,
.senya-fund-partner-card,
.senya-capital-role-card {
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 24px;
  box-shadow: 0 16px 44px rgba(48, 39, 20, 0.07);
}

.senya-network-logo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.senya-network-logo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(150, 116, 42, 0.24);
  box-shadow: 0 22px 60px rgba(48, 39, 20, 0.10);
}

.senya-network-logo-card img {
  width: 112px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.senya-network-logo-card span {
  font-weight: 700;
  color: #1D1710;
}

.senya-capital-roles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.senya-capital-role-card {
  overflow: hidden;
}

.senya-role-logo-wrap {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #F6F1E3;
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-role-logo-wrap img {
  max-width: 220px;
  max-height: 82px;
  object-fit: contain;
  display: block;
}

.senya-role-copy {
  padding: 28px;
}

.senya-role-copy .btn {
  margin-top: 10px;
}

.senya-capital-role-disclaimer {
  margin-top: 22px;
  padding: 24px;
  border-radius: 24px;
  background: #F6F1E3;
  border: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-capital-role-disclaimer p {
  margin: 8px 0 0;
  line-height: 1.65;
}

.senya-fund-partner-card {
  padding: 30px;
}

.senya-fund-partner-card img {
  max-width: 220px;
  max-height: 86px;
  object-fit: contain;
  display: block;
  margin-bottom: 24px;
}

.senya-mini-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
}

.senya-mini-logo-row img {
  max-width: 160px;
  max-height: 58px;
  object-fit: contain;
  padding: 14px;
  border-radius: 18px;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.08);
}

@media (max-width: 900px) {
  .senya-network-panel,
  .senya-capital-roles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .senya-network-panel,
  .senya-role-copy,
  .senya-fund-partner-card,
  .senya-capital-role-disclaimer {
    padding: 22px;
  }

  .senya-network-logo-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .senya-network-logo-card img,
  .senya-mini-logo-row img {
    max-width: 140px;
  }
}

.senya-network-v2 {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.06), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.06), transparent 30%),
    #FFFEFA;
}

.senya-network-v2-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, #FFFEFA 0%, #F6F1E3 100%);
  border: 1px solid rgba(48, 39, 20, 0.10);
  box-shadow: 0 24px 80px rgba(48, 39, 20, 0.08);
}

.senya-network-v2-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.senya-network-v2-copy h2 {
  margin-top: 8px;
  max-width: 680px;
}

.senya-network-v2-copy .lead {
  margin-bottom: 14px;
}

.senya-network-v2-copy p:last-child {
  margin-bottom: 0;
}

.senya-partner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.senya-partner-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(48, 39, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.senya-partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(150, 116, 42, 0.24);
  box-shadow: 0 26px 76px rgba(48, 39, 20, 0.11);
}

.senya-partner-logo-stage {
  min-height: 150px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(246, 241, 227, 1), rgba(241, 234, 216, 1));
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-partner-logo-stage img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.senya-partner-card-boardy .senya-partner-logo-stage img {
  max-width: 250px;
  max-height: 82px;
}

.senya-partner-card-suvan .senya-partner-logo-stage img {
  max-width: 210px;
  max-height: 78px;
}

.senya-partner-card-copy {
  padding: 22px;
}

.senya-partner-label {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A8863B;
}

.senya-partner-card-copy h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #1D1710;
}

.senya-partner-card-copy p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #574F41;
}

.senya-network-v2-context {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-network-v2-context p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #7A7160;
}

@media (max-width: 980px) {
  .senya-network-v2-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .senya-network-v2-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .senya-partner-cards {
    grid-template-columns: 1fr;
  }

  .senya-partner-logo-stage {
    min-height: 132px;
    padding: 24px;
  }

  .senya-partner-card-boardy .senya-partner-logo-stage img {
    max-width: 230px;
    max-height: 76px;
  }

  .senya-partner-card-copy {
    padding: 20px;
  }
}

.senya-founder-pathway-section {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.06), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.06), transparent 30%),
    #FFFEFA;
}

.senya-founder-pathway-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, #FFFEFA 0%, #F6F1E3 100%);
  border: 1px solid rgba(48, 39, 20, 0.10);
  box-shadow: 0 24px 80px rgba(48, 39, 20, 0.08);
}

.senya-founder-pathway-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.senya-founder-pathway-copy h2 {
  margin-top: 8px;
  max-width: 760px;
}

.senya-founder-pathway-copy p:last-child {
  margin-bottom: 0;
}

.senya-founder-pathway-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.senya-founder-pathway-points span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  color: #4A4336;
  font-size: 0.88rem;
  font-weight: 700;
}

.senya-boardy-credential-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(48, 39, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.senya-boardy-credential-card:hover {
  transform: translateY(-3px);
  border-color: rgba(150, 116, 42, 0.24);
  box-shadow: 0 26px 76px rgba(48, 39, 20, 0.11);
}

.senya-boardy-logo-stage {
  min-height: 170px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(246, 241, 227, 1), rgba(241, 234, 216, 1));
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-boardy-logo-stage img {
  width: 100%;
  max-width: 260px;
  max-height: 90px;
  height: auto;
  object-fit: contain;
  display: block;
}

.senya-boardy-card-copy {
  padding: 24px;
}

.senya-boardy-card-copy h3 {
  margin: 8px 0 10px;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #1D1710;
}

.senya-boardy-card-copy p {
  margin: 0 0 16px;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #574F41;
}

.senya-boardy-link-text {
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  color: #96742A;
}

@media (max-width: 900px) {
  .senya-founder-pathway-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .senya-founder-pathway-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .senya-boardy-logo-stage {
    min-height: 145px;
    padding: 24px;
  }

  .senya-boardy-logo-stage img {
    max-width: 230px;
    max-height: 80px;
  }

  .senya-boardy-card-copy {
    padding: 20px;
  }

  .senya-founder-pathway-points {
    flex-direction: column;
    align-items: flex-start;
  }
}

.senya-founder-pathway-section {
  background:
    radial-gradient(circle at top left, rgba(150, 116, 42, 0.06), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201, 164, 76, 0.06), transparent 30%),
    #FFFEFA;
}

.senya-founder-pathway-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, #FFFEFA 0%, #F6F1E3 100%);
  border: 1px solid rgba(48, 39, 20, 0.10);
  box-shadow: 0 24px 80px rgba(48, 39, 20, 0.08);
}

.senya-founder-pathway-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.senya-founder-pathway-copy h2 {
  margin-top: 8px;
  max-width: 760px;
}

.senya-founder-pathway-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.senya-founder-pathway-points span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  color: #4A4336;
  font-size: 0.88rem;
  font-weight: 700;
}

.senya-network-note {
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #7A7160;
}

.senya-boardy-credential-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #FFFEFA;
  border: 1px solid rgba(48, 39, 20, 0.10);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(48, 39, 20, 0.07);
}

.senya-boardy-logo-stage {
  min-height: 170px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(246, 241, 227, 1), rgba(241, 234, 216, 1));
  border-bottom: 1px solid rgba(48, 39, 20, 0.08);
}

.senya-boardy-logo-stage img {
  width: 100%;
  max-width: 260px;
  max-height: 90px;
  height: auto;
  object-fit: contain;
  display: block;
}

.senya-boardy-card-copy {
  padding: 24px;
}

.senya-boardy-card-copy h3 {
  margin: 8px 0 10px;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #1D1710;
}

.senya-boardy-card-copy p {
  margin: 0 0 16px;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #574F41;
}

.senya-boardy-link-text {
  display: inline-flex;
  width: fit-content;
  font-size: 0.92rem;
  font-weight: 800;
  color: #96742A;
  text-decoration: none;
}

.senya-boardy-link-text:hover {
  text-decoration: underline;
}

#founder-fit-check {
  scroll-margin-top: 96px;
}

@media (max-width: 900px) {
  .senya-founder-pathway-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .senya-founder-pathway-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .senya-boardy-logo-stage {
    min-height: 145px;
    padding: 24px;
  }

  .senya-boardy-logo-stage img {
    max-width: 230px;
    max-height: 80px;
  }

  .senya-boardy-card-copy {
    padding: 20px;
  }

  .senya-founder-pathway-points {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =====================================================================
   SENYA v3.1 BLOG - editorial index, readable single, quiet sidebar
   ===================================================================== */

.senya-blog-shell { padding-bottom: 72px; }

.senya-blog-hero {
  padding-bottom: clamp(40px, 6vw, 64px);
  border-bottom: 1px solid var(--line-strong);
  margin-bottom: clamp(48px, 7vw, 80px);
}
.senya-blog-hero h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}
.senya-blog-hero .lead { max-width: 640px; margin: 0 auto; }

.senya-blog-index-layout,
.senya-blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.senya-blog-single-main, .senya-blog-index-main { min-width: 0; }

/* ----- index: hairline editorial entries, no card chrome ----- */
.senya-blog-post-list { display: grid; gap: 0; }
.senya-blog-post-row {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr);
  gap: 32px;
  padding: clamp(28px, 4vw, 40px) 0;
  overflow: visible;
  transition: none;
}
.senya-blog-post-row:first-child { border-top: 0; padding-top: 4px; }
.senya-blog-post-row:hover { transform: none; box-shadow: none; }
.senya-blog-post-row.no-thumbnail { grid-template-columns: minmax(0, 1fr); }

.senya-blog-post-thumb {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--wash);
  align-self: start;
}
.senya-blog-post-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.senya-blog-post-row:hover .senya-blog-post-thumb img { transform: scale(1.035); }

.senya-blog-post-body { padding: 0; }
.senya-blog-post-row.has-thumbnail .senya-blog-post-body,
.senya-blog-post-row.no-thumbnail .senya-blog-post-body { padding: 0; }
.senya-blog-post-body h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.15;
  max-width: none;
}
.senya-blog-post-body h2 a { transition: color 0.16s ease; }
.senya-blog-post-body h2 a:hover { color: var(--accent); }
.senya-blog-post-body p { margin-bottom: 14px; color: var(--muted); }

.senya-blog-meta {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.senya-blog-meta a { color: var(--accent); }
.senya-blog-meta a:hover { text-decoration: underline; }

/* ----- pagination: quiet numerals ----- */
.senya-pagination { margin-top: clamp(36px, 5vw, 56px); border-top: 1px solid var(--line-strong); padding-top: 28px; }
.senya-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.senya-pagination a, .senya-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-weight: 550;
  border: 1px solid transparent;
  transition: border-color 0.16s ease, color 0.16s ease;
}
.senya-pagination a:hover { border-color: var(--line-accent); color: var(--accent); }
.senya-pagination .current {
  color: var(--accent);
  border-color: var(--accent);
}

/* ----- sidebar: rule-topped quiet blocks ----- */
.senya-blog-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 36px;
}
.senya-blog-sidebar-card {
  background: transparent;
  border: 0;
  border-top: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  padding: 18px 0 0;
}
.senya-blog-sidebar-card .eyebrow { margin-bottom: 14px; }
.senya-blog-sidebar-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.senya-blog-sidebar-card p { font-size: 0.94rem; color: var(--muted); }

.senya-blog-sidebar-list { list-style: none; margin: 0; padding: 0; }
.senya-blog-sidebar-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.senya-blog-sidebar-list li:last-child { border-bottom: 0; }
.senya-blog-sidebar-list a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.16s ease;
}
.senya-blog-sidebar-list a:hover { color: var(--accent); }

/* subscribe card: the one washed block in the rail */
.senya-blog-form-card {
  background: var(--wash);
  border: 0;
  border-top: 2px solid var(--accent);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: none;
  padding: 22px 22px 24px;
}
.senya-blog-form-card h3 { font-size: 1.15rem; margin-bottom: 8px; max-width: none; }
.senya-blog-form-card p { font-size: 0.92rem; color: var(--muted); }

.senya-blog-subscribe-form { display: grid; gap: 14px; }
.senya-blog-subscribe-form p { margin: 0; }
.senya-blog-subscribe-form label:not(.senya-consent-check) {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--accent);
  font-weight: 650;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.senya-blog-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.senya-blog-subscribe-form input,
.senya-blog-subscribe-form select,
.senya-blog-subscribe-form textarea,
.senya-search-form input {
  width: 100%;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid var(--underline-on-wash);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.98rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
.senya-blog-subscribe-form input::placeholder,
.senya-search-form input::placeholder { color: var(--placeholder); }
.senya-blog-subscribe-form input:focus,
.senya-blog-subscribe-form textarea:focus,
.senya-search-form input:focus {
  outline: none;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
}
.senya-blog-subscribe-form button,
.senya-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: var(--btn-radius);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.senya-blog-subscribe-form button:hover,
.senya-search-form button:hover { background: var(--btn-primary-hover); transform: translateY(-1px); }
.senya-blog-consent-check { font-size: 0.8rem; }

.senya-search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.senya-search-form button { width: auto; padding: 11px 16px; }

/* compact subscribe variant used mid-article */
.senya-blog-form-card--compact {
  margin: 40px 0;
  border-radius: var(--radius);
  border-top-width: 2px;
}
.senya-blog-form-grid--compact { grid-template-columns: 1fr 1fr; }
.senya-blog-form-card--compact button { width: 100%; }

/* ----- single post: open readable column ----- */
.senya-blog-article {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.senya-blog-single-layout { padding-top: clamp(48px, 7vw, 88px); }
.senya-blog-single-title {
  max-width: 17ch;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  margin: 14px 0 22px;
}
.senya-blog-single-thumb {
  margin: 30px 0 40px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--wash);
}
.senya-blog-single-thumb img { display: block; width: 100%; }

.prose, .senya-blog-content {
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--text);
  max-width: 70ch;
}
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2, .prose h3, .prose h4 {
  margin: 2.1em 0 0.65em;
  max-width: none;
}
.prose h2 { font-size: clamp(1.65rem, 2.6vw, 2.2rem); }
.prose h3 { font-size: 1.35rem; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.25em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: 0.5em; }
.prose a { color: var(--accent); border-bottom: 1px solid var(--line-accent); transition: border-color 0.16s ease; }
.prose a:hover { border-bottom-color: var(--accent); }
.prose blockquote {
  margin: 2em 0;
  padding: 6px 0 6px 28px;
  border-left: 3px solid var(--accent);
  font-family: var(--font-display);
  font-size: 1.3em;
  line-height: 1.5;
  color: var(--ink);
  font-style: var(--quote-style);
}
.prose blockquote p { margin: 0; }
.prose img, .prose figure { border-radius: var(--radius); margin: 2em 0; }
.prose figure img { margin: 0; }
.prose figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }
.prose hr {
  margin: 2.6em auto;
  border: 0;
  width: 64px;
  border-top: 2px solid var(--accent);
}
.prose table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 0.98rem; }
.prose th, .prose td { padding: 12px 14px; border-bottom: 1px solid var(--line-strong); text-align: left; }
.prose th { color: var(--ink); font-weight: 650; border-bottom: 2px solid var(--ink); }
.prose tr:last-child td { border-bottom: 0; }
.prose code {
  background: var(--wash);
  border-radius: 5px;
  padding: 0.15em 0.4em;
  font-size: 0.88em;
}

/* fit-check under article */
.senya-blog-bottom-fit { margin-top: clamp(48px, 7vw, 72px); }
.senya-blog-bottom-fit .senya-form-wrap { max-width: none; }

/* ----- comments: hairline thread ----- */
.senya-blog-comments { margin-top: clamp(48px, 7vw, 72px); }
.senya-blog-comments, .comments-area {
  background: transparent;
  border: 0;
  border-top: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  padding: 28px 0 0;
}
.senya-blog-comments .comments-title,
.senya-blog-comments .comment-reply-title,
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 1.35rem;
  margin-bottom: 20px;
  max-width: none;
}
.comment-list { list-style: none; margin: 0 0 28px; padding: 0; }
.comment-list li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.comment-list li:last-child { border-bottom: 0; }
.comment-list .comment-meta, .comment-list .comment-author { font-size: 0.9rem; color: var(--muted); }
.comment-list .comment-author .fn { color: var(--ink); font-weight: 650; font-style: normal; }
.comment-list .comment-content { margin-top: 8px; }
.comment-list .reply a { font-size: 0.85rem; color: var(--accent); font-weight: 600; }
.no-comments { color: var(--muted); font-size: 0.95rem; }

.comment-form label { display: block; margin-bottom: 4px; color: var(--accent); font-weight: 650; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
.comment-form input:not([type="submit"]):not([type="checkbox"]),
.comment-form textarea {
  width: 100%;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus { outline: none; border-bottom: 2px solid var(--accent); padding-bottom: 10px; }
.comment-form input[type="submit"], .comment-respond input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border: 0;
  border-radius: var(--btn-radius);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  font-size: 0.96rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.comment-form input[type="submit"]:hover,
.comment-respond input[type="submit"]:hover { background: var(--btn-primary-hover); transform: translateY(-1px); }

/* ----- compact capital fit strip (injected mid-article) ----- */
.senya-compact-fit {
  margin: clamp(40px, 6vw, 56px) 0;
  background: var(--wash);
  border-radius: var(--radius-lg);
  border-top: 2px solid var(--accent);
}
.senya-compact-fit__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: clamp(24px, 4vw, 36px);
  align-items: center;
}
.senya-compact-fit__kicker {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 650;
  margin-bottom: 10px;
}
.senya-compact-fit__headline {
  margin: 0;
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.25;
}
.senya-compact-fit__form { display: grid; gap: 14px; }
.senya-compact-fit__fields { display: grid; gap: 12px; }
.senya-compact-fit__input {
  width: 100%;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid var(--underline-on-wash);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.98rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
.senya-compact-fit__input::placeholder { color: var(--placeholder); }
.senya-compact-fit__input:focus { outline: none; border-bottom: 2px solid var(--accent); padding-bottom: 10px; }
.senya-compact-fit__consent { font-size: 0.78rem; }
.senya-compact-fit__submit { width: 100%; }

/* ----- blog responsive ----- */
@media (max-width: 1080px) {
  .senya-blog-index-layout, .senya-blog-single-layout { grid-template-columns: 1fr; }
  .senya-blog-sidebar { position: static; }
  .senya-compact-fit__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .senya-blog-post-row { grid-template-columns: 1fr; gap: 18px; }
  .senya-blog-post-thumb img { aspect-ratio: 16 / 9; }
  .senya-blog-form-grid, .senya-blog-form-grid--compact { grid-template-columns: 1fr; }
  .senya-blog-single-title { font-size: 2.3rem; }
  .prose, .senya-blog-content { font-size: 1.05rem; }
}


/* =====================================================================
   v3.1 normalization for ported page sections
   ===================================================================== */
.senya-evidence-card, .senya-recommendation-card,
.track-evidence-card, .track-letter-card, .track-mandate-proof,
.senya-network-logo-card, .senya-fund-partner-card, .senya-capital-role-card,
.senya-partner-card, .senya-boardy-credential-card,
.senya-founder-pathway-panel, .senya-network-v2-panel, .senya-network-panel,
.track-evidence-feature {
  border-radius: var(--radius-lg) !important;
  box-shadow: none !important;
  border-color: var(--line) !important;
}
.senya-evidence-card:hover, .track-evidence-card:hover,
.senya-boardy-credential-card:hover, .senya-partner-card:hover {
  box-shadow: var(--shadow) !important;
  border-color: var(--line-accent) !important;
}
.senya-evidence-section, .track-evidence-section,
.senya-network-strip, .senya-capital-roles-section,
.senya-fund-partner-section, .senya-founder-network-note,
.senya-network-v2, .senya-founder-pathway-section {
  background: transparent !important;
}
.senya-evidence-image img, .track-evidence-card-image img,
.track-letter-image img, .track-mandate-images img,
.senya-letter-preview img, .track-evidence-feature-media img {
  border-radius: var(--radius) !important;
}
.director-avatar { border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-soft) !important; }

/* =====================================================================
   v3.1.1 patch
   1. Hero and page titles centered
   2. Stat figures sized to their container, never clipped
   3. Blog video embeds span full content width like images
   ===================================================================== */

/* --- 1. centered top sections --- */
.hero-grid-single { justify-content: center; }
.hero .hero-copy,
.page-hero .container {
  text-align: center;
}
.hero .hero-copy h1,
.page-hero .container h1 {
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-copy .lead,
.page-hero .container .lead {
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-copy .button-row,
.page-hero .container .button-row {
  justify-content: center;
}
@media (max-width: 860px) {
  .hero .hero-copy .button-row,
  .page-hero .container .button-row { align-items: center; }
}

/* --- 2. stats stay inside their boundaries --- */
.stats-grid { container-type: inline-size; }
.stat-card { padding: 10px 22px 6px; }
.stat-card:first-child { padding-left: 0; }
.stat-number {
  font-size: clamp(1.55rem, 7.6cqi, 3.5rem);
  max-width: 100%;
}
@supports not (container-type: inline-size) {
  .stat-number { font-size: clamp(1.5rem, 2.4vw, 2.7rem); }
}
@media (max-width: 860px) {
  .stat-card { padding: 26px 0 20px; }
  .stat-number { font-size: clamp(2rem, 9vw, 2.8rem); }
}

/* --- 3. video embeds match image width --- */
.prose iframe,
.senya-blog-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: var(--radius);
  margin: 2em 0;
  background: var(--wash);
}
.prose figure iframe,
.prose .wp-block-embed__wrapper iframe { margin: 0; }
.prose .wp-block-embed,
.senya-blog-content .wp-block-embed {
  width: 100%;
  max-width: 100%;
  margin: 2em 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.prose .wp-block-embed__wrapper { width: 100%; }
/* legacy WP responsive-embed padding hack: neutralize in favor of aspect-ratio */
.prose .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before { content: none; }
.prose video { width: 100%; height: auto; border-radius: var(--radius); margin: 2em 0; }

/* Gilded Ledger: center the ledger rule when its eyebrow is centered */
.hero .eyebrow::before,
.page-hero .eyebrow::before {
  left: 50%;
  transform: translateX(-50%);
}
