:root {
  --ink: #081424;
  --ink-soft: #10233b;
  --blue: #1769ff;
  --cyan: #49b8ff;
  --amber: #ffb000;
  --paper: #f4f7fb;
  --white: #fff;
  --muted: #5f6c7d;
  --line: #d9e0e9;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { height: 104px; padding: 0 max(24px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(8,20,36,.97); color: var(--white); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 132px; height: 86px; object-fit: contain; border-radius: 4px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover { color: var(--amber); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--amber); }
.menu-button { display: none; color: white; background: none; border: 1px solid #536073; padding: 8px 12px; font: inherit; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); background: var(--ink); color: white; overflow: hidden; }
.hero-copy { padding: 112px max(32px, calc((100vw - var(--max))/2)) 70px; padding-right: 7vw; align-self: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .light .eyebrow, .contact .eyebrow { color: var(--amber); }
h1, h2 { margin: 0; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; line-height: .98; letter-spacing: -.02em; }
h1 { max-width: 780px; font-size: clamp(3.8rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.hero-intro { max-width: 700px; margin: 30px 0; color: #c7d2df; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--amber); color: var(--ink); }
.button.secondary { border: 1px solid #65758a; color: white; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 720px; margin-top: 70px; padding-top: 25px; border-top: 1px solid #314057; }
.hero-trust div { display: grid; gap: 2px; }
.hero-trust strong { color: var(--amber); font: 600 2.3rem "Oswald", sans-serif; line-height: 1; }
.hero-trust .word-value { font-size: 1.5rem; letter-spacing: .03em; text-transform: uppercase; }
.hero-trust span { color: #aebaca; font-size: .78rem; }
.hero-visual { position: relative; min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 60px; background: linear-gradient(145deg, var(--blue), #0638a7); overflow: hidden; }
.visual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(500px) rotateY(-16deg) scale(1.25); }
.visual-bolt { position: relative; z-index: 1; color: var(--amber); font: 600 clamp(11rem, 28vw, 23rem)/.7 "Oswald", sans-serif; filter: drop-shadow(20px 25px 0 rgba(8,20,36,.25)); }
.hero-visual p { position: relative; z-index: 1; margin: 80px 0 0; font: 600 1.25rem/1.5 "Oswald", sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.proof-strip { padding: 34px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: center; background: var(--amber); }
.proof-strip p { margin: 0; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.proof-strip strong { font-size: 1.05rem; }
.section { max-width: var(--max); margin: auto; padding: 110px 24px; }
.section-heading { display: grid; grid-template-columns: 1.3fr 1fr; column-gap: 50px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 265px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-grid span { color: var(--blue); font: 600 1rem "Oswald", sans-serif; }
.service-grid h3 { margin: 45px 0 12px; font-size: 1.15rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.sectors { max-width: none; padding-left: max(24px, calc((100vw - var(--max))/2)); padding-right: max(24px, calc((100vw - var(--max))/2)); background: var(--ink-soft); color: white; }
.sectors .section-heading { grid-template-columns: 1fr; }
.sector-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.sector-list article { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 25px 0; border-top: 1px solid #394960; }
.sector-list article:nth-child(odd) { padding-right: 35px; }
.sector-list article:nth-child(even) { padding-left: 35px; border-left: 1px solid #394960; }
.sector-list strong { color: var(--amber); }
.sector-list span { color: #bdc8d6; font-size: .9rem; }
.experience { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; }
.experience-card { padding: clamp(30px, 6vw, 70px); background: white; }
.experience-card > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 1.05rem; }
.experience-card ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.experience-card li { padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); position: relative; font-weight: 700; }
.experience-card li::before { content: "↯"; position: absolute; left: 2px; color: var(--blue); }
.quote-card { padding: 50px 36px; background: var(--blue); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.quote-mark { color: var(--amber); font: 600 7rem/1 "Oswald", sans-serif; }
blockquote { margin: 30px 0; font: 500 1.45rem/1.45 "Manrope", sans-serif; }
cite { color: #cfe0ff; font-size: .85rem; font-style: normal; font-weight: 700; }
.contact { padding: 110px max(24px, calc((100vw - var(--max))/2)); background: #07101d; color: white; text-align: center; }
.contact > p:not(.eyebrow) { max-width: 720px; margin: 25px auto; color: #c0ccd9; font-size: 1.1rem; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 35px; }
.contact-actions span { color: #8594a7; font-size: .76rem; }
.contact-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
footer { padding: 35px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; background: #030910; color: #8e9bad; font-size: .78rem; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 142px; height: 94px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--amber); }

@media (max-width: 860px) {
  .site-header { height: 82px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 24px; background: var(--ink); }
  nav.open { display: flex; }
  nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; padding: 12px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 80px 24px 55px; }
  .hero-visual { min-height: 330px; padding: 35px 24px; }
  .visual-bolt { font-size: 13rem; }
  .hero-visual p { position: absolute; right: 24px; bottom: 35px; margin: 0; text-align: right; }
  .section-heading, .proof-strip, .experience { grid-template-columns: 1fr; }
  .proof-strip { gap: 8px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-list { grid-template-columns: 1fr; }
  .sector-list article:nth-child(odd), .sector-list article:nth-child(even) { padding: 24px 0; border-left: 0; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 560px) {
  .brand-logo { width: 102px; height: 68px; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.7rem; }
  .hero-trust { grid-template-columns: 1fr; margin-top: 50px; }
  .hero-trust div { grid-template-columns: 80px 1fr; align-items: center; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .section-heading { margin-bottom: 35px; }
  .sector-list article { grid-template-columns: 1fr; gap: 5px; }
  .experience { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
