:root {
  --ink: #101b31;
  --ink-2: #182640;
  --muted: #5b6880;
  --line: #dfe5ef;
  --line-dark: rgba(255,255,255,.12);
  --paper: #fffdf9;
  --paper-2: #f5f7fb;
  --paper-3: #edf2fb;
  --navy: #071321;
  --navy-2: #0b1a2e;
  --navy-3: #10233e;
  --blue: #5d88ff;
  --blue-2: #dfe8ff;
  --green: #25c982;
  --orange: #f5a623;
  --red: #e56572;
  --shadow: 0 24px 70px rgba(21, 34, 58, .12);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, .35);
  --radius: 14px;
  --radius-lg: 22px;
  --shell: 1240px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; }
::selection { background: var(--blue-2); color: var(--ink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 840px); }
.section { padding: 108px 0; position: relative; }
.section-light { background: var(--paper); }
.section-tint { background: var(--paper-2); }
.section-dark { background: var(--navy); color: white; }
.section-dark p { color: #aebbd0; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 650; }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 630; }
h3 { font-size: 1.28rem; font-weight: 630; }
p { color: var(--muted); }

.skip-link {
  position: fixed; z-index: 999; left: 20px; top: -100px; padding: 10px 14px;
  background: white; color: var(--ink); border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 80; height: var(--header);
  background: rgba(7, 19, 33, .94); color: white;
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.09);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.02rem; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.brand-dot { color: #86a8ff; }
.brand-mark { width: 29px; height: 25px; position: relative; display: inline-block; }
.brand-mark span { position: absolute; width: 17px; height: 10px; border: 3px solid #7ba0ff; border-radius: 9px; transform: rotate(-42deg); top: 6px; }
.brand-mark span:first-child { left: 0; }
.brand-mark span:last-child { right: 0; border-color: #dce6ff; }
.brand-mark.mini { transform: scale(.72); transform-origin: left center; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a { color: #aebbd0; font-size: .9rem; font-weight: 550; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.header-cta { margin-left: 10px; }
.menu-button { display: none; border: 0; background: transparent; color: white; padding: 8px; }
.mobile-nav { background: var(--navy); border-top: 1px solid var(--line-dark); padding: 10px 0 22px; }
.mobile-nav .shell { display: grid; gap: 4px; }
.mobile-nav a:not(.button) { padding: 12px 0; color: #c0cade; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav .button { margin-top: 12px; justify-content: center; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 20px; border: 1px solid var(--blue); border-radius: 8px;
  background: var(--blue); color: white; font-size: .92rem; font-weight: 650;
  box-shadow: 0 12px 28px rgba(56, 101, 224, .23); transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #7097ff; border-color: #7097ff; }
.button-secondary { background: transparent; color: inherit; border-color: rgba(128, 153, 193, .42); box-shadow: none; }
.section-dark .button-secondary { color: white; }
.button-secondary:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); }
.button-small { min-height: 42px; padding: 0 15px; font-size: .83rem; border-radius: 7px; }

.eyebrow, .micro-label {
  margin-bottom: 15px; color: #5f83e8; font-size: .72rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase;
}
.section-dark .eyebrow, .section-dark .micro-label { color: #8ca9ff; }
.section-heading { display: flex; justify-content: space-between; gap: 42px; align-items: flex-end; margin-bottom: 50px; }
.section-heading > div:first-child { max-width: 820px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { font-size: 1.08rem; max-width: 720px; margin-bottom: 0; }

.home-hero { min-height: 780px; padding: 108px 0 88px; overflow: hidden; position: relative; }
.hero-grid-bg {
  position: absolute; inset: 0; opacity: .38;
  background-image: linear-gradient(rgba(122,151,205,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(122,151,205,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}
.home-hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -230px;
  background: radial-gradient(circle, rgba(64,110,227,.22), transparent 67%); pointer-events: none;
}
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; align-items: center; }
.home-hero-copy h1 { font-size: clamp(3.2rem, 5.8vw, 5.4rem); max-width: 830px; margin-bottom: 26px; }
.home-hero-copy > p { font-size: 1.18rem; max-width: 720px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #93a3bd; font-size: .78rem; }
.hero-trust-line span { display: inline-flex; gap: 7px; align-items: center; }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-strip-inner { min-height: 108px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.proof-strip-inner > p { margin: 0; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #7c879a; }
.proof-brands { display: flex; justify-content: center; gap: 44px; }
.proof-brands span { font-weight: 720; letter-spacing: -.03em; }
.proof-brands small { display: block; color: #8793a7; font-weight: 500; font-size: .68rem; letter-spacing: 0; }
.proof-strip-inner > a { font-weight: 650; color: #315ecb; font-size: .82rem; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.icon-tile { padding: 42px 36px 18px 0; border-right: 1px solid var(--line); }
.icon-tile + .icon-tile { padding-left: 36px; }
.icon-tile:last-child { border-right: 0; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-2); color: #416bd1; margin-bottom: 28px; }
.icon-tile h3 { font-size: 1.45rem; margin-bottom: 14px; }
.icon-tile p { margin-bottom: 0; }

.flagship-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 46px; align-items: center; }
.flagship-copy { padding: 26px 0; }
.flagship-copy h3 { font-size: 2rem; margin: 24px 0 18px; }
.flagship-copy > p { font-size: 1.04rem; }
.flagship-copy .button { margin-top: 18px; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 0 11px; border: 1px solid #cbd8ef; border-radius: 999px; color: #315ecb; background: #f3f7ff; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.status-pill i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.section-dark .status-pill { background: rgba(48,105,235,.13); border-color: rgba(104,145,247,.35); color: #a5bcff; }

.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); }
.check-list svg { color: #2a70d8; flex: 0 0 auto; margin-top: 3px; }
.check-list.compact { gap: 10px; font-size: .9rem; }
.section-dark .check-list li { color: #d9e1ee; }
.section-dark .check-list svg { color: #87a8ff; }

.process-section { overflow: hidden; }
.process-section::after { content: ""; position: absolute; width: 480px; height: 480px; right: -180px; bottom: -220px; border: 1px solid rgba(116,151,225,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(116,151,225,.03), 0 0 0 140px rgba(116,151,225,.025); }
.workflow-diagram { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); overflow: hidden; }
.workflow-step { min-height: 170px; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.13); position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.workflow-step:last-child { border-right: 0; }
.workflow-number { font-size: .7rem; color: #7996ca; font-weight: 800; letter-spacing: .1em; }
.workflow-step strong { font-size: 1rem; line-height: 1.35; color: white; }
.workflow-arrow { position: absolute; right: -13px; top: 50%; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #6d8bc0; border: 1px solid rgba(255,255,255,.13); }
.workflow-arrow svg { width: 13px; }

.fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.fit-grid > div:first-child { position: sticky; top: 120px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.fit-columns article { padding: 38px; }
.fit-columns article + article { background: #f8f9fc; border-left: 1px solid var(--line); }
.fit-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 24px; }
.fit-yes { background: #e5f8ef; color: #118657; }
.fit-no { background: #f8e9ea; color: #bd5360; }
.plain-list { margin: 22px 0 0; padding-left: 18px; color: var(--muted); display: grid; gap: 12px; }

.founder-card { display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: center; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.founder-portrait { aspect-ratio: .9; min-height: 320px; border-radius: 13px; background: linear-gradient(145deg, #102341, #071321); color: white; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; position: relative; overflow: hidden; }
.founder-portrait::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; left: -70px; top: -80px; box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 84px rgba(255,255,255,.02); }
.founder-portrait span { font-size: 6rem; font-weight: 280; line-height: .8; letter-spacing: -.08em; color: #dfe8ff; position: relative; }
.founder-portrait small { margin-top: 24px; color: #94a8c8; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 700; position: relative; }
.founder-copy { padding-right: 40px; }
.founder-copy h2 { margin-bottom: 20px; }
.founder-copy > p { font-size: 1.05rem; max-width: 720px; }
.inline-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.inline-links a { color: #315ecb; font-weight: 650; font-size: .88rem; }

.services-preview-grid { border-top: 1px solid var(--line); }
.service-preview-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 28px; align-items: center; padding: 30px 6px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.service-preview-row:hover { background: #f8faff; padding-inline: 18px; }
.service-preview-row > span { font-size: .72rem; color: #7d8ba2; font-weight: 750; }
.service-preview-row h3 { margin-bottom: 8px; }
.service-preview-row p { margin-bottom: 0; }
.service-preview-row > svg { color: #416bd1; }

.faq-list { border-top: 1px solid var(--line-dark); }
.section-light .faq-list, .section-tint .faq-list { border-color: var(--line); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.section-light .faq-list details, .section-tint .faq-list details { border-color: var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-weight: 620; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.35rem; font-weight: 300; color: #7f98c5; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 0 24px; max-width: 720px; }

.review-cta { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.review-copy h2 { font-size: clamp(2.2rem, 3.5vw, 3.3rem); }
.review-copy > p { font-size: 1.02rem; }
.review-cta-compact { grid-template-columns: .95fr 1.05fr; padding: 40px; }

.contact-form { background: var(--paper-2); border: 1px solid #e2e7f0; border-radius: var(--radius); padding: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-span { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: #344057; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
.contact-form label em { font-style: normal; color: #8e98a9; font-weight: 500; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid #ced6e3; border-radius: 7px; background: white; color: var(--ink);
  padding: 12px 13px; outline: none; transition: border .2s ease, box-shadow .2s ease;
}
.contact-form input { min-height: 47px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #6e92ed; box-shadow: 0 0 0 3px rgba(94,137,244,.13); }
.form-submit { margin-top: 20px; width: 100%; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-note { margin: 12px 0 0; font-size: .72rem; text-align: center; color: #7d899d; }
.form-status { margin: 14px 0 0; padding: 10px 12px; border-radius: 7px; font-size: .82rem; }
.form-status.success { background: #e9f8f1; color: #10734c; }
.form-status.error { background: #fbecee; color: #a93e4c; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.inner-hero, .detail-hero, .article-hero { padding: 46px 0 92px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 54px; font-size: .74rem; color: #8193af; }
.breadcrumbs > span { display: flex; gap: 8px; }
.breadcrumbs a:hover { color: white; }
.inner-hero-grid, .detail-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.inner-hero h1, .detail-hero h1 { font-size: clamp(3.1rem, 5.5vw, 5.2rem); margin-bottom: 24px; max-width: 900px; }
.inner-hero-grid > div:first-child > p, .detail-hero-grid > div:first-child > p { font-size: 1.16rem; max-width: 800px; }
.inner-hero-note, .hero-proof-panel, .project-evidence { border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; }
.inner-hero-note svg, .hero-proof-panel > svg, .project-evidence > svg { color: #86a6ff; margin-bottom: 22px; }
.inner-hero-note strong { display: block; margin-bottom: 8px; }
.inner-hero-note p, .hero-proof-panel p, .project-evidence p { margin-bottom: 0; }
.hero-proof-panel h2, .project-evidence h2 { font-size: 1.65rem; line-height: 1.25; margin-bottom: 22px; }

.collection-list { display: grid; }
.collection-row { display: grid; grid-template-columns: 50px 50px 1fr auto; gap: 24px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.collection-row:first-child { border-top: 1px solid var(--line); }
.collection-number { font-size: .7rem; color: #8794a8; font-weight: 750; }
.collection-icon { width: 42px; height: 42px; display: grid; place-items: center; background: #edf2ff; color: #416bd1; border-radius: 8px; }
.collection-row h2 { font-size: 1.65rem; margin-bottom: 9px; }
.collection-row p { margin-bottom: 0; max-width: 800px; }
.collection-row .micro-label { margin-bottom: 7px; }

.split-editorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.split-editorial > div:first-child { position: sticky; top: 120px; }
.prose-large p { font-size: 1.22rem; line-height: 1.75; }
.prose-large p + p { margin-top: 24px; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 168px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article span { color: #8490a4; font-size: .68rem; font-weight: 750; letter-spacing: .1em; }
.capability-grid article h3 { margin-top: 34px; margin-bottom: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-card > svg { position: absolute; right: 24px; top: 24px; color: #416bd1; }
.related-card h3 { margin: 42px 0 12px; }
.related-card p { margin-bottom: 0; }
.stage-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.stage-strip span { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 620; }
.stage-strip span:nth-child(4n) { border-right: 0; }
.stage-strip span:nth-last-child(-n + 4) { border-bottom: 0; }
.stage-strip b { display: block; color: #6e86b3; font-size: .68rem; margin-bottom: 20px; }

.work-list { display: grid; gap: 74px; }
.work-feature { display: grid; grid-template-columns: 1.28fr .72fr; gap: 42px; align-items: center; }
.work-feature:nth-child(even) .work-visual { order: 2; }
.work-feature:nth-child(even) .work-copy { order: 1; }
.work-copy { padding: 26px; }
.status-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; color: #7b899d; font-size: .75rem; }
.work-number { display: block; color: #7c8aa0; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; margin: 34px 0 13px; }
.work-copy h2 { font-size: 2.3rem; margin-bottom: 20px; }
.proof-label { padding-top: 16px; border-top: 1px solid var(--line); font-size: .75rem; color: #75839a; }
.work-copy .button { margin-top: 8px; }
.project-hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 72px; align-items: end; }
.project-hero h1 { font-size: clamp(3.1rem, 5.5vw, 5.3rem); margin: 24px 0; }
.project-hero-grid > div:first-child > p { font-size: 1.16rem; max-width: 760px; }
.project-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.project-story-grid > article:first-child p { font-size: 1.16rem; }
.delivered-panel { background: var(--paper-2); border: 1px solid var(--line); padding: 36px; border-radius: var(--radius); }
.result-section .evidence-note { font-size: .85rem; border-top: 1px solid var(--line); padding-top: 18px; display: flex; gap: 9px; align-items: center; color: #65738a; }

.article-shell { max-width: 920px; }
.article-hero h1 { max-width: 900px; }
.article-hero > .shell > p { font-size: 1.18rem; max-width: 770px; }
.article-meta { display: flex; gap: 22px; margin-top: 36px; color: #8ea0bc; font-size: .75rem; }
.article-layout { display: grid; grid-template-columns: 240px 1fr; gap: 72px; align-items: start; }
.article-toc { position: sticky; top: 118px; display: grid; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.article-toc > strong { margin-bottom: 8px; }
.article-toc > a:not(.button) { color: #64728a; font-size: .78rem; line-height: 1.4; }
.article-toc > a:not(.button):hover { color: #315ecb; }
.article-toc .button { margin-top: 10px; }
.article-body { max-width: 760px; }
.article-intro { font-size: 1.4rem; color: var(--ink-2); line-height: 1.6; margin-bottom: 62px; }
.article-body > section { scroll-margin-top: 110px; padding: 42px 0; border-top: 1px solid var(--line); }
.article-section-number { display: block; color: #6e84ad; font-size: .7rem; letter-spacing: .12em; margin-bottom: 18px; }
.article-body > section h2 { font-size: 2.25rem; }
.article-body > section p { font-size: 1.06rem; line-height: 1.8; }
.article-next { margin-top: 52px; padding: 38px; background: var(--navy); color: white; border-radius: var(--radius); }
.article-next p { color: #aebbd0; }
.article-next h2 { font-size: 2.25rem; }
.legal-body { max-width: 820px; }
.legal-body section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-body h2 { font-size: 1.7rem; }
.legal-body p { font-size: 1.05rem; }

.contact-page { min-height: calc(100vh - var(--header)); padding: 46px 0 90px; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: start; }
.contact-page-copy { padding-top: 18px; }
.contact-page-copy h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
.contact-page-copy > p { font-size: 1.1rem; }
.what-happens { display: grid; gap: 12px; margin: 34px 0; }
.what-happens span { display: flex; align-items: center; gap: 12px; color: #bbc6d8; font-size: .88rem; }
.what-happens b { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #8cabff; font-size: .68rem; }
.direct-email { display: inline-flex; align-items: center; gap: 9px; color: #9fb7f6; font-size: .85rem; font-weight: 650; }
.contact-form-panel { background: white; color: var(--ink); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-dark); }
.contact-form-panel h2 { font-size: 2.25rem; margin-bottom: 12px; }
.contact-form-panel > p { margin-bottom: 24px; }
.contact-form-panel .contact-form { padding: 0; border: 0; background: transparent; }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.principles-grid article { min-height: 240px; padding: 28px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.principles-grid article > span { color: #7893c4; font-size: .7rem; }
.principles-grid h3 { margin: 52px 0 14px; }
.principles-grid p { margin-bottom: 0; }
.light-principles { border-color: var(--line); }
.light-principles article { border-color: var(--line); }
.light-principles h3 { color: var(--ink); }
.light-principles p { color: var(--muted); }
.trust-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.method-list { border-top: 1px solid var(--line); }
.method-list article { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.method-list article > span { color: #7184a8; font-size: .74rem; font-weight: 760; }
.method-list h2 { font-size: 2rem; margin-bottom: 10px; }
.method-list p { margin-bottom: 0; max-width: 800px; }
.source-list { display: grid; }
.source-list article { display: grid; grid-template-columns: 54px 1fr auto; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.source-list article:first-child { border-top: 1px solid var(--line); }
.source-list > article > span { color: #8b97aa; font-size: .7rem; }
.source-list h2 { font-size: 1.25rem; margin-bottom: 0; }
.source-list .micro-label { margin-bottom: 5px; }
.source-list a { color: #315ecb; display: inline-flex; gap: 8px; align-items: center; font-size: .82rem; font-weight: 650; }

.site-footer { background: #050e19; color: white; padding: 78px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 50px; }
.brand-footer { margin-bottom: 22px; }
.footer-intro p { max-width: 420px; color: #8899b3; }
.footer-email { display: inline-flex; gap: 8px; align-items: center; color: #aac0f8; font-size: .83rem; font-weight: 600; }
.footer-group { display: grid; align-content: start; gap: 10px; }
.footer-group h2 { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: #71839f; margin-bottom: 12px; }
.footer-group a { color: #aab7ca; font-size: .84rem; }
.footer-group a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 58px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #65758f; font-size: .72rem; }

/* Dashboard interface — real HTML, not generated imagery */
.dashboard { margin: 0; min-width: 0; }
.dashboard-caption { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; padding-inline: 4px; color: #71819b; font-size: .64rem; letter-spacing: .03em; }
.dashboard-caption span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(37,201,130,.12); }
.dashboard-window { min-height: 560px; display: grid; grid-template-columns: 116px 1fr; background: #0a1729; color: white; border: 1px solid #2a3c59; border-radius: 17px; overflow: hidden; box-shadow: var(--shadow-dark); }
.dashboard-compact .dashboard-window { min-height: 480px; }
.dash-sidebar { background: #071321; border-right: 1px solid #20314b; padding: 20px 13px; display: flex; flex-direction: column; }
.dash-brand { height: 38px; display: flex; align-items: center; gap: 5px; color: #dfe7f5; font-size: .78rem; margin-bottom: 22px; }
.dash-sidebar nav { display: grid; gap: 5px; }
.dash-sidebar nav span { min-height: 34px; padding: 0 8px; display: flex; align-items: center; gap: 8px; border-radius: 7px; color: #8393ad; font-size: .61rem; }
.dash-sidebar nav span.selected { background: #17345d; color: white; }
.dash-sidebar nav i { width: 7px; height: 7px; background: #60728d; border-radius: 50%; }
.dash-sidebar nav .selected i { background: #77a0ff; }
.dash-health { margin-top: auto; padding: 10px; border: 1px solid #203651; border-radius: 8px; display: flex; align-items: center; gap: 8px; color: #7f91ac; font-size: .52rem; line-height: 1.4; }
.dash-health svg { color: var(--green); }
.dash-health strong { color: #4ed69b; }
.dash-main { min-width: 0; padding: 23px; background: linear-gradient(145deg, #0d1b30, #0b192b); }
.dash-header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 20px; }
.dash-header small { color: #7393cc; font-size: .54rem; text-transform: uppercase; letter-spacing: .1em; }
.dash-header h3 { margin: 4px 0 3px; font-size: 1.5rem; }
.dash-header p { margin: 0; font-size: .66rem; color: #7f91ad; }
.dash-header button { border: 1px solid #355483; background: #204f9c; color: white; border-radius: 7px; padding: 8px 11px; font-size: .57rem; font-weight: 650; }
.dash-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
.dash-metrics > div { min-width: 0; padding: 13px; background: #13243c; border: 1px solid #263b59; border-radius: 9px; }
.dash-metrics span { display: block; color: #8495af; font-size: .52rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash-metrics strong { display: block; margin: 7px 0 4px; font-size: 1.25rem; }
.dash-metrics small { color: #5d7191; font-size: .46rem; }
.dash-metrics .metric-alert strong { color: #ffd064; }
.dash-content { display: grid; grid-template-columns: 1.45fr .75fr; gap: 12px; }
.dash-pipeline, .dash-right > section { background: #11223a; border: 1px solid #263b59; border-radius: 10px; padding: 13px; }
.dash-panel-title { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 11px; }
.dash-panel-title strong { font-size: .68rem; }
.dash-panel-title span { color: #6d7f9c; font-size: .48rem; }
.pipeline-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.pipeline-column { min-width: 0; padding: 7px; background: #0d1a2d; border: 1px solid #1f324d; border-radius: 7px; }
.pipeline-column > div:first-child { display: flex; justify-content: space-between; gap: 5px; color: #8294b0; font-size: .46rem; margin-bottom: 7px; }
.pipeline-column > div:first-child span { background: #1a3151; color: #8fb0ed; border-radius: 8px; min-width: 17px; text-align: center; }
.pipeline-column article { background: #142842; border: 1px solid #203754; padding: 7px; border-radius: 6px; margin-bottom: 5px; min-width: 0; }
.pipeline-column article b { display: block; font-size: .46rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pipeline-column article small { display: block; margin-top: 3px; color: #637796; font-size: .38rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash-right { min-width: 0; display: grid; gap: 12px; }
.mini-chart { width: 100%; height: auto; overflow: visible; }
.chart-grid { stroke: #243a59; stroke-width: 1; }
.chart-area { fill: rgba(93,136,255,.12); }
.chart-line { fill: none; stroke: #6d99ff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-green .chart-line { stroke: #39d88b; }
.dashboard-green .chart-area { fill: rgba(57,216,139,.11); }
.dashboard-orange .chart-line { stroke: #f5a623; }
.dashboard-orange .chart-area { fill: rgba(245,166,35,.11); }
.action-queue > div:not(.dash-panel-title) { display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px solid #21354f; font-size: .47rem; }
.action-queue > div:last-child { border-bottom: 0; }
.action-queue span { display: flex; align-items: center; gap: 6px; color: #9bacbf; }
.action-queue i { width: 6px; height: 6px; border-radius: 50%; background: #f0bd44; }
.action-queue strong { color: white; }
.home-hero .dashboard-caption { color: #7e8fa8; }
.home-hero .dashboard-window { transform: perspective(1500px) rotateY(-2deg); transform-origin: center; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 900px; }
  .home-hero .dashboard { max-width: 900px; }
  .flagship-grid, .work-feature { grid-template-columns: 1fr; }
  .work-feature:nth-child(even) .work-visual, .work-feature:nth-child(even) .work-copy { order: initial; }
  .workflow-diagram { grid-template-columns: repeat(3, 1fr); }
  .workflow-step:nth-child(3) { border-right: 0; }
  .workflow-step:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-strip-inner { grid-template-columns: 1fr; padding-block: 25px; gap: 20px; text-align: center; }
  .proof-brands { flex-wrap: wrap; }
  .review-cta, .contact-page-grid { grid-template-columns: 1fr; }
  .review-copy { max-width: 760px; }
}

@media (max-width: 900px) {
  :root { --header: 68px; }
  .shell, .narrow { width: min(calc(100% - 34px), var(--shell)); }
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .home-hero { min-height: auto; padding-top: 86px; }
  .inner-hero-grid, .detail-hero-grid, .project-hero-grid, .fit-grid, .split-editorial, .project-story-grid, .trust-details { grid-template-columns: 1fr; gap: 42px; }
  .split-editorial > div:first-child, .fit-grid > div:first-child { position: static; }
  .outcome-grid { grid-template-columns: 1fr; }
  .icon-tile, .icon-tile + .icon-tile { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-columns { grid-template-columns: 1fr; }
  .fit-columns article + article { border-left: 0; border-top: 1px solid var(--line); }
  .founder-card { grid-template-columns: 240px 1fr; gap: 34px; }
  .founder-copy { padding-right: 0; }
  .capability-grid, .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .collection-row { grid-template-columns: 42px 42px 1fr; }
  .collection-row .button { grid-column: 3; justify-self: start; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-group:last-of-type { grid-column: 2 / 4; }
  .dashboard-window { grid-template-columns: 86px 1fr; }
  .dash-sidebar { padding-inline: 9px; }
  .dash-sidebar nav span { font-size: 0; justify-content: center; }
  .dash-sidebar nav i { width: 8px; height: 8px; }
  .dash-health span { display: none; }
  .dash-health { justify-content: center; }
  .dash-content { grid-template-columns: 1fr; }
  .dash-right { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .shell, .narrow { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .site-header .brand { font-size: .94rem; }
  .header-inner { gap: 12px; }
  .home-hero { padding: 70px 0 54px; }
  .home-hero-copy h1 { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .home-hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust-line { display: grid; gap: 10px; }
  .proof-brands { display: grid; gap: 16px; }
  .section-heading { display: grid; gap: 18px; align-items: start; margin-bottom: 34px; }
  .flagship-copy { padding-inline: 4px; }
  .workflow-diagram { grid-template-columns: 1fr; }
  .workflow-step { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); flex-direction: row; align-items: center; justify-content: flex-start; gap: 20px; }
  .workflow-step:last-child { border-bottom: 0; }
  .workflow-arrow { right: 22px; top: auto; bottom: -13px; transform: rotate(90deg); }
  .fit-columns article { padding: 28px 24px; }
  .founder-card { grid-template-columns: 1fr; padding: 18px; }
  .founder-portrait { min-height: 280px; }
  .service-preview-row { grid-template-columns: 40px 1fr auto; gap: 12px; }
  .service-preview-row p { display: none; }
  .review-cta, .review-cta-compact { padding: 24px; gap: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .contact-form { padding: 18px; }
  .inner-hero, .detail-hero, .article-hero { padding: 34px 0 64px; }
  .breadcrumbs { margin-bottom: 38px; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; }
  .inner-hero h1, .detail-hero h1, .project-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .collection-row { grid-template-columns: 34px 1fr; gap: 14px; }
  .collection-icon { display: none; }
  .collection-row .button { grid-column: 2; }
  .capability-grid, .principles-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 130px; }
  .stage-strip { grid-template-columns: 1fr 1fr; }
  .stage-strip span:nth-child(4n) { border-right: 1px solid var(--line); }
  .stage-strip span:nth-child(2n) { border-right: 0; }
  .stage-strip span:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .stage-strip span:nth-last-child(-n + 2) { border-bottom: 0; }
  .work-feature { gap: 20px; }
  .work-copy { padding: 10px 4px; }
  .work-copy h2 { font-size: 1.9rem; }
  .delivered-panel { padding: 24px; }
  .article-body > section h2, .article-next h2 { font-size: 1.8rem; }
  .article-next { padding: 26px; }
  .contact-form-panel { padding: 22px; }
  .contact-form-panel h2 { font-size: 1.9rem; }
  .source-list article { grid-template-columns: 34px 1fr; }
  .source-list a { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-group:last-of-type { grid-column: auto; }
  .footer-bottom { display: grid; }

  /* Mobile-specific dashboard: crop complexity instead of shrinking a desktop UI */
  .dashboard-caption { font-size: .57rem; }
  .dashboard-window { grid-template-columns: 1fr; min-height: auto; border-radius: 13px; }
  .dash-sidebar { display: none; }
  .dash-main { padding: 15px; }
  .dash-header { margin-bottom: 14px; }
  .dash-header h3 { font-size: 1.2rem; }
  .dash-header button { display: none; }
  .dash-metrics { grid-template-columns: 1fr 1fr; }
  .dash-metrics > div:nth-child(n+3) { display: none; }
  .dash-content { display: block; }
  .pipeline-columns { grid-template-columns: 1fr 1fr; }
  .pipeline-column:nth-child(n+3) { display: none; }
  .dash-right { margin-top: 10px; display: grid; grid-template-columns: 1fr; }
  .dash-right > section:first-child { display: none; }
  .action-queue > div:not(.dash-panel-title) { font-size: .56rem; }
  .home-hero .dashboard-window { transform: none; }
}

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

.not-found { min-height: calc(100vh - var(--header)); display: grid; align-items: center; padding: 90px 0; }
.not-found h1 { max-width: 780px; }
.not-found p { font-size: 1.1rem; max-width: 600px; }

/* --------------------------------------------------------------------------
   CLEAN V3 — light-first product studio direction
   -------------------------------------------------------------------------- */
:root {
  --ink: #182033;
  --ink-2: #2b3448;
  --muted: #667085;
  --line: #e7eaf0;
  --line-dark: rgba(255,255,255,.12);
  --paper: #ffffff;
  --paper-2: #f7f8fc;
  --paper-3: #eef1ff;
  --navy: #111827;
  --navy-2: #182235;
  --navy-3: #222f47;
  --blue: #5267ff;
  --blue-2: #edf0ff;
  --green: #17a673;
  --orange: #ed9c30;
  --red: #d65d6e;
  --shadow: 0 18px 55px rgba(38, 46, 77, .10);
  --shadow-dark: 0 28px 70px rgba(14, 22, 39, .22);
  --radius: 12px;
  --radius-lg: 20px;
  --shell: 1180px;
  --header: 72px;
}

body {
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.62;
}

.shell { width: min(calc(100% - 48px), var(--shell)); }
.section { padding: 96px 0; }
.section-light { background: #fff; }
.section-tint { background: #f7f8fc; }

h1, h2, h3 {
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(3rem, 5.3vw, 4.85rem); font-weight: 650; }
h2 { font-size: clamp(2.2rem, 3.6vw, 3.35rem); font-weight: 630; }
h3 { font-size: 1.2rem; font-weight: 630; }
p { color: var(--muted); }

.site-header {
  height: var(--header);
  background: rgba(255,255,255,.94);
  color: var(--ink);
  border-bottom: 1px solid rgba(231,234,240,.92);
  box-shadow: 0 1px 0 rgba(16,24,40,.01);
}
.header-inner { gap: 30px; }
.brand { gap: 10px; color: var(--ink); font-size: 1rem; font-weight: 720; }
.brand-mark {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: -.04em;
  box-shadow: 0 7px 18px rgba(82,103,255,.22);
}
.brand-mark span { display: none; }
.brand-dot { color: var(--blue); }
.desktop-nav { gap: 26px; }
.desktop-nav a { color: #5f687a; font-size: .87rem; font-weight: 570; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.header-cta { margin-left: 6px; }
.menu-button { color: var(--ink); }
.mobile-nav { background: #fff; color: var(--ink); border-top-color: var(--line); }
.mobile-nav a:not(.button) { color: #4f596c; border-bottom-color: var(--line); }

.button {
  min-height: 50px;
  border-radius: 10px;
  padding-inline: 20px;
  background: var(--blue);
  border-color: var(--blue);
  font-size: .9rem;
  font-weight: 660;
  box-shadow: 0 10px 24px rgba(82,103,255,.20);
}
.button:hover { background: #4358ee; border-color: #4358ee; transform: translateY(-1px); }
.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: #d8dde8;
  box-shadow: none;
}
.button-secondary:hover { background: #f8f9fc; border-color: #c9cfdb; }
.section-dark .button-secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.24); }
.button-small { min-height: 40px; border-radius: 9px; }

.eyebrow, .micro-label {
  color: var(--blue);
  font-size: .69rem;
  font-weight: 780;
  letter-spacing: .14em;
  margin-bottom: 14px;
}
.section-heading { margin-bottom: 44px; align-items: flex-end; }
.section-heading > div:first-child { max-width: 760px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { max-width: 680px; font-size: 1.02rem; }

/* Homepage hero */
.clean-hero {
  min-height: 700px;
  padding: 96px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(113,123,255,.13), transparent 30%),
    linear-gradient(180deg, #fbfbfe 0%, #fff 76%);
  color: var(--ink);
}
.clean-hero::before { display: none; }
.clean-hero .hero-grid-bg { display: none; }
.hero-soft-shape {
  position: absolute;
  width: 650px;
  height: 650px;
  right: -120px;
  top: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(229,232,255,.74), rgba(247,248,255,.12));
  filter: blur(.2px);
  pointer-events: none;
}
.clean-hero .home-hero-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 74px;
  align-items: center;
}
.clean-hero .home-hero-copy { max-width: 590px; }
.clean-hero .home-hero-copy h1 {
  max-width: 600px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 5.1vw, 4.75rem);
  line-height: 1.04;
}
.clean-hero .home-hero-copy > p {
  color: #5f687a;
  max-width: 570px;
  font-size: 1.12rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin-top: 27px;
  color: #697386;
  font-size: .78rem;
}
.hero-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.hero-assurance svg { color: var(--green); }
.hero-product-stage { position: relative; padding: 34px 0 36px; }
.hero-product-stage::before {
  content: "";
  position: absolute;
  inset: 8px -36px 0 16px;
  border-radius: 28px;
  background: linear-gradient(145deg, #f0f2ff, #fbfbff);
  border: 1px solid #e7e9ff;
}
.hero-product-stage .dashboard { position: relative; z-index: 2; }
.floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 218px;
  padding: 12px 14px;
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 38px rgba(44,52,80,.13);
}
.floating-note-top { right: -34px; top: 2px; }
.floating-note-bottom { left: -34px; bottom: 4px; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { color: #8a93a4; font-size: .62rem; }
.floating-note strong { color: var(--ink); font-size: .72rem; line-height: 1.3; }
.note-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-2); color: var(--blue); flex: 0 0 auto; }
.note-green { background: #eaf8f2; color: var(--green); }

/* Clean proof strip */
.clean-proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.clean-proof-inner { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.clean-proof-inner > p { margin: 0; color: #8a93a4; font-size: .7rem; font-weight: 730; letter-spacing: .11em; text-transform: uppercase; }
.clean-proof-inner > a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: .82rem; font-weight: 680; }
.proof-brands { justify-content: center; gap: 50px; }
.proof-brands span { color: #323b4d; font-size: .98rem; font-weight: 720; }
.proof-brands small { color: #98a0af; font-size: .64rem; font-weight: 500; margin-top: 2px; }

.center-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.center-heading h2 { margin-bottom: 17px; }
.center-heading > p:last-child { max-width: 650px; margin: 0 auto; font-size: 1.04rem; }
.compact-heading { margin-bottom: 42px; }

.platform-section { padding-bottom: 88px; }
.platform-frame {
  padding: 25px;
  border-radius: 24px;
  border: 1px solid #e8eaf1;
  background: linear-gradient(145deg, #f6f7ff, #fafbff);
}
.platform-frame .dashboard-caption { display: none; }
.platform-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  margin-top: 36px;
}
.platform-points span { padding: 18px 26px 24px; border-right: 1px solid var(--line); }
.platform-points span:first-child { padding-left: 0; }
.platform-points span:last-child { border-right: 0; }
.platform-points b, .platform-points small { display: block; }
.platform-points b { color: var(--ink); font-size: .9rem; }
.platform-points small { color: #8b93a2; margin-top: 5px; font-size: .72rem; line-height: 1.45; }

/* Light dashboard UI */
.dashboard { color: var(--ink); }
.dashboard-caption { color: #8992a3 !important; font-size: .61rem; padding-inline: 4px; margin-bottom: 9px; }
.dashboard-caption .status-dot { background: var(--green); box-shadow: 0 0 0 4px rgba(23,166,115,.10); }
.dashboard-window {
  min-height: 470px;
  grid-template-columns: 118px 1fr;
  overflow: hidden;
  border: 1px solid #dde2ec;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 55px rgba(50,58,88,.12);
}
.home-hero .dashboard-window { transform: none; }
.dash-sidebar { background: #f7f8fb; border-right: 1px solid #e7eaf0; padding: 16px 12px; }
.dash-brand { color: var(--ink); display: flex; align-items: center; gap: 8px; }
.dash-brand strong { color: #4b5568; font-size: .58rem; }
.dash-brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--blue); color: #fff; font-size: .54rem; font-weight: 800; }
.dash-sidebar nav span { color: #7c8595; }
.dash-sidebar nav span.selected { background: #ecefff; color: #4458e8; }
.dash-sidebar nav i { background: #aab2c0; }
.dash-sidebar nav span.selected i { background: var(--blue); }
.dash-health { background: #fff; border-color: #e2e6ee; color: #7d8798; }
.dash-health strong { color: var(--green); }
.dash-main { background: #fff; padding: 18px; }
.dash-header { border-bottom-color: #eceef3; }
.dash-header small, .dash-header p { color: #8a93a4; }
.dash-header h3 { color: var(--ink); }
.dash-header button { background: var(--blue); color: #fff; border: 0; border-radius: 7px; }
.dash-metrics > div { background: #fff; border-color: #e4e8ef; border-radius: 9px; box-shadow: 0 5px 14px rgba(31,41,61,.035); }
.dash-metrics span { color: #7e8796; }
.dash-metrics strong { color: var(--ink); }
.dash-metrics small { color: #a0a8b5; }
.dash-metrics .metric-alert { background: #fffaf0; border-color: #f6e1b5; }
.dash-metrics .metric-alert strong { color: #b97819; }
.dash-pipeline, .dash-right > section { background: #fafbfc; border-color: #e4e8ef; }
.dash-panel-title strong { color: #465064; }
.dash-panel-title span { color: #9aa2b0; }
.pipeline-column { background: #f4f6f9; border-color: #e4e8ef; }
.pipeline-column > div:first-child { color: #778194; }
.pipeline-column > div:first-child span { background: #e7eaff; color: #5267ff; }
.pipeline-column article { background: #fff; border-color: #e1e5ed; box-shadow: 0 2px 7px rgba(38,46,66,.035); }
.pipeline-column article b { color: #3e4759; }
.pipeline-column article small { color: #9ba3b1; }
.chart-grid { stroke: #e3e6ed; }
.chart-area { fill: rgba(82,103,255,.08); }
.chart-line { stroke: #5267ff; }
.action-queue > div:not(.dash-panel-title) { border-bottom-color: #e4e8ef; }
.action-queue span { color: #687285; }
.action-queue strong { color: #394255; }
.action-queue i { background: #edb54f; }

.simple-steps-section { border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; }
.simple-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.simple-step-card { min-height: 280px; padding: 30px; border: 1px solid #e4e7ee; border-radius: 16px; background: #fff; }
.simple-step-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-2); color: var(--blue); font-size: .72rem; font-weight: 790; }
.simple-step-card h3 { margin: 70px 0 14px; font-size: 1.42rem; }
.simple-step-card p { margin: 0; }

.clean-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.clean-feature-card { min-height: 270px; padding: 28px; border: 1px solid #e6e9f0; border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.clean-feature-card:hover { transform: translateY(-3px); border-color: #d8dcf1; box-shadow: 0 18px 38px rgba(42,52,82,.08); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-2); }
.clean-feature-card h3 { margin: 52px 0 12px; font-size: 1.25rem; }
.clean-feature-card p { margin-bottom: 22px; font-size: .92rem; }
.feature-link { display: inline-flex; align-items: center; gap: 6px; color: #5267ff; font-size: .75rem; font-weight: 680; }
.about-feature-grid .clean-feature-card { min-height: 245px; }
.about-feature-grid .clean-feature-card h3 { margin-top: 44px; }

.flow-section { background: #151d2d; color: #fff; }
.flow-section p { color: #aeb7c7; }
.flow-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.flow-heading h2 { margin-bottom: 0; max-width: 640px; }
.flow-heading > p { margin: 0; }
.clean-flow-strip { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; overflow: hidden; }
.clean-flow-step { min-height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; position: relative; border-right: 1px solid rgba(255,255,255,.10); }
.clean-flow-step:last-child { border-right: 0; }
.clean-flow-step > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; background: rgba(96,116,255,.15); color: #aab6ff; }
.clean-flow-step strong { font-size: .82rem; }
.flow-arrow-icon { position: absolute; right: -8px; top: calc(50% - 8px); color: #667085; z-index: 2; }

.clean-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.clean-work-card { overflow: hidden; border: 1px solid #e4e7ee; border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.clean-work-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(42,52,82,.10); }
.work-card-visual { min-height: 205px; padding: 22px; position: relative; overflow: hidden; background: #eef1ff; }
.work-card-green { background: #ecf8f2; }
.work-card-orange { background: #fff4e8; }
.work-card-brand { color: #3c4760; font-weight: 730; font-size: .8rem; }
.work-mini-window { position: absolute; width: 82%; height: 138px; left: 9%; bottom: -26px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8px; padding: 12px; border: 1px solid rgba(31,41,55,.10); border-radius: 11px 11px 0 0; background: rgba(255,255,255,.92); box-shadow: 0 14px 35px rgba(38,46,77,.12); }
.work-mini-window span { border-radius: 6px; background: #f0f2f6; }
.work-mini-window span:first-child { grid-row: 1 / 3; background: rgba(82,103,255,.13); }
.work-card-copy { padding: 25px; }
.work-card-copy small { color: #8c95a5; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.work-card-copy h3 { margin: 12px 0; font-size: 1.3rem; }
.work-card-copy p { font-size: .88rem; }
.work-card-copy > span { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: .76rem; font-weight: 680; }

.fit-banner-section { border-top: 1px solid #eceef3; border-bottom: 1px solid #eceef3; }
.fit-banner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.fit-banner h2 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3rem); }
.fit-banner-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.fit-banner-list span { display: flex; gap: 9px; color: #4d5668; font-size: .87rem; }
.fit-banner-list svg { color: var(--green); flex: 0 0 auto; margin-top: 4px; }

.clean-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; align-items: start; }
.clean-faq-grid > div:first-child { position: sticky; top: 120px; }
.clean-faq-grid h2 { margin-bottom: 18px; }
.faq-list details { border-color: var(--line); }
.faq-list summary { color: var(--ink); padding-block: 22px; font-size: .98rem; }
.faq-list summary span { color: var(--blue); }
.faq-list details p { padding-bottom: 22px; }

/* CTA and forms */
.review-cta {
  background: #fff;
  border: 1px solid #e4e7ee;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(38,46,77,.08);
  gap: 58px;
  padding: 42px;
}
.review-copy h2 { font-size: clamp(2rem, 3vw, 3rem); }
.contact-form { background: #f7f8fb; border: 1px solid #e6e9ef; border-radius: 15px; padding: 22px; }
.contact-form input, .contact-form textarea, .contact-form select { background: #fff; border-color: #dfe3eb; border-radius: 9px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #8593ff; box-shadow: 0 0 0 3px rgba(82,103,255,.10); }
.form-note { color: #8c95a4; }

/* Footer */
.site-footer { background: #121a29; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { box-shadow: none; }
.footer-intro p { color: #9da8ba; }
.footer-group h2 { color: #fff; }
.footer-group a { color: #9da8ba; }
.footer-bottom { color: #778397; border-top-color: rgba(255,255,255,.10); }
.footer-email { color: #dfe5ef; }

/* Inner pages use the same calm light-first visual language */
.inner-hero.section-dark,
.detail-hero.section-dark,
.article-hero.section-dark,
.project-hero.section-dark,
.contact-page.section-dark {
  background:
    radial-gradient(circle at 85% 18%, rgba(104,118,255,.11), transparent 27%),
    linear-gradient(180deg, #fafbff, #fff);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.inner-hero.section-dark p,
.detail-hero.section-dark p,
.article-hero.section-dark p,
.project-hero.section-dark p,
.contact-page.section-dark p { color: var(--muted); }
.inner-hero.section-dark .breadcrumbs,
.detail-hero.section-dark .breadcrumbs,
.article-hero.section-dark .breadcrumbs,
.project-hero.section-dark .breadcrumbs,
.contact-page.section-dark .breadcrumbs { color: #8a93a3; }
.inner-hero-note, .hero-proof-panel, .project-evidence, .contact-form-panel {
  background: #fff;
  color: var(--ink);
  border: 1px solid #e3e7ef;
  border-radius: 18px;
  padding: clamp(28px, 3vw, 40px);
  min-width: 0;
  box-shadow: 0 16px 42px rgba(41,50,79,.08);
}
.inner-hero-note, .hero-proof-panel, .project-evidence {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-hero-note p, .hero-proof-panel p, .project-evidence p, .contact-form-panel p { color: var(--muted) !important; }
.inner-hero-note svg, .hero-proof-panel svg, .project-evidence svg { color: var(--blue); }
.detail-hero .button-secondary,
.project-hero .button-secondary,
.contact-page .button-secondary,
.inner-hero .button-secondary,
.article-hero .button-secondary { color: var(--ink); background: #fff; border-color: #d8dde8; }
.status-row > span:last-child { color: #7a8495; }

.collection-row { border-color: var(--line); }
.collection-icon { background: var(--blue-2); color: var(--blue); }
.collection-number { color: #a3aab7; }
.capability-grid article, .related-card, .delivered-panel, .article-next { border-color: #e4e7ee; background: #fff; }
.capability-grid article:hover, .related-card:hover { border-color: #d1d7ef; box-shadow: 0 16px 35px rgba(42,52,82,.07); }
.stage-strip { border-color: var(--line); }
.stage-strip span { border-color: var(--line); }
.article-toc { border-color: var(--line); }
.article-toc a { color: #667085; }
.article-toc a:hover { color: var(--blue); }
.quote-block { background: #f5f7ff; border-left-color: var(--blue); }

@media (max-width: 680px) {
  .inner-hero-note, .hero-proof-panel, .project-evidence {
    min-height: auto;
    padding: 24px;
  }
}
.about-system-section { border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; }

/* Keep selected dark process sections clean rather than decorative */
.process-section.section-dark,
.about-principles-section.section-dark { background: #151d2d; }
.process-section::after { display: none; }
.workflow-diagram { border-radius: 15px; }
.workflow-step { min-height: 150px; }

@media (max-width: 1120px) {
  .clean-hero .home-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .clean-hero .home-hero-copy { max-width: 760px; }
  .hero-product-stage { max-width: 900px; }
  .floating-note-top { right: 0; }
  .floating-note-bottom { left: 0; }
  .platform-points { grid-template-columns: 1fr 1fr; }
  .platform-points span:nth-child(2) { border-right: 0; }
  .platform-points span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .clean-work-grid { grid-template-columns: 1fr 1fr; }
  .clean-work-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); }
}

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .clean-proof-inner { grid-template-columns: 1fr; padding-block: 26px; text-align: center; }
  .clean-proof-inner > a { justify-content: center; }
  .simple-steps-grid, .clean-feature-grid { grid-template-columns: 1fr 1fr; }
  .flow-heading, .fit-banner, .clean-faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .clean-faq-grid > div:first-child { position: static; }
  .clean-flow-strip { grid-template-columns: repeat(3, 1fr); }
  .clean-flow-step:nth-child(3) { border-right: 0; }
  .clean-flow-step:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.10); }
  .fit-banner-list { grid-template-columns: 1fr; }
  .dashboard-window { grid-template-columns: 82px 1fr; }
}

@media (max-width: 680px) {
  .shell, .narrow { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  h2 { font-size: clamp(2rem, 8.4vw, 2.85rem); }
  .clean-hero { padding: 66px 0 56px; }
  .clean-hero .home-hero-copy h1 { font-size: clamp(2.65rem, 11.7vw, 3.85rem); }
  .clean-hero .home-hero-copy > p { font-size: 1rem; }
  .hero-assurance { display: grid; }
  .hero-product-stage { padding: 15px 0 34px; }
  .hero-product-stage::before { inset: 0 -12px 6px -12px; border-radius: 20px; }
  .floating-note { display: none; }
  .proof-brands { gap: 16px; }
  .platform-frame { padding: 10px; border-radius: 17px; }
  .platform-points { grid-template-columns: 1fr; }
  .platform-points span, .platform-points span:first-child { padding: 16px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .platform-points span:last-child { border-bottom: 0; }
  .simple-steps-grid, .clean-feature-grid, .clean-work-grid { grid-template-columns: 1fr; }
  .simple-step-card { min-height: 220px; }
  .simple-step-card h3 { margin-top: 44px; }
  .clean-feature-card { min-height: 235px; }
  .clean-feature-card h3 { margin-top: 42px; }
  .clean-flow-strip { grid-template-columns: 1fr 1fr; }
  .clean-flow-step { min-height: 112px; border-bottom: 1px solid rgba(255,255,255,.10); }
  .clean-flow-step:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.10); }
  .clean-flow-step:nth-child(even) { border-right: 0; }
  .clean-flow-step:nth-last-child(-n+2) { border-bottom: 0; }
  .flow-arrow-icon { display: none; }
  .clean-work-card:last-child { grid-column: auto; max-width: none; }
  .fit-banner-list { gap: 16px; }
  .review-cta { padding: 22px; border-radius: 16px; }
  .contact-form { padding: 15px; }
  .dashboard-caption { display: none; }
  .dashboard-window { border-radius: 11px; }
}

/* Final responsive refinements */
.clean-hero .home-hero-copy h1 { font-size: clamp(3rem, 4.75vw, 4.35rem); max-width: 620px; }
@media (max-width: 680px) {
  .clean-hero .home-hero-copy h1 { font-size: clamp(2.55rem, 10.8vw, 3.35rem); line-height: 1.04; }
  .dashboard-window { grid-template-columns: 1fr; min-height: auto; }
  .dash-main { width: 100%; min-width: 0; }
}
/*
 * Layout stability patch.
 * Loaded after globals.css so the clean V3 layout has one predictable
 * responsive contract across desktop, laptop, tablet and mobile widths.
 */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

#main-content,
main,
section,
.shell,
.home-hero-grid,
.hero-product-stage,
.dashboard,
.dashboard-window,
.dash-main,
.dash-content,
.dash-pipeline,
.pipeline-columns,
.pipeline-column,
.clean-work-card,
.review-cta,
.contact-form {
  min-width: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* Header */
.site-header {
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.brand {
  flex: 0 0 auto;
}

.desktop-nav {
  min-width: 0;
  margin-left: auto;
}

.header-cta {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Homepage hero */
.clean-hero {
  min-height: auto;
}

.clean-hero .home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.09fr);
  gap: clamp(42px, 5vw, 74px);
}

.clean-hero .home-hero-copy,
.hero-product-stage {
  width: 100%;
  min-width: 0;
}

.clean-hero .home-hero-copy h1 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.clean-hero .home-hero-copy > p {
  text-wrap: pretty;
}

.hero-product-stage {
  isolation: isolate;
}

.hero-product-stage::before {
  z-index: -1;
}

.floating-note {
  max-width: min(260px, 42vw);
}

/* Dashboard */
.dashboard,
.dashboard-window {
  width: 100%;
  max-width: 100%;
}

.dashboard-window {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
}

.dash-main {
  width: 100%;
  overflow: hidden;
}

.dash-header {
  min-width: 0;
}

.dash-header > div {
  min-width: 0;
}

.dash-header h3,
.dash-header p,
.pipeline-column article b,
.action-queue span {
  overflow-wrap: anywhere;
}

.dash-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dash-content {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.31fr);
}

.pipeline-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dash-right {
  min-width: 0;
}

/* Shared grids */
.simple-steps-grid,
.clean-feature-grid,
.clean-work-grid,
.platform-points,
.capability-grid,
.related-grid,
.principles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-points {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clean-flow-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.clean-proof-inner,
.flow-heading,
.fit-banner,
.clean-faq-grid,
.review-cta,
.contact-page-grid,
.inner-hero-grid,
.detail-hero-grid,
.project-hero-grid,
.project-story-grid,
.split-editorial,
.fit-grid,
.article-layout {
  min-width: 0;
}

.clean-work-card:last-child {
  min-width: 0;
}

/* Prevent long page labels and URLs from widening layouts. */
.collection-row,
.service-preview-row,
.work-feature,
.article-body,
.legal-body,
.footer-grid,
.footer-group {
  min-width: 0;
}

.collection-row h2,
.collection-row p,
.service-preview-row h3,
.service-preview-row p,
.work-copy h2,
.work-copy p,
.footer-group a {
  overflow-wrap: anywhere;
}

/* Laptop */
@media (max-width: 1180px) {
  .desktop-nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .clean-hero .home-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .clean-hero .home-hero-copy {
    max-width: 760px;
  }

  .hero-product-stage {
    width: min(100%, 900px);
  }

  .floating-note-top {
    right: 0;
  }

  .floating-note-bottom {
    left: 0;
  }

  .dash-content {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.34fr);
  }

  .platform-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clean-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clean-work-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    max-width: none;
  }
}

/* Tablet and mobile navigation */
@media (max-width: 900px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .mobile-nav {
    width: 100%;
  }

  .clean-hero {
    padding-top: 74px;
  }

  .clean-proof-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .proof-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .simple-steps-grid,
  .clean-feature-grid,
  .capability-grid,
  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clean-flow-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-heading,
  .fit-banner,
  .clean-faq-grid,
  .review-cta,
  .contact-page-grid,
  .inner-hero-grid,
  .detail-hero-grid,
  .project-hero-grid,
  .project-story-grid,
  .split-editorial,
  .fit-grid,
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard-window {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .dash-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .dash-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Phone */
@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }

  .shell,
  .narrow {
    width: min(calc(100% - 28px), var(--shell));
  }

  .site-header,
  .header-inner {
    min-height: 68px;
    height: 68px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    border-radius: 9px;
  }

  .clean-hero {
    padding: 56px 0 50px;
  }

  .clean-hero .home-hero-grid {
    gap: 34px;
  }

  .clean-hero .home-hero-copy h1 {
    font-size: clamp(2.5rem, 10.7vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-assurance {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-product-stage {
    padding: 10px 0 18px;
  }

  .hero-product-stage::before {
    inset: -2px -10px 0;
  }

  .floating-note {
    display: none;
  }

  .dashboard-window {
    display: block;
    min-height: 0;
  }

  .dash-sidebar {
    display: none;
  }

  .dash-main {
    padding: 14px;
  }

  .dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dash-metrics > div:nth-child(n + 3) {
    display: none;
  }

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

  .pipeline-column:nth-child(n + 3) {
    display: none;
  }

  .dash-content {
    display: block;
  }

  .dash-right {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 10px;
  }

  .dash-right > section:first-child {
    display: none;
  }

  .proof-brands {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .simple-steps-grid,
  .clean-feature-grid,
  .clean-work-grid,
  .capability-grid,
  .principles-grid,
  .related-grid,
  .platform-points,
  .fit-banner-list,
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .clean-work-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .clean-flow-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-cta,
  .review-cta-compact {
    padding: 22px;
  }

  .collection-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .collection-row .button {
    grid-column: 2;
    width: 100%;
  }

  .service-preview-row {
    grid-template-columns: 36px minmax(0, 1fr) auto;
  }

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

  .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .shell,
  .narrow {
    width: min(calc(100% - 24px), var(--shell));
  }

  .clean-hero .home-hero-copy h1 {
    font-size: clamp(2.34rem, 11.2vw, 3rem);
  }

  .dashboard-window,
  .platform-frame,
  .clean-work-card,
  .simple-step-card,
  .clean-feature-card,
  .review-cta,
  .contact-form {
    border-radius: 13px;
  }

  .dash-header h3 {
    font-size: 1.08rem;
  }

  .pipeline-column article b {
    font-size: 0.54rem;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-intro,
  .footer-group:last-of-type {
    grid-column: auto;
  }
}
