:root {
  --navy: #10234e;
  --navy-deep: #091630;
  --blue: #48a9d1;
  --blue-soft: #e6f5fb;
  --ink: #111a2c;
  --muted: #647086;
  --line: #dce4eb;
  --paper: #ffffff;
  --mist: #f3f7fa;
  --shadow: 0 24px 70px rgba(8, 25, 54, 0.13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: white; background: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 86px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(16,35,78,.08);
  backdrop-filter: blur(14px);
}
.nav-shell { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; width: 116px; height: 74px; overflow: hidden; }
.brand img { width: 112px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; color: #2b374d; font-size: .92rem; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; color: white; background: var(--navy); font-size: .91rem; font-weight: 800; }
.header-phone svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0 56%, var(--blue-soft) 56% 100%); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 56%; opacity: .25; background-image: linear-gradient(rgba(16,35,78,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(16,35,78,.1) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, black 30%); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-top: 72px; padding-bottom: 72px; }
.hero-copy { padding-bottom: 22px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--navy); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: var(--blue); }
.eyebrow-light { color: #b9dff0; }
.hero h1, .section h2, .contact-band h2, .location-card h2 { margin: 0; color: var(--navy-deep); font-size: clamp(3.1rem, 6.2vw, 5.85rem); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 { max-width: 710px; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: #556175; font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 13px 23px; border: 1px solid transparent; cursor: pointer; font-size: .92rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); }
.button-primary:hover { background: #18346e; }
.button-ghost { color: var(--navy); border-color: #b7c2d0; background: white; }
.button-ghost:hover { border-color: var(--navy); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof strong { color: var(--navy); font-size: .92rem; }
.hero-proof span { color: var(--muted); font-size: .75rem; }
.hero-media { position: relative; min-height: 590px; }
.hero-media::before { content: ""; position: absolute; width: 180px; height: 180px; left: -38px; top: 12px; border: 20px solid rgba(72,169,209,.3); border-radius: 50%; }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 230px 8px 8px 8px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -44px; bottom: 40px; min-width: 202px; padding: 19px 23px; color: white; background: var(--navy); box-shadow: 0 14px 40px rgba(4,18,45,.25); }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge strong { font-size: 1.08rem; }
.hero-badge span { color: #b9dff0; font-size: .78rem; }

.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading h2, .contact-band h2, .location-card h2 { font-size: clamp(2.45rem, 4.7vw, 4.5rem); line-height: 1.05; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { position: relative; z-index: 1; background: var(--navy); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(8,25,54,.15); }
.service-number { color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.service-card h3 { margin: 46px 0 9px; color: var(--navy); font-size: 1.24rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card:hover h3, .service-card:hover p { color: white; }
.service-card:hover p { color: #c8d4e5; }

.gallery-section { overflow: hidden; color: white; background: var(--navy-deep); }
.gallery-section .section-heading h2 { color: white; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 34px; }
.filter-button { padding: 10px 16px; color: #c8d4e5; border: 1px solid #334463; background: transparent; cursor: pointer; font-size: .86rem; font-weight: 750; }
.filter-button:hover, .filter-button.is-active { color: var(--navy-deep); border-color: var(--blue); background: var(--blue); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 13px; }
.gallery-card { position: relative; grid-column: span 3; aspect-ratio: 4/5; padding: 0; overflow: hidden; border: 0; background: #172947; cursor: zoom-in; }
.gallery-card:nth-child(12n + 1), .gallery-card:nth-child(12n + 8) { grid-column: span 6; aspect-ratio: 2/1.18; }
.gallery-card:nth-child(12n + 5) { grid-column: span 3; aspect-ratio: 4/6.1; }
.gallery-card.is-hidden, .gallery-card.is-filtered { display: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.65,.3,1); }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.045); }
.gallery-overlay { position: absolute; inset: auto 0 0; display: grid; gap: 2px; padding: 55px 18px 17px; text-align: left; color: white; background: linear-gradient(transparent, rgba(3,12,27,.88)); opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-card:hover .gallery-overlay, .gallery-card:focus-visible .gallery-overlay { opacity: 1; transform: none; }
.gallery-overlay small { color: #a8dff5; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.gallery-overlay strong { font-size: .95rem; }
.gallery-more { display: flex; justify-content: center; margin-top: 36px; }
.button-light { color: white; border-color: #485a7a; background: transparent; }
.button-light:hover { color: var(--navy-deep); border-color: white; background: white; }

.about-section { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.about-collage { position: relative; min-height: 610px; margin: 0; }
.about-main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 4px 4px 120px 4px; box-shadow: var(--shadow); }
.before-after-feature figcaption { position: absolute; left: 26px; right: 26px; bottom: 25px; display: grid; gap: 2px; padding: 17px 20px; color: white; background: rgba(9,22,48,.92); box-shadow: 0 14px 38px rgba(8,25,54,.22); backdrop-filter: blur(8px); }
.before-after-feature figcaption small { color: #a9ddf2; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.before-after-feature figcaption strong { font-size: .93rem; }
.about-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.35rem, 4vw, 4.15rem); line-height: 1.08; letter-spacing: -.045em; }
.about-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 10px; margin: 27px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #2c394e; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: .7rem; }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--navy); border-bottom: 2px solid var(--blue); font-weight: 800; }

.location-section { padding-top: 0; background: var(--mist); }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 570px; box-shadow: var(--shadow); }
.location-card { padding: 62px; color: white; background: var(--navy); }
.location-card h2 { color: white; }
.location-card > p:not(.eyebrow) { max-width: 530px; margin: 24px 0; color: #c3cfe0; }
.location-card address { display: grid; margin: 29px 0; padding: 19px 0; border-top: 1px solid #384a6c; border-bottom: 1px solid #384a6c; font-style: normal; }
.location-card address span { color: var(--blue); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.location-card address strong { margin-top: 4px; font-size: 1.03rem; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-white { color: var(--navy); background: white; }
.button-call { color: var(--navy-deep); background: var(--blue); }
.button-call:hover { background: #6bc0e2; }
.button-outline-white { color: white; border-color: #627394; background: transparent; }
.map-shell { position: relative; min-height: 470px; overflow: hidden; background: #dbe5ea; }
.map-shell iframe { display: block; width: 100%; height: 100%; min-height: 570px; border: 0; filter: saturate(.75) contrast(1.03); }
.map-consent { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; justify-items: center; gap: 7px; padding: 35px; text-align: center; background: radial-gradient(circle at 50% 20%, white, #dbe9f0); }
.map-consent img { width: 106px; height: 106px; object-fit: contain; margin-bottom: 5px; border-radius: 50%; }
.map-consent strong { color: var(--navy); font-size: 1.2rem; }
.map-consent span { color: var(--muted); }
.map-consent .button { margin-top: 16px; }
.map-consent small { margin-top: 4px; color: #778397; font-size: .7rem; }

.contact-band { padding: 82px 0; background: var(--blue-soft); }
.contact-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.contact-direct { min-width: 360px; display: grid; gap: 9px; }
.contact-direct a { display: grid; padding: 14px 18px; border-left: 3px solid var(--blue); background: white; transition: transform .2s ease; }
.contact-direct a:hover { transform: translateX(4px); }
.contact-direct small { color: var(--muted); font-size: .73rem; }
.contact-direct strong { color: var(--navy); font-size: 1rem; }

.site-footer { color: #c2ccdc; background: #071128; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr 1fr; gap: 50px; padding-top: 64px; padding-bottom: 55px; }
.footer-brand { width: 150px; height: 105px; overflow: hidden; background: white; }
.footer-brand img { width: 145px; }
.footer-main h2 { margin: 0 0 12px; color: white; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main p { margin: 0; font-size: .87rem; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 24px; padding-top: 22px; padding-bottom: 24px; border-top: 1px solid #27334a; font-size: .76rem; }
.footer-admin-link { opacity: .48; transition: opacity .2s ease; }
.footer-admin-link:hover, .footer-admin-link:focus-visible { opacity: 1; color: white; }
.footer-bottom a:last-child { margin-left: auto; color: #a9ddf2; }
.mobile-contact { display: none; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: white; background: rgba(3,9,20,.96); }
.lightbox::backdrop { background: rgba(3,9,20,.96); }
.lightbox[open] { display: grid; grid-template-columns: 70px 1fr 70px; place-items: center; }
.lightbox figure { max-width: min(1000px, calc(100vw - 170px)); max-height: 90vh; margin: 0; display: grid; justify-items: center; gap: 9px; }
.lightbox figure img { max-height: 82vh; width: auto; object-fit: contain; }
.lightbox figcaption { color: #d2dbea; font-size: .9rem; }
.lightbox-close, .lightbox-nav { border: 0; color: white; background: transparent; cursor: pointer; }
.lightbox-close { position: fixed; top: 18px; right: 25px; font-size: 2.2rem; }
.lightbox-nav { width: 52px; height: 70px; font-size: 3rem; }

.legal-page { min-height: 70vh; padding: 80px 0 100px; background: var(--mist); }
.legal-card { max-width: 830px; padding: clamp(28px, 6vw, 64px); margin-inline: auto; background: white; box-shadow: var(--shadow); }
.legal-card h1 { margin: 0 0 30px; color: var(--navy); font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.legal-card h2 { margin: 34px 0 8px; color: var(--navy); font-size: 1.2rem; }
.legal-card p { color: #4c586c; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .main-nav { gap: 18px; }
  .header-phone span { display: none; }
  .hero { background: linear-gradient(180deg, white 0 67%, var(--blue-soft) 67%); }
  .hero::before { inset: 58% 0 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-top: 75px; padding-bottom: 70px; }
  .hero-media { width: min(640px, 92%); min-height: 540px; margin-left: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card { grid-column: span 4; }
  .gallery-card:nth-child(12n + 1), .gallery-card:nth-child(12n + 8) { grid-column: span 8; }
  .gallery-card:nth-child(12n + 5) { grid-column: span 4; }
  .about-grid { gap: 55px; }
  .about-collage { min-height: 520px; }
  .location-grid { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 420px; }
  .contact-band-inner { grid-template-columns: 1fr; align-items: start; gap: 35px; }
  .contact-direct { width: min(100%, 520px); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 74px; }
  .brand { width: 94px; height: 63px; }
  .brand img { width: 92px; }
  .header-phone { display: none; }
  .nav-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 9px; }
  .nav-toggle span:not(.sr-only) { width: 25px; height: 2px; display: block; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 74px 0 0; z-index: 101; display: grid; align-content: start; gap: 0; padding: 30px 22px; background: white; transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 18px 3px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .hero { background: linear-gradient(180deg, white 0 72%, var(--blue-soft) 72%); }
  .hero-grid { gap: 34px; padding-top: 40px; padding-bottom: 54px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.25rem); line-height: .96; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 30px; padding: 0; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 12px 30px rgba(8,25,54,.08); }
  .hero-proof div { min-width: 0; align-content: center; gap: 4px; padding: 13px 8px; text-align: center; }
  .hero-proof div + div { border-left: 1px solid var(--line); }
  .hero-proof strong { font-size: .74rem; line-height: 1.2; }
  .hero-proof span { font-size: .64rem; line-height: 1.3; }
  .hero-media { width: 100%; min-height: clamp(350px, 103vw, 440px); }
  .hero-media > img { border-radius: 118px 5px 5px 5px; }
  .hero-media::before { width: 125px; height: 125px; left: -22px; border-width: 14px; }
  .hero-badge { left: 12px; bottom: 15px; min-width: 174px; padding: 14px 17px; }
  .section-heading h2, .contact-band h2, .location-card h2 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 28px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-card, .gallery-card:nth-child(12n + 1), .gallery-card:nth-child(12n + 8), .gallery-card:nth-child(12n + 5) { grid-column: span 1; aspect-ratio: 4/5; }
  .gallery-card:nth-child(5n + 1) { grid-column: span 2; aspect-ratio: 1.5/1; }
  .gallery-overlay { opacity: 1; transform: none; padding: 45px 11px 10px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-collage { min-height: 520px; }
  .about-main { right: 0; width: 100%; border-radius: 4px 4px 70px 4px; }
  .before-after-feature figcaption { left: 13px; right: 13px; bottom: 14px; }
  .location-card { padding: 42px 27px; }
  .location-actions { display: grid; }
  .contact-direct { min-width: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { gap: 13px; }
  .footer-bottom a:last-child { width: 100%; margin-left: 0; }
  .mobile-contact { position: fixed; z-index: 90; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 25px rgba(4,18,45,.14); }
  .mobile-contact a { display: grid; place-items: center; color: white; background: var(--navy); font-size: .9rem; font-weight: 850; }
  .mobile-contact a + a { color: var(--navy); background: var(--blue); }
  .lightbox[open] { grid-template-columns: 45px 1fr 45px; }
  .lightbox figure { max-width: calc(100vw - 92px); }
  .lightbox-close { top: 5px; right: 11px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.7rem; }
  .hero-proof div { padding: 12px 5px; }
  .hero-proof strong { font-size: .69rem; }
  .hero-proof span { font-size: .59rem; }
  .hero-media { min-height: 345px; }
}

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

@media print {
  .site-header, .gallery-filters, .gallery-more, .mobile-contact, .lightbox { display: none !important; }
  .section { padding: 35px 0; }
  .gallery-card.is-hidden { display: block; }
}
