:root {
  --navy: #0c202a;
  --navy-2: #173542;
  --red: #ec1b2d;
  --paper: #f3f5f4;
  --white: #ffffff;
  --ink: #142027;
  --muted: #667178;
  --line: #d5dadc;
  --yellow: #efc94b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", Arial, sans-serif; line-height: 1.55; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: "Sora", Arial, sans-serif; line-height: 1.08; letter-spacing: 0; }
h2 { font-size: 50px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow, .section-number, small { letter-spacing: 0; text-transform: uppercase; }
.eyebrow { margin: 0; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: var(--red); }
.section-number { margin: 0 0 42px; color: var(--muted); font-size: 11px; font-weight: 600; }
.section-number.light { color: #91a1a8; }

.topbar { display: flex; justify-content: space-between; align-items: center; min-height: 36px; padding: 7px max(28px, calc((100vw - 1220px) / 2)); color: #cbd6da; background: #07171e; font-size: 12px; }
.topbar > div { display: flex; gap: 28px; }
.topbar > a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; }
.topbar svg { width: 15px; height: 15px; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto auto; align-items: center; min-height: 78px; padding: 10px max(28px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid #24404c; background: rgba(12, 32, 42, .97); backdrop-filter: blur(10px); }
.brand { display: block; width: 188px; }
.brand img { height: 53px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 30px; margin-right: 34px; color: #dce5e8; font-size: 13px; font-weight: 600; }
.desktop-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--red); color: var(--white); }
.button, .header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.1; cursor: pointer; }
.button svg, .header-cta svg { width: 18px; height: 18px; flex: 0 0 auto; }
.header-cta { color: var(--white); background: var(--red); font-size: 13px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid #66808b; border-radius: 3px; color: var(--white); background: transparent; cursor: pointer; }
.mobile-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 18px 24px 28px; border-bottom: 1px solid #38515c; background: var(--navy); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid #2c4651; color: var(--white); font-family: "Sora", sans-serif; font-size: 19px; font-weight: 600; }

.hero-slider { position: relative; height: 560px; overflow: hidden; color: var(--white); background: #07171e; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide > img { height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: rgba(4, 15, 20, .58); }
.hero-copy { position: absolute; z-index: 2; left: max(28px, calc((100vw - 1220px) / 2)); bottom: 82px; width: min(720px, calc(100% - 56px)); }
.hero-copy .eyebrow { margin-bottom: 17px; color: #d6e0e3; }
.hero-copy h1 { font-size: 74px; }
.hero-copy h2 { max-width: 740px; font-size: 56px; }
.hero-title { max-width: 730px; margin: 10px 0 0; font-family: "Sora", sans-serif; font-size: 34px; font-weight: 600; line-height: 1.14; }
.hero-text { max-width: 660px; margin: 16px 0 0; color: #e1e7e9; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.button-red { color: var(--white); background: var(--red); }
.button-glass { border-color: rgba(255,255,255,.62); color: var(--white); background: rgba(6,20,26,.55); }
.slider-controls { position: absolute; z-index: 4; right: max(28px, calc((100vw - 1220px) / 2)); bottom: 32px; display: flex; align-items: center; gap: 24px; }
.slider-dots { display: flex; gap: 8px; }
.slider-dot { width: 38px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.4); cursor: pointer; }
.slider-dot.is-active { background: var(--red); }
.slider-arrows { display: flex; gap: 7px; }
.slider-arrows button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 3px; color: var(--white); background: rgba(6,20,26,.55); cursor: pointer; }
.slider-arrows svg { width: 19px; }

.contact-rail { position: relative; z-index: 5; display: grid; grid-template-columns: .75fr 1.45fr .9fr; max-width: 1220px; margin: -1px auto 0; background: var(--white); box-shadow: 0 12px 28px rgba(10,32,42,.08); }
.contact-rail > * { display: flex; align-items: center; gap: 15px; min-width: 0; padding: 22px 26px; border-right: 1px solid var(--line); }
.contact-rail > *:last-child { border-right: 0; }
.contact-rail svg { width: 22px; color: var(--red); flex: 0 0 auto; }
.contact-rail span { min-width: 0; }
.contact-rail small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.contact-rail strong { display: block; font-size: 14px; line-height: 1.25; }

.about { display: grid; grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: center; max-width: 1220px; margin: 0 auto; padding: 120px 28px; }
.about-image { position: relative; min-height: 600px; }
.about-image img { height: 600px; object-fit: cover; object-position: center; }
.about-image span { position: absolute; right: -18px; bottom: 28px; padding: 12px 16px; color: var(--white); background: var(--red); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.about-copy h2 { max-width: 650px; margin: 13px 0 28px; }
.about-copy .lead { max-width: 680px; margin: 0 0 22px; font-size: 21px; font-weight: 600; }
.about-copy > p:not(.eyebrow):not(.section-number):not(.lead) { max-width: 650px; color: var(--muted); }
blockquote { margin: 36px 0 0; padding: 24px 0 24px 25px; border-left: 4px solid var(--red); font-family: "Sora", sans-serif; font-size: 20px; font-weight: 600; }

.service-explorer { padding: 110px max(28px, calc((100vw - 1220px) / 2)); background: var(--white); }
.service-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }
.service-heading h2 { margin-top: 12px; }
.service-tabs { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }
.service-tabs button { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px 18px; border: 0; border-radius: 3px; color: var(--muted); background: transparent; font-weight: 700; cursor: pointer; }
.service-tabs button[aria-selected="true"] { color: var(--white); background: var(--navy); }
.service-tabs svg { width: 18px; }
.service-panel { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); min-height: 670px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.panel-image { min-height: 670px; overflow: hidden; }
.panel-image img { height: 100%; object-fit: cover; }
.panel-content { padding: 48px 0 48px 60px; }
.panel-content h3 { margin-bottom: 30px; font-size: 31px; }
.service-list { margin: 0; padding: 0; list-style: none; }
.service-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.service-list li > span { color: var(--red); font-size: 11px; font-weight: 700; }
.service-list strong { display: block; font-size: 16px; }
.service-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.panel-note { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 19px 20px; border-left: 4px solid var(--yellow); background: #f7f0d8; }
.panel-note svg { width: 22px; flex: 0 0 auto; }

.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 110px max(28px, calc((100vw - 1220px) / 2)); color: var(--white); background: var(--navy); }
.trust-heading h2 { max-width: 470px; }
.trust-points article { display: grid; grid-template-columns: 50px minmax(210px, .8fr) minmax(220px, 1fr); gap: 24px; padding: 26px 0; border-top: 1px solid #3b525c; }
.trust-points article:last-child { border-bottom: 1px solid #3b525c; }
.trust-points span { color: var(--red); font-size: 11px; }
.trust-points h3 { font-size: 19px; }
.trust-points p { margin: 0; color: #b9c7cc; font-size: 14px; }

.work-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--navy); }
.work-gallery figure { position: relative; min-width: 0; height: 460px; margin: 0; overflow: hidden; }
.work-gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-gallery figure:hover img { transform: scale(1.025); }
.work-gallery figcaption { position: absolute; left: 20px; bottom: 20px; padding: 8px 11px; color: var(--white); background: rgba(8,25,33,.86); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.location { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); min-height: 610px; background: var(--paper); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 70px 72px max(28px, calc((100vw - 1220px) / 2)); }
.location-copy h2 { margin: 13px 0 26px; }
.location-copy > p:not(.eyebrow):not(.section-number) { max-width: 540px; color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.button-navy { color: var(--white); background: var(--navy); }
.button-light { border-color: var(--line); background: var(--white); }
.location iframe { width: 100%; min-height: 610px; border: 0; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 110px max(28px, calc((100vw - 1220px) / 2)); color: var(--white); background: var(--navy-2); }
.contact h2 { max-width: 600px; margin: 15px 0 25px; }
.contact-intro > p:not(.eyebrow):not(.section-number) { max-width: 560px; color: #c2d0d5; }
.contact-phone { display: block; margin-top: 32px; color: var(--white); font-family: "Sora", sans-serif; font-size: 34px; font-weight: 700; }
.contact-email { display: block; width: fit-content; margin-top: 4px; border-bottom: 1px solid #76909a; color: #dce7ea; }
.hours { display: grid; gap: 4px; margin-top: 36px; padding-top: 24px; border-top: 1px solid #56707a; color: #c2d0d5; font-size: 13px; }
.hours strong { margin-top: 12px; color: var(--white); }
.hours strong:first-child { margin-top: 0; }
form { align-self: start; padding-top: 30px; border-top: 1px solid #6f8790; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: #dce7ea; font-size: 13px; font-weight: 600; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 14px 12px; border: 1px solid #6f8790; border-radius: 3px; outline: 0; color: var(--white); background: #203f4b; }
select option { color: var(--ink); background: var(--white); }
input:focus, textarea:focus, select:focus { border-color: var(--red); }
textarea { min-height: 145px; resize: vertical; }
::placeholder { color: #9eb0b7; }
.form-note { min-height: 22px; margin: 15px 0 0; color: #b7c8ce; font-size: 13px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 45px; align-items: start; padding: 52px max(28px, calc((100vw - 1220px) / 2)); border-top: 1px solid #2c434d; color: #b8c6ca; background: #07171e; font-size: 13px; }
.footer-logo { width: 180px; }
footer p { margin: 0; }
footer > div { display: flex; flex-direction: column; gap: 7px; }
footer > div a { width: fit-content; border-bottom: 1px solid #35515d; color: var(--white); }
.to-top { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #536b75; border-radius: 3px; color: var(--white); }
.to-top svg { width: 18px; }

@media (max-width: 980px) {
  h2 { font-size: 42px; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: grid; place-items: center; margin-left: 9px; }
  .contact-rail { grid-template-columns: 1fr 1fr; }
  .contact-rail > *:nth-child(2) { border-right: 0; }
  .contact-rail > *:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .about { grid-template-columns: .85fr 1.15fr; gap: 50px; }
  .service-panel { grid-template-columns: .7fr 1.3fr; }
  .panel-content { padding-left: 38px; }
  .trust { grid-template-columns: 1fr; gap: 55px; }
  .location { grid-template-columns: 1fr; }
  .location iframe { min-height: 430px; }
  .contact { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 700px) {
  h2 { font-size: 35px; }
  .topbar { display: none; }
  .site-header { min-height: 68px; padding: 8px 16px; }
  .brand { width: 126px; }
  .brand img { height: 44px; }
  .header-cta { width: 46px; min-width: 46px; padding: 0; }
  .header-cta { font-size: 0; }
  .header-cta svg { width: 19px; }
  .menu-toggle { width: 46px; height: 46px; }
  .mobile-nav { top: 68px; }
  .hero-slider { height: 590px; }
  .hero-slide > img { object-position: 58% center; }
  .hero-shade { background: rgba(4, 15, 20, .63); }
  .hero-copy { left: 20px; bottom: 105px; width: calc(100% - 40px); }
  .hero-copy h1 { font-size: 53px; }
  .hero-copy h2 { font-size: 37px; }
  .hero-title { font-size: 25px; }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .slider-controls { left: 20px; right: 20px; bottom: 25px; justify-content: space-between; }
  .contact-rail { grid-template-columns: 1fr; margin: 0; box-shadow: none; }
  .contact-rail > *, .contact-rail > *:nth-child(2) { padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-rail > *:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .about { grid-template-columns: 1fr; gap: 45px; padding: 78px 20px; }
  .about-image, .about-image img { min-height: 0; height: 420px; }
  .about-image span { right: 14px; }
  .about-copy .lead { font-size: 18px; }
  .service-explorer { padding: 78px 20px; }
  .service-heading { align-items: stretch; flex-direction: column; margin-bottom: 38px; }
  .service-tabs { width: 100%; }
  .service-tabs button { flex: 1; padding-inline: 10px; }
  .service-panel { grid-template-columns: 1fr; min-height: 0; }
  .panel-image { min-height: 0; height: 350px; }
  .panel-content { padding: 34px 0 38px; }
  .panel-content h3 { font-size: 26px; }
  .trust { padding: 78px 20px; }
  .trust-points article { grid-template-columns: 35px 1fr; gap: 16px; }
  .trust-points article p { grid-column: 2; }
  .work-gallery { grid-template-columns: 1fr; }
  .work-gallery figure { height: 340px; }
  .location-copy { padding: 78px 20px 55px; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; }
  .location iframe { min-height: 360px; }
  .contact { padding: 78px 20px; }
  .contact-phone { font-size: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 45px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide, .work-gallery img { transition: none; }
}
