:root {
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Manrope", sans-serif;
  --navy: #07182d;
  --navy-2: #0c2748;
  --blue: #08a9dc;
  --blue-light: #58d2f1;
  --orange: #f04a23;
  --ice: #eef5f8;
  --ink: #091b2c;
  --muted: #617181;
  --line: #d9e2e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 108px;
  display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; gap: 28px;
  padding: 12px clamp(24px, 5vw, 76px); color: white; background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: var(--navy);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 30px rgba(3,17,34,.35);
}
.brand img { width: 185px; height: 82px; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 38px); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.site-header nav a { opacity: .82; transition: .2s ease; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { opacity: 1; color: var(--blue-light); }
.header-cta {
  justify-self: end; display: inline-flex; align-items: center; gap: 10px;
  min-height: 46px; padding: 0 22px; background: var(--orange); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  white-space: nowrap; transition: background-color .2s ease, transform .2s ease;
}
.header-cta span { font-size: 15px; }
.header-cta:hover { background: #d83b18; transform: translateY(-2px); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 830px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,34,.98) 0%, rgba(4,22,42,.91) 36%, rgba(4,22,42,.35) 68%, rgba(4,22,42,.18) 100%), linear-gradient(0deg, rgba(2,17,33,.65), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 78px auto 0; padding: 82px 0 50px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue-light); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #1c7292; }
.hero h1, h2 { margin: 0; font-family: var(--font-display); text-transform: uppercase; line-height: .91; letter-spacing: -.025em; }
.hero h1 { max-width: 780px; font-size: clamp(66px, 8.3vw, 124px); font-weight: 700; }
.hero h1 em, .contact-section h2 em { color: var(--blue-light); font-style: normal; }
.hero-copy { max-width: 620px; margin: 30px 0 0; color: #c8d4de; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 38px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: .2s ease; cursor: pointer; }
.button span { font-size: 18px; }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #d83b18; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.36); color: white; }
.button-ghost:hover { border-color: var(--blue-light); background: rgba(88,210,241,.08); }
.button-dark { background: var(--navy); color: white; width: fit-content; }
.button-dark:hover { background: var(--orange); }
.hero-proof { display: flex; gap: 0; margin-top: 66px; }
.hero-proof > div { min-width: 190px; display: flex; align-items: center; gap: 14px; padding-right: 30px; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { font-family: var(--font-display); font-size: 34px; letter-spacing: -.02em; }
.hero-proof span { color: #9eb0bf; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof b { display: block; color: #ffc44f; font-size: 10px; letter-spacing: 1px; }

.quick-strip { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: var(--blue); color: white; padding: 0 clamp(24px, 5vw, 76px); }
.quick-strip span { display: flex; justify-content: center; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.28); }
.quick-strip span::before { content: "✓"; color: var(--navy); font-family: var(--font-body); font-size: 13px; }
.quick-strip span:last-child { border: 0; }

.section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .area-copy h2 { font-size: clamp(52px, 6vw, 78px); font-weight: 700; }
.section-heading > p, .area-copy > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.section-heading > div:last-child > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.inline-arrow { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.inline-arrow span { color: var(--orange); font-size: 17px; }
.inline-arrow.light { color: white; }
.hero-explore { margin-top: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position: relative; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(7,24,45,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(7,24,45,.13); }
.service-image-wrap { position: relative; height: 275px; overflow: hidden; background: #dfe8ed; }
.service-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,19,36,.45), transparent 55%); }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.035); }
.service-number { position: absolute; z-index: 2; right: 22px; bottom: 15px; color: white; font-family: var(--font-display); font-size: 42px; font-weight: 600; }
.service-body { padding: 30px 32px 32px; }
.service-body h3 { margin: 0; font-family: var(--font-display); font-size: 32px; text-transform: uppercase; letter-spacing: -.01em; }
.service-body > p { min-height: 52px; margin: 12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-body ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 27px; list-style: none; }
.service-body li { padding: 7px 10px; background: var(--ice); color: #486276; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.service-body a, .text-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-body a span, .text-link span { color: var(--orange); font-size: 18px; }
.more-services { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 12px; }

.why-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 770px; background: var(--navy); color: white; }
.why-image { position: relative; min-height: 680px; overflow: hidden; }
.why-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(7,24,45,.72)), linear-gradient(0deg, rgba(7,24,45,.55), transparent 55%); }
.why-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.rating-badge { position: absolute; z-index: 2; right: 0; bottom: 60px; width: 245px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; background: var(--orange); color: white; }
.rating-badge strong { font-family: var(--font-display); font-size: 44px; }
.rating-badge span { font-size: 9px; font-weight: 700; line-height: 1.7; letter-spacing: .08em; text-transform: uppercase; }
.why-content { align-self: center; max-width: 570px; padding: 90px 70px; }
.why-content h2 { font-size: clamp(52px, 5.6vw, 80px); }
.why-intro { margin: 26px 0 35px; color: #a9bac8; font-size: 14px; line-height: 1.8; }
.difference-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.13); }
.difference-list > div > span { color: var(--blue-light); font-family: var(--font-display); font-size: 16px; }
.difference-list h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 22px; text-transform: uppercase; }
.difference-list p { margin: 0; color: #91a5b5; font-size: 12px; line-height: 1.7; }
.why-content .text-link { margin-top: 26px; color: white; border-color: rgba(255,255,255,.17); }

.service-area { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; background: var(--ice); }
.area-copy { display: flex; flex-direction: column; justify-content: center; }
.area-copy > p { margin: 28px 0 32px; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cbd7de; }
.area-list div { display: flex; align-items: center; gap: 20px; min-height: 78px; padding: 0 18px; border-bottom: 1px solid #cbd7de; font-family: var(--font-display); font-size: 23px; font-weight: 700; text-transform: uppercase; }
.area-list div:nth-child(odd) { border-right: 1px solid #cbd7de; }
.area-list span { color: var(--blue); font-family: var(--font-body); font-size: 9px; font-weight: 800; }

.contact-section { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; padding: 100px max(24px, calc((100vw - 1180px) / 2)); background: #0d2b4d; color: white; }
.contact-section h2 { font-size: clamp(54px, 6vw, 86px); }
.contact-actions { display: flex; flex-direction: column; justify-content: center; }
.contact-actions a { position: relative; display: flex; flex-direction: column; padding: 24px 52px 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-actions small { color: var(--blue-light); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-actions strong { margin-top: 6px; font-family: var(--font-display); font-size: clamp(23px, 2.3vw, 32px); letter-spacing: .01em; }
.contact-actions a > span { position: absolute; right: 4px; top: 35px; color: var(--orange); font-size: 26px; }

footer { position: relative; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding: 80px max(24px, calc((100vw - 1180px) / 2)) 65px; background: #050f1d; color: #91a3b2; font-size: 11px; line-height: 1.9; }
.footer-brand img { width: 205px; max-height: 132px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 250px; }
footer h3 { margin: 0 0 18px; color: white; font-family: var(--font-display); font-size: 18px; text-transform: uppercase; }
footer a { display: block; margin: 5px 0; }
footer a:hover { color: var(--blue-light); }
footer p { margin: 5px 0; }
.copyright { position: absolute; bottom: 18px; left: max(24px, calc((100vw - 1180px) / 2)); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.powered-by {
  position: absolute; bottom: 16px; right: max(24px, calc((100vw - 1180px) / 2));
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 8px; background: rgba(255,255,255,.9);
  opacity: .5; transition: opacity .2s ease;
}
.powered-by:hover, .powered-by:focus-visible { opacity: 1; }
.powered-by span { color: #445563; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.powered-by img { height: 14px; width: auto; display: block; }
.mobile-call { display: none; }

.gallery-preview { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 600px; background: var(--navy); color: white; }
.gallery-preview-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(24px, calc((100vw - 1180px) / 2)); padding-right: 60px; }
.gallery-preview h2 { font-size: clamp(54px, 6vw, 82px); }
.gallery-preview-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: #a9bac8; font-size: 13px; line-height: 1.8; }
.gallery-preview-copy .button { align-self: flex-start; }
.gallery-preview-images { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; }
.gallery-preview-images img { width: 100%; height: 100%; object-fit: cover; }

.page-hero { position: relative; min-height: 575px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,34,.97), rgba(4,22,42,.74) 47%, rgba(4,22,42,.28)), linear-gradient(0deg, rgba(3,17,34,.7), transparent 62%); }
.page-hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 185px 0 75px; }
.page-hero h1 { max-width: 940px; margin: 0; font-family: var(--font-display); font-size: clamp(66px, 8vw, 112px); font-weight: 700; line-height: .9; letter-spacing: -.025em; text-transform: uppercase; }
.page-hero h1 em { color: var(--blue-light); font-style: normal; }
.page-hero-content > p:last-child { max-width: 650px; margin: 26px 0 0; color: #c3d0da; font-size: 15px; line-height: 1.75; }

.service-detail-list { padding: 30px max(24px, calc((100vw - 1180px) / 2)) 110px; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; padding: 80px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 128px; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image { position: relative; height: 430px; overflow: hidden; }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-image > span { position: absolute; right: 18px; bottom: 8px; color: white; font-family: var(--font-display); font-size: 74px; font-weight: 700; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.service-detail-copy h2 { font-size: clamp(48px, 5vw, 70px); }
.service-detail-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-detail-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; margin: 0 0 34px; list-style: none; border-top: 1px solid var(--line); }
.service-detail-copy li { padding: 15px 8px 15px 22px; border-bottom: 1px solid var(--line); color: #3d5263; font-size: 11px; font-weight: 700; position: relative; }
.service-detail-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }
.emergency-band { padding: 100px max(24px, calc((100vw - 1180px) / 2)); background: var(--navy); color: white; text-align: center; scroll-margin-top: 128px; }
.emergency-band .eyebrow { justify-content: center; }
.emergency-band h2 { font-size: clamp(52px, 6.4vw, 88px); }
.emergency-band > p:not(.eyebrow) { margin: 23px auto 30px; color: #a8bac8; font-size: 14px; }
.emergency-band .inline-arrow { display: flex; justify-content: center; margin-top: 24px; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 115px max(24px, calc((100vw - 1180px) / 2)); }
.story-section h2 { font-size: clamp(54px, 6vw, 78px); }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.values-section { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - 1180px) / 2)) 115px; }
.values-section article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-right: 0; }
.values-section article:last-child { border-right: 1px solid var(--line); }
.values-section article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.values-section h3 { margin: 60px 0 12px; font-family: var(--font-display); font-size: 27px; text-transform: uppercase; }
.values-section p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.about-split-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.about-split-copy { align-self: center; padding: 80px 70px; }
.about-split-copy h2 { font-size: clamp(52px, 5.7vw, 78px); }
.about-split-copy > p:not(.eyebrow) { margin: 28px 0; color: #a9bac8; font-size: 14px; line-height: 1.85; }
.about-stats { display: flex; gap: 34px; margin: 35px 0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.about-stats strong { display: block; font-family: var(--font-display); font-size: 35px; }
.about-stats span { color: #8ea4b5; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

.reviews-section { padding: 115px 0; overflow: hidden; }
.reviews-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding: 0 max(24px, calc((100vw - 1180px) / 2)) 46px; }
.reviews-heading h2 { font-size: clamp(50px, 5.5vw, 74px); }
.marquee-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 18px; border: 1px solid var(--line); background: transparent; color: var(--navy); font-family: var(--font-body); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; white-space: nowrap; transition: border-color .2s ease, color .2s ease; }
.marquee-toggle:hover { border-color: var(--blue); color: var(--blue); }
.marquee-toggle:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.marquee-toggle-icon { position: relative; width: 10px; height: 10px; flex: none; }
.marquee-toggle-icon::before, .marquee-toggle-icon::after { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 10px; background: currentColor; }
.marquee-toggle-icon::after { left: 6px; }
.marquee-toggle[aria-pressed="true"] .marquee-toggle-icon::before { width: 0; height: 0; background: transparent; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent currentColor; }
.marquee-toggle[aria-pressed="true"] .marquee-toggle-icon::after { content: none; }

.reviews-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%); }
.reviews-track { display: flex; gap: 20px; width: max-content; padding: 0 24px; }
.reviews-track.marquee-ready { animation: reviews-scroll 75s linear infinite; }
.reviews-marquee:hover .reviews-track,
.reviews-marquee:focus-within .reviews-track,
.reviews-marquee.is-paused .reviews-track {
  animation-play-state: paused;
}
@keyframes reviews-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.review-card { flex: 0 0 300px; width: 300px; display: flex; flex-direction: column; text-align: left; padding: 28px 26px; background: white; color: inherit; border: 1px solid var(--line); font-family: inherit; cursor: pointer; }
.review-card:hover { border-color: var(--blue); box-shadow: 0 16px 40px rgba(7,24,45,.09); }
.review-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.review-stars { color: #ffc44f; font-size: 13px; letter-spacing: 3px; }
.review-excerpt { margin: 16px 0 20px; color: var(--ink); font-size: 13px; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.review-meta { display: flex; flex-direction: column; gap: 3px; padding-top: 16px; margin-top: auto; border-top: 1px solid var(--line); }
.review-meta strong { font-family: var(--font-display); font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; }
.review-meta span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.review-expand { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.review-expand span { color: var(--orange); font-size: 13px; }

.review-modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 24px; }
.review-modal[hidden] { display: none; }
.review-modal-backdrop { position: absolute; inset: 0; background: rgba(3,17,34,.72); }
.review-modal-dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: 85vh; overflow-y: auto; padding: 46px 42px; background: white; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(3,17,34,.4); }
.review-modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; font-size: 20px; line-height: 1; color: var(--navy); cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.review-modal-close:hover { border-color: var(--orange); color: var(--orange); }
.review-modal-close:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.review-modal-stars { display: block; margin-bottom: 20px; color: #ffc44f; font-size: 18px; letter-spacing: 4px; }
.review-modal-text { margin: 0 0 28px; color: var(--ink); font-size: 16px; line-height: 1.85; }
.review-modal-meta strong { display: block; font-family: var(--font-display); font-size: 22px; text-transform: uppercase; }
.review-modal-meta span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
body.modal-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; mask-image: none; -webkit-mask-image: none; }
}

.gallery-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding: 105px max(24px, calc((100vw - 1180px) / 2)) 55px; }
.gallery-intro h2 { font-size: clamp(55px, 6vw, 80px); }
.gallery-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 380px; gap: 7px; padding: 0 max(7px, calc((100vw - 1400px) / 2)) 110px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #dfe8ed; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,34,.88), transparent 55%); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; color: white; }
.gallery-item figcaption span { display: block; margin-bottom: 6px; color: var(--blue-light); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.gallery-item figcaption strong { font-family: var(--font-display); font-size: 26px; text-transform: uppercase; }

.contact-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 105px max(24px, calc((100vw - 1180px) / 2)); }
.contact-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); }
.contact-card-primary { background: var(--blue); border-color: var(--blue); color: white; }
.contact-card > span { align-self: flex-end; font-family: var(--font-display); font-size: 40px; color: var(--orange); }
.contact-card-primary > span { color: var(--navy); }
.contact-card small { margin-top: 40px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card-primary small { color: var(--navy); }
.contact-card a, .contact-card strong { margin: 8px 0 15px; font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.18; }
.contact-card p { margin: auto 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.contact-card-primary p { color: rgba(3,17,34,.7); }
.contact-area-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 100px max(24px, calc((100vw - 1180px) / 2)); background: var(--ice); }
.contact-area-section h2 { font-size: clamp(50px, 5.5vw, 72px); }
.contact-area-section > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.8; }
.contact-area-chips { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.contact-area-chips span { padding: 18px; border-bottom: 1px solid #cad7de; font-family: var(--font-display); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.contact-area-chips span:nth-child(odd) { border-right: 1px solid #cad7de; }

.faq-section { padding: 100px max(24px, calc((100vw - 1180px) / 2)); scroll-margin-top: 128px; }
.faq-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.faq-heading h2 { font-size: clamp(50px, 5.5vw, 72px); }
.faq-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.faq-heading a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 26px 4px; list-style: none; cursor: pointer;
  font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: -.01em; text-transform: uppercase; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.faq-icon { position: relative; flex: none; width: 16px; height: 16px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--orange); transform: translate(-50%, -50%); }
.faq-icon::before { width: 16px; height: 2px; }
.faq-icon::after { width: 2px; height: 16px; transition: opacity .2s ease; }
.faq-item[open] .faq-icon::after { opacity: 0; }
.faq-answer { max-width: 760px; padding: 0 34px 26px 4px; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.faq-answer a { color: var(--blue); font-weight: 800; }

.quote-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 30px max(24px, calc((100vw - 1180px) / 2)) 110px; scroll-margin-top: 128px; }
.quote-intro { align-self: start; }
.quote-intro h2 { font-size: clamp(50px, 5.5vw, 72px); }
.quote-intro > p:not(.eyebrow) { margin: 26px 0 0; max-width: 420px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.quote-note { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.quote-note strong { font-family: var(--font-display); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--navy); }
.quote-note a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; font-size: 13px; }
.quote-note a span { color: var(--orange); font-size: 16px; }

.quote-form { padding: 44px; background: var(--ice); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; margin-bottom: 22px; }
.form-field label { margin-bottom: 9px; color: #3d5263; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: white;
  color: var(--ink); font-family: var(--font-body); font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) center, calc(100% - 15px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-field textarea { resize: vertical; min-height: 120px; font-family: var(--font-body); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,169,220,.18);
}
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: var(--orange); }
.form-error { display: none; margin-top: 7px; color: var(--orange); font-size: 11px; font-weight: 700; }
.form-field.has-error .form-error { display: block; }
.form-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 6px; }
.form-privacy { margin: 0; max-width: 300px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-status { margin-top: 18px; padding: 14px 16px; border: 1px solid transparent; font-size: 12px; font-weight: 700; line-height: 1.6; }
.form-status:empty { display: none; }
.form-status.is-info { background: #eaf6fb; border-color: #bfe3ef; color: #0c5876; }
.form-status.is-success { background: #eaf8ef; border-color: #bfe8cd; color: #146c34; }
.form-status.is-error { background: #fdecea; border-color: #f3b9b0; color: #a4291a; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 180px 1fr; padding-inline: 24px; }
  .site-header nav { display: none; }
  .brand img { width: 160px; }
  .hero { min-height: 760px; }
  .section-heading { gap: 38px; }
  .why-section { grid-template-columns: 1fr; }
  .why-image { min-height: 540px; }
  .why-content { max-width: none; padding: 80px max(24px, calc((100vw - 760px) / 2)); }
  .service-area { gap: 55px; }
  .contact-section { gap: 45px; }
  footer { grid-template-columns: 1.4fr 1fr 1fr; }
  footer > div:nth-of-type(4) { grid-column: 2 / 4; }
  .story-section { gap: 50px; }
  .values-section { grid-template-columns: 1fr 1fr; }
  .values-section article:nth-child(2) { border-right: 1px solid var(--line); }
  .about-split { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item-wide { grid-column: span 1; }
  .contact-page-grid { grid-template-columns: 1fr 1fr; }
  .quote-section { grid-template-columns: 1fr; gap: 45px; }
  .quote-form { padding: 34px; }
}

@media (max-width: 720px) {
  .site-header { height: 90px; grid-template-columns: 1fr auto; padding: 8px 18px; }
  .service-detail, .emergency-band, .quote-section, .faq-section { scroll-margin-top: 110px; }
  .brand img { width: 138px; height: 70px; }
  .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.35); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > div { position: absolute; top: 48px; right: 0; width: 190px; padding: 10px; background: var(--navy); box-shadow: 0 18px 35px rgba(0,0,0,.3); }
  .mobile-menu a { display: flex; align-items: center; min-height: 44px; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; font-size: 11px; font-weight: 700; }
  .mobile-menu a.mobile-menu-cta { justify-content: center; gap: 8px; margin-top: 8px; border: 0; background: var(--orange); text-transform: uppercase; letter-spacing: .06em; }
  .mobile-menu a.mobile-menu-cta span { color: white; font-size: 15px; }
  .mobile-menu a.mobile-menu-cta:hover { background: #d83b18; }
  .hero { min-height: 790px; }
  .hero-image { object-position: 80% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,34,.93), rgba(3,17,34,.57)), linear-gradient(0deg, rgba(3,17,34,.85), transparent 50%); }
  .hero-content { width: calc(100% - 36px); padding-top: 80px; }
  .hero h1 { font-size: clamp(56px, 17vw, 76px); }
  .hero-copy { font-size: 14px; }
  .hero-actions { flex-direction: column; max-width: 320px; }
  .button { justify-content: space-between; }
  .hero-proof { gap: 18px; margin-top: 45px; }
  .hero-proof > div { min-width: 0; flex: 1; display: block; padding-right: 10px; margin-right: 0; }
  .hero-proof strong { display: block; font-size: 27px; }
  .hero-proof span { font-size: 8px; }
  .quick-strip { grid-template-columns: 1fr 1fr; padding: 13px 8px; }
  .quick-strip span { min-height: 46px; font-size: 12px; text-align: center; }
  .quick-strip span:nth-child(2) { border: 0; }
  .section { padding-block: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .area-copy h2 { font-size: 52px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-image-wrap { height: 225px; }
  .service-body { padding: 25px 24px 27px; }
  .service-body > p { min-height: 0; }
  .why-image { min-height: 440px; }
  .rating-badge { width: 215px; bottom: 28px; }
  .why-content { padding-block: 68px; }
  .why-content h2 { font-size: 54px; }
  .service-area { grid-template-columns: 1fr; gap: 50px; }
  .area-list div { min-height: 65px; padding-inline: 10px; font-size: 18px; }
  .contact-section { grid-template-columns: 1fr; gap: 35px; padding-block: 75px; }
  .contact-section h2 { font-size: 55px; }
  footer { grid-template-columns: 1fr 1fr; padding-bottom: 105px; }
  .footer-brand { grid-column: 1 / 3; }
  footer > div:nth-of-type(4) { grid-column: auto; }
  .copyright { position: static; grid-column: 1 / -1; margin-top: 30px; text-align: center; }
  .powered-by { position: static; grid-column: 1 / -1; display: flex; width: fit-content; margin: 14px auto 0; }
  .mobile-call { position: fixed; z-index: 50; right: calc(14px + env(safe-area-inset-right)); bottom: calc(14px + env(safe-area-inset-bottom)); display: block; padding: 14px 18px; background: var(--orange); color: white; box-shadow: 0 8px 28px rgba(5,15,29,.35); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
  .gallery-preview { grid-template-columns: 1fr; }
  .gallery-preview-copy { padding: 70px 24px; }
  .gallery-preview-images { min-height: 390px; }
  .page-hero { min-height: 525px; }
  .page-hero > img.focus-right { object-position: 80% center; }
  .page-hero-content { width: calc(100% - 36px); padding: 160px 0 60px; }
  .page-hero h1 { font-size: clamp(56px, 16vw, 76px); }
  .service-detail { grid-template-columns: 1fr; gap: 35px; padding: 60px 0; }
  .service-detail:nth-child(even) .service-detail-image { order: 0; }
  .service-detail-image { height: 300px; }
  .service-detail-copy ul { grid-template-columns: 1fr; }
  .story-section, .gallery-intro, .contact-area-section { grid-template-columns: 1fr; gap: 35px; padding-block: 75px; }
  .story-section h2, .gallery-intro h2 { font-size: 52px; }
  .values-section { grid-template-columns: 1fr; padding-bottom: 75px; }
  .values-section article { min-height: 220px; border-right: 1px solid var(--line); }
  .values-section h3 { margin-top: 40px; }
  .about-split-image img { min-height: 420px; }
  .about-split-copy { padding: 65px 24px; }
  .about-stats { gap: 16px 24px; flex-wrap: wrap; }
  .about-stats > div { flex: 1 1 auto; min-width: 84px; }
  .about-stats strong { font-size: 28px; }
  .reviews-section { padding: 75px 0; }
  .reviews-heading { flex-direction: column; align-items: flex-start; gap: 18px; padding-inline: 24px; }
  .reviews-heading h2 { font-size: 46px; }
  .review-card { flex-basis: 260px; width: 260px; padding: 24px 22px; }
  .review-modal-dialog { padding: 60px 26px 32px; }
  .review-modal-close { top: 12px; right: 12px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; padding-bottom: 75px; }
  .contact-page-grid { grid-template-columns: 1fr; padding-block: 75px; }
  .contact-card { min-height: 260px; }
  .contact-area-chips span { font-size: 17px; padding: 15px 10px; }
  .faq-section { padding: 75px 24px; }
  .faq-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .faq-heading h2 { font-size: 44px; }
  .faq-item summary { padding-block: 20px; font-size: 17px; gap: 14px; }
  .faq-answer { padding-right: 24px; }
  .quote-section { padding-bottom: 75px; }
  .quote-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 400px) {
  .area-list div { font-size: 15px; gap: 12px; padding-inline: 8px; }
  .contact-area-chips span { font-size: 14px; padding: 12px 8px; }
  .about-stats strong { font-size: 24px; }
  .quick-strip span { font-size: 11px; }
  .rating-badge { width: 185px; padding: 18px 20px; }
  .rating-badge strong { font-size: 34px; }
}

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