:root {
  --ink: #17202d;
  --muted: #667085;
  --line: #e4e7ec;
  --soft: #f7f8fb;
  --brand: #db2d72;
  --brand-dark: #ab1f57;
  --accent: #f7944d;
  --navy: #16233b;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(22, 35, 59, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 40px)); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: 0.02em; }
.brand img { width: 50px; height: 50px; border-radius: 15px; object-fit: cover; }
.brand span { display: grid; line-height: 1.05; text-transform: uppercase; }
.brand strong { font-size: 1.05rem; color: var(--navy); }
.brand small { color: var(--brand); font-weight: 700; letter-spacing: 0.18em; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a, .nav-dropdown-toggle { border: 0; background: transparent; color: var(--navy); cursor: pointer; font: inherit; padding: 10px 0; text-decoration: none; }
.site-nav a:hover, .nav-dropdown-toggle:hover { color: var(--brand); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu { position: absolute; top: 100%; left: -18px; display: none; min-width: 280px; padding: 10px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { border-bottom: 1px solid var(--line); font-size: 0.72rem; }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 9px 14px; color: var(--navy); font-weight: 700; }
.hero, .page-hero { position: relative; overflow: hidden; isolation: isolate; color: var(--white); }
.hero { min-height: 650px; display: grid; align-items: center; }
.hero-image, .page-hero img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-shade, .page-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14, 24, 44, 0.93), rgba(14, 24, 44, 0.65), rgba(14, 24, 44, 0.15)); }
.hero-content { padding: 110px 0; }
.hero h1, .page-title h1, .page-hero h1 { max-width: 780px; margin: 12px 0 18px; font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.06em; line-height: 0.98; }
.hero p { max-width: 690px; color: #eef2f8; font-size: 1.2rem; }
.eyebrow { display: inline-block; color: var(--brand); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow, .contact-band .eyebrow { color: #ffb27b; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-block; border: 1px solid var(--brand); border-radius: 999px; background: var(--brand); padding: 13px 22px; color: var(--white); cursor: pointer; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: 160ms ease; }
.button:hover { border-color: var(--brand-dark); background: var(--brand-dark); transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,0.7); background: transparent; }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); }
.button-small { padding: 10px 17px; font-size: 0.7rem; }
.text-link { color: var(--brand); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--brand-dark); }
.section { padding: 94px 0; }
.section-soft { background: var(--soft); }
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 60px; }
h2 { margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.05em; line-height: 1.08; }
h3 { margin: 8px 0; color: var(--navy); }
p { margin: 0 0 16px; color: var(--muted); }
.rounded-image { width: 100%; min-height: 350px; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 30px rgba(22, 35, 59, 0.06); }
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.service-card div { padding: 22px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.feature-number { color: var(--brand); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; }
.contact-band { padding: 58px 0; background: linear-gradient(120deg, var(--navy), #263f68); color: var(--white); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-band h2 { max-width: 760px; margin-bottom: 0; }
.page-hero { min-height: 430px; display: grid; align-items: end; }
.page-hero-content { padding: 86px 0 62px; }
.page-hero-content p { max-width: 760px; color: #eef2f8; font-size: 1.12rem; }
.prose-grid { display: grid; gap: 36px; max-width: 890px; }
.prose-grid article { border-left: 3px solid var(--brand); padding-left: 24px; }
.prose-grid h2 { font-size: 2rem; }
.page-title { padding: 100px 0 50px; background: var(--soft); }
.page-title h1 { color: var(--navy); }
.contact-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.contact-details { padding: 28px; border-radius: 18px; background: var(--navy); color: var(--white); }
.contact-details h2, .contact-details h3, .contact-details a { color: var(--white); }
.contact-details p { color: #dbe4f3; }
.contact-form { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 30px rgba(22, 35, 59, 0.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; margin-bottom: 14px; color: var(--navy); font-size: 0.84rem; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: var(--white); padding: 12px; color: var(--ink); font: inherit; }
input:focus, textarea:focus { border-color: var(--brand); outline: 3px solid rgba(219, 45, 114, 0.12); }
.form-note { margin-top: 14px; font-size: 0.8rem; }
.jobs-grid { display: grid; gap: 16px; }
.job-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 30px rgba(22, 35, 59, 0.05); }
.job-card h2 { margin: 8px 0; font-size: 2rem; }
.job-status { color: var(--brand); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.job-meta { color: var(--navy); font-weight: 800; }
.site-footer { padding: 58px 0 88px; background: #111b2e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.85fr 0.85fr; gap: 36px; }
.brand-footer strong, .brand-footer small, .site-footer h3, .site-footer a { color: var(--white); }
.site-footer p { color: #b9c4d5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; color: #b9c4d5; font-size: 0.84rem; }
.quick-actions { position: fixed; z-index: 15; right: 0; bottom: 0; left: 0; display: none; grid-template-columns: repeat(3, 1fr); background: var(--brand); }
.quick-actions a { padding: 13px 7px; color: var(--white); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-align: center; text-decoration: none; text-transform: uppercase; }
@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .site-nav { position: absolute; top: 78px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 20px 16px; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; }
  .site-nav a, .nav-dropdown-toggle { display: block; width: 100%; border-bottom: 1px solid var(--line); padding: 13px 0; text-align: left; }
  .nav-dropdown-menu { position: static; min-width: auto; border: 0; border-radius: 0; padding: 0 0 0 14px; box-shadow: none; }
  .split, .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .service-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .contact-band-inner { display: grid; }
  .quick-actions { display: grid; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero { min-height: 590px; }
  .hero h1 { font-size: 3.2rem; }
  .section { padding: 68px 0; }
  .service-grid, .feature-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 380px; }
  .page-title { padding-top: 74px; }
  .footer-bottom { display: grid; }
}
