:root {
  --ink: #102724;
  --ink-2: #193b37;
  --paper: #f7f8f5;
  --white: #ffffff;
  --muted: #65736f;
  --line: #dce2dd;
  --teal: #a8ddd1;
  --teal-bright: #38d7b5;
  --coral: #ff7867;
  --coral-dark: #d94f40;
  --blue: #7ea7ff;
  --yellow: #f3dc70;
  --shadow: 0 24px 60px rgba(16, 39, 36, .14);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .brand { font-family: "Manrope", sans-serif; letter-spacing: 0; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.045em; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--teal); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dark { color: var(--coral-dark); }
.announcement { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 20px; color: #eef8f5; background: var(--ink); font-size: .82rem; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.announcement a { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-weight: 700; }
.announcement svg { width: 15px; }

.site-header { position: sticky; top: 0; z-index: 50; padding: 12px 0; background: rgba(247, 248, 245, .92); border-bottom: 1px solid rgba(220, 226, 221, .7); backdrop-filter: blur(18px); }
.nav-shell { width: min(1440px, calc(100% - 48px)); min-height: 64px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-inline: auto; padding: 8px 10px 8px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 800; white-space: nowrap; }
.brand b { color: var(--coral-dark); }
.brand-mark { width: 34px; aspect-ratio: 1; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--ink); border-radius: 50%; font: 800 1rem/1 "Manrope", sans-serif; }
.nav-menu { display: flex; justify-content: center; align-items: center; gap: 34px; font-weight: 600; font-size: .92rem; }
.nav-menu > a { position: relative; }
.nav-menu > a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-menu > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-group { position: static; }
.nav-trigger { display: inline-flex; align-items: center; gap: 5px; padding: 10px 0; background: transparent; border: 0; font-weight: 600; font-size: .92rem; cursor: pointer; }
.nav-trigger > svg { width: 14px; transition: transform .2s; }
.nav-group.open .nav-trigger > svg { transform: rotate(180deg); }
.mega-panel { position: absolute; top: calc(100% + 12px); right: 10px; left: 10px; z-index: 60; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 24px; padding: 28px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 34px 80px rgba(16,39,36,.2); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .22s, transform .22s, visibility .22s; }
.nav-group.open .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel > div:not(.mega-intro) { display: flex; flex-direction: column; gap: 9px; padding: 5px 0 5px 22px; border-left: 1px solid var(--line); }
.mega-panel h4, .mega-intro > span { margin: 0 0 8px; color: var(--coral-dark); font: 700 .65rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
.mega-panel a { padding: 3px 0; color: var(--muted); font-size: .84rem; transition: color .18s, transform .18s; }
.mega-panel a:hover { color: var(--ink); transform: translateX(3px); }
.mega-intro { padding: 22px; color: var(--white); background: var(--ink); border-radius: 6px; }
.mega-intro h3 { margin: 14px 0 10px; font-size: 1.35rem; line-height: 1.08; }
.mega-intro p { margin-bottom: 20px; color: #a9beb8; font-size: .82rem; }
.mega-intro a { display: flex; align-items: center; gap: 7px; color: var(--teal); font-weight: 700; }
.mega-intro a:hover { color: var(--white); }
.mega-intro svg { width: 15px; }
.mega-compact { grid-template-columns: 1.3fr 1fr 1fr; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { width: 45px; aspect-ratio: 1; display: grid; place-items: center; background: var(--paper); border-radius: 50%; }
.icon-button svg { width: 18px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: 5px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--ink-2); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-coral:hover { background: #ff907f; }
.button-small { min-height: 46px; padding-inline: 20px; border-radius: 24px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: min(760px, calc(100svh - 126px)); overflow: hidden; border-radius: 8px; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { height: calc(100% + 48px); top: -24px; transform: translateY(var(--hero-shift, 0)) scale(1.025); animation: hero-arrive 1.2s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(7, 18, 17, .86) 0%, rgba(7, 18, 17, .63) 39%, rgba(7, 18, 17, .08) 70%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 58%); padding: clamp(80px, 9vw, 138px) clamp(32px, 6vw, 92px); color: var(--white); }
.hero h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(3.8rem, 7.2vw, 7.2rem); line-height: .86; letter-spacing: -.06em; }
.hero-content > p { max-width: 550px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.text-link svg { width: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.text-link-light { color: var(--white); }
.signal-card { position: absolute; right: 34px; bottom: 34px; z-index: 3; width: min(350px, calc(100% - 40px)); padding: 22px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.7); border-radius: 8px; box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: signal-float 5s ease-in-out infinite; }
.signal-topline { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.signal-topline span:last-child { margin-left: auto; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #2dbe83; box-shadow: 0 0 0 4px rgba(45,190,131,.14); }
.signal-card p { margin-bottom: 4px; font: 700 1.12rem/1.35 "Manrope", sans-serif; }
.stars { color: #ec9a22; letter-spacing: 1px; }
.signal-action { display: flex; gap: 8px; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--coral-dark); font-size: .82rem; font-weight: 700; }
.signal-action svg { width: 17px; }
.proof-strip { overflow: hidden; padding: 26px 0; color: #e2efeb; background: var(--ink); font: 700 .75rem/1 "Manrope", sans-serif; letter-spacing: .13em; white-space: nowrap; }
.proof-track { width: max-content; display: flex; align-items: center; gap: 70px; padding-right: 70px; animation: proof-scroll 24s linear infinite; }
.proof-track span::before { content: ""; width: 5px; height: 5px; display: inline-block; margin: 0 20px 2px 0; background: var(--coral); border-radius: 50%; }
.audience-strip { padding: 34px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.audience-strip .section-shell { display: grid; grid-template-columns: 270px 1fr; gap: 34px; align-items: center; }
.audience-strip h2 { font-size: .78rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.audience-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.audience-list a { min-height: 58px; display: grid; place-items: center; padding: 10px; color: var(--muted); border-right: 1px solid var(--line); font: 700 .8rem/1.25 "Manrope", sans-serif; text-align: center; transition: color .2s, background .2s; }
.audience-list a:hover { color: var(--ink); background: var(--paper); }
.customer-logo-band { padding-block: 72px; background: var(--white); border-bottom: 1px solid var(--line); }
.logo-band-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.logo-band-heading h2 { max-width: 850px; font-size: clamp(2.4rem, 4vw, 4.5rem); }
.customer-logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.customer-logo-grid img { width: 100%; height: 112px; padding: 28px; object-fit: contain; filter: grayscale(1); opacity: .72; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: filter .2s, opacity .2s, transform .2s; }
.customer-logo-grid img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; }
.intro h2 { max-width: 900px; }
.intro-copy p { margin-bottom: 30px; color: var(--muted); font-size: 1.12rem; }
.platform-showcase { color: var(--white); background: var(--ink); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 70px; align-items: center; }
.dashboard-panel { min-width: 0; color: var(--ink); background: #f9faf8; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: 0 35px 90px rgba(0,0,0,.25); overflow: hidden; }
.dashboard-head { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--white); border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.mini-brand .brand-mark { width: 26px; font-size: .72rem; }
.dashboard-icons { display: flex; align-items: center; gap: 16px; }
.dashboard-icons svg { width: 17px; color: var(--muted); }
.dashboard-icons span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--coral-dark); border-radius: 50%; font-size: .65rem; font-weight: 700; }
.dashboard-body { min-height: 440px; display: grid; grid-template-columns: 160px 1fr; }
.dashboard-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 22px 12px; background: #eef2ef; border-right: 1px solid var(--line); }
.dashboard-sidebar span { display: flex; align-items: center; gap: 9px; padding: 10px; color: var(--muted); border-radius: 5px; font-size: .78rem; }
.dashboard-sidebar span.active { color: var(--ink); background: var(--white); font-weight: 700; }
.dashboard-sidebar svg { width: 15px; }
.dashboard-content { padding: 26px; overflow: hidden; }
.dash-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dash-title div { display: grid; gap: 2px; }
.dash-title small { color: var(--muted); font-size: .64rem; letter-spacing: .12em; }
.dash-title strong { font: 700 1.35rem/1.2 "Manrope", sans-serif; }
.dash-title button { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; font-size: .72rem; }
.dash-title svg { width: 14px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.metric-row > div { display: grid; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; }
.metric-row small { color: var(--muted); font-size: .68rem; }
.metric-row strong { margin: 8px 0 1px; font: 700 1.55rem/1 "Manrope", sans-serif; }
.metric-row em { color: #168b65; font-size: .65rem; font-style: normal; }
.chart-card { margin-top: 12px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 5px; }
.chart-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .72rem; }
.chart-label span { color: var(--muted); }
.chart-bars { height: 150px; display: flex; align-items: end; gap: 7px; margin-top: 24px; border-bottom: 1px solid var(--line); }
.chart-bars span { flex: 1; min-width: 8px; background: linear-gradient(180deg, var(--coral), #f4b09f); border-radius: 3px 3px 0 0; transform-origin: bottom; animation: bar-grow 1s cubic-bezier(.2,.75,.25,1) both; }
.chart-bars span:nth-child(2n) { animation-delay: 90ms; }
.chart-bars span:nth-child(3n) { animation-delay: 170ms; }
.platform-points article { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); }
.platform-points article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.platform-points article > span { color: var(--coral); font: 700 .75rem/1 "Manrope", sans-serif; }
.platform-points h3 { margin-bottom: 8px; font-size: 1.35rem; }
.platform-points p { margin-bottom: 0; color: #abc0ba; }

.services { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.split-heading h2 { max-width: 950px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.service-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-bottom: 1px solid var(--line); }
.service-tab { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; color: var(--muted); background: transparent; border: 0; border-bottom: 3px solid transparent; font-weight: 700; cursor: pointer; }
.service-tab span { font-size: .7rem; }
.service-tab.active { color: var(--ink); border-color: var(--coral); }
.service-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; padding-top: 60px; }
.service-lead { position: sticky; top: 120px; align-self: start; }
.service-icon { width: 70px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 30px; background: var(--teal); border-radius: 50%; }
.service-icon-coral { background: var(--coral); }
.service-icon-blue { background: var(--blue); }
.service-icon svg { width: 28px; }
.service-lead h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.3vw, 3.5rem); line-height: 1.02; letter-spacing: -.035em; }
.service-lead p { color: var(--muted); font-size: 1.08rem; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-list > a { min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.service-list > a:nth-child(2n) { border-right: 0; }
.service-list > a:hover { color: var(--white); background: var(--ink); transform: translateY(-4px); }
.service-list > a > svg { width: 24px; margin-bottom: 38px; color: var(--coral-dark); transition: transform .25s, color .25s; }
.service-list > a:hover > svg { color: var(--coral); transform: rotate(-8deg) scale(1.1); }
.service-list h4 { margin-bottom: 10px; font-size: 1.2rem; }
.service-list p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-list > a:hover p { color: #aec1bc; }
.service-list > a > span { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 20px; font-size: .82rem; font-weight: 700; }
.service-list > a > span svg { width: 15px; transition: transform .2s; }
.service-list > a:hover > span svg { transform: translate(3px, -3px); }

.industries { color: var(--white); background: #254d46; }
.industries .section-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.industry-copy { align-self: center; }
.industry-copy h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.industry-copy p { max-width: 520px; margin-top: 26px; color: #bed1cb; font-size: 1.08rem; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.industry-grid a { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s, background .2s; }
.industry-grid a:hover { color: var(--ink); background: var(--teal); transform: translateY(-3px); }
.industry-grid a { transition: color .25s, background .25s, transform .25s; }
.industry-grid a > svg:first-child { width: 24px; }
.industry-grid a > svg:last-child { width: 17px; }
.industry-grid span { font: 700 1.02rem/1.2 "Manrope", sans-serif; }

.results { background: var(--yellow); }
.results-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.result-quote blockquote { max-width: 820px; margin: 0 0 26px; font: 700 clamp(2.8rem, 5.5vw, 6.2rem)/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
.result-quote > p { max-width: 650px; margin-bottom: 32px; color: #545541; font-size: 1.08rem; }
.result-metrics { border-top: 1px solid rgba(16,39,36,.25); }
.result-metrics article { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(16,39,36,.25); }
.result-metrics strong { font: 800 3.3rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.result-metrics span { max-width: 190px; color: #565944; font-weight: 700; }
.testimonial-attribution { display: flex; align-items: center; gap: 14px; margin: 26px 0 30px; }
.testimonial-avatar, .story-avatar { width: 58px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--ink); border-radius: 50%; font: 700 .82rem/1 "Manrope", sans-serif; }
.testimonial-attribution strong, .testimonial-attribution small { display: block; }
.testimonial-attribution small { margin-top: 4px; color: #64664f; }
.evidence-note { color: var(--muted); font-size: .76rem; }
.result-metrics .evidence-note { max-width: 360px; margin-top: 18px; }
.customer-voices { background: var(--white); }
.customer-voices .split-heading > p { max-width: 420px; color: var(--muted); }
.customer-voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.customer-voice-grid article { min-height: 560px; display: flex; flex-direction: column; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.customer-voice-grid article > img { width: 72px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.customer-voice-grid blockquote { margin: 48px 0 34px; font: 700 1.45rem/1.38 "Manrope", sans-serif; }
.customer-voice-grid article > div { margin-top: auto; }
.customer-voice-grid strong, .customer-voice-grid span { display: block; }
.customer-voice-grid span { margin-top: 4px; color: var(--muted); font-size: .82rem; }
.customer-voice-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--coral-dark); font-size: .8rem; font-weight: 700; }
.customer-voice-grid a svg { width: 16px; }
.trust-recognition { color: var(--white); background: #263e55; }
.trust-recognition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.trust-recognition-grid > div + div { padding-left: 70px; border-left: 1px solid rgba(255,255,255,.18); }
.trust-recognition h2 { max-width: 700px; margin: 20px 0; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.trust-recognition p { color: #b7ccc6; }
.trust-badges, .award-badges { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 42px; }
.award-badges { grid-template-columns: repeat(4, 1fr); }
.trust-badges img, .award-badges img { width: 100%; height: 112px; padding: 8px; object-fit: contain; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-grid h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 700 1.08rem/1.3 "Manrope", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 20px; flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 44px 28px 0; color: var(--muted); }

.contact { color: var(--white); background: var(--ink); }
.contact-shell { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.contact-copy h2 { max-width: 820px; font-size: clamp(3rem, 5.5vw, 6.4rem); }
.contact-copy > p { max-width: 620px; margin-top: 28px; color: #abc0ba; font-size: 1.08rem; }
.contact-assurance { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 40px; color: var(--teal); font-size: .86rem; font-weight: 700; }
.contact-assurance span { display: flex; align-items: center; gap: 7px; }
.contact-assurance svg { width: 17px; }
.contact-form { display: grid; gap: 18px; padding: 32px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form select { width: 100%; height: 50px; padding: 0 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; outline: none; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(16,39,36,.09); }
.contact-form .button { margin-top: 4px; }
.form-note { margin: -2px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.site-footer { padding: 80px 0 30px; color: #dceae6; background: #091714; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.brand-light .brand-mark { color: var(--ink); background: var(--teal); }
.footer-brand p { max-width: 300px; margin-top: 22px; color: #829a93; }
.footer-grid h3 { margin-bottom: 18px; color: var(--teal); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a:not(.brand) { color: #a7bbb5; font-size: .9rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; color: #718781; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: auto auto; }
  .menu-toggle { display: grid; justify-self: end; }
  .nav-menu { position: fixed; inset: 126px 24px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu > a { padding: 16px; border-bottom: 1px solid var(--line); }
  .nav-menu > a:last-child { border-bottom: 0; }
  .nav-trigger { width: 100%; justify-content: space-between; padding: 16px; border-bottom: 1px solid var(--line); }
  .mega-panel { position: static; display: none; grid-template-columns: 1fr; max-height: 52vh; overflow-y: auto; margin: 0 4px; padding: 12px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-group.open .mega-panel { display: grid; }
  .mega-panel > div:not(.mega-intro) { padding: 10px 8px; border-left: 0; border-top: 1px solid var(--line); }
  .nav-actions { display: none; }
  .hero-content { width: 70%; }
  .intro-grid, .split-heading { grid-template-columns: 1fr; gap: 40px; }
  .dashboard-grid, .industries .section-shell, .contact-shell { grid-template-columns: 1fr; }
  .dashboard-grid, .industries .section-shell, .contact-shell { gap: 60px; }
  .platform-points { display: grid; grid-template-columns: repeat(3, 1fr); }
  .platform-points article { grid-template-columns: 1fr; align-content: start; padding-inline: 18px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .platform-points article:last-child { border-right: 0; }
  .service-panel { grid-template-columns: 1fr; }
  .service-lead { position: static; max-width: 650px; }
  .results-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 760px) {
  .section-shell, .nav-shell { width: min(100% - 24px, 1440px); }
  .section-pad { padding: 82px 0; }
  .announcement { min-height: 44px; justify-content: flex-start; overflow: auto; white-space: nowrap; }
  .announcement a { margin-left: auto; }
  .site-header { padding: 8px 0; }
  .nav-shell { min-height: 58px; }
  .brand { font-size: .84rem; }
  .brand-mark { width: 32px; }
  .nav-menu { inset: 108px 12px auto; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,18,17,.58), rgba(7,18,17,.9) 66%, rgba(7,18,17,.96)); }
  .hero-content { width: 100%; padding: 68px 24px 240px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.1rem); }
  .hero-content > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .signal-card { right: 18px; bottom: 18px; left: 18px; width: auto; }
  .proof-strip { justify-content: flex-start; }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .intro-grid { gap: 30px; }
  .dashboard-body { grid-template-columns: 1fr; min-height: 0; }
  .dashboard-sidebar { display: none; }
  .dashboard-content { padding: 18px; }
  .dash-title { align-items: flex-start; }
  .dash-title button { display: none; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row > div { grid-template-columns: 1fr auto; align-items: center; }
  .metric-row small { grid-column: 1; }
  .metric-row strong { grid-column: 1; }
  .metric-row em { grid-column: 2; grid-row: 1 / 3; }
  .platform-points { grid-template-columns: 1fr; }
  .platform-points article { grid-template-columns: 38px 1fr; padding-inline: 0; border-right: 0; }
  .service-tabs { margin-top: 48px; overflow-x: auto; grid-template-columns: repeat(3, minmax(150px, 1fr)); }
  .service-tab { padding-inline: 14px; white-space: nowrap; }
  .service-panel { gap: 30px; padding-top: 44px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list > a, .service-list > a:nth-child(2n) { min-height: 250px; border-right: 0; }
  .service-list svg { margin-bottom: 24px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid a { min-height: 102px; }
  .result-metrics article { grid-template-columns: 130px 1fr; }
  .result-metrics strong { font-size: 2.7rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 44px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@keyframes hero-arrive { from { opacity: .35; transform: translateY(18px) scale(1.08); } to { opacity: 1; transform: translateY(var(--hero-shift, 0)) scale(1.025); } }
@keyframes signal-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes proof-scroll { to { transform: translateX(-50%); } }
@keyframes bar-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.motion-ready .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms), transform .75s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms); }
.motion-ready .reveal.in-view { opacity: 1; transform: translateY(0); }
.button svg, .text-link svg, .related-grid span svg, .hub-card span svg, .resource-grid a svg { transition: transform .22s ease; }
.button:hover svg, .text-link:hover svg, .related-grid > a:hover span svg, .hub-card:hover span svg, .resource-grid a:hover svg { transform: translate(4px, -2px); }
.detail-visual { animation: detail-float 6s ease-in-out infinite; }
.detail-chart i { transform-origin: bottom; animation: bar-grow 1s cubic-bezier(.2,.75,.25,1) both; }
.detail-chart i:nth-child(2n) { animation-delay: 100ms; }
.detail-chart i:nth-child(3n) { animation-delay: 180ms; }
@keyframes detail-float { 0%, 100% { transform: rotate(1.5deg) translateY(0); } 50% { transform: rotate(.5deg) translateY(-10px); } }

@media (max-width: 420px) {
  .announcement > a { display: none; }
  .hero h1 { font-size: 3.15rem; }
  .button { padding-inline: 16px; }
  .chart-card { display: none; }
  .dashboard-content { min-height: 350px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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

/* Internal pages */
.internal-header { position: relative; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 54px; color: rgba(255,255,255,.62); font-size: .78rem; }
.breadcrumbs svg { width: 13px; }
.breadcrumbs a:hover { color: var(--white); }
.detail-hero, .hub-hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.detail-hero::after, .hub-hero::after { content: ""; position: absolute; right: -12%; bottom: -45%; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); pointer-events: none; }
.detail-hero.accent-1 { background: #263e55; }
.detail-hero.accent-2 { background: #4b302e; }
.detail-hero-grid { position: relative; z-index: 1; min-height: 730px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; padding-block: 80px; }
.detail-hero h1, .hub-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3.6rem, 6.6vw, 7.2rem); line-height: .9; letter-spacing: -.06em; }
.detail-hero h1 { font-size: clamp(3rem, 5.4vw, 6.2rem); }
.detail-hero-grid > div:first-child > p, .hub-hero .section-shell > p { max-width: 690px; margin-bottom: 34px; color: #b7ccc6; font-size: 1.14rem; }
.detail-visual { width: 100%; min-height: 490px; align-self: center; padding: 28px; color: var(--ink); background: #f7f8f5; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); box-shadow: 0 35px 100px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.detail-visual-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 700; }
.detail-visual-top span { display: flex; align-items: center; gap: 9px; }
.detail-visual-top svg { width: 19px; color: var(--coral-dark); }
.detail-visual-top em { color: var(--coral-dark); font-size: .65rem; font-style: normal; letter-spacing: .13em; }
.visual-tabs { display: flex; gap: 6px; padding: 18px 0 6px; overflow-x: auto; }
.visual-tabs span { padding: 7px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; font-size: .68rem; font-weight: 700; white-space: nowrap; }
.visual-tabs span.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.detail-score { display: grid; grid-template-columns: 1fr auto; gap: 4px; align-items: end; padding: 30px 0 18px; }
.detail-score small { grid-column: 1 / -1; color: var(--muted); font-size: .68rem; letter-spacing: .1em; }
.detail-score strong { font: 800 5rem/.9 "Manrope", sans-serif; letter-spacing: -.06em; }
.detail-score span { padding: 7px 10px; color: #147b5d; background: #dff4eb; border-radius: 4px; font-size: .72rem; }
.visual-rows { border-top: 1px solid var(--line); }
.visual-rows article { display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.visual-rows svg { width: 17px; color: var(--coral-dark); }
.visual-rows b { font-size: .82rem; }
.visual-reputation .visual-tabs span.active { background: #7a3c3c; border-color: #7a3c3c; }
.visual-presence .visual-tabs span.active { background: #254d46; border-color: #254d46; }
.visual-conversation .visual-tabs span.active { background: #263e55; border-color: #263e55; }
.visual-schedule .visual-tabs span.active { color: var(--ink); background: var(--yellow); border-color: #d1be54; }
.detail-chart { height: 150px; display: flex; align-items: end; gap: 9px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.detail-chart i { flex: 1; background: var(--coral); border-radius: 3px 3px 0 0; }
.detail-signal { display: flex; align-items: center; gap: 12px; padding-top: 22px; }
.detail-signal > span { width: 10px; height: 10px; flex: 0 0 auto; background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(56,215,181,.14); }
.detail-signal p { margin: 0; color: var(--muted); font-size: .78rem; }
.detail-signal b { display: block; color: var(--ink); }
.detail-outcomes { background: var(--white); }
.detail-outcomes h2 { max-width: 1050px; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.outcome-grid article { padding: 32px 28px 20px 0; border-right: 1px solid var(--line); }
.outcome-grid article + article { padding-left: 28px; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid span { color: var(--coral-dark); font-weight: 700; font-size: .72rem; }
.outcome-grid h3 { margin: 35px 0 12px; font-size: 1.55rem; }
.outcome-grid p { color: var(--muted); }
.capability-band { color: var(--white); background: #254d46; }
.capability-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.capability-grid > div:first-child { position: sticky; top: 110px; align-self: start; }
.capability-grid h2 { font-size: clamp(2.8rem, 4.7vw, 5.2rem); }
.capability-grid > div:first-child > p { max-width: 560px; margin-top: 28px; color: #b5c9c3; }
.capability-list { border-top: 1px solid rgba(255,255,255,.2); }
.capability-list article { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.capability-list svg { width: 25px; color: var(--teal); }
.capability-list h3 { margin-bottom: 8px; font-size: 1.25rem; }
.capability-list p { margin: 0; color: #b5c9c3; }
.how-it-works { background: var(--yellow); }
.how-it-works h2 { max-width: 760px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.steps-grid article { min-height: 280px; padding: 28px; background: rgba(255,255,255,.42); border: 1px solid rgba(16,39,36,.16); border-radius: var(--radius); }
.steps-grid b { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 70px; color: var(--white); background: var(--ink); border-radius: 50%; }
.steps-grid h3 { margin-bottom: 10px; font-size: 1.5rem; }
.steps-grid p { color: #5d5f48; }
.related { background: var(--paper); }
.related-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.related-head h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.related-grid > a { min-height: 340px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.related-grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.related-grid > a > svg { width: 30px; margin-bottom: 55px; color: var(--coral-dark); }
.related-grid h3 { margin-bottom: 12px; font-size: 1.5rem; }
.related-grid p { color: var(--muted); }
.related-grid span { display: flex; align-items: center; gap: 7px; margin-top: auto; font-weight: 700; }
.related-grid span svg { width: 16px; }
.internal-cta { padding: 120px 0; color: var(--white); background: var(--ink); text-align: center; }
.internal-cta h2 { max-width: 980px; margin-inline: auto; }
.internal-cta p { max-width: 620px; margin: 28px auto 34px; color: #afc4be; font-size: 1.08rem; }
.hub-hero .section-shell { position: relative; z-index: 1; min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding-block: 70px; }
.hub-hero h1 { margin-bottom: 20px; }
.hub-list { background: var(--white); }
.hub-list .section-shell { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.hub-card { min-height: 280px; display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hub-card:nth-child(2n) { border-right: 0; }
.hub-card > svg { width: 27px; color: var(--coral-dark); }
.hub-card h2 { margin-bottom: 10px; font-size: 1.7rem; letter-spacing: -.03em; }
.hub-card p { color: var(--muted); }
.hub-card > span { grid-column: 2; display: flex; align-items: center; gap: 7px; margin-top: auto; font-weight: 700; }
.hub-card span svg { width: 16px; }
.resource-hero { background: #263e55; }
.resource-list { background: var(--paper); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-grid article { min-height: 380px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.resource-grid article > span { color: var(--coral-dark); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.resource-grid h2 { margin: 70px 0 16px; font-size: 1.7rem; letter-spacing: -.03em; }
.resource-grid p { color: var(--muted); }
.resource-grid a { display: flex; align-items: center; gap: 7px; margin-top: auto; font-weight: 700; }
.resource-grid a svg { width: 16px; }
.company-hero { background: #4b302e; }
.company-story { background: var(--white); }
.company-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.company-grid h2 { font-size: clamp(2.8rem, 5vw, 5.8rem); }
.company-grid > div > p { color: var(--muted); font-size: 1.08rem; }
.company-contact { display: grid; gap: 10px; margin: 32px 0; }
.company-contact a { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; }
.company-contact svg { width: 22px; color: var(--coral-dark); }
.company-contact small { display: block; margin-bottom: 2px; color: var(--muted); font-size: .65rem; letter-spacing: .1em; }
.pricing-hero { background: #254d46; }
.pricing { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-grid article { min-height: 560px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.pricing-grid article.featured { color: var(--white); background: var(--ink); transform: translateY(-18px); }
.pricing-grid article > span { color: var(--coral-dark); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.pricing-grid article.featured > span { color: var(--teal); }
.pricing-grid h2 { margin: 50px 0 15px; font-size: 2.5rem; }
.pricing-grid p { color: var(--muted); }
.pricing-grid .featured p { color: #abc0ba; }
.pricing-grid ul { display: grid; gap: 14px; padding: 24px 0; margin: 15px 0 30px; border-top: 1px solid var(--line); list-style: none; }
.pricing-grid li { display: flex; align-items: center; gap: 9px; }
.pricing-grid li svg { width: 18px; color: var(--coral-dark); }
.pricing-grid .button { margin-top: auto; }
.tool-hero { background: #263e55; }
.tool-surface { background: var(--white); }
.tool-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.tool-grid h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.tool-grid form { display: grid; gap: 18px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.tool-grid label { display: grid; gap: 7px; font-size: .82rem; font-weight: 700; }
.tool-grid input { height: 52px; padding: 0 14px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.tool-grid select { height: 52px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.workflow-showcase { background: var(--white); }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.workflow-grid > div:first-child > h2 { font-size: clamp(2.8rem, 4.7vw, 5.2rem); }
.workflow-grid > div:first-child > p { margin: 24px 0; color: var(--muted); font-size: 1.05rem; }
.workflow-grid ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.workflow-grid li { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.workflow-grid li svg { width: 18px; color: var(--coral-dark); }
.workflow-ui { padding: 12px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.workflow-ui-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.workflow-ui-head span { display: flex; align-items: center; gap: 8px; }
.workflow-ui-head svg { width: 18px; color: var(--coral-dark); }
.workflow-ui-head em { color: var(--muted); font-size: .65rem; font-style: normal; letter-spacing: .1em; }
.workflow-ui article { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.workflow-ui article:last-child { border-bottom: 0; }
.workflow-ui article > b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-size: .7rem; }
.workflow-ui small { color: var(--coral-dark); font-weight: 700; letter-spacing: .08em; }
.workflow-ui h3 { margin: 3px 0; font-size: 1rem; }
.workflow-ui p { margin: 0; color: var(--muted); font-size: .8rem; }
.workflow-status { padding: 6px 8px; color: #147b5d; background: #dff4eb; border-radius: 4px; font-size: .62rem; font-weight: 700; }
.measure-band { color: var(--white); background: #263e55; }
.measure-band h2, .tool-preview h2 { max-width: 980px; }
.measure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; }
.measure-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.measure-grid article > svg { width: 27px; margin-bottom: 65px; color: var(--teal); }
.measure-grid article > span { font: 700 1.22rem/1.25 "Manrope", sans-serif; }
.measure-grid article p { margin: 12px 0 0; color: #b5c9c3; }
.tool-preview { background: var(--white); }
.tool-preview .measure-grid article { color: var(--ink); background: var(--paper); border-color: var(--line); }
.tool-preview .measure-grid article > svg { color: var(--coral-dark); }
.tool-preview .measure-grid article p { color: var(--muted); }
.journey-map { border-top: 1px solid var(--line); }
.journey-map article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.journey-map article > span { color: var(--coral-dark); font-size: .72rem; font-weight: 700; }
.journey-map h3 { margin-bottom: 6px; font-size: 1.25rem; }
.journey-map p { margin: 0; color: var(--muted); }
.industry-ops { background: var(--paper); }
.industry-ops .section-heading { max-width: 930px; }
.ops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.ops-grid article { min-height: 360px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.ops-grid svg { width: 28px; color: var(--coral-dark); }
.ops-grid span { margin-top: 64px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ops-grid h3 { margin: 10px 0 14px; font-size: 1.65rem; }
.ops-grid p { margin-top: auto; color: var(--muted); }
.integration-band { color: var(--white); background: var(--ink); }
.integration-band .workflow-grid > div:first-child > p { color: #abc0ba; }
.integration-list { border-top: 1px solid rgba(255,255,255,.18); }
.integration-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.integration-list article > span { color: var(--teal); font-size: .7rem; }
.integration-list strong { font-size: 1.25rem; }
.integration-list svg { width: 18px; color: var(--coral); }
.resource-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; margin-bottom: 70px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.resource-feature h2 { max-width: 760px; margin: 18px 0; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.resource-feature p { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 1.05rem; }
.resource-cover { min-height: 460px; display: flex; flex-direction: column; padding: 34px; color: var(--white); background: #254d46; border: 1px solid rgba(16,39,36,.2); border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.resource-cover > svg { width: 40px; color: var(--teal); }
.resource-cover small { margin-top: auto; color: #b7ccc6; letter-spacing: .1em; }
.resource-cover strong { max-width: 420px; margin: 16px 0; font: 700 clamp(2.2rem, 4vw, 4rem)/.98 "Manrope", sans-serif; }
.resource-cover span { color: var(--teal); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.resource-takeaways { color: var(--white); background: #263e55; }
.resource-takeaways h2 { max-width: 900px; }
.takeaway-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid rgba(255,255,255,.18); }
.takeaway-grid article { min-height: 230px; padding: 26px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.takeaway-grid article + article { padding-left: 28px; }
.takeaway-grid article:last-child { border-right: 0; }
.takeaway-grid b { color: var(--teal); font-size: .72rem; }
.takeaway-grid p { max-width: 310px; margin-top: 70px; font: 700 1.25rem/1.35 "Manrope", sans-serif; }
.company-principles { background: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.principle-grid article { min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-content: start; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.principle-grid article > span { color: var(--coral-dark); font-size: .72rem; font-weight: 700; }
.principle-grid svg { width: 25px; color: var(--coral-dark); }
.principle-grid h2 { grid-column: 1 / -1; margin-top: 90px; font-size: 1.65rem; }
.principle-grid p { grid-column: 1 / -1; color: var(--muted); }
.company-depth { background: var(--white); }
.origin-story { background: var(--white); }
.origin-story blockquote { margin: 30px 0; padding-left: 22px; border-left: 3px solid var(--coral); font: 700 1.35rem/1.45 "Manrope", sans-serif; }
.company-stats { padding: 54px 0; color: var(--white); background: #263e55; }
.company-stats .section-shell { display: grid; grid-template-columns: repeat(5, 1fr); }
.company-stats article { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.18); }
.company-stats article:last-child { border-right: 0; }
.company-stats strong { font: 800 2.3rem/1 "Manrope", sans-serif; }
.company-stats span { margin-top: 10px; color: #b7ccc6; font-size: .76rem; }
.company-stats > p { margin: 20px auto 0; color: #91aaa3; font-size: .72rem; text-align: center; }
.leadership { background: var(--paper); }
.leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 56px; }
.leadership-grid article { min-height: 340px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.leadership-grid article > span { width: 72px; aspect-ratio: 1; display: grid; place-items: center; color: var(--white); background: #263e55; border-radius: 50%; font: 700 .9rem/1 "Manrope", sans-serif; }
.leadership-grid h3 { margin: 68px 0 6px; font-size: 1.45rem; }
.leadership-grid strong { color: var(--coral-dark); font-size: .76rem; }
.leadership-grid p { margin-top: auto; color: var(--muted); font-size: .86rem; }
.pricing-proof { color: var(--white); background: #263e55; }
.pricing-proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.pricing-proof blockquote { max-width: 760px; margin: 25px 0; font: 700 clamp(2.2rem, 4.2vw, 4.6rem)/1.02 "Manrope", sans-serif; }
.testimonial-attribution-light small { color: #b7ccc6; }
.pricing-proof .evidence-note { color: #91aaa3; }
.proof-metrics { border-top: 1px solid rgba(255,255,255,.18); }
.proof-metrics article { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.proof-metrics strong { color: var(--teal); font: 800 2.7rem/1 "Manrope", sans-serif; }
.proof-metrics span { color: #b7ccc6; }
.story-hero { padding: 100px 0; color: var(--white); background: #263e55; }
.story-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.story-hero h1 { margin: 22px 0; font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: .88; letter-spacing: -.06em; }
.story-hero-grid > div:first-child > p { color: #b7ccc6; font-size: 1.08rem; }
.story-quote { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); transform: rotate(1deg); }
.story-quote blockquote { margin: 55px 0 24px; font: 700 1.7rem/1.3 "Manrope", sans-serif; }
.story-quote strong, .story-quote small { display: block; }
.story-quote small { margin-top: 4px; color: var(--muted); }
.story-narrative { background: var(--white); }
.story-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px; }
.story-columns article > span { color: var(--coral-dark); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.story-columns h2 { margin: 25px 0; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.story-columns p { color: var(--muted); }
.story-columns ul { display: grid; gap: 14px; padding: 0; list-style: none; }
.story-columns li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.story-columns li svg { width: 18px; color: var(--coral-dark); }
.story-results { color: var(--white); background: var(--ink); }
.story-results h2 { max-width: 980px; }
.story-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.18); }
.story-metrics article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.18); }
.story-metrics article:last-child { border-right: 0; }
.story-metrics strong { color: var(--teal); font: 800 3.2rem/1 "Manrope", sans-serif; }
.story-metrics span { margin-top: 12px; color: #b7ccc6; }
.story-results .evidence-note { margin-top: 24px; color: #91aaa3; }
.story-client-logo { width: 180px; height: 72px; margin: 34px 0 14px; padding: 10px; object-fit: contain; background: var(--white); border-radius: var(--radius); }
.story-hero-media { min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-hero-media img { width: 100%; min-height: 430px; display: block; object-fit: cover; }
.approved-testimonial { background: var(--yellow); }
.approved-testimonial-grid { display: grid; grid-template-columns: 280px 1fr; gap: 70px; align-items: center; }
.approved-headshot { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }
.approved-testimonial blockquote { max-width: 980px; margin: 24px 0 30px; font: 700 clamp(2rem, 4vw, 4.5rem)/1.05 "Manrope", sans-serif; }
.approved-testimonial strong, .approved-testimonial small { display: block; }
.approved-testimonial small { margin-top: 5px; color: var(--muted); }
.visual-story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.visual-story-grid > figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.visual-story-grid > figure img { width: 100%; display: block; object-fit: cover; }
.visual-story-results .story-metrics { grid-template-columns: repeat(3, 1fr); }
.result-detail { background: var(--white); }
.result-detail > .section-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.result-comparison { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; }
.result-comparison article { min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 25px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.result-comparison article span { color: var(--muted); font-size: .68rem; letter-spacing: .1em; }
.result-comparison article strong { margin-top: 45px; font: 800 2.5rem/1.05 "Manrope", sans-serif; }
.result-comparison > svg { width: 24px; color: var(--coral-dark); }
.result-context h2 { margin: 20px 0; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.result-context p { color: var(--muted); }
.result-context .button { margin-top: 24px; }
.impact-table { margin: 36px 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.impact-table > div { display: grid; grid-template-columns: .7fr 1fr 1fr; }
.impact-table > div > * { padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-table > div > *:last-child { border-right: 0; }
.impact-table > div:first-child { background: var(--paper); }
.audit-dimension { margin: 22px 0; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.audit-dimension > span { color: var(--coral-dark); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.audit-dimension h3 { margin: 32px 0 12px; font-size: 1.55rem; }
.score-bands { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.score-bands article { display: grid; padding: 20px; background: var(--paper); border: 1px solid var(--line); }
.score-bands strong { font: 800 1.7rem/1 "Manrope", sans-serif; }
.score-bands span { margin-top: 10px; color: var(--muted); font-size: .8rem; }
.ai-report-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ai-report-facts article { padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.ai-report-facts span { display: block; color: var(--muted); font-size: .7rem; }
.ai-report-facts strong { display: block; margin-top: 10px; }
.company-depth .section-heading { max-width: 1040px; }
.company-depth-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 62px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-depth-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-depth-grid svg { width: 28px; color: var(--coral-dark); }
.company-depth-grid h3 { margin: 78px 0 12px; font-size: 1.65rem; }
.company-depth-grid p { max-width: 500px; color: var(--muted); }
.company-depth-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 36px 0 0; padding: 24px 0; border-bottom: 1px solid var(--line); }
.company-depth-note a { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.company-depth-note svg { width: 17px; }
.contact-intake { background: var(--paper); }
.contact-topics { display: grid; gap: 12px; margin-top: 34px; }
.contact-topics span { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.contact-topics svg { width: 18px; color: var(--coral-dark); }
.pricing-form-section { background: var(--white); }
.plan-compare { background: var(--white); }
.plan-compare .section-heading { max-width: 820px; }
.plan-compare .section-heading > p { margin-top: 18px; color: var(--muted); }
.comparison-wrap { margin-top: 52px; border: 1px solid var(--line); border-radius: var(--radius); overflow-x: auto; }
.comparison-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-wrap th, .comparison-wrap td { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-wrap th:first-child, .comparison-wrap td:first-child { width: 46%; text-align: left; }
.comparison-wrap th { color: var(--muted); background: var(--paper); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-wrap td:first-child { font-weight: 700; }
.comparison-wrap svg { width: 19px; color: #168b65; }
.rollout { color: var(--white); background: #263e55; }
.rollout .workflow-grid > div:first-child > p { color: #b5c9c3; }
.rollout-steps { border-top: 1px solid rgba(255,255,255,.18); }
.rollout-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.rollout-steps b { color: var(--teal); font-size: .72rem; }
.rollout-steps h3 { margin-bottom: 6px; font-size: 1.3rem; }
.rollout-steps p { margin: 0; color: #b5c9c3; }
.sample-report { color: var(--white); background: #254d46; }
.report-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.report-shell > div:first-child > p { max-width: 540px; color: #b5c9c3; }
.report-platforms { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 32px; }
.report-platforms span { padding: 8px 10px; color: var(--teal); border: 1px solid rgba(255,255,255,.22); border-radius: 4px; font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.report-card { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.report-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: .68rem; letter-spacing: .08em; }
.report-head span { color: var(--coral-dark); font-weight: 700; }
.report-score { display: flex; align-items: end; gap: 15px; padding: 26px 0; }
.report-score strong { font: 800 4.5rem/.85 "Manrope", sans-serif; }
.report-score span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.report-card > article { display: grid; grid-template-columns: minmax(130px, 1fr) 1.5fr 32px; gap: 14px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); font-size: .78rem; }
.report-card > article div, .generated-dimensions article div { height: 6px; background: #e4e8e5; border-radius: 4px; overflow: hidden; }
.report-card > article i, .generated-dimensions article i { height: 100%; display: block; background: var(--coral); border-radius: inherit; }
.report-card > p { display: flex; gap: 10px; margin: 22px 0 0; padding: 16px; color: var(--muted); background: var(--paper); font-size: .78rem; }
.report-card > p svg { width: 18px; flex: 0 0 auto; color: var(--coral-dark); }
.assessment-form small { color: var(--muted); font-size: .72rem; }
.generated-report { display: grid; grid-template-columns: 1fr 150px; gap: 28px 50px; margin-top: 70px; padding-top: 70px; border-top: 1px solid var(--line); }
.generated-report[hidden] { display: none; }
.generated-report h2 { font-size: clamp(2.3rem, 4vw, 4.4rem); }
.generated-report > div:first-child > p { max-width: 650px; color: var(--muted); }
.generated-score { display: grid; place-items: center; align-content: center; min-height: 150px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.generated-score strong { font: 800 3.6rem/.9 "Manrope", sans-serif; }
.generated-score span { margin-top: 8px; color: var(--teal); font-size: .62rem; letter-spacing: .08em; }
.generated-dimensions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.generated-dimensions article { padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.generated-dimensions article span { display: block; color: var(--muted); font-size: .76rem; }
.generated-dimensions article b { display: block; margin: 10px 0 16px; font: 700 2rem/1 "Manrope", sans-serif; }
.generated-report > .button { justify-self: start; }
.resource-detail-hero { padding: 100px 0 90px; color: var(--white); background: #263e55; }
.resource-detail-hero h1 { max-width: 1050px; margin: 22px 0; font-size: clamp(3.2rem, 6.4vw, 7rem); line-height: .93; letter-spacing: -.055em; }
.resource-detail-hero > .section-shell > p { max-width: 780px; color: #b7ccc6; font-size: 1.12rem; }
.resource-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: #b7ccc6; font-size: .78rem; }
.resource-meta span { display: flex; align-items: center; gap: 7px; }
.resource-meta svg { width: 16px; color: var(--teal); }
.article-shell { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 90px; margin-inline: auto; }
.article-body { min-width: 0; max-width: 760px; }
.article-body > p, .article-body li { color: var(--muted); font-size: 1.04rem; }
.article-body .article-lede { color: var(--ink); font: 600 1.45rem/1.55 "Manrope", sans-serif; }
.article-body h2 { margin: 64px 0 18px; font-size: clamp(2rem, 3.4vw, 3.6rem); }
.article-body blockquote { margin: 38px 0; padding: 28px 0 28px 28px; border-left: 4px solid var(--coral); font: 700 1.45rem/1.45 "Manrope", sans-serif; }
.article-lenses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.article-lenses section { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.article-lenses b { color: var(--coral-dark); font-size: .7rem; }
.article-lenses h3 { margin: 36px 0 10px; font-size: 1.05rem; }
.article-lenses p { color: var(--muted); font-size: .83rem; }
.article-checklist { display: grid; gap: 12px; padding: 0; list-style: none; }
.article-checklist li { display: flex; align-items: center; gap: 10px; }
.article-checklist svg { width: 19px; color: var(--coral-dark); }
.article-aside { position: sticky; top: 110px; align-self: start; padding: 28px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.article-aside > span { color: var(--teal); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.article-aside h2 { margin: 55px 0 18px; font-size: 1.8rem; }
.article-aside p { color: #abc0ba; }

@media (max-width: 980px) {
  .logo-band-heading, .trust-recognition-grid, .visual-story-grid { grid-template-columns: 1fr; gap: 50px; }
  .customer-logo-grid { grid-template-columns: repeat(4, 1fr); }
  .customer-voice-grid { grid-template-columns: 1fr; }
  .customer-voice-grid article { min-height: 0; }
  .trust-recognition-grid > div + div { padding: 50px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .approved-testimonial-grid { grid-template-columns: 220px 1fr; gap: 45px; }
  .audience-strip .section-shell { grid-template-columns: 1fr; }
  .audience-list { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
  .audience-list a { border-bottom: 1px solid var(--line); }
  .detail-hero-grid, .capability-grid, .company-grid, .tool-grid, .workflow-grid, .report-shell, .article-shell, .pricing-proof-grid, .story-hero-grid, .story-columns, .result-detail > .section-shell { grid-template-columns: 1fr; gap: 60px; }
  .detail-hero-grid { padding-bottom: 90px; }
  .detail-visual { max-width: 720px; }
  .capability-grid > div:first-child { position: static; }
  .outcome-grid, .steps-grid, .related-grid, .resource-grid, .pricing-grid, .measure-grid, .ops-grid, .principle-grid, .takeaway-grid, .company-depth-grid { grid-template-columns: 1fr; }
  .resource-feature { grid-template-columns: 1fr; gap: 50px; }
  .resource-cover { max-width: 680px; }
  .article-aside { position: static; }
  .generated-dimensions { grid-template-columns: 1fr; }
  .leadership-grid { grid-template-columns: repeat(2, 1fr); }
  .company-stats .section-shell { grid-template-columns: repeat(3, 1fr); }
  .story-metrics { grid-template-columns: repeat(2, 1fr); }
  .ai-report-facts { grid-template-columns: repeat(2, 1fr); }
  .takeaway-grid article, .takeaway-grid article + article { min-height: 170px; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .takeaway-grid p { margin-top: 35px; }
  .outcome-grid article, .outcome-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps-grid article { min-height: 230px; }
  .pricing-grid article.featured { transform: none; }
}

@media (max-width: 760px) {
  .customer-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .customer-logo-grid img { height: 96px; padding: 22px; }
  .trust-badges { grid-template-columns: repeat(3, 1fr); }
  .award-badges { grid-template-columns: repeat(2, 1fr); }
  .approved-testimonial-grid { grid-template-columns: 1fr; }
  .approved-headshot { width: 150px; }
  .story-hero-media img { min-height: 260px; }
  .visual-story-results .story-metrics { grid-template-columns: 1fr; }
  .audience-list { grid-template-columns: repeat(2, 1fr); }
  .breadcrumbs { margin-bottom: 24px; }
  .detail-hero-grid { min-height: 0; gap: 42px; padding-block: 38px 46px; }
  .detail-hero h1, .hub-hero h1 { margin-bottom: 20px; font-size: clamp(2.65rem, 11vw, 3.5rem); }
  .detail-hero-grid > div:first-child > p, .hub-hero .section-shell > p { margin-bottom: 24px; font-size: 1rem; }
  .detail-visual { min-height: 390px; padding: 20px; transform: none; }
  .detail-score strong { font-size: 4rem; }
  .detail-chart { height: 115px; }
  .related-head { align-items: flex-start; flex-direction: column; }
  .hub-hero .section-shell { min-height: 510px; }
  .hub-list .section-shell { grid-template-columns: 1fr; }
  .hub-card, .hub-card:nth-child(2n) { min-height: 230px; padding: 26px 10px; border-right: 0; }
  .resource-grid article { min-height: 320px; }
  .resource-detail-hero { padding: 58px 0 64px; }
  .resource-detail-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .article-shell { width: min(100% - 32px, 1180px); }
  .article-lenses { grid-template-columns: 1fr; }
  .generated-report { grid-template-columns: 1fr; }
  .generated-score, .generated-dimensions { grid-column: 1; }
  .report-card { padding: 20px; }
  .report-card > article { grid-template-columns: 1fr 1fr 30px; }
  .leadership-grid, .company-stats .section-shell, .story-metrics, .ai-report-facts, .score-bands { grid-template-columns: 1fr; }
  .company-stats article, .story-metrics article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .result-comparison { grid-template-columns: 1fr; }
  .result-comparison > svg { transform: rotate(90deg); justify-self: center; }
  .impact-table { max-width: 100%; overflow-x: auto; }
  .impact-table > div { min-width: 680px; }
  .internal-cta { padding: 85px 0; }
}
