:root {
  --navy: #0b2340;
  --navy-deep: #06172a;
  --orange: #f57919;
  --orange-dark: #d75c08;
  --cream: #f6f4ef;
  --white: #ffffff;
  --ink: #17202a;
  --muted: #657184;
  --line: #dfe5ea;
  --shadow: 0 20px 60px rgba(6, 23, 42, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); line-height: 1.6; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,35,64,.09); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; line-height: 1; text-transform: uppercase; letter-spacing: .4px; color: var(--navy); }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .8px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-weight: 700; font-size: .92rem; }
.main-nav > a:not(.button):hover { color: var(--orange); }
.menu-button { display: none; border: 0; background: var(--navy); color: white; border-radius: 8px; padding: 9px 13px; font-weight: 800; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid var(--orange); border-radius: 8px; background: var(--orange); color: white; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.72); }
.button-ghost:hover { background: white; color: var(--navy); border-color: white; }
.button-light { background: white; border-color: white; color: var(--navy); }
.button-light:hover { background: var(--cream); border-color: var(--cream); }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.7); }
.full-button { width: 100%; }
.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-photo { position: absolute; inset: 0; background: url('assets/home_front.webp') center 45% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,23,42,.94) 0%, rgba(6,23,42,.82) 38%, rgba(6,23,42,.28) 70%, rgba(6,23,42,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 105px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: #ffc18e; font-size: .78rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; }
.eyebrow.orange { color: var(--orange); }
h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; line-height: .98; text-transform: uppercase; color: var(--navy); }
h1 { color: white; font-size: clamp(4rem, 8vw, 7.5rem); max-width: 760px; }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.hero-text { max-width: 630px; margin: 26px 0 30px; color: rgba(255,255,255,.84); font-size: 1.15rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.proof-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 22px; color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 600; }
.trust-strip { background: var(--navy); color: white; border-top: 4px solid var(--orange); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 15px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; letter-spacing: .4px; }
.trust-grid span { color: rgba(255,255,255,.64); font-size: .85rem; }
.section { padding: 105px 0; }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { padding: 34px; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 36px rgba(6,23,42,.05); background: white; }
.service-card.orange-card { border-top: 6px solid var(--orange); }
.service-number { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 1.7rem; }
.service-card h3 { margin: 14px 0 12px; color: var(--navy); font-size: 1.45rem; }
.service-card p { color: var(--muted); }
.service-card ul { margin: 22px 0 0; padding-left: 20px; }
.service-card li { margin: 8px 0; }
.work-section { background: var(--navy-deep); }
.light-head h2 { color: white; }
.light-head > p:last-child { color: rgba(255,255,255,.65); }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 18px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 14px; min-height: 0; }
.gallery-large { grid-row: 1 / 3; }
.gallery figure:nth-child(4) { grid-column: 2 / 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; left: 16px; bottom: 16px; background: rgba(6,23,42,.86); color: white; padding: 8px 11px; border-left: 3px solid var(--orange); font-size: .82rem; font-weight: 700; }
.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.about-logo-card { background: white; border-radius: 24px; padding: 42px; box-shadow: var(--shadow); }
.about-logo-card img { width: 100%; max-height: 520px; object-fit: contain; }
.about-copy > p { color: var(--muted); font-size: 1.03rem; }
.check-list { display: grid; gap: 18px; margin-top: 30px; }
.check-list div { padding-left: 20px; border-left: 4px solid var(--orange); }
.check-list strong, .check-list span { display: block; }
.check-list strong { color: var(--navy); }
.check-list span { color: var(--muted); font-size: .92rem; margin-top: 3px; }
.quote-section { background: var(--navy); color: white; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.quote-copy h2 { color: white; }
.quote-copy > p { color: rgba(255,255,255,.7); }
.direct-contact { margin-top: 32px; display: grid; gap: 11px; }
.direct-contact a { display: block; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.04); }
.direct-contact a:hover { border-color: rgba(245,121,25,.7); }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: rgba(255,255,255,.55); font-size: .73rem; text-transform: uppercase; letter-spacing: 1.3px; }
.direct-contact strong { margin-top: 2px; }
.quote-form { background: white; color: var(--ink); padding: 34px; border-radius: 18px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--navy); font-size: .85rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; color: var(--ink); background: white; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(245,121,25,.15); border-color: var(--orange); }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.contact-banner { background: var(--orange); color: white; padding: 60px 0; }
.contact-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact-banner h2 { color: white; max-width: 790px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.banner-actions { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }
footer { background: #04111f; color: rgba(255,255,255,.7); padding: 48px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-grid strong { color: white; font-family: "Barlow Condensed", sans-serif; font-size: 1.5rem; text-transform: uppercase; }
.footer-grid p { max-width: 530px; }
.footer-links { display: grid; justify-content: end; text-align: right; gap: 7px; }
.footer-links a:hover { color: var(--orange); }
.copyright { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; background: white; padding: 22px 20px 26px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(6,23,42,.08); }
  .main-nav.open { display: flex; }
  .service-grid { grid-template-columns: 1fr; }
  .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .about-logo-card { max-width: 640px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 260px 260px; }
  .gallery-large { grid-column: 1 / 3; grid-row: 1; }
  .gallery figure:nth-child(4) { grid-column: 1 / 3; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .contact-banner-inner { align-items: flex-start; flex-direction: column; }
  .banner-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1160px); }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1rem; }
  .brand small { display: none; }
  .hero { min-height: 670px; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,23,42,.91), rgba(6,23,42,.63)); }
  h1 { font-size: 4rem; }
  .section { padding: 78px 0; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-bottom: 0; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 310px); }
  .gallery-large, .gallery figure:nth-child(4) { grid-column: auto; grid-row: auto; }
  .field-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; text-align: left; }
  .quote-form { padding: 24px; }
  .banner-actions { flex-direction: column; width: 100%; }
}
