/* Black Ink Consulting — shared styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
}
a { color: #5B4FD4; text-decoration: none; }
a:hover { color: #4A40b8; }
::selection { background: #5B4FD4; color: #fff; }
img { max-width: 100%; display: block; }

.noise-overlay {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45JyBudW1PY3RhdmVzPScyJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJy8+PC9zdmc+");
}

/* ===== NAV ===== */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; height: 68px; background: #FFFFFF;
  border-bottom: 1px solid #ECECEA; z-index: 1000; display: flex; align-items: center;
  justify-content: space-between; padding: 0 40px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-word { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 22px; color: #0B0B0B; letter-spacing: -0.01em; line-height: 1; }
.brand-word span { color: #5B4FD4; }
.navlinks { display: flex; align-items: center; gap: 34px; }
.navlinks a { font-family: 'DM Sans'; font-weight: 400; font-size: 15px; color: #0B0B0B; cursor: pointer; }
.navlinks a:hover { color: #5B4FD4; }
.btn-primary { background: #5B4FD4; color: #fff; font-family: 'DM Sans'; font-weight: 600; font-size: 14px; padding: 12px 22px; border: none; cursor: pointer; letter-spacing: .01em; display: inline-block; }
.btn-primary:hover { background: #4a40b8; color: #fff; }
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 0; }
.burger span { display: block; width: 22px; height: 2px; background: #0B0B0B; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #FFFFFF; border-bottom: 1px solid #ECECEA; z-index: 999; padding: 16px 24px 24px; flex-direction: column; gap: 4px; box-shadow: 0 12px 24px rgba(11,11,11,0.06); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'DM Sans'; font-weight: 400; font-size: 17px; color: #0B0B0B; cursor: pointer; padding: 14px 0; border-bottom: 1px solid #F0F0EE; }
.mobile-menu .btn-primary { margin-top: 16px; width: 100%; text-align: center; padding: 15px; }

main { padding-top: 68px; }

/* ===== HERO ===== */
.hero { position: relative; overflow: hidden; background: #0B0B0B; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: grayscale(1) contrast(1.05); }
.hero-scrim { position: absolute; inset: 0; z-index: 1; background: rgba(11,11,11,0.75); }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 120px 24px 200px 24px; position: relative; z-index: 3; max-width: 820px; }
.eyebrow { font-family: 'DM Sans'; font-weight: 600; font-size: 12px; letter-spacing: .2em; color: #5B4FD4; margin-bottom: 26px; }
h1.display { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 72px; line-height: 1.05; color: #FFFFFF; margin: 0 0 28px; letter-spacing: -0.015em; }
h1.display em, h2.display em { font-style: italic; font-weight: 400; color: #5B4FD4; }
.hero p.lede { font-family: 'DM Sans'; font-weight: 300; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 38px; max-width: 560px; }

/* ===== SECTIONS ===== */
section { padding-top: 96px; padding-bottom: 96px; }
.wrap { max-width: 1200px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.wrap-article { max-width: 760px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.bg-dark { background: #0B0B0B; color: #fff; }
.bg-grey { background: #F0F0EE; }
.section-label { font-family: 'DM Sans'; font-weight: 600; font-size: 12px; letter-spacing: .2em; color: #5B4FD4; margin-bottom: 18px; }
.section-eyebrow-h4 { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; font-size: 22px; margin: 0 0 12px; }
h2.section-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 40px; line-height: 1.1; color: #0B0B0B; margin: 0; }
.bg-dark h2.section-title, .bg-dark .section-eyebrow-h4 { color: #fff; }

/* Service cards */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.card { background: #F0F0EE; padding: 36px 32px; display: flex; flex-direction: column; height: 100%; }
.card.card-dark { background: #0B0B0B; color: #fff; }
.card-tag { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .18em; color: #5B4FD4; margin-bottom: 20px; }
.card h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 24px; color: #0B0B0B; margin: 0 0 14px; }
.card.card-dark h3 { color: #fff; }
.card p { font-family: 'DM Sans'; font-weight: 300; font-size: 15px; line-height: 1.6; color: #4A4A4A; margin: 0 0 24px; flex: 1; }
.card.card-dark p { color: rgba(255,255,255,0.72); }
.card-link { font-family: 'DM Sans'; font-weight: 600; font-size: 14px; color: #0B0B0B; cursor: pointer; }
.card.card-dark .card-link { color: #fff; }
.card-link:hover { color: #5B4FD4; }

/* 3-box "the books/picture/decision" */
.boxes-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 30px; }
.box { background: #FFFFFF; border: 1.5px solid #E2E0DC; border-radius: 8px; padding: 28px; }
.box-tag { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .16em; color: #5B4FD4; margin-bottom: 14px; }
.box p { font-family: 'DM Sans'; font-weight: 400; font-size: 13px; line-height: 1.65; color: #4A4A4A; margin: 0; }

/* FAQ / accordion */
.accordion { border-top: 1px solid #E2E0DC; margin-top: 30px; }
.accordion-heading { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; color: #0B0B0B; margin: 32px 0 14px; }
.accordion-rule { width: 64px; height: 2px; background: #5B4FD4; margin-bottom: 18px; }
.accordion-item { border-bottom: 1px solid #E2E0DC; }
.accordion-q { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; }
.accordion-q span.q-text { font-family: 'DM Sans'; font-weight: 600; font-size: 15px; color: #0B0B0B; }
.accordion-q span.q-plus { font-family: 'DM Sans'; font-weight: 300; font-size: 24px; line-height: 1; color: #5B4FD4; flex-shrink: 0; transition: transform .25s ease; }
.accordion-item.open .q-plus { transform: rotate(135deg); }
.accordion-a { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; line-height: 1.8; color: #4A4A4A; margin: 0; padding: 0 0 26px; max-width: 720px; display: none; }
.accordion-item.open .accordion-a { display: block; }
noscript .accordion-a { display: block; }

/* Why us 2x2 */
.grid-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #DEDEDB; border: 1px solid #DEDEDB; margin-top: 48px; }
.grid-2x2 .cell { background: #FFFFFF; padding: 40px; }
.cell .kicker { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; font-size: 30px; color: #5B4FD4; margin-bottom: 14px; }
.cell h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 21px; color: #0B0B0B; margin: 0 0 10px; }
.cell p { font-family: 'DM Sans'; font-weight: 300; font-size: 15px; line-height: 1.6; color: #4A4A4A; margin: 0; }

/* Quote band */
.quote-band { background: #0B0B0B; text-align: center; }
.quote-band blockquote { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; font-size: 34px; line-height: 1.4; color: #fff; margin: 0 0 32px; max-width: 960px; margin-left: auto; margin-right: auto; }
.quote-band blockquote span { color: #5B4FD4; }
.quote-attr { font-family: 'DM Sans'; font-weight: 600; font-size: 14px; letter-spacing: .06em; color: #fff; }
.quote-role { font-family: 'DM Sans'; font-weight: 300; font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 4px; }

/* CTA */
.cta-final { max-width: 1000px; margin: 0 auto; padding: 112px 40px; text-align: center; }
.cta-final h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 46px; line-height: 1.1; color: #0B0B0B; margin: 0 0 20px; }
.cta-final p { font-family: 'DM Sans'; font-weight: 300; font-size: 18px; line-height: 1.6; color: #4A4A4A; margin: 0 auto 34px; max-width: 520px; }

/* Pricing tier cards */
.tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; margin-top: 48px; }
.tier { background: #FFFFFF; border: 1px solid #E4E4E1; padding: 40px 34px; display: flex; flex-direction: column; position: relative; }
.tier.featured { border: 1px solid #5B4FD4; }
.tier.tier-dark { background: #0B0B0B; }
.tier-badge { position: absolute; top: 0; right: 34px; background: #5B4FD4; color: #fff; font-family: 'DM Sans'; font-weight: 600; font-size: 10px; letter-spacing: .14em; padding: 6px 12px; }
.tier-tag { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .18em; color: #5B4FD4; margin-bottom: 16px; }
.tier h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 28px; color: #0B0B0B; margin: 0 0 12px; }
.tier.tier-dark h3 { color: #fff; }
.tier-price { font-family: 'DM Sans'; font-weight: 300; font-size: 26px; color: #0B0B0B; margin-bottom: 6px; }
.tier.tier-dark .tier-price { color: #fff; }
.tier-price small { font-size: 15px; color: #4A4A4A; }
.tier.tier-dark .tier-price small { color: rgba(255,255,255,0.6); }
.tier-sub { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; line-height: 1.6; color: #4A4A4A; margin: 0 0 26px; }
.tier.tier-dark .tier-sub { color: rgba(255,255,255,0.65); }
.tier-features { border-top: 1px solid #E4E4E1; padding-top: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tier.tier-dark .tier-features { border-top-color: rgba(255,255,255,0.14); }
.tier-features .feat { font-family: 'DM Sans'; font-weight: 300; font-size: 14.5px; line-height: 1.5; color: #4A4A4A; }
.tier.tier-dark .tier-features .feat { color: rgba(255,255,255,0.72); }
.tier-features .feat.strong { font-weight: 600; font-size: 13px; color: #0B0B0B; }
.tier.tier-dark .tier-features .feat.strong { color: #fff; }
.tier-fine { font-family: 'DM Sans'; font-weight: 300; font-size: 11px; line-height: 1.5; color: #4A4A4A; margin: 14px 0 0; }
.tier.tier-dark .tier-fine { color: rgba(255,255,255,0.55); }
.tier-cta { margin-top: 22px; font-family: 'DM Sans'; font-weight: 600; font-size: 14px; padding: 14px; border: 1px solid #0B0B0B; cursor: pointer; width: 100%; background: #FFFFFF; color: #0B0B0B; text-align: center; }
.tier-cta:hover { background: #0B0B0B; color: #fff; }
.tier-cta.filled { background: #5B4FD4; color: #fff; border: none; }
.tier-cta.filled:hover { background: #4a40b8; }
.tier-cta.light { background: #FFFFFF; color: #0B0B0B; border: none; }
.tier-cta.light:hover { background: #5B4FD4; color: #fff; }

/* Add-on band */
.addon { background: #F0F0EE; border: 1.5px solid #E2E0DC; border-radius: 8px; padding: 28px; display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-top: 48px; }
.addon-left { flex: 1; min-width: 280px; }
.addon-right { text-align: right; min-width: 220px; }
.addon h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 20px; color: #0B0B0B; margin: 0 0 12px; }
.addon-price { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; color: #0B0B0B; }
.addon-price small { font-family: 'DM Sans'; font-weight: 400; font-size: 14px; color: #4A4A4A; }

/* Stack cards */
.stack-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 44px; }
.stack-card { background: #F0F0EE; border: 1px solid #E2E0DC; border-radius: 8px; padding: 22px; }
.stack-card h4 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 18px; color: #0B0B0B; margin-bottom: 10px; }
.stack-card p { font-family: 'DM Sans'; font-weight: 400; font-size: 13px; line-height: 1.6; color: #4A4A4A; margin: 0; }

/* Comparison table */
.compare-table { border: 1px solid #E4E4E1; overflow-x: auto; margin-top: 32px; }
.compare-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; min-width: 560px; }
.compare-head { background: #0B0B0B; }
.compare-head > div { font-family: 'DM Sans'; font-weight: 600; font-size: 12px; letter-spacing: .06em; color: #fff; padding: 18px 24px; }
.compare-head > div:not(:first-child) { text-align: center; }
.compare-head > div.accent { color: #5B4FD4; }
.compare-row { border-top: 1px solid #E4E4E1; background: #FFFFFF; }
.compare-row > div { font-family: 'DM Sans'; font-weight: 300; font-size: 15px; color: #0B0B0B; padding: 16px 24px; }
.compare-row > div:not(:first-child) { text-align: center; color: #4A4A4A; font-weight: 400; }
.compare-row > div:last-child { color: #5B4FD4; font-weight: 600; }

/* Services accordion (title only) */
.svc-accordion { border-top: 1px solid #E2E0DC; margin-top: 30px; }
.svc-accordion .accordion-item h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 18px; color: #0B0B0B; margin: 0; }
.svc-accordion .accordion-q { padding: 22px 0; }
.svc-accordion .accordion-a { padding: 0 0 26px; max-width: 760px; }
.svc-accordion .accordion-a p { font-family: 'DM Sans'; font-weight: 400; font-size: 14px; line-height: 1.8; color: #4A4A4A; margin: 0 0 14px; }

/* Founder cards */
.founder-section { position: relative; }
.founder-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: grayscale(1); }
.founder-scrim { position: absolute; inset: 0; z-index: 1; background: rgba(255,255,255,0.9); }
.founder-content { position: relative; z-index: 2; }
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.founder-card { border: 1px solid #E4E4E1; padding: 40px; }
.founder-card h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; color: #0B0B0B; margin: 0 0 4px; }
.founder-role { font-family: 'DM Sans'; font-weight: 600; font-size: 12px; letter-spacing: .14em; color: #5B4FD4; margin-bottom: 18px; }
.founder-card > p.bio { font-family: 'DM Sans'; font-weight: 300; font-size: 15px; line-height: 1.65; color: #4A4A4A; margin: 0; }
.founder-rule { border-top: 1px solid #E4E4E1; margin: 24px 0; }
.founder-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.founder-list p { font-family: 'DM Sans'; font-weight: 300; font-size: 15px; line-height: 1.5; color: #4A4A4A; margin: 0; }
.founder-cred { font-family: 'DM Sans'; font-style: italic; font-weight: 300; font-size: 14px; color: #4A4A4A; margin: 0; }

/* Philosophy band */
.philosophy { background: #0B0B0B; padding: 72px 64px; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.philosophy h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 38px; line-height: 1.12; color: #fff; margin: 0; }
.philosophy p { font-family: 'DM Sans'; font-weight: 300; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.75); margin: 0 0 20px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; margin-top: 0; }
.detail-label { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .16em; color: #5B4FD4; margin-bottom: 8px; }
.detail-value { font-family: 'DM Sans'; font-weight: 300; font-size: 16px; color: #0B0B0B; }
.contact-form-wrap { border: 1px solid #E4E4E1; padding: 48px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-family: 'DM Sans'; font-weight: 600; font-size: 12px; color: #0B0B0B; margin-bottom: 8px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; font-family: 'DM Sans'; font-weight: 300; font-size: 15px; color: #0B0B0B; padding: 13px 14px; border: 1px solid #DEDEDB; background: #fff; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #5B4FD4; }
.form-submit { background: #5B4FD4; color: #fff; font-family: 'DM Sans'; font-weight: 600; font-size: 15px; padding: 15px 32px; border: none; cursor: pointer; width: 100%; }
.form-submit:hover { background: #4a40b8; }
.form-note { font-family: 'DM Sans'; font-weight: 300; font-size: 12.5px; line-height: 1.5; color: #9a9a97; margin: 16px 0 0; text-align: center; }
.form-thanks { text-align: center; padding: 40px 0; }
.form-thanks .thanks-title { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; font-size: 30px; color: #5B4FD4; margin-bottom: 16px; }

/* Legal pages */
.legal h1 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 44px; color: #0B0B0B; margin: 0 0 8px; }
.legal .updated { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; color: #4A4A4A; margin: 0 0 40px; }
.legal h2 { font-family: 'DM Sans'; font-weight: 700; font-size: 16px; color: #0B0B0B; margin: 0 0 12px; }
.legal p { font-family: 'DM Sans'; font-weight: 300; font-size: 15.5px; line-height: 1.75; color: #4A4A4A; margin: 0 0 32px; }

/* Insights */
.insights-hero { background: #0B0B0B; position: relative; overflow: hidden; }
.insights-hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: 70% center; }
.insights-hero-scrim { position: absolute; inset: 0; z-index: 1; background: rgba(11,11,11,0.25); }
.insights-hero-inner { max-width: 900px; margin: 0 auto; padding: 180px 40px 160px; position: relative; z-index: 2; }
.insights-hero-rule { width: 64px; height: 2px; background: #5B4FD4; margin-bottom: 28px; }
.insights-hero h1 { font-family: 'Playfair Display', serif; font-weight: 400; font-size: 52px; line-height: 1.1; color: #5B4FD4; margin: 0 0 20px; letter-spacing: -0.01em; }
.insights-hero h1 strong { color: #fff; font-weight: 700; }
.insights-hero h1 em { font-style: italic; font-weight: 400; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 0; }
.article-card { padding: 44px 36px; display: flex; flex-direction: column; height: 100%; border-left: 3px solid #5B4FD4; min-height: 340px; }
.article-card .cat { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .16em; color: #5B4FD4; margin-bottom: 20px; }
.article-card h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; line-height: 1.32; color: #0B0B0B; margin: 0 0 18px; }
.article-card h3 em { font-style: italic; font-weight: 400; }
.article-card p { font-family: 'DM Sans'; font-weight: 400; font-size: 15.5px; line-height: 1.7; color: #4A4A4A; margin: 0; flex: 1; }
.article-card .read-more { font-family: 'DM Sans'; font-weight: 600; font-size: 13px; color: #5B4FD4; margin-top: 32px; }
.article-card .read-more:hover { text-decoration: underline; }
.insights-bottom { background: #0B0B0B; position: relative; overflow: hidden; }
.insights-bottom-inner { max-width: 800px; margin: 0 auto; padding: 160px 40px; text-align: center; position: relative; z-index: 1; }
.insights-bottom h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 44px; color: #fff; margin: 0 0 26px; }
.insights-bottom p { font-family: 'DM Sans'; font-weight: 300; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.7); margin: 0 0 26px; }

/* Article detail */
.article-meta { font-family: 'DM Sans'; font-weight: 400; font-size: 14px; color: rgba(255,255,255,0.6); }
.article-body p { font-family: 'DM Sans'; font-weight: 300; font-size: 17px; line-height: 1.85; color: #4A4A4A; margin: 0 0 28px; }
.back-link { font-family: 'DM Sans'; font-weight: 600; font-size: 15px; color: #5B4FD4; }
.back-link:hover { text-decoration: underline; }

/* Skyline SVG bottom edge */
.skyline-edge { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: auto; z-index: 2; opacity: 0.16; pointer-events: none; }

/* ===== FOOTER ===== */
footer.site-footer { background: #0B0B0B; border-top: 3px solid #5B4FD4; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 72px 40px 48px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-brand-word { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -0.01em; }
.footer-brand-word span { color: #5B4FD4; }
.footer-desc { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.6); margin: 0; max-width: 280px; }
.footer-heading { font-family: 'DM Sans'; font-weight: 600; font-size: 11px; letter-spacing: .18em; color: rgba(255,255,255,0.5); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; color: #fff; }
.footer-links a:hover { color: #5B4FD4; }
.footer-contact { font-family: 'DM Sans'; font-weight: 300; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.75); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 22px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom span { font-family: 'DM Sans'; font-weight: 300; font-size: 12.5px; color: rgba(255,255,255,0.45); }
.footer-legal { max-width: 1200px; margin: 0 auto; padding: 18px 40px; text-align: center; }
.footer-legal span { font-family: 'DM Sans'; font-weight: 300; font-size: 11.5px; color: rgba(240,240,238,0.5); }
.footer-legal a { color: rgba(240,240,238,0.5); text-decoration: underline; }
.footer-legal a:hover { color: #5B4FD4; }

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  .cards-3, .boxes-3, .tiers, .grid-2x2, .founders-grid, .stack-4, .article-grid, .philosophy, .contact-grid, .form-row-2 { grid-template-columns: 1fr !important; }
  .wrap, .wrap-narrow, .wrap-article { padding-left: 24px !important; padding-right: 24px !important; }
  .footer-grid, .footer-bottom, .footer-legal { padding-left: 24px !important; padding-right: 24px !important; }
  nav.site-nav { padding-left: 20px !important; padding-right: 20px !important; }
  .navlinks { display: none !important; }
  .burger { display: flex !important; }
  .compare-table { overflow-x: auto; }
}
@media (max-width: 600px) {
  h1.display, h2.section-title, .insights-hero h1 { font-size: 36px !important; }
  section { padding-top: 60px !important; padding-bottom: 60px !important; }
  .hero-inner { padding-top: 92px !important; padding-bottom: 130px !important; }
  nav.site-nav button.btn-primary { font-size: 12px !important; padding: 10px 14px !important; }
  .philosophy { padding: 44px 28px !important; }
}
