:root {
  --navy: #202b55;
  --navy-deep: #111936;
  --blue: #176998;
  --yellow: #fdbf19;
  --ink: #202124;
  --muted: #626772;
  --paper: #f3f5f7;
  --line: #dfe3e8;
  --white: #fff;
  --radius: 0.2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; }
body:has(.mobile-nav.is-open), body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: clamp(84px, 9vw, 138px) 0; }
.section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::before { content: ''; display: inline-block; width: 30px; height: 3px; margin: 0 10px 3px 0; background: var(--yellow); }
.section-heading h2, .solution-copy h2, .manifesto-intro h2, .contact-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr); align-items: end; gap: 80px; margin-bottom: 54px; }
.heading-copy { color: var(--muted); font-size: 18px; line-height: 1.7; }
.heading-copy p { margin: 0 0 25px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 900; }
.text-link:hover { color: var(--blue); }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 92px;
  display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 42px;
  padding: 0 clamp(24px, 5vw, 78px); background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(16,25,54,.09); box-shadow: 0 8px 28px rgba(17,25,54,.06);
}
.brand { display: inline-flex; width: 212px; }
.brand img { display: block; width: 100%; height: 70px; object-fit: contain; object-position: left center; }
.desktop-nav, .desktop-nav ul { display: flex; justify-content: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav a { position: relative; display: block; padding: 35px 0 31px; font-size: 15px; font-weight: 700; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 24px; height: 3px; background: var(--yellow); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; }
.header-cta { min-height: 46px; padding: 0 20px; color: white; background: var(--navy); font-size: 14px; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--blue); transform: translateY(-1px); }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); padding: 10px; cursor: pointer; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: 100svh; padding-top: 92px; overflow: hidden; color: white; background: var(--navy-deep); }
.hero-image { position: absolute; inset: 92px 0 0; width: 100%; height: calc(100% - 92px); object-fit: cover; object-position: 62% 50%; }
.hero-shade { position: absolute; inset: 92px 0 0; background: linear-gradient(90deg, rgba(11,18,43,.94) 0%, rgba(14,25,57,.78) 39%, rgba(14,25,57,.14) 68%, rgba(14,25,57,.06) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: clamp(110px, 17vh, 180px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #dce3f5; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 4px; background: var(--yellow); }
.hero h1 { max-width: 810px; margin: 0; font-size: clamp(48px, 6.4vw, 92px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 670px; margin: 28px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.52; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; padding: 0 23px; font-size: 15px; transition: .22s ease; }
.button-primary { color: var(--navy-deep); background: var(--yellow); }
.button-primary:hover { background: #ffd25b; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.62); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.button-dark { color: white; background: var(--navy); }
.button-dark:hover { background: var(--blue); transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 2; left: max(24px, calc((100% - 1240px) / 2)); bottom: 28px; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.intro-section { background: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 390px; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.product-card-featured { grid-column: span 2; }
.product-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card-featured img { object-position: center 60%; }
.product-card:hover img { transform: scale(1.035); }
.product-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,10,25,.02) 28%, rgba(9,17,41,.92) 100%); }
.product-copy { position: absolute; inset: auto 28px 26px; padding-right: 54px; }
.product-index { display: block; margin-bottom: 11px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.product-copy h3 { margin: 0; font-size: clamp(23px, 2.4vw, 34px); line-height: 1.05; letter-spacing: -.025em; }
.product-copy p { max-width: 440px; margin: 11px 0 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.5; }
.round-arrow { position: absolute; right: 0; bottom: 2px; display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transition: .2s; }
.product-card:hover .round-arrow { color: var(--navy); border-color: var(--yellow); background: var(--yellow); }

.quality-band { color: white; background: var(--navy); }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quality-grid > div { min-height: 220px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 20px; padding: 40px clamp(24px, 3vw, 46px); border-left: 1px solid rgba(255,255,255,.14); }
.quality-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.quality-grid svg, .benefit-icon { grid-row: span 2; width: 36px; color: var(--yellow); font-size: 30px; }
.quality-grid strong { align-self: end; margin-bottom: 7px; font-size: 19px; }
.quality-grid span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }

.solution-section { background: var(--paper); }
.solution-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(50px, 7vw, 105px); }
.solution-visual { position: relative; min-height: 610px; }
.solution-visual > img { width: 100%; height: 610px; object-fit: cover; }
.solution-note { position: absolute; right: -34px; bottom: 34px; width: min(330px,72%); padding: 26px; color: white; background: var(--navy); }
.solution-note span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.solution-note p { margin: 10px 0 0; font-size: 18px; line-height: 1.45; }
.solution-copy > p:not(.section-kicker) { margin: 28px 0 26px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.check-list { display: grid; gap: 15px; padding: 0; margin: 0 0 34px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 700; line-height: 1.45; }
.check-list svg, .check-list b { flex: 0 0 auto; width: 20px; color: var(--blue); }

.industries-section { background: white; }
.centered-heading { max-width: 820px; margin: 0 auto 54px; text-align: center; }
.centered-heading .section-kicker::before { display: none; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.industry-card { border: 1px solid var(--line); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.industry-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(17,25,54,.1); }
.industry-image { height: 280px; overflow: hidden; }
.industry-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.industry-card:hover img { transform: scale(1.035); }
.industry-copy { padding: 28px 28px 32px; }
.industry-copy h3 { margin: 0; color: var(--navy-deep); font-size: 24px; letter-spacing: -.02em; }
.industry-copy p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.manifesto-section { padding: clamp(86px,9vw,132px) 0; color: white; background: var(--navy-deep); }
.manifesto-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,8vw,120px); align-items: start; }
.section-kicker.light { color: #c4cee6; }
.manifesto-intro h2 { color: white; }
.manifesto-intro > p:last-child { max-width: 480px; margin: 27px 0 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.7; }
.manifesto-steps { border-top: 1px solid rgba(255,255,255,.2); }
.manifesto-steps > div { display: grid; grid-template-columns: 62px 155px 1fr; align-items: center; gap: 20px; min-height: 118px; border-bottom: 1px solid rgba(255,255,255,.2); }
.manifesto-steps span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.manifesto-steps h3 { margin: 0; font-size: 25px; }
.manifesto-steps p { margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.5; }

.process-section { background: var(--paper); }
.process-heading .heading-copy { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd1d8; border-left: 1px solid #ccd1d8; }
.process-card { position: relative; min-height: 315px; padding: 38px 28px; border-right: 1px solid #ccd1d8; border-bottom: 1px solid #ccd1d8; background: rgba(255,255,255,.42); }
.process-number { position: absolute; top: 25px; right: 25px; color: #9da5b0; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.process-card svg, .process-icon { display: block; width: 35px; margin: 24px 0 56px; color: var(--blue); font-size: 30px; }
.process-card h3 { margin: 0 0 11px; color: var(--navy-deep); font-size: 22px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.partner-section { padding: 52px 0; border-block: 1px solid var(--line); background: white; }
.partner-grid { display: grid; grid-template-columns: 250px 1px 180px 1fr; align-items: center; gap: 42px; }
.partner-logo img { display: block; width: 230px; height: 110px; object-fit: contain; }
.partner-divider { width: 1px; height: 86px; background: var(--line); }
.lista-mark { display: flex; align-items: center; gap: 12px; color: #070707; font-size: 42px; letter-spacing: -.04em; }
.lista-symbol { display: grid; gap: 3px; width: 28px; }
.lista-symbol i { display: block; height: 7px; background: #1779ad; }
.lista-symbol i:first-child { background: var(--navy); }
.lista-mark strong { font-weight: 900; }
.partner-copy p { margin: 0 0 6px; color: var(--navy-deep); font-size: 18px; font-weight: 900; }
.partner-copy span { color: var(--muted); font-size: 15px; }

.contact-section { color: var(--navy-deep); background: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,8vw,120px); align-items: start; }
.contact-copy h2 { max-width: 560px; }
.contact-copy > p:not(.section-kicker) { max-width: 560px; margin: 27px 0; font-size: 18px; line-height: 1.68; }
.contact-copy .section-kicker { color: var(--navy); }
.contact-copy .section-kicker::before { background: var(--navy); }
.contact-points { display: grid; gap: 12px; }
.contact-points span { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.contact-points svg { width: 18px; }
.contact-form { display: grid; gap: 20px; padding: clamp(28px,4vw,52px); background: white; box-shadow: 0 30px 70px rgba(17,25,54,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--navy-deep); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd4dc; border-radius: 0; background: #f8f9fa; box-shadow: none; }
.contact-form input { height: 52px; padding-inline: 15px; }
.contact-form textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: var(--blue); outline: 3px solid rgba(23,105,152,.14); }
.form-consent, .form-note { margin: -3px 0 0; color: #727780; font-size: 12px; line-height: 1.5; }
.form-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border: 0; border-radius: 0; color: white; background: var(--navy); font-size: 14px; font-weight: 900; cursor: pointer; }
.form-submit:hover { background: var(--blue); }
.form-status { margin: 0; padding: 14px 16px; color: #195239; background: #ecf8f1; font-size: 13px; line-height: 1.5; }
.form-error { color: #7b2424; background: #fbecec; }

.site-footer { padding: 64px 0 28px; color: var(--navy-deep); background: #eef1f4; }
.footer-top { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 80px; padding-bottom: 48px; }
.footer-brand img { width: 230px; height: 120px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 410px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.footer-links strong { display: block; margin-bottom: 18px; color: var(--yellow); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links span { display: block; margin: 11px 0; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid #cfd4dc; color: #757b86; font-size: 12px; }

.admin-bar .site-header { top: 32px; }

@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-featured { grid-column: span 2; }
  .solution-grid, .manifesto-grid, .contact-grid { grid-template-columns: 1fr; }
  .solution-copy { max-width: 720px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .industry-image { height: 300px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: 220px 1px 165px 1fr; gap: 24px; }
}

@media (max-width: 920px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand { width: 178px; }
  .brand img { height: 58px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-nav { position: fixed; z-index: 45; inset: 78px 0 0; display: flex; flex-direction: column; padding: 30px 24px; color: white; background: var(--navy-deep); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .mobile-nav.is-open { transform: translateX(0); visibility: visible; }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 24px; font-weight: 800; }
  .mobile-nav svg { color: var(--yellow); }
  .hero { min-height: 700px; padding-top: 78px; }
  .hero-image { inset: 78px 0 0; height: calc(100% - 78px); object-position: 67% center; }
  .hero-shade { inset: 78px 0 0; background: linear-gradient(90deg, rgba(11,18,43,.94), rgba(14,25,57,.56)); }
  .hero-content { padding-top: clamp(100px,16vh,150px); }
  .split-heading { grid-template-columns: 1fr; gap: 30px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid > div, .quality-grid > div:last-child { min-height: 150px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .partner-grid { grid-template-columns: 1fr 1fr; text-align: center; }
  .partner-logo img { margin: auto; }
  .partner-divider { display: none; }
  .lista-mark { justify-content: center; }
  .partner-copy { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 44px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 36px, 1240px); }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .scroll-cue { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-featured { grid-column: auto; min-height: 365px; }
  .quality-grid { width: 100%; }
  .quality-grid > div { padding-inline: 28px; }
  .solution-visual, .solution-visual > img { min-height: 460px; height: 460px; }
  .solution-note { right: 14px; bottom: 14px; }
  .industry-card { display: block; }
  .industry-image { height: 250px; }
  .manifesto-steps > div { grid-template-columns: 42px 1fr; padding: 23px 0; }
  .manifesto-steps p { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 250px; }
  .process-card svg { margin-bottom: 36px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-copy { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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