:root {
  --navy: #071b2d;
  --navy-2: #0b1f33;
  --blue: #159fe5;
  --blue-dark: #087fbd;
  --blue-pale: #d8f1ff;
  --ink: #172332;
  --muted: #5c6977;
  --line: #dbe3ea;
  --surface: #f3f6f8;
  --white: #fff;
  --shadow: 0 18px 50px rgb(7 27 45 / 12%);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--surface); }
.eyebrow { margin: 0 0 12px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy-2); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 6vw, 4.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: 10px; font-size: 1.35rem; }
p { margin-top: 0; }
.lede { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.2rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 2px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--blue); box-shadow: 0 12px 24px rgb(21 159 229 / 28%); }
.button--primary:hover { background: var(--blue-dark); }
.button--outline { color: #fff; border-color: rgb(255 255 255 / 70%); background: rgb(255 255 255 / 4%); }
.button--outline:hover { background: rgb(255 255 255 / 12%); }
.button--dark { color: #fff; background: var(--navy); }
.topbar { color: #fff; background: var(--navy); font-size: .88rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 97%); box-shadow: 0 6px 18px rgb(7 27 45 / 7%); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 190px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; padding: 12px 0; color: var(--navy-2); font-weight: 750; text-decoration: none; }
.site-nav a:not(.button)::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 3px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 8px; color: #fff; background: var(--navy); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(3 18 31 / 20%), transparent 65%); content: ""; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__content { position: relative; z-index: 1; width: min(660px, 58%); padding: 58px 54px; background: rgb(7 27 45 / 92%); clip-path: polygon(0 0, 86% 0, 100% 17%, 100% 83%, 86% 100%, 0 100%); }
.hero__content h1 { max-width: 560px; margin-bottom: 22px; color: #fff; }
.hero__content .lede { max-width: 540px; color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-chip { padding: 11px 16px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 8px; font-weight: 750; background: rgb(255 255 255 / 4%); }
.trust-chip::before { color: var(--blue); content: "✓"; margin-right: 9px; font-weight: 900; }
.intro-grid, .split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.photo-card { position: relative; }
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -18px; bottom: -22px; padding: 22px; border-radius: 12px; color: #fff; background: var(--blue); box-shadow: var(--shadow); }
.experience-badge strong { display: block; font-size: 2rem; line-height: 1; }
.feature-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 30px; color: var(--muted); }
.feature-list li::before { position: absolute; left: 0; color: var(--blue); content: "✓"; font-weight: 900; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgb(7 27 45 / 7%); }
.card__number { display: block; margin-bottom: 18px; color: var(--blue); font-size: 2.6rem; font-weight: 900; line-height: 1; }
.card p { margin-bottom: 0; color: var(--muted); }
a.card { text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
a.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.work-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--navy); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card__label { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 20px; border-radius: 10px; background: rgb(7 27 45 / 88%); }
.work-card__label h3 { margin: 0; color: #fff; }
.cta { padding: 78px 0; color: #fff; background: var(--navy); }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { max-width: 720px; margin: 0; color: #fff; }
.page-hero { position: relative; min-height: 420px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--navy); }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 27 45 / 92%), rgb(7 27 45 / 30%)); content: ""; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 1; padding-bottom: 72px; }
.page-hero h1 { max-width: 760px; margin-bottom: 12px; color: #fff; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; font-weight: 700; }
.breadcrumbs a { color: var(--blue-pale); }
.service-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 35px; }
.service-point { padding: 24px; border-left: 4px solid var(--blue); background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 14px; background: var(--surface); }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-grid figcaption { padding: 14px 16px; color: var(--navy); font-weight: 750; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-item { padding: 20px; border-left: 4px solid var(--blue); background: var(--surface); }
.contact-item strong { display: block; color: var(--navy); }
.contact-item a { color: var(--blue-dark); }
.form-card { padding: 36px; border-radius: var(--radius); background: var(--surface); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field--wide { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 750; }
input, textarea, select { width: 100%; padding: 14px 15px; border: 1px solid #cbd5df; border-radius: 8px; color: var(--ink); background: #fff; }
textarea { min-height: 145px; resize: vertical; }
.form-note { margin-top: 16px; color: var(--muted); font-size: .9rem; }
.map { width: 100%; height: 420px; border: 0; }
.site-footer { padding: 72px 0 26px; color: #c4d0db; background: #061522; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 50px; }
.footer-logo { width: 190px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.site-footer h2 { color: #fff; font-size: 1.05rem; letter-spacing: .02em; }
.site-footer a { color: #dce8f2; }
.footer-links { display: grid; gap: 8px; padding: 0; list-style: none; }
.copyright { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .86rem; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 20px; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav .button { color: #fff; }
  .hero { min-height: 700px; align-items: end; }
  .hero__content { width: min(760px, calc(100% - 32px)); margin: 0 auto 28px; clip-path: none; border-left: 4px solid var(--blue); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .topbar__inner { min-height: 38px; justify-content: center; }
  .topbar__inner span:first-child { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 154px; }
  .hero { min-height: 660px; }
  .hero__image { object-position: 67% center; }
  .hero__content { padding: 34px 24px; }
  .hero__content h1 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .hero__actions .button { width: 100%; }
  .trust-chips { gap: 8px; }
  .trust-chip { font-size: .88rem; }
  .intro-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .experience-badge { right: 10px; }
  .cards, .work-grid, .service-points, .gallery-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child, .field--wide { grid-column: auto; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 350px; }
  .page-hero__content { padding-bottom: 48px; }
  .work-card { min-height: 340px; }
  .form-card { padding: 24px; }
}

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