:root {
  --navy: #062d55;
  --blue: #0b5fa8;
  --sky: #ddebfa;
  --red: #ec1b24;
  --ink: #102438;
  --muted: #5d6d7d;
  --line: #d7e0e8;
  --paper: #f5f8fb;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(11, 95, 168, .28); outline-offset: 3px; }
.shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); background: var(--navy); color: white; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7, 59, 112, .1); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; width: 175px; height: 60px; display: flex; align-items: center; overflow: hidden; text-decoration: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #33495d; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.site-nav .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; color: white; background: var(--red); }
.site-nav .nav-cta:hover { color: white; background: #cb111a; }
.language-switch { min-width: 42px; min-height: 38px; border: 1px solid #aec4d7; background: white; color: var(--navy); font-size: 12px; font-weight: 900; cursor: pointer; }
.language-switch:hover { border-color: var(--blue); color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: white; }
.menu-button > span:not(.sr-only) { width: 20px; height: 2px; display: block; margin: 4px auto; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 64px 0 72px; background: linear-gradient(110deg, #f7fafc 0%, #eef5fb 68%, #e2eef8 100%); }
.hero::before { content: ""; position: absolute; right: -120px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(11, 95, 168, .15); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 18px 0 0; color: var(--navy); font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--red); }
.button.primary:hover { background: #cb111a; }
.button.secondary { border-color: #aec4d7; color: var(--navy); background: rgba(255, 255, 255, .7); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 38px 0 0; border: 1px solid var(--line); background: var(--line); }
.hero-facts div { min-height: 86px; padding: 15px; background: rgba(255, 255, 255, .82); }
.hero-facts dt { color: var(--red); font-size: 11px; font-weight: 900; }
.hero-facts dd { margin: 9px 0 0; color: var(--navy); font-size: 13px; font-weight: 800; line-height: 1.3; }
.hero-media { position: relative; min-height: 575px; }
.hero-media > img { width: 100%; height: 575px; object-fit: cover; box-shadow: 30px 30px 0 #cfe0ee; }
.route-card { position: absolute; right: -28px; bottom: 34px; min-width: 240px; padding: 18px 20px; border-left: 4px solid var(--red); background: white; box-shadow: 0 16px 38px rgba(6, 45, 85, .18); }
.route-card span, .route-card strong, .route-card small { display: block; }
.route-card span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-card strong { margin-top: 7px; color: var(--navy); font-size: 18px; }
.route-card small { margin-top: 5px; color: var(--muted); }

.capability-strip { color: white; background: var(--navy); }
.capability-strip .shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.capability-strip span { font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.capability-strip i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #6eb6ec; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 60px; margin-bottom: 44px; }
.section-heading h2, .story-copy h2, .about h2, .contact-banner h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(36px, 4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 380px; padding: 30px; border: 1px solid var(--line); background: white; }
.service-card.featured { color: white; border-color: var(--blue); background: var(--blue); }
.service-number { color: var(--red); font-size: 12px; font-weight: 900; }
.service-card.featured .service-number { color: #ffb2b7; }
.service-card h3 { margin: 44px 0 0; color: var(--navy); font-size: 26px; line-height: 1.1; }
.service-card.featured h3 { color: white; }
.service-card p { color: var(--muted); line-height: 1.65; }
.service-card.featured p { color: rgba(255, 255, 255, .76); }
.service-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card.featured ul { border-color: rgba(255, 255, 255, .22); }
.service-card li { position: relative; margin-top: 9px; padding-left: 18px; font-size: 13px; font-weight: 700; }
.service-card li::before { content: ""; position: absolute; top: 7px; left: 0; width: 6px; height: 6px; background: var(--red); }

.image-story { padding: 100px 0; overflow: hidden; background: var(--paper); }
.image-story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 24px; }
.story-image { overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.story-image:hover img { transform: scale(1.025); }
.story-image.wide { min-height: 420px; }
.story-image.tall { grid-column: 2; min-height: 370px; }
.story-copy { padding: 24px 24px 42px; align-self: center; }
.story-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--red); font-weight: 850; text-decoration: none; }
.text-link:hover { color: #bd1119; }
.story-service { grid-column: 1; min-height: 370px; padding: 42px; display: flex; flex-direction: column; justify-content: center; background: var(--navy); color: white; }
.story-service .eyebrow { color: #8bc8ff; }
.story-service h3 { max-width: 560px; margin: 14px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.story-service > p:not(.eyebrow) { max-width: 620px; margin: 18px 0 0; color: rgba(255, 255, 255, .75); line-height: 1.7; }
.story-service ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.story-service li { position: relative; padding-left: 14px; font-size: 13px; font-weight: 750; }
.story-service li::before { content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; background: var(--red); }

.process { color: white; background: var(--navy); }
.process .eyebrow { color: #88c4ef; }
.process .section-heading h2 { color: white; }
.section-heading.compact { grid-template-columns: 1fr; }
.process-list { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .2); list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.process-list > li > span { color: #83c4f2; font-size: 14px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 25px; }
.process-list p { max-width: 620px; margin: 8px 0 0; color: rgba(255, 255, 255, .65); line-height: 1.65; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; }
.about-copy > p { margin-top: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.contact-person { margin-top: 30px; padding: 24px 0 0; scroll-margin-top: 110px; border-top: 1px solid var(--line); }
.contact-person span, .contact-person strong, .contact-person a { display: block; }
.contact-person span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-person strong { margin-top: 10px; color: var(--navy); font-size: 22px; }
.contact-person a { margin-top: 6px; color: var(--red); font-weight: 750; text-decoration: none; }
.contact-person address { margin-top: 14px; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.55; }

.contact-banner { padding: 72px 0; background: var(--red); color: white; }
.contact-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-banner .eyebrow { color: rgba(255, 255, 255, .72); }
.contact-banner h2 { color: white; }
.button.light { color: var(--red); background: white; }

.site-footer { padding: 54px 0 24px; color: rgba(255, 255, 255, .72); background: #041e37; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-grid strong { color: white; font-size: 18px; }
.footer-grid p { margin: 8px 0 0; font-size: 13px; }
.footer-grid > div:nth-child(2) { justify-self: end; }
.footer-grid > div:nth-child(2) span, .footer-grid > div:nth-child(2) a { display: block; }
.footer-grid > div:nth-child(2) span { color: #83c4f2; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:nth-child(2) a { margin-top: 9px; color: white; text-decoration: none; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 11px; }
.footer-bottom a { color: white; text-decoration: none; }

@media (max-width: 900px) {
  .site-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: white; box-shadow: 0 20px 45px rgba(6, 45, 85, .16); }
  .site-nav.open { display: grid; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; }
  .site-nav .nav-cta { margin-top: 6px; }
  .language-switch { width: 100%; min-height: 46px; margin: 4px 0; text-align: left; padding: 0 14px; }
  .menu-button { display: block; }
  .hero { padding-top: 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-media { min-height: 520px; }
  .hero-media > img { height: 520px; }
  .route-card { right: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .image-story-grid { grid-template-columns: 1fr; }
  .story-service { grid-column: auto; }
  .story-image.tall { grid-column: auto; }
  .about-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand { width: 150px; height: 52px; }
  .site-nav { top: 70px; right: 14px; left: 14px; }
  .hero { padding: 42px 0 50px; }
  .hero h1 { font-size: 48px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { min-height: 66px; }
  .hero-media { min-height: 410px; }
  .hero-media > img { height: 410px; box-shadow: 14px 14px 0 #cfe0ee; }
  .route-card { right: 10px; bottom: 18px; min-width: 210px; }
  .capability-strip { overflow: hidden; }
  .capability-strip .shell { width: max-content; min-height: 58px; padding: 0 14px; animation: capability-scroll 18s linear infinite; }
  .section { padding: 76px 0; }
  .section-heading h2, .story-copy h2, .about h2, .contact-banner h2 { font-size: 38px; }
  .service-card { padding: 24px; }
  .image-story { padding: 72px 0; }
  .story-image.wide, .story-image.tall { min-height: 290px; }
  .story-copy { padding: 16px 0 30px; }
  .story-service { min-height: auto; padding: 32px 24px; }
  .process-list li { grid-template-columns: 34px 1fr; gap: 12px; }
  .contact-banner-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(2) { justify-self: start; }
  .footer-bottom { display: grid; }
}

@keyframes capability-scroll { to { transform: translateX(-35%); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
