:root {
  color-scheme: light;
  --navy: #0f2d5b;
  --navy-deep: #091e40;
  --blue: #168fce;
  --sky: #38b6ff;
  --ink: #172b46;
  --muted: #5a6b7f;
  --line: #dce6ef;
  --pale: #f2f8fc;
  --white: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
.section-wrap, .header-inner { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: linear-gradient(90deg, var(--sky), #147eb8); box-shadow: 0 1px 8px rgba(56,182,255,.35); content: ""; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; transition: transform .12s linear; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: 220px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; color: var(--navy); text-decoration: none; font-size: 15px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--sky); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { transform: scaleX(1); }
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.button { display: inline-flex; min-height: 50px; padding: 12px 22px; justify-content: center; align-items: center; border: 1px solid var(--blue); border-radius: 6px; background: var(--blue); color: var(--white); text-decoration: none; font-weight: 700; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 14px; }
.lang-toggle { flex: 0 0 auto; min-height: 40px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--navy); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.lang-toggle:hover { border-color: var(--sky); background: var(--pale); }

.hero { min-height: 570px; position: relative; display: flex; align-items: center; overflow: hidden; background: #e9f5fc; }
.hero-photo { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: center 54%; animation: heroPhotoArrival 1.8s cubic-bezier(.16,1,.3,1) both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #f4faff 0%, #f4faff 41%, rgba(244,250,255,.94) 49%, rgba(244,250,255,.58) 61%, rgba(244,250,255,.04) 78%); }
.hero-inner { position: relative; z-index: 1; width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding-block: 78px; }
.hero-inner > * { max-width: 540px; }
.eyebrow { margin: 0 0 12px; color: #1379b5; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 54px; line-height: 1.08; font-weight: 700; }
h1 span { color: #147eb8; }
.hero-copy { margin: 22px 0 0; color: #344c67; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.hero-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.button-outline { min-height: 40px; padding: 8px 16px; border-color: #9dcbe4; background: rgba(255,255,255,.76); color: var(--navy); font-size: 14px; }
.button-outline:hover { color: var(--white); }
.text-link { color: var(--navy); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hero-location { margin: 23px 0 0; color: #536b82; font-size: 13px; }

.services { padding-block: 90px 76px; }
.section-heading { max-width: 680px; margin-bottom: 34px; }
.section-heading h2, .contact-heading h2, .contact-band h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1.15; }
.section-heading h2::after, .contact-heading h2::after { display: block; width: 56px; height: 3px; margin-top: 15px; border-radius: 2px; background: var(--sky); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .75s cubic-bezier(.16,1,.3,1) .25s; }
.section-heading.is-visible h2::after, .contact-heading.is-visible h2::after { transform: scaleX(1); }
.section-heading > p:last-child { margin: 12px 0 0; color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item { min-width: 0; padding: 25px 22px 27px; border-right: 1px solid var(--line); }
.service-item:first-child { padding-left: 0; }
.service-item:last-child { border-right: 0; padding-right: 0; }
.service-number { color: var(--blue); font-size: 12px; font-weight: 800; }
.service-item h3 { margin: 11px 0 8px; color: var(--navy); font-size: 19px; line-height: 1.3; }
.service-item p { margin: 0; color: var(--muted); font-size: 14px; }
.estimate-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 23px; }
.estimate-strip p { margin: 0; color: var(--muted); }
.estimate-strip strong { color: var(--navy); }

.work-section { padding-block: 78px 88px; background: var(--pale); }
.work-heading { margin-bottom: 28px; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.work-item { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); box-shadow: 0 10px 28px rgba(15,45,91,.08); }
.work-item video { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; background: #d9e7f1; }
.work-item figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 15px 18px; }
.work-item figcaption strong { color: var(--navy); }
.work-item figcaption span { color: var(--muted); font-size: 13px; }

.contact-band { position: relative; overflow: hidden; padding-block: 42px; background: var(--navy); color: var(--white); }
.contact-band::before { position: absolute; top: -20%; bottom: -20%; left: -70%; width: 38%; background: linear-gradient(100deg, transparent, rgba(142,215,255,.17), transparent); content: ""; transform: skewX(-18deg); pointer-events: none; }
.contact-band.is-active::before { animation: contactSheen 1.35s cubic-bezier(.2,.7,.2,1) both; }
.contact-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.contact-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 9px; }
.contact-band .eyebrow { color: #8ed7ff; }
.contact-band h2 { color: var(--white); font-size: 32px; }
.contact-band p:last-child { margin: 8px 0 0; color: #d8e9f7; }
.button-light { flex: 0 0 auto; border-color: var(--white); background: var(--white); color: var(--navy); }
.button-light:hover { border-color: #d9f2ff; background: #d9f2ff; color: var(--navy-deep); }
.button-text { min-height: 42px; padding-block: 8px; border-color: rgba(255,255,255,.55); background: transparent; color: var(--white); }
.button-text:hover { border-color: var(--white); background: rgba(255,255,255,.12); color: var(--white); }

.contact-section { display: block; padding-block: 70px; }
.contact-heading h2 { font-size: 30px; }
.contact-heading { margin-bottom: 24px; }
.contact-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.contact-details a { min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; }
.contact-details a:hover { border-color: var(--sky); background: var(--pale); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { margin-bottom: 5px; color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 750; }
.contact-details strong { color: var(--navy); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; word-break: break-word; }
.contact-details a[href^="https://web.facebook.com"] strong { color: #147eb8; }
.site-footer { border-top: 1px solid var(--line); background: #f8fbfd; }
.footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.footer-logo { width: 146px; height: 48px; object-fit: contain; object-position: left center; }
.footer-inner p { margin: 0; }
.contact-float { display: none; }
.scroll-reveal { opacity: 0; filter: blur(10px); transition: opacity 900ms cubic-bezier(.16,1,.3,1), transform 900ms cubic-bezier(.16,1,.3,1), filter 900ms cubic-bezier(.16,1,.3,1); transition-delay: var(--motion-delay, 0ms); }
.reveal-heading { clip-path: inset(0 0 100% 0); transform: translate3d(-44px, 24px, 0); }
.reveal-up { transform: translate3d(0, 64px, 0) scale(.96); }
.reveal-card { transform: perspective(900px) translate3d(0, 76px, 0) rotateX(12deg) scale(.91); transform-origin: center bottom; }
.reveal-media.reveal-from-left { transform: perspective(1000px) translate3d(-78px, 44px, 0) rotateY(7deg) scale(.92); }
.reveal-media.reveal-from-right { transform: perspective(1000px) translate3d(78px, 44px, 0) rotateY(-7deg) scale(.92); }
.reveal-band { transform: translate3d(0, 58px, 0) scale(.96); }
.scroll-reveal.is-visible { opacity: 1; clip-path: inset(0); transform: none; filter: blur(0); }
.work-item.scroll-reveal { transition: opacity 900ms cubic-bezier(.16,1,.3,1), transform 900ms cubic-bezier(.16,1,.3,1), filter 900ms cubic-bezier(.16,1,.3,1), box-shadow .28s ease; }
.work-item:hover { box-shadow: 0 14px 32px rgba(15,45,91,.13); }
@keyframes heroPhotoArrival { from { transform: scale(1.09); filter: saturate(.78); } to { transform: scale(1); filter: saturate(1); } }
@keyframes contactSheen { from { left: -70%; } to { left: 135%; } }

@media (max-width: 850px) {
  .section-wrap, .header-inner, .hero-inner { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 70px; gap: 14px; }
  .brand-logo { width: 180px; height: 52px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 14px; }
  .header-cta { font-size: 12px; }
  .hero { min-height: 560px; align-items: flex-end; }
  .hero-photo { width: 100%; height: 66%; inset: 0 0 auto; object-position: center 48%; }
  .hero-wash { background: linear-gradient(0deg, #f4faff 0%, #f4faff 36%, rgba(244,250,255,.92) 48%, rgba(244,250,255,.05) 78%); }
  .hero-inner { padding-block: 260px 46px; }
  h1 { font-size: 46px; }
  .hero-copy { font-size: 16px; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 20px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-item:nth-child(2n) { border-right: 0; }
  .service-item:nth-last-child(-n+2) { border-bottom: 0; }
  .contact-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 68px; }
  .section-wrap, .header-inner, .hero-inner { width: calc(100% - 32px); }
  .header-inner { min-height: 64px; flex-wrap: wrap; padding-block: 6px; }
  .brand-logo { width: 142px; height: 44px; }
  .lang-toggle { min-height: 38px; padding: 7px 9px; font-size: 12px; }
  .desktop-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; padding: 0 0 7px; }
  .desktop-nav a { font-size: 13px; }
  .header-cta { margin-left: auto; min-height: 38px; padding: 7px 10px; font-size: 12px; }
  .hero { min-height: 590px; }
  .hero-photo { height: 58%; object-position: 54% center; }
  .hero-wash { background: linear-gradient(0deg, #f4faff 0%, #f4faff 43%, rgba(244,250,255,.93) 57%, rgba(244,250,255,.04) 90%); }
  .hero-inner { padding-block: 270px 34px; }
  .eyebrow { font-size: 11px; }
  h1 { font-size: 39px; }
  .hero-copy { margin-top: 15px; font-size: 15px; line-height: 1.55; }
  .hero-actions { flex-wrap: wrap; gap: 13px 18px; margin-top: 20px; }
  .button { min-height: 46px; padding: 10px 15px; font-size: 14px; }
  .hero-location { margin-top: 15px; font-size: 12px; }
  .services, .work-section { padding-block: 58px; }
  .section-heading h2, .contact-band h2 { font-size: 30px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading > p:last-child { font-size: 14px; }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 17px 11px; }
  .service-item h3 { font-size: 16px; }
  .service-item p { font-size: 13px; line-height: 1.5; }
  .estimate-strip { align-items: flex-start; flex-direction: column; gap: 9px; padding-top: 18px; font-size: 14px; }
  .work-grid { grid-template-columns: 1fr; gap: 16px; }
  .reveal-media.reveal-from-left { transform: perspective(900px) translate3d(-38px, 38px, 0) rotateY(4deg) scale(.95); }
  .reveal-media.reveal-from-right { transform: perspective(900px) translate3d(38px, 38px, 0) rotateY(-4deg) scale(.95); }
  .work-item video { aspect-ratio: 4 / 5; object-fit: cover; }
  .work-item figcaption { align-items: flex-start; flex-direction: column; gap: 2px; padding: 13px 14px; }
  .contact-band { padding-block: 32px; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-actions { width: 100%; }
  .contact-actions .button { width: 100%; }
  .contact-band h2 { font-size: 29px; }
  .contact-band p:last-child { font-size: 14px; }
  .contact-section { padding-block: 48px; }
  .contact-heading { margin-bottom: 18px; }
  .contact-details { grid-template-columns: 1fr; gap: 10px; }
  .contact-details a { padding: 13px 14px; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 20px 90px; }
  .contact-float { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: block; }
  .contact-float summary { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 8px 24px rgba(9,30,64,.3); color: var(--white); cursor: pointer; list-style: none; }
  .contact-float summary::-webkit-details-marker { display: none; }
  .contact-float summary svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .contact-float-menu { position: absolute; right: 0; bottom: 70px; display: grid; width: 174px; gap: 8px; transform: translateY(8px) scale(.96); transform-origin: bottom right; opacity: 0; transition: transform .22s cubic-bezier(.16,1,.3,1), opacity .18s ease; pointer-events: none; }
  .contact-float[open] .contact-float-menu { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
  .contact-float-menu a { display: flex; min-height: 44px; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 6px 18px rgba(9,30,64,.16); color: var(--navy); font-weight: 700; text-decoration: none; }
  .contact-float-menu a:hover, .contact-float-menu a:focus-visible { border-color: var(--sky); background: var(--pale); }
  .contact-float-menu a[href^="https://wa.me/"] { border-color: #b7e8cd; color: #08783d; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .scroll-reveal, .scroll-reveal.is-visible { opacity: 1; transform: none; filter: none; clip-path: none; transition: none; }
  .hero-photo { animation: none; }
  .contact-band.is-active::before { animation: none; }
}
