@font-face {
  font-family: "Inter";
  src: url("../webfonts/Inter-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../webfonts/Inter-Italic-Variable.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../webfonts/BricolageGrotesque-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --hub-ink: #1c2230;
  --hub-copy: #4f596b;
  --hub-muted: #737d8d;
  --hub-paper: #FEFCFA;
  --hub-soft: #f7f3f0;
  --hub-line: #e7dfda;
  --hub-magenta: #b62b78;
  --hub-orange: #e85e3f;
  --hub-accent: linear-gradient(135deg, #b62b78, #e85e3f);
  --hub-shadow: 0 22px 60px rgba(54, 37, 42, .10);
}

html { scroll-behavior: smooth; }

body.founder-page,
body.founder-page *,
body.founder-page *::before,
body.founder-page *::after { box-sizing: border-box; }

body.founder-page {
  --bg: var(--hub-paper);
  --bg-deep: var(--hub-paper);
  --bg-page: var(--hub-paper);
  --heading: var(--hub-ink);
  --text: var(--hub-ink);
  --text-body: var(--hub-copy);
  --text-muted: var(--hub-copy);
  --text-dim: var(--hub-muted);
  --text-dim2: #98a0ad;
  --bdr: var(--hub-line);
  --bdr-sub: #f0ebe7;
  --surface: #fff;
  --inset: var(--hub-soft);
  margin: 0;
  background: var(--hub-paper) !important;
  color: var(--hub-ink) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body.founder-page h1,
body.founder-page h2,
body.founder-page h3 {
  color: var(--hub-ink);
  font-family: "Bricolage Grotesque", Inter, sans-serif;
}

/* Readable fallbacks remain visible while the non-critical icon kit is deferred. */
body.founder-page i[class*="fa-"]::before { display: inline-block; min-width: .85em; font-family: system-ui, sans-serif; font-style: normal; text-align: center; }
body.founder-page .fa-bars::before { content: "☰"; }
body.founder-page .fa-xmark::before { content: "×"; }
body.founder-page .fa-arrow-right::before { content: "→"; }
body.founder-page .fa-arrow-left::before { content: "←"; }
body.founder-page .fa-chevron-right::before { content: "›"; }
body.founder-page .fa-chevron-left::before { content: "‹"; }
body.founder-page .fa-link::before { content: "↗"; }

body.founder-page p { color: var(--hub-copy); }
body.founder-page a { color: inherit; }
body.founder-page .constellation-section { background: var(--hub-paper) !important; }
body.founder-page .constellation-section::before,
body.founder-page .constellation-section::after { display: none !important; }
body.founder-page #navigation,
body.founder-page #navigation-placeholder,
body.founder-page #btn-back-to-top { display: none !important; }

.founder-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

body.founder-page .container { width: min(100% - 40px, 1140px); margin-right: auto; margin-left: auto; }
body.founder-page .px-4 { padding-right: 1.5rem; padding-left: 1.5rem; }
body.founder-page .py-5 { padding-top: 3rem; padding-bottom: 3rem; }
body.founder-page .visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
@media (min-width: 992px) { body.founder-page .col-lg-9 { max-width: 75%; } }
@media (min-width: 1200px) { body.founder-page .col-xl-8 { max-width: 66.6667%; } }
@media (min-width: 1400px) { body.founder-page .col-xxl-10 { max-width: 83.3333%; } }

.founder-skip {
  position: fixed;
  z-index: 3000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--hub-ink);
  color: #fff !important;
  transform: translateY(-150%);
}

.founder-skip:focus { transform: translateY(0); }

.founder-header {
  position: sticky;
  z-index: 1200;
  top: 0;
  border-bottom: 1px solid rgba(28, 34, 48, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.founder-header.is-scrolled { border-color: rgba(28, 34, 48, .12); background: rgba(255, 255, 255, .98); box-shadow: 0 10px 30px rgba(54, 37, 42, .07); }

.founder-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.founder-brand {
  display: inline-flex;
  align-items: center;
  color: var(--hub-ink) !important;
  text-decoration: none;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: .91rem;
  font-weight: 800;
  letter-spacing: -.01em;
}

.founder-brand img { width: 40px; height: 40px; object-fit: contain; }

.founder-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.founder-nav-links .founder-enquire { display: none; }

.founder-nav-links a,
.founder-nav-links button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #525c6c;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.founder-nav-links a:hover,
.founder-nav-links a[aria-current="page"] { color: var(--hub-ink); background: #f4efeb; }
.founder-nav-links .founder-kithms-link { color: #3d6f71; }

.founder-enquire,
.founder-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--hub-accent);
  color: #fff !important;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(182, 43, 120, .14);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.founder-enquire:hover,
.founder-button:hover { transform: translateY(-1px); box-shadow: 0 15px 34px rgba(182, 43, 120, .20); }

.founder-button--secondary,
.founder-button-secondary {
  border-color: #d9d0ca;
  background: #fff;
  color: var(--hub-ink) !important;
  box-shadow: none;
}

.founder-button--secondary:hover,
.founder-button-secondary:hover { border-color: #bdaea5; background: var(--hub-soft); box-shadow: none; }

.founder-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hub-line);
  border-radius: 10px;
  background: #fff;
  color: var(--hub-ink);
  font-size: 1.1rem;
  transition: border-color .18s ease, background-color .18s ease;
}

body.founder-page :focus-visible {
  outline: 3px solid rgba(182, 43, 120, .30);
  outline-offset: 3px;
}

.founder-main { overflow: hidden; background: var(--hub-paper); }

.founder-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hub-magenta);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.founder-kicker::before { content: ""; width: 26px; height: 2px; background: var(--hub-orange); }

.founder-hero {
  min-height: min(760px, calc(100vh - 76px));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding: clamp(76px, 10vw, 132px) 0;
}

.founder-hero h1 {
  max-width: 850px;
  margin: 20px 0 24px;
  font-size: clamp(3.25rem, 7.3vw, 6.6rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.founder-hero h1 span { color: var(--hub-magenta); }
.founder-hero-copy > p { max-width: 720px; margin: 0; font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.75; }
.founder-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }

.founder-position-card,
.founder-identity {
  padding: 28px;
  border: 1px solid var(--hub-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--hub-shadow);
}

.founder-position-card strong,
.founder-identity strong { display: block; margin: 5px 0 10px; color: var(--hub-ink); font-family: "Bricolage Grotesque", sans-serif; font-size: 1.65rem; }
.founder-position-card p,
.founder-identity p { margin: 0 0 20px; font-size: .91rem; }
.founder-position-card a,
.founder-identity a { color: #327277; font-size: .84rem; font-weight: 800; text-decoration: none; }
.founder-identity > span { color: var(--hub-muted); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.founder-section { padding: clamp(74px, 9vw, 118px) 0; border-top: 1px solid var(--hub-line); }
.founder-section--soft { background: var(--hub-soft); }
.founder-section-head,
.founder-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px 42px; align-items: end; margin-bottom: 42px; }
.founder-section-heading .founder-kicker { grid-column: 1 / -1; }
.founder-section-heading > a { color: var(--hub-magenta); font-size: .86rem; font-weight: 800; text-decoration: none; }
.founder-section h2 { margin: 12px 0 0; font-size: clamp(2.2rem, 4.8vw, 4.25rem); line-height: 1.02; letter-spacing: -.04em; }
.founder-section-head p { margin: 0; }

.founder-work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.founder-case,
.founder-work-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--hub-line); border-radius: 18px; background: #fff; }
.founder-case-media,
.founder-work-image { aspect-ratio: 16 / 9; overflow: hidden; background: #efe8e3; }
.founder-case-media img,
.founder-work-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.founder-case-body,
.founder-work-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.founder-case-meta,
.founder-work-meta { color: var(--hub-magenta) !important; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.founder-case h3,
.founder-work-card h3 { margin: 10px 0 12px; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.12; }
.founder-work-card h3 a { text-decoration: none; }
.founder-case-body > p,
.founder-work-body > p { margin: 0; }
.founder-evidence { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid var(--hub-line); list-style: none; }
.founder-evidence li { color: var(--hub-copy); font-size: .78rem; }
.founder-evidence strong { display: block; color: var(--hub-ink); font-family: "Bricolage Grotesque", sans-serif; font-size: 1.12rem; }
.founder-case-result { margin: 22px 0 0; padding: 16px 0 0; border-top: 1px solid var(--hub-line); color: #343d4c; font-size: .9rem; font-weight: 700; }
.founder-case-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; color: var(--hub-magenta) !important; font-size: .86rem; font-weight: 900; text-decoration: none; }

.founder-about-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 8vw, 100px); align-items: center; }
.founder-about { background: #efe8e3; }
.founder-portrait { width: min(100%, 360px); overflow: hidden; aspect-ratio: 1; justify-self: center; border-radius: 18px; background: #eee6e1; box-shadow: var(--hub-shadow); }
.founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.founder-about-copy h2 { margin: 14px 0 22px; font-size: clamp(2.2rem, 4.4vw, 4rem); line-height: 1.02; letter-spacing: -.04em; }
.founder-about-copy p { font-size: 1rem; line-height: 1.8; }
.founder-about-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.founder-about-links a { color: var(--hub-magenta); font-size: .86rem; font-weight: 800; text-decoration: none; }

.founder-kithms-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
  padding: 28px;
  border-left: 4px solid var(--hub-orange);
  background: #f8f4f1;
}

.founder-kithms-handoff strong { display: block; margin-bottom: 6px; color: var(--hub-ink); font-family: "Bricolage Grotesque", sans-serif; font-size: 1.2rem; }
.founder-kithms-handoff p { margin: 0; font-size: .9rem; }
.founder-kithms-handoff a { color: #2f7477; font-size: .85rem; font-weight: 900; text-decoration: none; white-space: nowrap; }

.founder-writing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.founder-writing-grid--single { grid-template-columns: 1fr; }
.founder-section-intro { max-width: 680px; margin: -22px 0 30px; }
.founder-writing-card { position: relative; min-height: 390px; overflow: hidden; display: flex; align-items: flex-end; border: 1px solid rgba(28, 34, 48, .12); border-radius: 18px; background: #242a36; color: #fff !important; text-decoration: none; isolation: isolate; }
.founder-writing-grid--single .founder-writing-card { min-height: clamp(400px, 46vw, 500px); }
.founder-writing-media,
.founder-writing-shade { position: absolute; inset: 0; }
.founder-writing-media { z-index: -2; }
.founder-writing-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.founder-writing-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 14, 27, .82) 0%, rgba(10, 14, 27, .52) 48%, rgba(10, 14, 27, .08) 82%),
    linear-gradient(180deg, rgba(15, 19, 31, .04) 20%, rgba(15, 19, 31, .88) 100%);
}
.founder-writing-card.no-image { background: linear-gradient(135deg, #252c3a, #483347); }
.founder-writing-card:hover .founder-writing-media img { transform: scale(1.025); }
.founder-writing-content { width: 100%; display: block; padding: clamp(28px, 5vw, 52px); }
.founder-writing-meta { display: block; color: #f6b4d6; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.founder-writing-card h3 { max-width: 20ch; margin: 12px 0 18px; color: #fff !important; font-size: clamp(1.75rem, 3.7vw, 3.25rem); line-height: 1.06; letter-spacing: -.025em; text-shadow: 0 2px 18px rgba(0, 0, 0, .24); }
.founder-writing-read { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .88); font-size: .82rem; font-weight: 800; }
.founder-writing-fallback { grid-column: 1 / -1; padding: 28px; border: 1px dashed #cfc4bd; border-radius: 16px; background: #fbf8f5; }
.founder-writing-fallback h3 { margin: 0 0 8px; }
.founder-writing-fallback p { margin: 0; }
.founder-writing-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.founder-insights-link { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--hub-line); color: var(--hub-copy); font-size: .88rem; }
.founder-insights-link a { color: #327277 !important; font-weight: 800; text-decoration: none; white-space: nowrap; }

.founder-footer { padding: 26px 0; border-top: 1px solid rgba(28, 34, 48, .08); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.founder-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.founder-footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.founder-footer a { color: #525c6b !important; font-size: .82rem; font-weight: 700; text-decoration: none; }
.founder-footer a:hover { color: var(--hub-magenta) !important; }
.founder-footer-copy { color: #7b8390; font-size: .8rem; }

dialog.founder-dialog {
  width: min(700px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--hub-ink);
  box-shadow: 0 34px 100px rgba(27, 20, 26, .28);
}

dialog.founder-dialog[open] { animation: founder-dialog-in .22s cubic-bezier(.2, .8, .2, 1); }
dialog.founder-dialog::backdrop { background: rgba(27, 24, 31, .62); backdrop-filter: blur(3px); animation: founder-backdrop-in .18s ease-out; }
@keyframes founder-dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes founder-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
.founder-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 26px 28px 20px; border-bottom: 1px solid var(--hub-line); }
.founder-dialog-head h2 { margin: 5px 0 6px; color: var(--hub-ink) !important; font-size: clamp(1.7rem, 4vw, 2.35rem); }
.founder-dialog-head p { margin: 0; font-size: .9rem; }
.founder-dialog-close { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--hub-line); border-radius: 10px; background: var(--hub-soft); color: var(--hub-ink); cursor: pointer; }
.founder-dialog-body { padding: 24px 28px 28px; }
.founder-enquiry-route { margin-bottom: 22px; padding: 16px 18px; border-left: 3px solid #397c7f; background: #f0f7f6; }
.founder-enquiry-route strong { display: block; margin-bottom: 5px; color: #234f52; }
.founder-enquiry-route p { margin: 0; color: #496365; font-size: .85rem; }
.founder-enquiry-route a { color: #236b6f; font-weight: 900; }
.founder-enquiry-form { display: grid; gap: 15px; }
.founder-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.founder-field,
.founder-field * { box-sizing: border-box; }
.founder-field label { display: block; margin-bottom: 6px; color: #3e4756; font-size: .78rem; font-weight: 800; }
.founder-field input,
.founder-field select,
.founder-field textarea { width: 100%; padding: 11px 12px; border: 1px solid #d9d0ca; border-radius: 9px; background: #fff; color: var(--hub-ink); font: inherit; }
.founder-field textarea { min-height: 126px; resize: vertical; }
.founder-field input:focus,
.founder-field select:focus,
.founder-field textarea:focus { outline: 3px solid rgba(182, 43, 120, .12); border-color: var(--hub-magenta); }
.founder-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.founder-form-actions a { color: #556071; font-size: .82rem; font-weight: 800; }
.founder-form-actions .founder-button:disabled { cursor: wait; opacity: .82; transform: none; }
.founder-form-status { min-height: 24px; margin: 0; color: #5a6474; font-size: .86rem; font-weight: 700; }
.founder-form-status:empty { display: none; }
.founder-form-status.success { padding: 12px 14px; border-radius: 9px; background: #eaf7ef; color: #23613d; }
.founder-form-status.error { padding: 12px 14px; border-radius: 9px; background: #fff0ec; color: #913b2d; }
body.founder-dialog-open { overflow: hidden; }

/* Core archive/detail pages inherit one restrained light theme. */
body.founder-page .portfolio-page,
body.founder-page .project-page,
body.founder-page .blog-hero-banner + .container,
body.founder-page .legal-page { background: var(--hub-paper) !important; }
body.founder-page .portfolio-hero,
body.founder-page .project-hero-wrap { background: var(--hub-soft) !important; }
body.founder-page .portfolio-hero-grid { grid-template-columns: minmax(0, 820px); }
body.founder-page .portfolio-hero h1 { max-width: 14ch; }
body.founder-page .portfolio-hero { padding: clamp(78px, 9vw, 112px) 0 clamp(64px, 7vw, 88px); }
body.founder-page .portfolio-hero p { max-width: 650px; margin-bottom: 0; }
body.founder-page .portfolio-kicker,
body.founder-page .project-kicker,
body.founder-page .legal-label { color: var(--hub-magenta) !important; }
body.founder-page .portfolio-intro,
body.founder-page .project-card,
body.founder-page .project-panel,
body.founder-page .project-hero,
body.founder-page .project-result,
body.founder-page .post-card,
body.founder-page .featured-post,
body.founder-page .legal-highlight { background: #fff !important; border-color: var(--hub-line) !important; box-shadow: none !important; }
body.founder-page .portfolio-page h1,
body.founder-page .portfolio-page h2,
body.founder-page .project-page h1,
body.founder-page .project-page h2,
body.founder-page .legal-title,
body.founder-page .legal-body h3 { color: var(--hub-ink) !important; }
body.founder-page .portfolio-page p,
body.founder-page .project-page p,
body.founder-page .project-page dd,
body.founder-page .legal-body,
body.founder-page .legal-body p,
body.founder-page .legal-body li { color: var(--hub-copy) !important; }
body.founder-page .portfolio-filter,
body.founder-page .project-chiprow span,
body.founder-page .project-tagrow span,
body.founder-page .legal-nav a { border-color: var(--hub-line) !important; background: #fff !important; color: #5d6675 !important; }
body.founder-page .portfolio-filter.active { border-color: var(--hub-magenta) !important; color: var(--hub-magenta) !important; }
body.founder-page .project-action { border: 0; font-family: inherit; cursor: pointer; }
body.founder-page .portfolio-cta { background: var(--hub-soft) !important; border-color: var(--hub-line) !important; }

/* Selected work reads as an editorial case-study index, not a dashboard grid. */
body.founder-page .portfolio-list { padding: 0 0 clamp(76px, 9vw, 116px); }
body.founder-page .portfolio-page .project-card-grid { display: block; border-top: 1px solid var(--hub-line); }
body.founder-page .portfolio-page .project-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 6vw, 72px) 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--hub-line) !important;
  border-radius: 0;
  background: transparent !important;
}
body.founder-page .portfolio-page .project-card:nth-child(even) .project-card-image { order: 2; }
body.founder-page .portfolio-page .project-card-image { aspect-ratio: 16 / 10; border-radius: 14px; background: #eee8e3; }
body.founder-page .portfolio-page .project-card-image img { transition: transform .35s ease; }
body.founder-page .portfolio-page .project-card-image:hover img { transform: scale(1.015); }
body.founder-page .portfolio-page .project-card-body { display: block; padding: 0; }
body.founder-page .portfolio-page .project-card-meta { color: var(--hub-magenta); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
body.founder-page .portfolio-page .project-card h2 { margin: 12px 0 14px; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.025em; }
body.founder-page .portfolio-page .project-card p { margin: 0; font-size: .94rem; line-height: 1.75; }
body.founder-page .portfolio-page .project-card-result { margin: 22px 0 0; padding: 18px 0 0; border: 0; border-top: 1px solid var(--hub-line); border-radius: 0; background: transparent; }
body.founder-page .portfolio-page .project-card-result strong { display: block; margin-bottom: 5px; color: var(--hub-ink); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
body.founder-page .portfolio-page .project-card-result span { display: block; }
body.founder-page .portfolio-page .project-card-tags { margin-top: 18px; padding: 0; }
body.founder-page .portfolio-page .project-card-tags span { padding: 0; border: 0; background: transparent; color: var(--hub-muted); font-size: .7rem; }
body.founder-page .portfolio-page .project-card-tags span:not(:last-child)::after { content: "·"; margin-left: 7px; color: #b4aaa3; }
body.founder-page .portfolio-page .project-card-link { margin-top: 20px; font-size: .82rem; }
body.founder-page .portfolio-page .portfolio-cta {
  max-width: 820px;
  margin: clamp(64px, 8vw, 96px) auto 0;
  padding: clamp(38px, 5vw, 52px) 0 clamp(28px, 4vw, 44px);
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left;
}
body.founder-page .portfolio-page .portfolio-cta p { margin: 0 0 18px; }
body.founder-page .portfolio-page .portfolio-cta-actions { justify-content: flex-start; }

/* Project gallery uses an explicit light palette instead of legacy theme tokens. */
body.founder-page dialog#projectGalleryModal {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
body.founder-page dialog#projectGalleryModal::backdrop { background: rgba(14, 17, 26, .78); backdrop-filter: blur(5px); }
body.founder-page #projectGalleryModal .modal-dialog { width: 100%; margin: 0; }
body.founder-page #projectGalleryModal .modal-content { display: flex; max-height: calc(100dvh - 32px); flex-direction: column; border: 1px solid var(--hub-line); border-radius: 16px; }
body.founder-page #projectGalleryModal .modal-header,
body.founder-page #projectGalleryModal .modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; }
body.founder-page #projectGalleryModal .modal-title { margin: 0; font-size: 1.15rem; }
body.founder-page #projectGalleryModal .position-relative { position: relative; }
body.founder-page #projectGalleryModal .btn-close { width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: var(--hub-ink); cursor: pointer; }
body.founder-page #projectGalleryModal .btn-close::before { content: "×"; font: 400 1.75rem/1 system-ui, sans-serif; }
body.founder-page #projectGalleryModal .lightbox-modal {
  overflow: hidden;
  border-color: var(--hub-line);
  background: var(--hub-paper);
  box-shadow: 0 24px 70px rgba(28, 34, 48, .22);
}
body.founder-page #projectGalleryModal .lightbox-header,
body.founder-page #projectGalleryModal .lightbox-footer {
  border-color: var(--hub-line);
  background: var(--hub-paper);
  color: var(--hub-copy);
}
body.founder-page #projectGalleryModal .lightbox-header .modal-title,
body.founder-page #projectGalleryModal .lightbox-footer small { color: var(--hub-ink) !important; }
body.founder-page #projectGalleryModal .btn-close {
  filter: none;
  opacity: .72;
}
body.founder-page #projectGalleryModal .btn-close:hover,
body.founder-page #projectGalleryModal .btn-close:focus { opacity: 1; }
body.founder-page #projectGalleryModal .modal-body { background: #f1ece8; }
body.founder-page #projectGalleryModal .lightbox-navbtn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-color: rgba(28, 34, 48, .18);
  background: rgba(255, 253, 251, .96);
  color: var(--hub-ink);
  box-shadow: 0 8px 24px rgba(28, 34, 48, .16);
  font-size: 1rem;
}
body.founder-page #projectGalleryModal .lightbox-navbtn:hover,
body.founder-page #projectGalleryModal .lightbox-navbtn:focus-visible {
  border-color: var(--hub-magenta);
  background: #fff;
  color: var(--hub-magenta);
}
/* Writing archive: warm publication canvas with a restrained editorial index. */
body.founder-page .blog-index-page { min-height: 100vh; padding: 1px 0 clamp(80px, 9vw, 120px); background: var(--hub-paper); }
body.founder-page .blog-index-page .blog-hero-banner {
  width: min(1120px, calc(100% - 40px));
  min-height: clamp(390px, 52vw, 520px);
  margin: clamp(28px, 4vw, 48px) auto 0;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 20px;
}
body.founder-page .blog-index-page .blog-hero-banner::before { filter: saturate(1.15) contrast(1.12) brightness(.85); }
body.founder-page .blog-index-page .blog-hero-overlay { background: linear-gradient(90deg, rgba(15, 19, 31, .82), rgba(15, 19, 31, .18) 72%); }
body.founder-page .blog-index-page .blog-hero-content { max-width: 790px; margin: 0; padding: clamp(38px, 6vw, 72px); text-align: left; }
body.founder-page .blog-index-page .blog-title,
body.founder-page .blog-index-page .blog-lead { color: #fff !important; }
body.founder-page .blog-index-page .blog-title { max-width: 15ch; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1.02; }
body.founder-page .blog-index-page .blog-lead { max-width: 54ch; margin: 0; font-weight: 500; }
body.founder-page .blog-feed-shell { padding-top: 8px; }
body.founder-page .blog-index-page .blog-filters { justify-content: flex-start; gap: 22px; margin: 42px 0 0; padding: 0 0 18px; border-bottom: 1px solid #ded5cf; }
body.founder-page .blog-index-page .filter-pill {
  padding: 8px 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--hub-muted) !important;
}
body.founder-page .blog-index-page .filter-pill:hover,
body.founder-page .blog-index-page .filter-pill.active { color: var(--hub-magenta) !important; }
body.founder-page .blog-index-page .blog-filters[hidden] { display: none !important; }
body.founder-page .blog-index-page #featured-wrap { margin-top: clamp(34px, 5vw, 54px); }
body.founder-page .blog-index-page .featured-post {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(46px, 6vw, 68px);
  padding: 0 0 clamp(46px, 6vw, 68px);
  border: 0;
  border-bottom: 1px solid #ded5cf !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hub-ink) !important;
}
body.founder-page .blog-index-page .featured-post:hover { transform: none; }
body.founder-page .blog-index-page .featured-post.featured-no-cover { grid-template-columns: 1fr; }
body.founder-page .blog-index-page .featured-img { min-height: 350px; border-radius: 16px; }
body.founder-page .blog-index-page .featured-body { padding: 16px 0; }
body.founder-page .blog-index-page .featured-post-title { font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.08; }
body.founder-page .blog-index-page .featured-post-title,
body.founder-page .blog-index-page .card-title-text { color: var(--hub-ink) !important; }
body.founder-page .blog-index-page .featured-post-sub,
body.founder-page .blog-index-page .card-subtitle,
body.founder-page .blog-index-page .post-meta { color: var(--hub-copy) !important; }
body.founder-page .blog-index-page #post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 5vw, 56px); margin: 0; border-top: 1px solid #ded5cf; }
body.founder-page .blog-index-page #post-grid > .post-item { width: auto; padding: 0; }
body.founder-page .blog-index-page .post-card {
  height: 100%;
  padding: clamp(32px, 4vw, 46px) 0;
  border: 0;
  border-bottom: 1px solid #ded5cf !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hub-ink) !important;
}
body.founder-page .blog-index-page .post-card:hover { transform: none; }
body.founder-page .blog-index-page .card-img-wrap { aspect-ratio: 16 / 10; border-radius: 14px; }
body.founder-page .blog-index-page .card-body { padding: 22px 0 0; }
body.founder-page .blog-index-page .card-title-text { font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.18; }
body.founder-page .blog-index-page .pag-btn { border-color: #d7ccc5; background: transparent; box-shadow: none; color: var(--hub-copy); }
body.founder-page .blog-index-page .pag-btn.pag-active { border-color: transparent; background: var(--hub-accent); color: #fff; }

/* Article pages retain a wide visual field while the prose keeps a readable measure. */
body.founder-page .constellation-section.blog-post-page { min-height: 100vh; padding: 0 0 clamp(90px, 10vw, 140px); background: var(--hub-paper) !important; }
body.founder-page .blog-post-shell { padding-top: clamp(28px, 4vw, 48px); }
body.founder-page .blog-post-page .back-bar { max-width: 1060px; margin: 0 auto; padding: 0 0 22px; }
body.founder-page .blog-post-page .back-link { color: var(--hub-muted); }
body.founder-page .blog-post-page .back-link:hover { color: var(--hub-magenta); }
body.founder-page .blog-post-page .back-separator { color: #b8ada6; }
body.founder-page .blog-post-page .post-cover { max-height: 540px; margin: 0 0 clamp(52px, 7vw, 82px); border-radius: 18px; box-shadow: 0 20px 56px rgba(45, 35, 38, .10); }
body.founder-page .blog-post-page .post-layout { max-width: 760px; margin: 0 auto; padding: 0; background: transparent !important; }
body.founder-page .blog-post-page .post-layout.has-sidebar { max-width: 1060px; grid-template-columns: minmax(0, 730px) minmax(220px, 260px); gap: clamp(52px, 7vw, 76px); }
body.founder-page .blog-post-page #article-wrap { min-width: 0; }
body.founder-page .blog-post-page .article-header { padding: 0 0 clamp(34px, 5vw, 50px); }
body.founder-page .blog-post-page .article-tools { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; padding-bottom: 26px; border-bottom: 1px solid #d9cfc8; }
body.founder-page .blog-post-page .article-tool {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d9cfc8;
  border-radius: 50%;
  background: transparent;
  color: var(--hub-copy);
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}
body.founder-page .blog-post-page .article-tool:hover { border-color: var(--hub-magenta); background: rgba(182, 43, 120, .05); color: var(--hub-magenta); transform: translateY(-1px); }
body.founder-page .blog-post-page .article-title { max-width: 20ch; margin-bottom: 20px; color: var(--hub-ink) !important; font-size: clamp(2.45rem, 4.2vw, 3.7rem); line-height: 1.04; }
body.founder-page .blog-post-page .article-subtitle { max-width: 62ch; color: var(--hub-copy) !important; }
body.founder-page .blog-post-page .article-meta { gap: 14px 20px; padding-bottom: 0; border-bottom: 0; color: var(--hub-muted) !important; }
body.founder-page .blog-post-page .article-body { padding: 38px 0 64px; color: #414a59 !important; font-size: 1.04rem; line-height: 1.9; }
body.founder-page .blog-post-page .article-body p { color: #414a59 !important; }
body.founder-page .blog-post-page .article-body > p:first-child { color: var(--hub-ink) !important; font-size: 1.1em; }
body.founder-page .blog-post-page .article-body h1,
body.founder-page .blog-post-page .article-body h2,
body.founder-page .blog-post-page .article-body h3 { color: var(--hub-ink) !important; }
body.founder-page .blog-post-page .article-body h2 { margin-top: 2.3em; font-size: clamp(1.55rem, 3vw, 2rem); }
body.founder-page .blog-post-page .share-section { background: transparent !important; }
body.founder-page .blog-post-page .share-label,
body.founder-page .blog-post-page .sidebar-title { color: var(--hub-muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.founder-page .blog-post-page .share-btn { border-color: #d9cfc8; background: transparent; color: var(--hub-copy); }
body.founder-page .blog-post-page .share-btn:hover { border-color: var(--hub-magenta); background: rgba(182, 43, 120, .05); color: var(--hub-magenta); }
body.founder-page .blog-post-page .post-nav-item { border-width: 1px 0 0; border-radius: 0; background: transparent !important; }
body.founder-page .blog-post-page .post-sidebar { position: sticky; top: 108px; }
body.founder-page .blog-post-page .sidebar-widget { margin: 10px 0 0; padding: 22px 0 0; border-width: 1px 0 0; border-radius: 0; background: transparent !important; }
body.founder-page .blog-post-page .sidebar-title { margin-bottom: 12px; color: var(--hub-magenta); }
body.founder-page .blog-post-page #sidebar-recent { counter-reset: recent-post; }
body.founder-page .blog-post-page .rp-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0 8px;
  padding: 16px 0;
  border-color: #ded5cf;
  counter-increment: recent-post;
}
body.founder-page .blog-post-page .rp-item::before { content: "0" counter(recent-post); grid-row: 1 / span 2; color: #a89b93; font: 700 .68rem/1.5 "Bricolage Grotesque", sans-serif; }
body.founder-page .blog-post-page .rp-title { color: var(--hub-ink); font: 700 .88rem/1.38 "Bricolage Grotesque", sans-serif; }
body.founder-page .blog-post-page .rp-meta { margin-top: 6px; color: var(--hub-muted); font-size: .64rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .05em; }
body.founder-page .blog-post-page .rp-item:hover .rp-title { color: var(--hub-magenta); }
body.founder-page .blog-post-page .series-nav { border-color: #d9cfc8; background: #eae2dc; }
body.founder-page .blog-post-page .series-nav-title { color: var(--hub-ink); }
body.founder-page .error-404 { min-height: calc(100vh - 76px); background: var(--hub-paper) !important; }
body.founder-page .error-404::before { display: none; }
body.founder-page .error-glass { border-color: var(--hub-line) !important; background: #fff !important; box-shadow: var(--hub-shadow) !important; backdrop-filter: none !important; }
body.founder-page .error-title { color: var(--hub-ink) !important; }
body.founder-page .error-message { color: var(--hub-copy) !important; }

.founder-project-enquiry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 30px; padding: 28px; border: 1px solid var(--hub-line); border-radius: 16px; background: var(--hub-soft); }
.founder-project-enquiry h2 { margin: 0 0 7px; font-size: 1.5rem; }
.founder-project-enquiry p { margin: 0; }

.founder-reading-progress { position: fixed; z-index: 1400; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.founder-reading-progress span { width: 100%; height: 100%; display: block; transform: scaleX(0); transform-origin: left center; background: var(--hub-accent); }

.founder-motion-ready .founder-reveal { opacity: 0; transform: translateY(12px); transition: opacity .42s ease, transform .42s cubic-bezier(.2, .75, .25, 1); }
.founder-motion-ready .founder-reveal.is-visible { opacity: 1; transform: none; }
.founder-motion-ready .founder-work-card:nth-child(2),
.founder-motion-ready .project-card:nth-child(even) { transition-delay: .06s; }

@media (max-width: 1050px) {
  body.founder-page .blog-post-page .post-layout.has-sidebar { max-width: 760px; grid-template-columns: 1fr; gap: 22px; }
  body.founder-page .blog-post-page .post-sidebar { position: static; margin-top: 8px; }
}

@media (max-width: 900px) {
  .founder-menu-toggle { display: grid; place-items: center; }
  .founder-nav > .founder-enquire { display: none; }
  .founder-nav-links { position: absolute; top: 76px; right: 20px; left: 20px; display: flex; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); align-items: stretch; flex-direction: column; padding: 12px; border: 1px solid var(--hub-line); border-radius: 14px; background: #fff; box-shadow: var(--hub-shadow); transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; }
  .founder-header.menu-open .founder-nav-links { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .founder-nav-links a,
  .founder-nav-links button { justify-content: flex-start; }
  .founder-nav-links .founder-enquire { display: inline-flex; justify-content: center; }
  .founder-hero { grid-template-columns: 1fr; min-height: auto; }
  .founder-position-card,
  .founder-identity { max-width: 620px; }
  .founder-section-head,
  .founder-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .founder-section-heading .founder-kicker { grid-column: auto; }
  .founder-kithms-handoff { grid-template-columns: 1fr; }
  body.founder-page .portfolio-page .project-card { grid-template-columns: 1fr; gap: 28px; }
  body.founder-page .portfolio-page .project-card:nth-child(even) .project-card-image { order: 0; }
  body.founder-page .blog-index-page .featured-post { grid-template-columns: 1fr; }
  body.founder-page .blog-index-page .featured-img { min-height: 300px; }
}

@media (max-width: 680px) {
  .founder-shell { width: min(100% - 28px, 1120px); }
  .founder-hero { padding: 68px 0 76px; }
  .founder-hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .founder-actions,
  .founder-actions .founder-button { width: 100%; }
  .founder-work-grid,
  .founder-about-grid,
  .founder-writing-grid,
  .founder-field-grid { grid-template-columns: 1fr; }
  .founder-about-grid { gap: 36px; }
  .founder-portrait { width: min(78vw, 260px); }
  .founder-footer-inner { align-items: flex-start; flex-direction: column; }
  .founder-footer-links { gap: 13px 16px; }
  .founder-insights-link { align-items: flex-start; flex-direction: column; }
  dialog.founder-dialog { width: 100%; max-width: none; max-height: 100dvh; height: 100dvh; border-radius: 0; }
  .founder-dialog-head { padding: 20px 18px 16px; }
  .founder-dialog-body { padding: 18px; }
  .founder-form-actions { align-items: stretch; flex-direction: column; }
  .founder-form-actions .founder-button { width: 100%; }
  .founder-project-enquiry { grid-template-columns: 1fr; }
  body.founder-page #projectGalleryModal .lightbox-navbtn { width: 42px; height: 42px; }
  body.founder-page .blog-index-page .blog-hero-banner { width: calc(100% - 28px); min-height: 430px; border-radius: 16px; }
  body.founder-page .blog-index-page .blog-hero-content { padding: 34px 26px; }
  body.founder-page .blog-index-page .blog-title { font-size: clamp(2.5rem, 13vw, 3.8rem); }
  body.founder-page .blog-index-page #post-grid { grid-template-columns: 1fr; }
  body.founder-page .blog-post-page .post-cover { margin-bottom: 46px; border-radius: 13px; }
  body.founder-page .blog-post-page .article-tools { justify-content: flex-start; }
  body.founder-page .blog-post-page .article-title { font-size: clamp(2.35rem, 12vw, 3.6rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
