@font-face { font-family: "Manrope"; src: url("/assets/manrope-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/manrope-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --night: #070d18;
  --night-2: #0d1626;
  --surface: #f4f6fa;
  --surface-2: #e9edf5;
  --white: #fff;
  --ink: #0d1524;
  --muted: #647083;
  --line: #d9dee8;
  --blue: #315cff;
  --blue-2: #7898ff;
  --cyan: #a8e5ff;
  --max: 1240px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--surface); font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: white; background: rgba(7,13,24,.9); box-shadow: 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(7,13,24,.97); box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-header.scrolled .nav-wrap { border-bottom-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand-copy strong { font-size: 1.12rem; font-weight: 700; letter-spacing: -.035em; }
.brand-copy small { color: rgba(255,255,255,.82); font-size: .52rem; font-weight: 700; letter-spacing: .115em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 21px; font-size: .88rem; font-weight: 700; }
.primary-nav > a { color: rgba(255,255,255,.88); text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: white; }
.header-email { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(255,255,255,.08); }
.header-email:hover, .header-email:focus-visible { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); }
.header-email svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.header-email span { display: none; }
.language-switch { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.3); font-size: .78rem; }
.language-switch a { color: rgba(255,255,255,.75); text-decoration: none; }
.language-switch a:hover { color: white; }
.language-switch [aria-current="page"] { color: white; }
.primary-nav .nav-cta { display: inline-flex; gap: 14px; align-items: center; padding: 10px 15px; border: 1px solid #5f7fff; border-radius: 999px; color: white; background: rgba(49,92,255,.72); box-shadow: 0 8px 24px rgba(49,92,255,.2); font-size: .82rem; }
.primary-nav .nav-cta:hover { border-color: white; background: white; color: var(--night); }
.menu-toggle { display: none; padding: 10px 0 10px 12px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: white; }

.hero-modern { position: relative; min-height: 860px; overflow: hidden; padding: 150px 0 0; color: white; background: var(--night); }
.hero-modern::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,13,24,1) 0%, rgba(7,13,24,.96) 27%, rgba(7,13,24,.64) 51%, rgba(7,13,24,.05) 82%), linear-gradient(0deg, rgba(7,13,24,1) 0%, rgba(7,13,24,0) 38%); }
.hero-modern::after { content: ""; position: absolute; z-index: 1; left: 48%; top: 9%; width: 34vw; height: 34vw; border-radius: 50%; background: rgba(49,92,255,.11); filter: blur(110px); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 3; max-width: var(--max); }
.hero-kicker, .section-kicker { margin: 0 0 25px; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: #a9b8d0; }
.hero-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 18px var(--blue-2); }
.hero-content h1 { max-width: 850px; margin: 0; font-size: clamp(3.55rem, 6.8vw, 6.75rem); line-height: .96; letter-spacing: -.065em; font-weight: 700; }
.hero-content h1 em { color: var(--blue-2); font-style: normal; }
.hero-lead { max-width: 700px; margin: 32px 0 0; color: #b5c0d1; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 56px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 16px 40px rgba(49,92,255,.28); }
.button-primary:hover { background: #496fff; }
.button-ghost { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); }
.hero-proof { position: relative; z-index: 3; display: grid; grid-template-columns: .72fr .9fr 1fr 1.25fr; margin-top: 72px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof div { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 118px; padding: 23px 18px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.hero-proof div:first-child { padding-left: 18px; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; margin-bottom: 7px; font-size: 1.2rem; line-height: 1.2; }
.hero-proof span { display: block; max-width: 220px; color: #9aa6ba; font-size: .78rem; line-height: 1.45; }

.market-ticker { overflow: hidden; color: white; background: var(--blue); }
.ticker-track { display: flex; width: max-content; align-items: center; min-height: 61px; will-change: transform; }
.ticker-track.is-running { animation: ticker var(--ticker-duration, 60s) linear infinite; }
.ticker-set, .ticker-unit { display: flex; flex: 0 0 auto; align-items: center; }
.ticker-unit { gap: 27px; padding-right: 27px; }
.ticker-track span { font-size: .74rem; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.ticker-track i { flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.5); }
@keyframes ticker { to { transform: translate3d(var(--ticker-distance, -50%), 0, 0); } }

.results { padding: 82px 0 90px; background: var(--surface); }
.section-intro { display: grid; grid-template-columns: .3fr 1.1fr .6fr; gap: 45px; align-items: start; margin-bottom: 70px; }
.section-kicker { color: var(--blue); }
.section-intro h2, .method-copy h2, .industries h2, .cta-card h2 { margin: 0; font-size: clamp(2.45rem, 4.55vw, 4.45rem); line-height: 1.07; letter-spacing: -.052em; font-weight: 700; }
.section-intro h2 span { color: #7c8799; }
.section-intro > p:last-child { margin: 10px 0 0; color: var(--muted); }
.results .section-intro { margin-bottom: 40px; }
.results-bento { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: 228px 218px; gap: 12px; }
.bento-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 23px 24px; border: 1px solid rgba(13,21,36,.08); border-radius: var(--radius); background: white; box-shadow: 0 18px 60px rgba(26,42,72,.06); transition: transform .3s ease, box-shadow .3s ease; }
.bento-card:hover { transform: translateY(-5px); box-shadow: 0 25px 70px rgba(26,42,72,.12); }
.bento-primary { color: white; background: linear-gradient(155deg, #101b30 0%, #09111f 62%, #153477 125%); }
.bento-primary::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 250px; height: 250px; border: 1px solid rgba(120,152,255,.32); border-radius: 50%; box-shadow: 0 0 0 32px rgba(120,152,255,.05), 0 0 0 66px rgba(120,152,255,.035); }
.bento-meetings { background: linear-gradient(135deg, white, #eef2ff); }
.bento-years { background: #dfe7ff; }
.bento-scale { background: linear-gradient(145deg, #e9edf5, #f8faff); }
.card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #768197; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.bento-primary .card-top { color: #8290a7; }
.card-index { color: var(--blue); }
.bento-card > div:last-child { position: relative; z-index: 1; }
.bento-card strong { display: block; margin-bottom: 11px; color: var(--blue-2); font-size: clamp(3.75rem, 5.2vw, 5.4rem); line-height: .82; letter-spacing: -.075em; }
.bento-years strong { color: var(--blue); font-size: 4.25rem; }
.bento-card h3 { margin: 0 0 11px; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.035em; }
.bento-primary h3 { font-size: 1.55rem; }
.bento-card p { margin: 0; color: #6a7588; font-size: .9rem; }
.bento-primary p { max-width: 410px; color: #94a1b6; }
.meeting-flow { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 13px 0 9px; padding: 0; list-style: none; }
.meeting-flow::before { content: ""; position: absolute; top: 6px; left: 4px; right: 4px; height: 1px; background: linear-gradient(90deg, var(--blue), #a8baff); }
.meeting-flow li { position: relative; padding-top: 20px; }
.meeting-flow li::before { content: ""; position: absolute; z-index: 1; top: 1px; left: 0; width: 11px; height: 11px; border: 3px solid #dce4ff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px rgba(49,92,255,.28); }
.meeting-flow strong { margin: 0 0 2px; color: var(--ink); font-size: .78rem; line-height: 1.25; letter-spacing: -.01em; }
.meeting-flow small { display: block; color: #758197; font-size: .75rem; line-height: 1.35; }
.scale-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 10px 0 12px; }
.scale-metrics > div { min-width: 0; }
.scale-metrics > div + div { padding-left: 18px; border-left: 1px solid #cbd3e1; }
.scale-metrics strong { margin: 0 0 8px; color: var(--blue); font-size: clamp(2.6rem, 4.1vw, 4.15rem); line-height: .88; white-space: nowrap; }
.scale-metrics span { display: block; max-width: 150px; color: #3e4a60; font-size: .76rem; font-weight: 700; line-height: 1.35; }

.services-modern { position: relative; overflow: hidden; padding: 135px 0 145px; color: white; background: var(--night); }
.services-modern::before { content: ""; position: absolute; left: -8%; bottom: -45%; width: 600px; height: 600px; border-radius: 50%; background: rgba(49,92,255,.12); filter: blur(90px); }
.section-intro-light { position: relative; z-index: 1; grid-template-columns: .3fr 1.7fr; }
.section-intro-light h2 { max-width: 930px; }
.section-intro-light .section-kicker { color: var(--blue-2); }
.service-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-card-modern { display: flex; flex-direction: column; min-height: 505px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(150deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.service-card-modern:hover { transform: translateY(-6px); border-color: rgba(120,152,255,.6); background: linear-gradient(150deg, rgba(120,152,255,.16), rgba(255,255,255,.035)); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(120,152,255,.5); border-radius: 14px; color: var(--blue-2); background: rgba(49,92,255,.1); font-size: .76rem; }
.service-card-modern h3 { margin: 56px 0 17px; font-size: 1.65rem; letter-spacing: -.04em; }
.service-card-modern > p { margin: 0; color: #9da9bc; font-size: .94rem; }
.service-card-modern ul { margin: 32px 0 0; padding: 0; list-style: none; }
.service-card-modern li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.11); color: #c0c8d6; font-size: .82rem; }
.card-outcome { display: block; margin-top: auto; padding-top: 24px; color: var(--blue-2); font-size: .78rem; }

.method-modern { padding: 140px 0; background: white; }
.method-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 11vw, 150px); }
.method-copy { position: sticky; top: 120px; align-self: start; }
.method-copy .section-kicker { color: var(--blue); }
.method-copy h2 { max-width: 480px; }
.method-copy > p { max-width: 480px; margin: 25px 0 30px; color: var(--muted); }
.method-copy > a { color: var(--blue); text-underline-offset: 6px; font-size: .9rem; font-weight: 700; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-steps li { display: grid; grid-template-columns: 68px 1fr; gap: 26px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.method-steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: var(--blue); background: #edf1ff; font-size: .75rem; }
.method-steps small { color: #8a95a6; font-size: .7rem; letter-spacing: .14em; }
.method-steps h3 { margin: 4px 0 8px; font-size: 1.45rem; letter-spacing: -.03em; }
.method-steps p { margin: 0; color: var(--muted); }
.method-steps .method-result { margin-top: 18px; padding: 28px 24px; border: 1px solid #cfd8ff; border-radius: 22px; background: linear-gradient(135deg, #f5f7ff, #e9eeff); box-shadow: 0 16px 40px rgba(49,92,255,.08); }
.method-steps .method-result > span { color: white; background: var(--blue); }
.method-result h3 strong { display: inline; margin-right: 6px; color: var(--blue); font-size: 1.8rem; letter-spacing: -.055em; }

.industries { padding: 105px 0; background: var(--surface-2); }
.industries-layout { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(60px, 10vw, 140px); align-items: end; }
.industries h2 { max-width: 680px; font-size: clamp(2.3rem, 4.1vw, 3.8rem); }
.industry-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.industry-list span { display: flex; align-items: center; min-height: 72px; padding: 15px; border: 1px solid #cfd5df; border-radius: 16px; background: rgba(255,255,255,.52); font-size: .82rem; }

.cta-modern { padding: 32px 0; background: var(--surface-2); }
.cta-card { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(60px, 10vw, 140px); overflow: hidden; padding: 72px; border-radius: 36px; color: white; background: linear-gradient(130deg, #315cff 0%, #2449d7 48%, #0b1d55 100%); box-shadow: 0 28px 80px rgba(31,65,185,.23); }
.cta-card::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 95px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card .section-kicker { color: rgba(255,255,255,.68); }
.cta-card h2 { max-width: 650px; }
.cta-copy { align-self: end; }
.cta-copy > p { max-width: 510px; margin: 0 0 26px; color: rgba(255,255,255,.82); }
.cta-copy > div { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.button-white { color: var(--night); background: white; }
.button-white:hover { color: white; background: var(--night); }
.site-footer { padding: 82px 0 25px; color: white; background: #050a12; }
.footer-main { display: grid; grid-template-columns: .82fr 1fr 1.15fr; gap: 54px; align-items: start; padding-bottom: 64px; }
.footer-brand { align-self: start; }
.footer-brand img { width: 42px; height: 42px; }
.footer-brand .brand-copy strong { font-size: 1.35rem; }
.footer-brand .brand-copy small { color: white; font-size: .57rem; }
.footer-company { display: flex; flex-direction: column; gap: 5px; color: white; font-size: .8rem; line-height: 1.5; }
.footer-company strong { color: white; font-size: .84rem; }
.footer-company span { color: white; }
.footer-links { display: flex; align-items: flex-end; flex-direction: column; gap: 11px; }
.footer-links a { color: white; text-decoration: none; font-size: .84rem; text-underline-offset: 5px; }
.footer-links a:hover { color: var(--blue-2); text-decoration: underline; }
.footer-links .linkedin-icon { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.footer-links .linkedin-icon svg { width: 19px; height: 19px; fill: currentColor; }
.footer-links .linkedin-icon:hover { color: white; border-color: #0a66c2; background: #0a66c2; text-decoration: none; transform: translateY(-2px); }
.footer-links .linkedin-icon:focus-visible { outline: 3px solid var(--blue-2); outline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.18); color: white; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { color: white; text-decoration: none; }
.footer-bottom a:hover { color: var(--blue-2); }

.legal-page { min-height: 100vh; padding: 130px 0 90px; background: white; }
.legal-page .legal-wrap { width: min(calc(100% - 40px), 820px); margin: auto; }
.legal-page h1 { margin: 0 0 42px; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.legal-page h2 { margin: 35px 0 10px; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: #596376; }
.legal-back { display: inline-block; margin-bottom: 50px; color: var(--blue); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .section-intro { grid-template-columns: .3fr 1.7fr; }
  .section-intro > p:last-child { grid-column: 2; max-width: 680px; }
  .results-bento { grid-template-columns: .9fr 1.1fr; grid-template-rows: 232px 222px; }
  .service-card-modern { min-height: 530px; }
}

@media (max-width: 900px) {
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 72px; left: 24px; right: 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(13,22,38,.98); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 12px; }
  .primary-nav .header-email { justify-content: flex-start; width: auto; height: auto; border: 0; border-radius: 12px; background: transparent; }
  .header-email span { display: inline; margin-left: 10px; }
  .primary-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .language-switch { padding: 12px; }
  .hero-modern::before { background: linear-gradient(90deg, rgba(7,13,24,1) 0%, rgba(7,13,24,.92) 52%, rgba(7,13,24,.3) 100%), linear-gradient(0deg, rgba(7,13,24,1) 0%, rgba(7,13,24,0) 45%); }
  .hero-content h1 { max-width: 760px; }
  .hero-proof { grid-template-columns: repeat(2,1fr); }
  .hero-proof div:nth-child(2) { border-right: 0; }
  .section-intro, .section-intro-light { grid-template-columns: 1fr; gap: 18px; }
  .section-intro > p:last-child { grid-column: auto; }
  .results-bento { grid-template-rows: 244px 232px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card-modern { min-height: auto; }
  .service-card-modern h3 { margin-top: 38px; }
  .card-outcome { margin-top: 35px; }
  .method-layout, .industries-layout, .cta-card { grid-template-columns: 1fr; }
  .method-copy { position: static; }
  .industry-list { margin-top: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { align-items: flex-start; grid-column: 1 / 3; flex-direction: row; flex-wrap: wrap; gap: 14px 24px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .primary-nav { left: 14px; right: 14px; }
  .hero-modern { min-height: auto; padding-top: 128px; }
  .hero-modern::before { background: linear-gradient(90deg, rgba(7,13,24,.97), rgba(7,13,24,.72)), linear-gradient(0deg, rgba(7,13,24,1) 0%, rgba(7,13,24,.12) 60%); }
  .hero-media { opacity: .72; }
  .hero-media img { object-position: 61% center; }
  .hero-content h1 { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 65px; }
  .hero-proof div, .hero-proof div:nth-child(2) { align-items: flex-start; min-height: auto; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
  .ticker-track { min-height: 55px; }
  .results, .services-modern, .method-modern, .industries { padding: 88px 0; }
  .results { padding: 70px 0 76px; }
  .section-intro { margin-bottom: 48px; }
  .results .section-intro { margin-bottom: 36px; }
  .section-intro h2, .method-copy h2, .industries h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .results-bento { grid-template-columns: 1fr; grid-template-rows: none; }
  .bento-primary, .bento-years { grid-column: auto; grid-row: auto; min-height: 240px; }
  .bento-scale { grid-column: auto; grid-row: auto; min-height: 230px; }
  .bento-meetings { grid-column: auto; grid-row: auto; min-height: 330px; }
  .meeting-flow { grid-template-columns: 1fr; gap: 12px; margin: 20px 0; }
  .meeting-flow::before { top: 5px; bottom: 5px; left: 5px; right: auto; width: 1px; height: auto; }
  .meeting-flow li { padding: 0 0 0 28px; }
  .meeting-flow li::before { top: 3px; left: 0; }
  .service-card-modern { padding: 25px; border-radius: 22px; }
  .method-steps li { grid-template-columns: 52px 1fr; gap: 14px; }
  .method-steps li > span { width: 42px; height: 42px; }
  .industry-list { grid-template-columns: 1fr; }
  .cta-modern { padding: 0; }
  .cta-card { width: 100%; padding: 65px 25px; border-radius: 0; }
  .cta-card h2 { font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .cta-copy > div { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; flex-direction: column; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track.is-running { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
