:root {
  --black: #050505;
  --ink: #0b1220;
  --slate: #4c596b;
  --blue: #27b5f5;
  --blue-dark: #087bb7;
  --ice: #eef8fc;
  --cloud: #f3f5f7;
  --line: #dfe4ea;
  --white: #fff;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 30px 80px -42px rgba(4, 15, 29, .55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--slate); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-family: Manrope, Inter, sans-serif; line-height: 1.05; letter-spacing: -.045em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 18px; padding: 10px 14px; border-radius: 8px; color: #00101b; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-compact { padding: 76px 0; }
.section-soft { background: var(--cloud); }
.section-dark { background: var(--ink); color: #b9c3d0; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.display { font-size: clamp(48px, 6.6vw, 92px); font-weight: 700; }
.title { font-size: clamp(38px, 4.6vw, 62px); font-weight: 700; }
.subtitle { font-size: clamp(28px, 3vw, 42px); }
.lead { font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { margin: 0; }
.section-heading p { margin: 0; font-size: 17px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-blue { color: #00101b; background: var(--blue); }
.button-blue:hover { background: #5acbff; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #17233a; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }

/* Always-dark floating navigation */
.site-header { position: fixed; z-index: 1000; top: 18px; left: 0; right: 0; padding: 0 20px; pointer-events: none; }
.nav-capsule { width: min(1280px, 100%); height: 70px; margin: auto; padding: 8px 9px 8px 16px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: #000; color: #fff; box-shadow: 0 18px 55px -22px rgba(0,0,0,.75); pointer-events: auto; }
.brand { width: 168px; height: 46px; display: grid; place-items: center; flex: none; overflow: hidden; border-radius: 999px; background: #000; }
.brand img { width: 164px; height: 46px; object-fit: contain; background: #000; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; font-size: 13px; font-weight: 600; }
.desktop-nav > a, .nav-group > a { display: block; padding: 17px 11px; color: #aeb8c6; border-radius: 999px; white-space: nowrap; }
.desktop-nav > a:hover, .nav-group > a:hover, .desktop-nav a.active { color: #fff; background: #161b22; }
.nav-group { position: relative; }
.nav-group > a span { margin-left: 4px; color: #6f7b8c; }
.nav-panel { position: absolute; top: 54px; left: 50%; width: 660px; padding: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; visibility: hidden; opacity: 0; transform: translate(-50%, 10px); border: 1px solid #202b3a; border-radius: 24px; background: #0a0e14; box-shadow: 0 34px 80px -30px #000; transition: .22s; }
.nav-group:hover .nav-panel, .nav-group:focus-within .nav-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.nav-panel p { grid-column: 1 / -1; margin: 0 8px 10px; color: #768398; font-size: 12px; }
.nav-panel a { padding: 13px 14px; border-radius: 14px; }
.nav-panel a:hover { background: #151c26; }
.nav-panel strong { display: block; color: #fff; font: 600 14px Manrope; letter-spacing: -.02em; }
.nav-panel small { display: block; margin-top: 2px; color: #8491a2; font-size: 11px; }
.industries-panel { width: 720px; }
.insights-panel { width: 720px; right: -170px; left: auto; transform: translate(0, 10px); }
.nav-group:hover .insights-panel, .nav-group:focus-within .insights-panel { transform: translate(0, 0); }
.company-panel { width: 500px; right: -110px; left: auto; transform: translate(0, 10px); }
.nav-group:hover .company-panel, .nav-group:focus-within .company-panel { transform: translate(0, 0); }
.nav-cta { min-height: 50px; padding: 0 19px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; color: #06101a; background: var(--blue); font-size: 13px; font-weight: 800; white-space: nowrap; }
.nav-cta:hover { background: #5acbff; }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #151a22; }
.menu-button span { position: absolute; width: 19px; height: 1px; background: #fff; transition: .25s; }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 900; inset: 0; padding: 110px 24px 28px; visibility: hidden; opacity: 0; background: rgba(0,0,0,.96); transition: .25s; overflow: auto; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu-inner { width: min(560px, 100%); margin: auto; }
.mobile-menu-inner > a { display: block; padding: 15px 0; border-bottom: 1px solid #202630; color: #fff; font: 600 26px Manrope; letter-spacing: -.04em; }
.mobile-subnav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px 0; }
.mobile-subnav a { color: #9ba7b8; font-size: 13px; }
.mobile-menu .mobile-cta { margin-top: 24px; padding: 15px 22px; border: 0; border-radius: 999px; color: #07111d; background: var(--blue); text-align: center; font: 700 15px Inter; }

/* Image-led heroes */
.hero, .page-hero { position: relative; min-height: 780px; display: flex; align-items: flex-end; overflow: hidden; background: #08111d; color: #fff; }
.page-hero { min-height: 620px; }
.hero > img, .page-hero > img, .image-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,14,.94) 0%, rgba(4,8,14,.76) 40%, rgba(4,8,14,.2) 78%), linear-gradient(0deg, rgba(4,8,14,.72), transparent 60%); }
.hero-content, .page-hero .container { position: relative; z-index: 2; padding-top: 155px; padding-bottom: 80px; }
.hero h1, .page-hero h1 { max-width: 900px; margin-bottom: 24px; color: #fff; }
.hero p, .page-hero p { max-width: 700px; color: #d1d9e3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 890px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof div { padding: 22px 22px 0 0; }
.hero-proof div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof strong { display: block; margin-bottom: 5px; color: #fff; font: 600 15px Manrope; }
.hero-proof span { color: #aeb9c8; font-size: 13px; }
.breadcrumb { margin-bottom: 20px; color: #9fcbe0; font-size: 13px; }
.breadcrumb a { color: #fff; }

/* Core layout */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.copy h2 { margin-bottom: 24px; }
.copy p { font-size: 17px; }
.image-frame { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-frame.tall { min-height: 640px; }
.image-frame img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.image-frame:hover img { transform: scale(1.035); }
.image-note { position: absolute; z-index: 2; right: 22px; bottom: 22px; max-width: 290px; padding: 22px; border-radius: 18px; color: #fff; background: rgba(4,8,14,.9); backdrop-filter: blur(15px); }
.image-note strong { display: block; color: #fff; font: 600 18px Manrope; line-height: 1.3; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.check { padding-left: 16px; border-left: 2px solid var(--blue); }
.check strong { display: block; color: var(--ink); font: 600 15px Manrope; }
.check span { font-size: 13px; }
.section-dark .check strong { color: #fff; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.content-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.content-card h3 { margin: 0 0 12px; font-size: 21px; }
.content-card p { margin: 0; font-size: 14px; }
.content-card .number { display: block; margin-bottom: 30px; color: var(--blue-dark); font: 700 13px Manrope; }
.section-dark .content-card { border-color: #223046; background: #111c2d; }
.section-dark .content-card p { color: #aeb9c8; }
.step-card { padding: 30px; border-top: 1px solid var(--line); }
.step-card span { color: var(--blue-dark); font-size: 12px; font-weight: 700; }
.step-card h3 { margin: 24px 0 10px; font-size: 21px; }
.step-card p { margin: 0; font-size: 14px; }

/* Image cards and editorial bands */
.image-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.image-card { position: relative; grid-column: span 4; min-height: 470px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; box-shadow: var(--shadow); }
.image-card.wide { grid-column: span 8; }
.image-card.short { min-height: 390px; }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,9,16,.96), rgba(4,9,16,.02) 72%); }
.image-card:hover img { transform: scale(1.045); }
.image-card-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px; }
.image-card h3 { margin: 0 0 10px; color: #fff; font-size: 27px; }
.image-card p { margin: 0; color: #c8d1dc; font-size: 14px; }
.image-card .link { display: inline-block; margin-top: 18px; color: #73d5ff; font-size: 13px; font-weight: 700; }
.editorial-band { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 580px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); }
.editorial-band .band-image { position: relative; min-height: 480px; }
.editorial-band .band-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.editorial-band .band-copy { padding: 66px; align-self: center; }
.editorial-band h2 { color: #fff; }
.editorial-band p { color: #b9c3d0; font-size: 17px; }
.problem-solution { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.problem-solution > div { padding: 44px; }
.problem-solution > div:first-child { background: #edf1f5; }
.problem-solution > div:last-child { background: #fff; }
.problem-solution h3 { font-size: 28px; }
.problem-solution ul { margin: 20px 0 0; padding-left: 18px; }
.problem-solution li { margin: 10px 0; }

/* Case studies, insights, and content */
.case-list { display: grid; gap: 28px; }
.case-row { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 440px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.case-row:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.case-row:nth-child(even) .case-image { order: 2; }
.case-image { position: relative; min-height: 360px; overflow: hidden; }
.case-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .75s; }
.case-row:hover img { transform: scale(1.04); }
.case-copy { padding: 48px; align-self: center; }
.case-copy h2 { margin-bottom: 16px; font-size: clamp(30px, 3vw, 42px); }
.case-copy p { font-size: 16px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.pill { padding: 6px 11px; border-radius: 999px; color: #445267; background: #edf1f5; font-size: 11px; font-weight: 700; }
.text-link { color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.article { width: min(860px, calc(100% - 48px)); margin: auto; }
.article .lead { color: var(--ink); }
.article h2 { margin: 50px 0 16px; font-size: 34px; }
.article p, .article li { font-size: 17px; }
.article-callout { margin: 42px 0; padding: 26px; border-left: 3px solid var(--blue); border-radius: 0 16px 16px 0; background: var(--ice); }
.image-cta { position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.image-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,9,16,.94), rgba(4,9,16,.55), rgba(4,9,16,.08)); }
.image-cta .container { position: relative; z-index: 2; }
.image-cta h2 { max-width: 760px; color: #fff; }
.image-cta p { max-width: 650px; color: #d1dae4; }
.solid-cta { padding: 100px 0; color: #c8d2de; background: radial-gradient(circle at 80% 20%, rgba(39,181,245,.16), transparent 30%), var(--ink); }
.solid-cta h2 { max-width: 800px; color: #fff; }
.solid-cta p { max-width: 680px; }

/* Strategy call */
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow); }
.contact-visual { position: relative; min-height: 720px; }
.contact-visual img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,9,16,.94), rgba(4,9,16,.05) 70%); }
.contact-visual div { position: absolute; z-index: 2; inset: auto 0 0; padding: 44px; color: #fff; }
.contact-visual h1 { color: #fff; }
.contact-form { padding: 50px; color: #fff; }
.contact-form h2 { color: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: #b9c4d2; font-size: 12px; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; border: 1px solid #2b394d; border-radius: 12px; outline: 0; color: #fff; background: #111c2d; font: inherit; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { margin-top: 14px; color: #74d6ff; font-size: 13px; }
.form-note.success { color: #82e6bc; }
.form-note.error { color: #ffb5b5; }
.form-note a { color: inherit; text-decoration: underline; }
.privacy-note { margin: 14px 0 0; color: #8f9cac; font-size: 11px; line-height: 1.5; }
.privacy-note a, .consent a { color: #76d5ff; text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.context-note { padding: 11px 13px; border: 1px solid #274158; border-radius: 12px; color: #bfeaff; background: #112538; font-size: 13px; }
.contact-success { min-height: 720px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-success h2 { max-width: 520px; margin-bottom: 18px; }
.contact-success p { max-width: 540px; color: #c4cfdb; font-size: 17px; }
.contact-success a:not(.button) { color: #7bd7ff; }
.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; color: #052034; background: var(--blue); font-size: 28px; font-weight: 800; }
.success-label { margin-bottom: 8px !important; color: var(--blue) !important; font-size: 15px !important; font-weight: 700; }

/* Downloadable resource */
.resource-hero { min-height: 660px; }
.resource-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: start; }
.resource-checks { margin-top: 38px; }
.resource-form { position: sticky; top: 110px; padding: 44px; border-radius: var(--radius-lg); color: #c4cfdb; background: var(--ink); box-shadow: var(--shadow); }
.resource-form h2 { color: #fff; font-size: 36px; }
.resource-form .button { width: 100%; margin-top: 6px; }
.resource-form .text-link { display: block; margin-top: 22px; text-align: center; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 20px; color: #aeb9c8; font-size: 12px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--blue); }
.resource-success { min-height: 440px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.resource-success p { font-size: 15px; }
.resource-strip { padding: 54px 0; color: #c4cfdb; background: radial-gradient(circle at 80% 10%, rgba(39,181,245,.18), transparent 35%), var(--ink); }
.resource-strip-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.resource-strip h2 { margin: 0 0 9px; color: #fff; font-size: clamp(28px, 3.5vw, 43px); }
.resource-strip p { max-width: 760px; margin: 0; }
.faq { max-width: 900px; margin: auto; }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--ink); font: 600 18px Manrope; }
.faq details p { margin: 14px 0 0; }

/* Company and legal pages */
.legal-hero { min-height: 470px; padding: 150px 0 70px; display: flex; align-items: flex-end; color: #c7d0dc; background: radial-gradient(circle at 78% 20%, rgba(39,181,245,.18), transparent 30%), var(--ink); }
.legal-hero h1 { max-width: 940px; margin-bottom: 18px; color: #fff; }
.legal-hero .lead { max-width: 760px; }
.legal-date { margin: 24px 0 0; color: #85cce9; font-size: 13px; }
.legal-content h2 { margin-top: 48px; }
.legal-content a { color: var(--blue-dark); text-decoration: underline; }
.legal-content li { margin: 9px 0; }
.text-button { padding: 0; border: 0; color: var(--blue-dark); background: none; font: inherit; text-decoration: underline; cursor: pointer; }
.cookie-table-wrap { margin: 24px 0; overflow-x: auto; }
.policy-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.policy-table th, .policy-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { color: var(--ink); background: var(--cloud); font: 600 13px Manrope; }
.policy-table td { font-size: 14px; }
.policy-table code { color: var(--blue-dark); }
.leadership-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: start; }
.leadership-profile { display: grid; grid-template-columns: 170px 1fr; gap: 38px; align-items: start; }
.leadership-profile h2 { margin: 0 0 6px; font-size: 46px; }
.leadership-profile p { font-size: 17px; }
.leadership-monogram { width: 170px; height: 210px; display: grid; place-items: center; border-radius: 30px; color: #fff; background: radial-gradient(circle at 70% 20%, rgba(39,181,245,.35), transparent 35%), #0b1220; font: 700 46px Manrope; }
.leadership-role { color: var(--blue-dark); font-weight: 700; }
.leadership-principles { padding: 36px; border-radius: var(--radius-md); background: var(--cloud); }
.leadership-principles h3 { margin-bottom: 30px; font-size: 26px; }
.leadership-principles .check { margin: 24px 0; }
.process-timeline { max-width: 960px; margin: auto; }
.process-stage { display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 32px 0; border-top: 1px solid #263347; }
.process-stage > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #06101a; background: var(--blue); font-size: 12px; font-weight: 800; }
.process-stage h3 { margin-bottom: 10px; color: #fff; font-size: 28px; }
.process-stage p { margin-bottom: 10px; }
.process-stage strong { color: #fff; }

/* Footer */
.site-footer { padding: 82px 0 24px; color: #8f9bab; background: #000; }
.footer-lead { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding-bottom: 64px; border-bottom: 1px solid #1d232c; }
.footer-lead h2 { max-width: 780px; margin: 0 0 16px; color: #fff; font-size: clamp(38px, 5vw, 66px); }
.footer-lead p { max-width: 650px; margin: 0; font-size: 17px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: 54px; padding: 64px 0; }
.footer-grid h3 { margin: 4px 0 18px; color: #fff; font-size: 14px; letter-spacing: -.01em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-brand > a { display: block; width: 210px; height: 60px; margin-bottom: 20px; overflow: hidden; background: #000; }
.footer-brand img { width: 210px; height: 60px; object-fit: contain; background: #000; }
.footer-brand p { max-width: 315px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #1d232c; font-size: 11px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-links a:hover { color: #fff; }
.legal-links button { padding: 0; border: 0; color: inherit; background: none; font: inherit; cursor: pointer; }
.legal-links button:hover { color: #fff; }
.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 1500; right: 22px; bottom: 22px; left: 22px; width: min(1120px, calc(100% - 44px)); margin: auto; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border: 1px solid #283445; border-radius: 22px; color: #bdc7d4; background: #070b11; box-shadow: 0 26px 80px rgba(0,0,0,.45); }
.cookie-banner strong { display: block; margin-bottom: 4px; color: #fff; font-family: Manrope, Inter, sans-serif; }
.cookie-banner p { margin: 0; font-size: 13px; }
.cookie-banner a { color: #70d3ff; font-size: 12px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .button { min-height: 46px; padding-inline: 18px; }
.cookie-reject { color: #fff; border-color: #374355; background: #151b25; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.show { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .menu-button { display: grid; position: relative; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .image-card { grid-column: span 6; }
  .image-card.wide { grid-column: span 12; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 1220px); }
  .section { padding: 80px 0; }
  .brand { width: 145px; }
  .brand img { width: 142px; }
  .nav-cta { display: none; }
  .nav-capsule { height: 64px; }
  .hero { min-height: 760px; }
  .page-hero { min-height: 570px; }
  .hero::after, .page-hero::after { background: linear-gradient(0deg, rgba(4,8,14,.95), rgba(4,8,14,.35) 76%); }
  .hero-content, .page-hero .container { padding-bottom: 54px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .split, .editorial-band, .problem-solution, .contact-shell { grid-template-columns: 1fr; }
  .resource-layout { grid-template-columns: 1fr; }
  .leadership-layout, .leadership-profile { grid-template-columns: 1fr; }
  .leadership-monogram { width: 130px; height: 150px; }
  .resource-form { position: static; }
  .resource-strip-inner { grid-template-columns: 1fr; gap: 24px; }
  .split { gap: 45px; }
  .image-frame.tall { min-height: 520px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .checks { grid-template-columns: 1fr; }
  .image-card, .image-card.wide { grid-column: span 12; min-height: 430px; }
  .editorial-band .band-copy { padding: 38px 28px; }
  .case-row, .case-row:nth-child(even) { grid-template-columns: 1fr; }
  .case-row:nth-child(even) .case-image { order: 0; }
  .case-copy { padding: 32px 26px; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 34px 24px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
