:root {
  --ink: #0e2a47;
  --ink-soft: #21476e;
  --mist: #eef2f4;
  --paper: #ffffff;
  --sand: #f4e5d3;
  --sand-deep: #ddc1a6;
  --accent: #59a5ff;
  --accent-warm: #ff9a62;
  --border: rgba(14, 42, 71, 0.12);
  --shadow: 0 24px 80px rgba(14, 42, 71, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(89, 165, 255, 0.14), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(255, 154, 98, 0.12), transparent 20%),
    linear-gradient(180deg, #fafbfd 0%, #f5f0ea 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  filter: blur(8px);
  pointer-events: none;
}

body::before {
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(89, 165, 255, 0.18), transparent 65%);
  top: -5rem;
  right: -4rem;
}

body::after {
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(255, 154, 98, 0.18), transparent 65%);
  bottom: 10%;
  left: -4rem;
}

.font-display {
  font-family: "Poppins", sans-serif;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(14, 42, 71, 0.08);
  box-shadow: 0 12px 36px rgba(14, 42, 71, 0.08);
}

.top-contact-strip {
  border-bottom: 1px solid rgba(14, 42, 71, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.top-contact-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.55rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.top-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(14, 42, 71, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.4rem 0.6rem;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(14, 42, 71, 0.06);
}

.top-contact-text {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.top-contact-icon,
.top-contact-icon-link {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(89, 165, 255, 0.18), rgba(255, 154, 98, 0.18));
  color: var(--ink);
  border: 1px solid rgba(14, 42, 71, 0.08);
}

.top-contact-icon-link {
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.top-contact-icon-link:hover {
  transform: translateY(-1px);
  border-color: rgba(89, 165, 255, 0.35);
}

.top-contact-number {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
  padding-inline: 0.25rem 0.4rem;
}

.top-contact-number:hover {
  color: var(--accent);
}

.quick-quote-shell {
  margin-top: 6rem;
}

.quick-quote-card {
  background:
    radial-gradient(circle at 16% 20%, rgba(89, 165, 255, 0.16), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 154, 98, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72));
}

.site-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.brand-logo {
  display: block;
  width: 9.5rem;
  height: 4rem;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand-logo {
  display: block;
  width: 13rem;
  height: 5.2rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
}

.footer-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.35);
}

.paint-splash {
  position: relative;
}

.paint-splash::after {
  content: "";
  position: absolute;
  inset: auto -3rem -2.5rem auto;
  width: 7rem;
  height: 7rem;
  border-radius: 42% 58% 63% 37% / 34% 40% 60% 66%;
  background: linear-gradient(135deg, rgba(89, 165, 255, 0.24), rgba(255, 154, 98, 0.18));
  filter: blur(2px);
}

.section-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.hero-full-bleed {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(100deg, rgba(8, 19, 34, 0.9) 0%, rgba(8, 19, 34, 0.78) 42%, rgba(8, 19, 34, 0.4) 100%),
    url("https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.hero-full-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(89, 165, 255, 0.18), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 154, 98, 0.16), transparent 18%);
}

.hero-overlay-content {
  position: relative;
  z-index: 1;
}

.hero-stat-card {
  display: block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 80px rgba(8, 19, 34, 0.2);
  backdrop-filter: blur(12px);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-stat-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.36);
}

.media-card {
  overflow: hidden;
  border-radius: 1.75rem;
  box-shadow: 0 22px 70px rgba(14, 42, 71, 0.12);
}

.media-card img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.media-card:hover img {
  transform: scale(1.05);
}

.lift {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 90px rgba(14, 42, 71, 0.14);
  border-color: rgba(89, 165, 255, 0.24);
}

.sector-card {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: 2rem;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(8, 19, 34, 0.12), rgba(8, 19, 34, 0.82)),
    var(--sector-image) center/cover no-repeat;
  box-shadow: 0 26px 90px rgba(14, 42, 71, 0.18);
}

.sector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, var(--sector-glow), transparent 28%),
    linear-gradient(145deg, var(--sector-wash), transparent 45%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

.sector-card::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 1.25rem 1.25rem;
  height: 0.32rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sector-accent), rgba(255, 255, 255, 0.66));
}

.sector-card--hotels {
  --sector-accent: #ff9a62;
  --sector-glow: rgba(255, 154, 98, 0.48);
  --sector-wash: rgba(201, 159, 121, 0.34);
}

.sector-card--buildings {
  --sector-accent: #59a5ff;
  --sector-glow: rgba(89, 165, 255, 0.52);
  --sector-wash: rgba(38, 75, 112, 0.34);
}

.sector-card--factories {
  --sector-accent: #ffd84d;
  --sector-glow: rgba(255, 216, 77, 0.46);
  --sector-wash: rgba(81, 102, 120, 0.36);
}

.sector-card--residential {
  --sector-accent: #bcc8b4;
  --sector-glow: rgba(188, 200, 180, 0.5);
  --sector-wash: rgba(244, 229, 211, 0.34);
}

.sector-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  color: #ffffff;
}

.sector-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sector-kicker {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.5rem 0.78rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sector-title {
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 5.25rem;
  text-wrap: balance;
}

.sector-body {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.75;
  min-height: 6.5rem;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 45%, rgba(255, 255, 255, 0.24));
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.btn-primary:hover::before {
  transform: translateX(0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.palette-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.palette-chip {
  position: relative;
  overflow: hidden;
  min-height: 8.75rem;
}

.palette-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 40%);
}

.slider-shell {
  border-radius: 2rem;
}

.slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.slider-kicker {
  max-width: 48rem;
  color: #516678;
  font-size: 0.95rem;
  line-height: 1.7;
}

.slider-controls {
  display: flex;
  gap: 0.75rem;
}

.slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.slider-controls--bottom {
  justify-content: flex-end;
}

.slider-controls--center {
  justify-content: center;
}

.slider-button {
  border: 1px solid rgba(14, 42, 71, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.slider-button:hover {
  transform: translateY(-1px);
  border-color: rgba(89, 165, 255, 0.4);
  color: var(--accent);
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, calc(25% - 1.125rem));
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-track--quotes {
  grid-auto-columns: minmax(18rem, calc(33.333% - 1rem));
}

.slider-card {
  scroll-snap-align: start;
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.slider-footer--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 0;
  background: rgba(14, 42, 71, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-dot.is-active {
  background: var(--accent);
  transform: scale(1.1);
}

.service-slider {
  min-width: 0;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(89, 165, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.72));
}

.service-card-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.service-tabs {
  display: grid;
  gap: 1.25rem;
}

.service-tabs-nav {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.4rem;
  border: 1px solid rgba(14, 42, 71, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(14, 42, 71, 0.08);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.service-tabs-nav::-webkit-scrollbar {
  display: none;
}

.service-tab-button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #52677b;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.1rem;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-tab-button:hover,
.service-tab-button.is-active {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(14, 42, 71, 0.18);
  transform: translateY(-1px);
}

.service-tab-panel {
  overflow: hidden;
  border-radius: 2rem;
}

.service-tab-panel[hidden] {
  display: none;
}

.service-tab-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.88fr);
  align-items: stretch;
  min-height: 36rem;
}

.service-slider-track {
  grid-auto-columns: 100%;
  gap: 1rem;
  padding-bottom: 0;
}

.service-slide {
  position: relative;
  height: 100%;
  min-height: 34rem;
  overflow: hidden;
  border-radius: 1.75rem;
  background: var(--ink);
  box-shadow: 0 22px 64px rgba(14, 42, 71, 0.18);
}

.service-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.service-slide:hover img {
  transform: scale(1.04);
}

.service-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 19, 34, 0.72));
}

.service-slide figcaption {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.service-content-panel {
  max-width: 58rem;
  align-self: center;
}

.review-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(14, 42, 71, 0.16);
}

.contact-strip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.9)),
    radial-gradient(circle at top right, rgba(89, 165, 255, 0.16), transparent 25%);
}

.contact-strip-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.5rem;
  border-radius: 1.5rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(14, 42, 71, 0.08);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(14, 42, 71, 0.08);
}

.contact-tile-label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7c8d;
}

.contact-tile--action {
  background: linear-gradient(135deg, #0e2a47, #21476e);
  color: #fff;
  align-items: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 24rem;
  display: flex;
  align-items: end;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1.5rem, calc((100vw - 80rem) / 2));
  background:
    linear-gradient(100deg, rgba(8, 19, 34, 0.82) 0%, rgba(8, 19, 34, 0.68) 45%, rgba(8, 19, 34, 0.34) 100%),
    var(--page-hero-image) center/cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(89, 165, 255, 0.16), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 154, 98, 0.14), transparent 18%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  padding-block: 8rem 4rem;
}

.contact-map iframe {
  border: 0;
  width: 100%;
  min-height: 100%;
}

.contact-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(89, 165, 255, 0.18), rgba(255, 154, 98, 0.18));
  color: var(--ink);
  flex-shrink: 0;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.social-link:hover {
  color: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.footer-grid a,
.nav-link {
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-link:hover,
.footer-grid a:hover {
  color: var(--accent);
}

.active-link {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 1199px) {
  .slider-track,
  .slider-track--quotes {
    grid-auto-columns: minmax(18rem, calc(50% - 0.75rem));
  }

  .contact-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body::before,
  body::after {
    opacity: 0.65;
  }

  .paint-splash::after {
    width: 5rem;
    height: 5rem;
    right: -1rem;
    bottom: -1rem;
  }

  .site-header-inner {
    padding: 0.9rem 1rem;
  }

  .top-contact-inner {
    padding: 0.5rem 1rem;
    justify-content: center;
    gap: 0.6rem;
  }

  .top-contact-text {
    font-size: 0.78rem;
  }

  .top-contact-number {
    font-size: 0.82rem;
  }

  .brand-logo {
    width: 8rem;
    height: 3.4rem;
  }

  .hero-full-bleed {
    min-height: 76vh;
    background-position: center;
  }

  .hero-overlay-content {
    padding-top: 7.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .hero-full-bleed h1 {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1.08 !important;
  }

  .hero-full-bleed p[data-i18n="home.subtitle"] {
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-full-bleed [data-i18n="home.badge"] {
    margin-bottom: 1rem;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .hero-stat-card {
    padding: 0.9rem;
  }

  .service-slider {
    padding: 1rem;
  }

  .service-slide {
    min-height: 20rem;
    border-radius: 1.35rem;
  }

  .service-slider-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-tabs-nav {
    border-radius: 1.5rem;
  }

  .service-tab-layout {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .sector-title,
  .sector-body {
    min-height: 0;
  }

  .page-hero {
    min-height: 20rem;
  }

  .page-hero-content {
    padding-block: 7rem 3rem;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 8.5vw, 2.75rem) !important;
    line-height: 1.12 !important;
  }

  .page-hero p:not(:first-child) {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .palette-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slider-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-track,
  .slider-track--quotes {
    grid-auto-columns: 86%;
    gap: 1rem;
  }

  .contact-strip-grid {
    grid-template-columns: 1fr;
  }

  .media-card img {
    height: 15rem;
  }
}

@media (min-width: 768px) {
  .palette-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
