/* Assure-Cx • shared design system. No external fonts or runtime CSS dependencies. */
:root {
  color-scheme: light;
  --navy: #072b63;
  --blue: #135bd6;
  --blue-bright: #196bff;
  --ink: #0b1f3a;
  --muted: #506078;
  --line: #d9e1eb;
  --paper: #f5f8fc;
  --white: #fff;
  --dark: #081c33;
  --content: 1264px;
  --gutter: clamp(22px, 4.4vw, 72px);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 650; }
h1 { font-size: clamp(40px, 4.4vw, 66px); line-height: 1.08; letter-spacing: -.05em; }
h2 { font-size: clamp(28px, 2.7vw, 38px); line-height: 1.19; letter-spacing: -.038em; }
h3 { font-size: 21px; line-height: 1.28; letter-spacing: -.025em; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, a, input, select, textarea { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 5px; }
::selection { color: #fff; background: var(--navy); }
.container { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: block; color: var(--blue); font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; line-height: 1.5; font-weight: 650; transition: background .16s ease, border-color .16s ease, transform .16s ease; text-align: left; }
.button > span { font-size: 22px; line-height: 1; }
.button--primary { background: var(--navy); color: #fff; }
.button--primary:hover { background: var(--blue); }
.button--outline { border-color: #b9c7d9; background: transparent; color: var(--navy); }
.button--outline:hover { background: #edf3fb; border-color: var(--navy); }
.button--light { background: #fff; color: var(--navy); }
.button--light:hover { background: #e3eeff; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--navy); font-weight: 650; font-size: 14px; }
.text-link span { font-size: 22px; }
.text-link:hover { color: var(--blue); }
/* Shared navigation */
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-row { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 62px; height: auto; }
.brand__type { display: flex; align-items: center; gap: 20px; }
.brand__name { color: var(--navy); font-size: 31px; font-weight: 700; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.brand__name > span { color: var(--blue-bright); }
.brand__descriptor { padding-left: 20px; border-left: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .035em; line-height: 1.5; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; color: #394a60; font-size: 13px; font-weight: 550; white-space: nowrap; }
.primary-nav > a:not(.button):hover, .primary-nav > a[aria-current="page"] { color: var(--blue); }
.primary-nav .button { min-height: 44px; padding: 9px 15px; gap: 24px; }
.menu-toggle { display: none; }
.sector-bar { border-bottom: 1px solid var(--line); background: #fff; }
.sector-bar > .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.sector-bar__label { color: var(--navy); font-size: 12px; font-weight: 650; flex-shrink: 0; }
.sector-nav { display: flex; align-items: center; gap: 24px; overflow-x: auto; min-width: 0; scrollbar-width: thin; }
.sector-nav a { display: flex; align-items: center; min-height: 57px; padding: 8px 0; border-bottom: 2px solid transparent; color: var(--muted); font-size: 12px; white-space: nowrap; }
.sector-nav a:hover { color: var(--blue); }
.sector-nav a[aria-current="page"] { color: var(--navy); border-bottom-color: var(--blue); font-weight: 650; }
.sector-nav a:focus-visible { outline-offset: -3px; }
/* Entry page: two working industry choices, without introductory marketing copy. */
.page-landing { background: #fcfdff; }
.page-landing .primary-nav > a[href="/"] { display: none; }
.landing { padding-block: 48px 52px; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.industry-card { position: relative; min-height: 522px; overflow: hidden; display: flex; align-items: end; padding: 42px; border: 1px solid #d4ddeb; border-radius: 4px; isolation: isolate; transition: background .22s ease, transform .22s ease; }
.industry-card--digital { background: #edf3fc; color: var(--navy); }
.industry-card--energy { background: #092541; border-color: #092541; color: #fff; }
.industry-card:hover { transform: translateY(-4px); }
.industry-card--digital:hover { background: #e5efff; }
.industry-card--energy:hover { background: #0d2e50; }
.industry-card__corner { position: absolute; top: 30px; left: 42px; font-size: 11px; font-weight: 650; letter-spacing: .17em; opacity: .68; }
.industry-card__label { position: relative; z-index: 2; display: flex; width: 100%; align-items: end; justify-content: space-between; gap: 12px; }
.industry-card__label h2 { font-size: clamp(31px, 3.2vw, 48px); line-height: 1.13; letter-spacing: -.047em; }
.industry-card__arrow { width: 47px; height: 47px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid currentColor; border-radius: 3px; font-size: 28px; transition: transform .22s ease; }
.industry-card:hover .industry-card__arrow { transform: translate(3px, -3px); }
.sector-scene { position: absolute; top: 55px; width: 106%; max-width: none; left: -3%; color: #668abe; opacity: .67; z-index: -1; transition: transform .4s ease; }
.industry-card--energy .sector-scene { color: #8caacb; opacity: .63; }
.industry-card:hover .sector-scene { transform: translateY(-7px); }
.scene-grid { opacity: .18; }
.scene-accent { color: var(--blue-bright); stroke-width: 2.8; }
.industry-card--energy .scene-accent { color: #b1cfff; }
.landing-footer { border-top: 1px solid var(--line); padding: 25px 0 29px; }
.landing-footer > .container { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.landing-footer a { display: inline-flex; gap: 22px; align-items: center; color: var(--navy); }
.landing-footer a:hover { color: var(--blue); }
/* Industry and service pages */
.hero { background: linear-gradient(130deg, #f0f5fc 0%, #f8fafc 48%, #fff 100%); padding: 68px 0 70px; border-bottom: 1px solid var(--line); }
.hero .eyebrow { margin-bottom: 23px; }
.hero-content { max-width: 915px; }
.hero-lead { max-width: 735px; margin-top: 26px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero--home { padding: 68px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 70px; }
.hero--home h1 { font-size: clamp(42px, 4.6vw, 69px); }
.hero--home .hero-lead { max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 28px; margin-top: 32px; }
.readiness-panel { background: var(--dark); color: #fff; border-radius: 4px; padding: 25px 30px 0; box-shadow: 0 18px 48px #0b1f3a12; }
.readiness-panel__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; color: #b4c7de; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.readiness-panel__top > span:last-child { font-size: 23px; }
.readiness-panel h2 { font-size: 24px; line-height: 1.22; font-weight: 550; letter-spacing: -.025em; max-width: 310px; }
.readiness-panel ol { padding: 0; margin: 23px 0 13px; list-style: none; }
.readiness-panel li { display: flex; gap: 17px; align-items: center; padding: 13px 0; border-top: 1px solid #29415d; }
.readiness-panel__number { color: #89b5ff; font-size: 10px; font-weight: 650; letter-spacing: .07em; }
.readiness-panel li > span:last-child { display: flex; flex-direction: column; }
.readiness-panel strong { font-size: 14px; font-weight: 550; }
.readiness-panel li > span:last-child > span { color: #b4c7de; font-size: 11px; }
.readiness-panel__foot { border-top: 1px solid #29415d; padding: 14px 0 18px; color: #b4c7de; font-size: 9px; letter-spacing: .015em; }
.section { padding: 76px 0; }
.section--compact { padding: 38px 0; }
.section--tint { background: var(--paper); border-block: 1px solid var(--line); }
.section-heading { max-width: 860px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-lead { color: var(--muted); max-width: 900px; margin-top: 20px; font-size: 16px; line-height: 1.75; }
.card-grid { display: grid; gap: 20px; }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.service-card { border: 1px solid var(--line); background: #fff; padding: 26px 26px 29px; border-radius: 3px; min-width: 0; }
.service-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; color: var(--blue); font-size: 10px; letter-spacing: .1em; font-weight: 650; }
.service-card__top > span:last-child:not(:first-child) { font-size: 23px; line-height: 1; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { font-size: 14px; line-height: 1.75; color: var(--muted); }
.service-card--link { transition: border-color .2s ease, background .2s ease; }
.service-card--link:hover { background: #f4f8ff; border-color: #95b4e7; }
.service-card--link:hover h3 { color: var(--blue); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.split .section-heading { margin-bottom: 25px; }
.body-copy { margin-top: 18px; color: var(--muted); line-height: 1.8; font-size: 15px; }
.step-list { align-self: center; }
.step-list article { display: flex; gap: 24px; padding: 25px 0; border-top: 1px solid #cfd9e7; }
.step-list article:first-child { border-top: none; padding-top: 0; }
.step-list article:last-child { padding-bottom: 0; }
.step-list__num { color: var(--blue); font-size: 11px; font-weight: 650; padding-top: 4px; }
.step-list h3 { margin-bottom: 10px; font-size: 20px; }
.step-list p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { border-top: 1px solid var(--line); padding: 27px 0; display: grid; grid-template-columns: 95px 1fr; gap: 28px; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list__num { font-size: 29px; line-height: 1.2; color: var(--blue); font-weight: 350; letter-spacing: -.05em; }
.process-list h3 { margin-bottom: 10px; }
.process-list p { color: var(--muted); font-size: 15px; max-width: 910px; }
.note-band { border-left: 3px solid var(--blue-bright); background: var(--paper); padding: 36px 40px; }
.note-band .section-heading { margin-bottom: 0; }
.note-band h2 { font-size: 29px; }
.note-band .text-link { margin-top: 22px; }
.table-scroll { overflow-x: auto; max-width: 100%; border: 1px solid var(--line); border-radius: 3px; }
table { width: 100%; min-width: 700px; border-collapse: collapse; font-size: 14px; line-height: 1.7; }
caption { text-align: left; }
th, td { padding: 23px 26px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { background: var(--navy); color: #fff; font-size: 12px; font-weight: 600; }
tbody th { color: var(--ink); width: 23%; font-weight: 600; background: #f9fbfe; }
tbody td { width: 38.5%; color: var(--muted); }
tbody tr:last-child > * { border-bottom: 0; }
.cta-section { padding-top: 30px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--navy); color: #fff; border-radius: 4px; padding: 46px; }
.cta > div { max-width: 810px; }
.cta .eyebrow { color: #b6d0ff; margin-bottom: 15px; }
.cta h2 { font-size: 33px; max-width: 770px; }
.cta p:not(.eyebrow) { color: #d3def0; max-width: 770px; margin-top: 18px; font-size: 14px; }
.cta .button { flex-shrink: 0; }
.leadership { display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); padding: 40px; }
.leadership .eyebrow { margin-bottom: 15px; }
.leadership h2 { font-size: 28px; }
.leadership p:not(.eyebrow) { color: var(--muted); margin-top: 12px; font-size: 14px; }
/* Contact: an honest email draft builder, not a simulated server submission. */
.contact-section { padding-top: 50px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { padding-top: 10px; }
.contact-person { margin-bottom: 34px; }
.contact-person .eyebrow { margin-bottom: 18px; }
.contact-person h2 { font-size: 30px; }
.contact-person p { margin-top: 15px; color: var(--muted); font-size: 15px; }
.contact-channel { display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line); padding: 19px 0; align-items: center; }
.contact-channel > span:first-child { display: block; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.contact-channel > strong { grid-column: 1; font-weight: 600; font-size: clamp(16px, 1.5vw, 22px); color: var(--navy); }
.contact-channel > span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 25px; color: var(--blue); }
.contact-channel:hover strong { color: var(--blue); }
.contact-guidance { padding-top: 27px; margin-top: 8px; border-top: 1px solid var(--line); }
.contact-guidance h3 { font-size: 18px; }
.contact-guidance p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.contact-guidance p:last-child { font-size: 12px; }
.inquiry-panel { border: 1px solid var(--line); background: var(--paper); border-radius: 4px; padding: 34px; }
.inquiry-panel h2 { font-size: 27px; }
.form-intro { font-size: 13px; color: var(--muted); margin-top: 14px; margin-bottom: 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; color: var(--ink); font-size: 12px; font-weight: 600; margin-bottom: 7px; }
.field label span { color: var(--muted); font-weight: 400; font-size: 11px; }
.field input, .field select, .field textarea, .copy-fallback { width: 100%; min-width: 0; color: var(--ink); background: #fff; border: 1px solid #b9c7d9; border-radius: 2px; padding: 11px 12px; font-size: 16px; line-height: 1.5; }
.field input, .field select { min-height: 47px; }
.field textarea { resize: vertical; min-height: 152px; }
.field small { display: block; color: var(--muted); font-size: 11px; margin-top: 6px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 25px; }
.form-status { font-size: 13px; color: var(--navy); }
.form-status:not(:empty) { margin-top: 20px; border-left: 2px solid var(--blue); padding-left: 14px; }
.form-fallback { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.form-fallback a, noscript a { text-decoration: underline; text-underline-offset: 3px; color: var(--navy); }
.copy-fallback { margin-top: 18px; font-size: 13px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; margin-bottom: 90px; }
/* Footer: links only where a real destination exists. */
.site-footer { padding-top: 54px; background: var(--dark); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 47px; }
.brand--footer { gap: 10px; }
.brand--footer img { width: 47px; padding: 3px; background: #fff; border-radius: 2px; }
.brand--footer .brand__type { display: block; }
.brand--footer .brand__name { color: #fff; font-size: 29px; }
.brand--footer .brand__name > span { color: #88b3ff; }
.brand--footer .brand__descriptor { display: none; }
.footer-brand p { margin-top: 20px; font-size: 13px; color: #becbdd; line-height: 1.8; }
.footer-location { display: block; margin-top: 22px; color: #a5b8d0; font-size: 11px; }
.footer-grid h2 { font-size: 12px; letter-spacing: 0; color: #fff; font-weight: 600; margin: 8px 0 22px; }
.footer-grid > div > a:not(.brand) { display: block; color: #bfccdf; font-size: 12px; margin: 7px 0; padding-block: 3px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #a5b8d0; border-top: 1px solid #29415d; padding: 22px 0; font-size: 10px; }
@media (min-width: 1600px) {
  .landing { padding-block: 64px; }
  .industry-card { min-height: 558px; }
}
@media (max-width: 1200px) {
  .brand__descriptor { display: none; }
  .primary-nav { gap: 25px; }
  .sector-bar > .container { display: block; }
  .sector-bar__label { padding-top: 13px; }
  .sector-nav { gap: 26px; }
  .sector-nav a { min-height: 46px; }
  .hero-grid { gap: 40px; grid-template-columns: 1.15fr .85fr; }
  .readiness-panel { padding-inline: 24px; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 55px; }
  .contact-grid { gap: 40px; }
  .cta { padding: 38px; }
  .footer-grid { gap: 26px; }
}
@media (max-width: 860px) {
  :root { --gutter: 28px; }
  .header-row { min-height: 86px; flex-wrap: wrap; gap: 0; padding-block: 19px; }
  .brand img { width: 51px; }
  .brand__name { font-size: 29px; }
  .brand { gap: 10px; }
  .primary-nav { flex-basis: 100%; display: flex; justify-content: space-between; gap: 10px; padding-top: 18px; }
  .primary-nav > a:not(.button) { font-size: 12px; }
  .js .primary-nav { display: none; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; border: 1px solid var(--line); background: #fff; padding: 8px 12px; border-radius: 3px; color: var(--navy); font-size: 12px; }
  .menu-toggle__icon { width: 16px; height: 11px; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); position: relative; }
  .menu-toggle__icon::after { content: ''; position: absolute; height: 1px; width: 16px; background: var(--navy); top: 4px; left: 0; }
  .js .menu-open .primary-nav { display: flex; }
  .industry-card { padding: 29px; min-height: 447px; }
  .industry-card__label h2 { font-size: 31px; }
  .industry-card__corner { left: 29px; }
  .industry-card__arrow { width: 37px; height: 37px; font-size: 25px; }
  .sector-scene { top: 68px; width: 120%; left: -10%; }
  .industry-grid { gap: 17px; }
  .landing { padding-block: 32px; }
  .hero { padding-block: 51px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-content { max-width: 710px; }
  .hero--home h1 { font-size: 57px; }
  .readiness-panel { padding-inline: 27px; }
  .readiness-panel h2 { max-width: none; }
  .readiness-panel ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .hero-lead { font-size: 17px; }
  .card-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 54px; }
  .section--compact { padding-block: 26px; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split .section-heading { max-width: 670px; }
  .cta { display: block; padding: 33px; }
  .cta .button { margin-top: 26px; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .leadership { padding: 30px; gap: 25px; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  h1 { font-size: 39px; line-height: 1.13; }
  h2 { font-size: 29px; }
  .brand__name { font-size: 28px; }
  .brand img { width: 48px; }
  .header-row { min-height: 82px; }
  .primary-nav { flex-direction: column; align-items: stretch; padding-top: 15px; gap: 2px; }
  .primary-nav > a:not(.button) { min-height: 45px; padding: 7px 2px; font-size: 14px; }
  .primary-nav .button { margin-top: 8px; justify-content: space-between; }
  .industry-grid { grid-template-columns: 1fr; gap: 18px; }
  .landing { padding-block: 23px 29px; }
  .industry-card { min-height: 372px; padding: 27px; }
  .industry-card__label h2 { font-size: 37px; }
  .industry-card__corner { left: 27px; top: 24px; }
  .industry-card__arrow { width: 43px; height: 43px; }
  .sector-scene { width: 110%; left: -5%; top: 26px; }
  .industry-card__label { gap: 10px; }
  .landing-footer > .container { flex-wrap: wrap; gap: 10px 15px; font-size: 10px; }
  .landing-footer a { width: 100%; justify-content: space-between; padding-top: 4px; min-height: 32px; }
  .landing-footer { padding-block: 21px; }
  .sector-bar__label { font-size: 11px; }
  .sector-nav { gap: 24px; }
  .sector-nav a { font-size: 11px; }
  .hero { padding-block: 41px 44px; }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero--home h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; margin-top: 21px; }
  .hero-actions { gap: 11px; margin-top: 26px; align-items: stretch; flex-direction: column; }
  .hero-actions .button { align-self: flex-start; }
  .readiness-panel { padding: 23px 25px 0; }
  .readiness-panel ol { display: block; }
  .readiness-panel h2 { font-size: 23px; }
  .readiness-panel li { padding-block: 13px; }
  .readiness-panel__foot { font-size: 8px; }
  .section { padding-block: 43px; }
  .section--compact { padding-block: 23px; }
  .section-heading { margin-bottom: 27px; }
  .section-lead { font-size: 15px; }
  .card-grid--2, .card-grid--3, .card-grid--4 { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }
  .service-card__top { margin-bottom: 19px; }
  .service-card h3 { font-size: 21px; }
  .note-band { padding: 25px 24px; }
  .note-band h2 { font-size: 26px; }
  .step-list article { gap: 19px; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 15px; padding-block: 23px; }
  .process-list__num { font-size: 26px; }
  .process-list h3 { font-size: 20px; }
  .process-list p { font-size: 14px; }
  th, td { padding: 20px; }
  .cta-section { padding-top: 15px; }
  .cta { padding: 29px 25px; }
  .cta h2 { font-size: 29px; }
  .cta .button { width: 100%; }
  .leadership { display: block; padding: 27px; }
  .leadership .text-link { margin-top: 22px; }
  .contact-person h2 { font-size: 29px; }
  .contact-channel > strong { font-size: 20px; }
  .inquiry-panel { padding: 27px 23px; }
  .inquiry-panel h2 { font-size: 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-actions { display: grid; }
  .button { padding: 12px 16px; }
  .form-fallback { line-height: 1.8; }
  .site-footer { padding-top: 41px; }
  .footer-grid { gap: 27px 19px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 5px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-grid h2 { font-size: 11px; margin-bottom: 16px; }
  .footer-grid > div > a:not(.brand) { font-size: 12px; min-height: 36px; margin-block: 2px; display: flex; align-items: center; }
  .footer-bottom { display: block; font-size: 9px; }
  .footer-bottom span { display: block; margin-block: 3px; }
  .error-actions { flex-direction: column; align-items: stretch; }
}
@media (max-width: 360px) {
  :root { --gutter: 17px; }
  .brand__name { font-size: 25px; }
  .brand img { width: 39px; }
  .industry-card { padding: 23px; min-height: 346px; }
  .industry-card__label h2 { font-size: 31px; }
  .industry-card__arrow { width: 37px; height: 37px; }
  .hero--home h1 { font-size: 40px; }
  .contact-channel > strong { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .sector-bar, .site-footer, .landing-footer, .hero-actions, .cta-section, .inquiry-panel, .skip-link { display: none !important; }
  .container { width: 100%; }
  .hero, .section { padding-block: 24px; }
  .hero, .section--tint, .note-band, .service-card { background: #fff; color: #000; }
  .hero-grid, .split, .contact-grid { display: block; }
  .readiness-panel { margin-top: 25px; }
  .card-grid { display: block; }
  .service-card { break-inside: avoid; margin-block: 12px; }
}
