:root {
  --navy: #12354a;
  --navy-deep: #092737;
  --teal: #12a99a;
  --green: #25b46b;
  --orange: #f29a38;
  --ink: #203746;
  --muted: #657985;
  --line: #dce7eb;
  --soft: #f3f7f8;
  --white: #fff;
  --shadow: 0 24px 60px rgba(18, 53, 74, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.header-row > *, .hero-layout > *, .section-heading > *, .why-layout > *, .process-layout > *, .contact-card > * { min-width: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -60px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(255, 255, 255, .95); border-bottom: 1px solid rgba(18, 53, 74, .08); backdrop-filter: blur(14px); }
.header-row { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 218px; max-height: 64px; object-fit: contain; }
.main-nav { display: flex; gap: 25px; margin-left: auto; align-items: center; }
.main-nav a { position: relative; color: #405966; font-size: 14px; font-weight: 800; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--teal); transform: scaleX(0); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-call { display: grid; min-width: 170px; padding-left: 19px; border-left: 1px solid var(--line); line-height: 1.2; }
.header-call span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.header-call strong { margin-top: 4px; color: var(--navy); font-size: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; border-radius: 10px; background: var(--navy); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: 72px 0 0; background: linear-gradient(120deg, #f7fbfb 0%, #edf5f6 60%, #e4f0f2 100%); }
.hero::before { position: absolute; top: 0; left: 0; width: 45%; height: 100%; content: ""; opacity: .3; background-image: linear-gradient(rgba(18,53,74,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(18,53,74,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: center; }
.kicker { display: flex; gap: 9px; margin-bottom: 14px; align-items: center; color: #167c74; font-size: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.kicker span { width: 24px; height: 3px; background: var(--orange); border-radius: 5px; }
.kicker-light { color: #8ce0d7; }
h1 { max-width: 600px; margin-bottom: 24px; color: var(--navy); font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -3.5px; }
h1 em { display: block; color: var(--teal); font-style: normal; }
h2 { margin-bottom: 16px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -2px; }
h3 { color: var(--navy); line-height: 1.2; }
.hero-lead { max-width: 580px; margin-bottom: 28px; color: #55707d; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; padding: 14px 20px; gap: 10px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 900; transition: .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(18, 53, 74, .14); }
.button img { width: 23px; height: 23px; }
.button-wa { color: #fff; background: var(--green); }
.button-light { color: var(--navy); background: #fff; border-color: var(--line); }
.button-light span, .text-link span { color: var(--orange); }
.button-dark { color: #fff; background: var(--navy); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 0; padding: 24px 0 0; gap: 16px; border-top: 1px solid rgba(18,53,74,.13); list-style: none; }
.hero-trust li { display: flex; gap: 9px; align-items: flex-start; }
.hero-trust b { color: var(--orange); font-size: 11px; }
.hero-trust span, .hero-trust strong { display: block; }
.hero-trust strong { color: var(--navy); font-size: 13px; }
.hero-trust span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-stage { position: relative; min-height: 575px; }
.hero-photo { position: absolute; overflow: hidden; inset: 0 0 0 34px; border-radius: 80px 0 24px 0; box-shadow: var(--shadow); }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(8,38,53,.38), transparent 45%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; left: -15px; bottom: 46px; width: 245px; padding: 18px 21px; color: #fff; background: var(--navy); border-left: 5px solid var(--orange); box-shadow: var(--shadow); }
.hero-note span { color: #83ddd4; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; }
.hero-note p { margin: 4px 0 0; font-size: 17px; font-weight: 800; line-height: 1.25; }
.hero-location { position: absolute; right: 18px; top: 18px; display: flex; padding: 8px 11px; gap: 7px; align-items: center; color: var(--navy); background: rgba(255,255,255,.9); border-radius: 100px; font-size: 12px; font-weight: 800; }
.hero-location i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(37,180,107,.15); }
.specialty-bar { position: relative; display: flex; min-height: 74px; margin-top: 0; padding: 18px 24px; gap: 23px; align-items: center; background: #fff; box-shadow: 0 15px 40px rgba(18,53,74,.08); }
.specialty-bar span { margin-right: auto; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.specialty-bar strong { color: var(--navy); font-size: 14px; }
.specialty-bar i { width: 5px; height: 5px; background: var(--teal); border-radius: 50%; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; margin-bottom: 42px; gap: 50px; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); }
.services { background: #fff; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 52px 155px 1fr auto; min-height: 178px; padding: 22px 0; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); transition: .25s; }
.service-row:hover { padding-inline: 16px; background: var(--soft); }
.service-number { color: var(--teal); font-size: 12px; font-weight: 900; }
.service-row img { width: 155px; height: 132px; object-fit: cover; border-radius: 5px 28px 5px 5px; }
.service-copy h3 { margin-bottom: 8px; font-size: 23px; }
.service-copy p { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.service-row > a { display: flex; gap: 18px; align-items: center; color: var(--navy); font-size: 13px; font-weight: 900; }
.service-row > a span { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; }

.showcase { position: relative; overflow: hidden; padding: 100px 0; color: #d8e8ed; background: var(--navy-deep); }
.showcase::before { position: absolute; right: -180px; bottom: -220px; width: 560px; height: 560px; content: ""; border: 70px solid rgba(22,179,164,.08); border-radius: 50%; }
.showcase-layout { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; }
.showcase-copy h2 { color: #fff; }
.showcase-copy > p:not(.kicker) { max-width: 410px; margin-bottom: 28px; color: #adc3cc; }
.button-white { color: var(--navy); background: #fff; }
.button-white span { color: var(--orange); }
.showcase-cards { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 220px); gap: 13px; }
.showcase-card { position: relative; overflow: hidden; margin: 0; min-height: 0; background: #174359; }
.showcase-card-main { grid-row: span 2; }
.showcase-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(5,28,39,.9), transparent 58%); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.showcase-card:hover img { transform: scale(1.035); }
.showcase-card div { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; }
.showcase-card span { color: #68ddd2; font-size: 11px; font-weight: 900; }
.showcase-card h3 { margin: 5px 0 0; color: #fff; font-size: 20px; }
.showcase-card p { margin: 6px 0 0; color: #c3d5dc; font-size: 12px; }

.why { overflow: hidden; color: #d5e3e8; background: var(--navy-deep); }
.showcase + .why { background: #0d3548; border-top: 1px solid rgba(255,255,255,.09); }
.why-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.why-gallery { position: relative; min-height: 570px; }
.why-main { position: absolute; top: 0; left: 0; width: 82%; height: 480px; object-fit: cover; border-radius: 4px 60px 4px 4px; }
.why-small { position: absolute; right: 0; bottom: 0; width: 43%; height: 285px; object-fit: cover; border: 10px solid var(--navy-deep); }
.why-label { position: absolute; bottom: 28px; left: 22px; padding: 13px 16px; color: var(--navy); background: #fff; }
.why-label strong, .why-label span { display: block; }
.why-label strong { font-size: 14px; }.why-label span { color: var(--muted); font-size: 11px; }
.why h2, .why h3 { color: #fff; }
.why-intro { max-width: 570px; margin-bottom: 28px; color: #b5c8d0; font-size: 17px; }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.reason-grid article { min-height: 168px; padding: 22px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.reason-grid b { color: #63cfc5; font-size: 11px; }
.reason-grid h3 { margin: 14px 0 6px; font-size: 17px; }
.reason-grid p { margin-bottom: 0; color: #a9c0c9; font-size: 13px; }

.gallery-section { background: var(--soft); }
.gallery-summary { display: grid; grid-template-columns: 170px 170px 1fr; margin: -8px 0 28px; padding: 18px 22px; gap: 20px; align-items: center; color: #fff; background: var(--navy); border-left: 5px solid var(--orange); }
.gallery-summary div { display: flex; gap: 10px; align-items: center; }
.gallery-summary strong { color: #6ed9cf; font-size: 30px; line-height: 1; }
.gallery-summary span { max-width: 90px; color: #fff; font-size: 11px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.gallery-summary p { margin: 0; color: #c4d6dc; font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; grid-auto-rows: 230px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; cursor: zoom-in; background: #dae5e8; }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(8,38,53,.72), transparent 50%); transition: .3s; }
.gallery-item:hover::after { background: linear-gradient(to top, rgba(18,169,154,.75), transparent 60%); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; z-index: 2; right: 14px; bottom: 12px; left: 14px; color: #fff; font-size: 12px; font-weight: 900; text-align: left; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-cta { display: flex; margin-top: 26px; gap: 20px; align-items: center; justify-content: space-between; }
.gallery-cta p { margin: 0; color: var(--muted); }
.text-link { color: var(--navy); font-size: 13px; font-weight: 900; }
.text-link span { margin-left: 10px; }

.process { background: #fff; }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.process-intro > p:not(.kicker) { max-width: 430px; margin-bottom: 28px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; padding: 25px 0; gap: 22px; border-bottom: 1px solid var(--line); }
.process-list b { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; font-size: 12px; }
.process-list h3 { margin: 1px 0 5px; font-size: 19px; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 0 0 80px; background: linear-gradient(to bottom, #fff 50%, var(--navy-deep) 50%); }
.contact-card { display: grid; grid-template-columns: 1fr .95fr; padding: 52px; gap: 60px; color: #fff; background: linear-gradient(125deg, #147f77, #12a99a); box-shadow: var(--shadow); }
.contact-card h2 { max-width: 520px; color: #fff; }
.contact-copy > p:last-child { margin-bottom: 0; color: #d7f3f0; }
.contact-options { background: #fff; }
.contact-options a, .contact-options div { display: grid; grid-template-columns: 1fr auto; padding: 15px 18px; align-items: center; color: var(--navy); border-bottom: 1px solid var(--line); }
.contact-options a:last-child, .contact-options div:last-child { border-bottom: 0; }
.contact-options span { grid-column: 1; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.contact-options strong { grid-column: 1; margin-top: 2px; font-size: 16px; }
.contact-options b { grid-column: 2; grid-row: 1 / span 2; color: var(--orange); }

.site-footer { color: #a9bec7; background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 230px 1fr auto; padding: 46px 0 38px; gap: 35px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { padding: 8px; background: #fff; border-radius: 5px; }
.footer-brand img { width: 100%; height: 52px; object-fit: contain; }
.footer-main p { margin: 0; font-size: 13px; }
.footer-main nav { display: flex; gap: 18px; color: #fff; font-size: 12px; font-weight: 800; }
.footer-bottom { display: flex; padding: 20px 0 86px; justify-content: space-between; font-size: 11px; font-weight: 700; }
.floating-wa { position: fixed; z-index: 70; right: 22px; bottom: 22px; display: flex; min-height: 52px; padding: 10px 15px 10px 10px; gap: 8px; align-items: center; color: #fff; background: var(--green); border-radius: 100px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 12px; font-weight: 900; }
.floating-wa img { width: 31px; height: 31px; }
.mobile-call { display: none; }
.lightbox { width: min(920px, calc(100% - 30px)); max-height: 90vh; padding: 8px; border: 0; background: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.4); }
.lightbox::backdrop { background: rgba(6,29,40,.82); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: calc(90vh - 16px); object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; right: 16px; top: 16px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: #fff; background: var(--navy); border: 0; border-radius: 50%; cursor: pointer; font-size: 22px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-call { display: none; }
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-stage { min-height: 510px; }
  .why-layout { gap: 45px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 70px; }
  .container { width: calc(100% - 28px); }
  .header-row { min-height: 74px; }
  .brand img { width: 170px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 79; top: 74px; right: 0; left: 0; display: grid; padding: 10px 20px 20px; gap: 0; visibility: hidden; opacity: 0; background: #fff; border-bottom: 1px solid var(--line); transform: translateY(-10px); transition: .25s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 13px 3px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { padding-top: 46px; }
  .hero-layout, .showcase-layout, .why-layout, .process-layout, .contact-card { grid-template-columns: 1fr; }
  h1 { font-size: clamp(42px, 12vw, 64px); letter-spacing: -2.5px; }
  .hero-stage { min-height: 430px; margin-top: 10px; }
  .hero-photo { left: 0; border-radius: 45px 0 0 0; }
  .specialty-bar { overflow-x: auto; margin-inline: -14px; padding-inline: 18px; gap: 15px; white-space: nowrap; scrollbar-width: none; }
  .specialty-bar span { display: none; }
  .section { padding: 72px 0; }
  .showcase { padding: 72px 0; }
  .showcase-layout { gap: 38px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-row { grid-template-columns: 40px 115px 1fr; gap: 14px; }
  .service-row img { width: 115px; height: 108px; }
  .service-row > a { display: none; }
  .why-layout { gap: 55px; }
  .why-gallery { min-height: 510px; }
  .why-main { height: 430px; }
  .why-small { height: 245px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 205px; }
  .gallery-summary { grid-template-columns: 150px 150px 1fr; }
  .gallery-tall { grid-row: span 1; }
  .process-layout { gap: 40px; }
  .contact-card { padding: 34px; gap: 28px; }
  .footer-main { grid-template-columns: 190px 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
  .floating-wa { right: 12px; bottom: 82px; width: 52px; height: 52px; padding: 9px; justify-content: center; }
  .floating-wa span { display: none; }
  .mobile-call { position: fixed; z-index: 69; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 54px; gap: 8px; align-items: center; justify-content: center; color: #fff; background: var(--navy); border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 14px; font-weight: 900; }
  .mobile-call img { width: 21px; filter: brightness(0) invert(1); }
}

@media (max-width: 560px) {
  h1 { max-width: 100%; overflow-wrap: anywhere; font-size: 40px; letter-spacing: -1.8px; }
  h2 { font-size: 34px; letter-spacing: -1.4px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; gap: 10px; }
  .hero-trust li { padding-bottom: 10px; border-bottom: 1px solid rgba(18,53,74,.1); }
  .hero-stage { min-height: 350px; }
  .hero-note { bottom: 20px; left: -4px; width: 215px; }
  .hero-location { right: 10px; top: 10px; }
  .specialty-bar strong { font-size: 12px; }
  .service-row { grid-template-columns: 34px 94px 1fr; min-height: 130px; padding: 14px 0; gap: 10px; }
  .service-row img { width: 94px; height: 94px; border-radius: 4px 20px 4px 4px; }
  .service-copy h3 { margin-bottom: 5px; font-size: 16px; }
  .service-copy p { display: -webkit-box; overflow: hidden; font-size: 11px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .showcase-cards { grid-template-columns: 1fr; grid-template-rows: 270px 190px 190px; }
  .showcase-card-main { grid-row: auto; }
  .why-gallery { min-height: 400px; }
  .why-main { width: 90%; height: 340px; }
  .why-small { width: 42%; height: 195px; border-width: 7px; }
  .why-label { bottom: 10px; left: 12px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 135px; }
  .gallery-grid { grid-auto-rows: 165px; gap: 7px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-summary { grid-template-columns: repeat(2, 1fr); padding: 16px; gap: 14px; }
  .gallery-summary p { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); }
  .gallery-cta { display: block; }
  .gallery-cta p { margin-bottom: 8px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 12px; }
  .process-list b { width: 44px; height: 44px; }
  .contact-card { width: 100%; padding: 30px 20px; }
  .contact-options strong { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { width: 200px; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 6px; padding-bottom: 24px; }
}

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