/*
Theme Name: KPG Roofings
Theme URI: https://kpgroofings.com
Author: KPG Roofings
Author URI: https://kpgroofings.com
Description: Custom WordPress theme for KPG Roofings
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kpg-roofings
*/

:root {
  --magenta: #e50687;
  --maroon: #6a133d;
  --ink: #353435;
  --pink: #f2a1b4;
  --pinkline: #fcd2de;
  --cream: #fcf8f8;
  --pinkbg: #ffeff4;
  --grey: #d9d9d9;
  --content: 1300px;
  --topbar-h: 37px;
  --nav-h: 68px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

html.lenis,
html.lenis body {
  height: auto
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

html.lenis.lenis-stopped {
  overflow: hidden
}

html {
  overflow-x: hidden
}

body {
  margin: 0
}

.kpg {
  width: 100%;
  background: #fff;
  color: var(--ink);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto
}

.kpg img {
  display: block;
  max-width: 100%
}

/* .kpg a:where(:not(.btn)) {
  text-decoration: none;
  color: inherit
} */

.kpg button {
  font-family: inherit
}

.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;
}

.sr-only-focusable:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 8px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  z-index: 10000;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--magenta, #c41e56);
  outline-offset: 2px;
}

.sec {
  position: relative;
  padding: 110px;
  will-change: transform, opacity
}

.inner {
  max-width: var(--content);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2
}

.eyebrow {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: var(--magenta);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: none;
  margin: 0;
  padding-bottom: 6px
}

.eyebrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--uw, 100%);
  height: 2.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--magenta), var(--maroon))
}

.eyebrow.light {
  color: #fff
}

.eyebrow.light::after {
  background: linear-gradient(90deg, var(--magenta), var(--pink))
}

.h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0
}

.h2.light {
  color: #fff
}

.lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
  margin: 0
}

.lead.light {
  color: #fff
}

.lead.pink {
  color: var(--pink)
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 58px;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .2px;
  text-decoration: none;
  will-change: background-position, transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  --btn-scale: 1;
  transform: scale(var(--btn-scale))
}

.btn>* {
  position: relative;
  z-index: 1
}

.btn.m5 {
  font-weight: 500
}

.btn-magenta {
  background-color: var(--magenta);
  color: #fff;
  transition: background-color .25s ease, transform .18s cubic-bezier(.2, .8, .3, 1), box-shadow .18s ease;
}

.btn-white {
  background-color: #fff;
  color: var(--maroon);
  border: 1px solid rgba(106, 19, 61, 0.15);
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .18s cubic-bezier(.2, .8, .3, 1), box-shadow .18s ease;
}

.btn-dark {
  background-color: var(--maroon);
  color: #fff;
  transition: background-color .25s ease, transform .18s cubic-bezier(.2, .8, .3, 1), box-shadow .18s ease;
}

.btn-dark2 {
  background-color: rgba(16, 14, 14, 0.65);
  color: #fff;
  transition: background-color .25s ease, transform .18s cubic-bezier(.2, .8, .3, 1), box-shadow .18s ease;
}

.ar {
  width: 16px;
  height: 16px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.chev {
  width: 13px;
  height: 13px;
  flex: none;
  fill: none;
  stroke: var(--magenta);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round
}

header {
  position: relative;
  z-index: 50
}

.topbar {
  background: var(--maroon);
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 110px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar-inner {
  max-width: var(--content);
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.topbar .tb-right {
  display: flex;
  align-items: center;
  gap: 24px
}

.topbar .tb-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 13.5px;
}

.tb-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.tb-link:hover {
  color: #fff;
  opacity: 1;
}

.topbar .tb-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2)
}

.topbar svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), stroke 0.25s ease;
}

.tb-link:hover svg {
  transform: scale(1.1);
  stroke: #fff;
}

.nav {
  position: relative;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 0 110px;
  display: flex;
  align-items: center;
  height: 80px;
  transition: height 0.18s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.nav-inner {
  max-width: var(--content);
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.nav-logo {
  width: 226px;
  height: auto;
  transition: opacity 0.18s ease;
  flex-shrink: 0;
}

.nav-inner>a {
  flex-shrink: 0;
  display: inline-flex;
}

.nav-logo:hover {
  opacity: 0.9;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--maroon);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--maroon);
  border-radius: 2px
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--topbar-h) - var(--nav-h));
  padding: 80px 110px 60px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  will-change: transform, opacity
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  will-change: transform;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 9, 13, 0.75) 0%, rgba(8, 9, 13, 0.48) 45%, rgba(8, 9, 13, 0.15) 75%, rgba(8, 9, 13, 0.3) 100%),
    linear-gradient(180deg, rgba(8, 9, 13, 0.1) 0%, rgba(8, 9, 13, 0.25) 60%, rgba(8, 9, 13, 0.5) 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content);
  margin: 0 auto;
  width: 100%;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  will-change: transform
}

.hero h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 20px;
  max-width: 820px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

/* =============================================
   INNER HERO – Premium dark bg for Group 2 pages
   ============================================= */
.inner-hero {
  background: var(--kpg-showroom-bg) center / cover no-repeat;
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 80px 110px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.inner-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(9, 9, 9, 0.92) 0%,
      rgba(26, 13, 18, 0.88) 30%,
      rgba(58, 18, 35, 0.82) 60%,
      rgba(20, 10, 15, 0.90) 100%);
  z-index: 1;
}

.inner-hero .inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.inner-hero h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  max-width: 820px;
}

.inner-hero .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 640px;
}

.inner-hero .hero-bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.inner-hero .hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.inner-hero .hero-stats {
  display: flex;
  gap: 32px;
}

.inner-hero .hero-stats .stat .num {
  font-size: 28px;
  font-weight: 700;
}

.inner-hero .hero-stats .stat .lbl {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 2px;
}

/* Breadcrumb inside inner-hero */
.inner-hero .breadcrumbs {
  margin-bottom: 20px;
}

.inner-hero .breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.inner-hero .breadcrumbs a:hover {
  color: #fff;
}

.inner-hero .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0 8px;
}

/* Search bar inside inner-hero */
.inner-hero .hero-search {
  margin-top: 24px;
  max-width: 480px;
}

/* Responsive */
@media (max-width: 1200px) {
  .inner-hero {
    padding: 64px 56px;
    min-height: 300px;
  }

  .inner-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .inner-hero {
    padding: 48px 20px;
    min-height: 260px;
  }

  .inner-hero h1 {
    font-size: 32px;
  }

  .inner-hero .sub {
    font-size: 16px;
  }

  .inner-hero .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .inner-hero .hero-stats {
    gap: 20px;
  }
}

/* Inner page H1 standardization (excludes Home page via .page-template-default) */
.page-template-default h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

#main-content .blog-inner-title h1 {
  color: var(--maroon);
}

.hero p.sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 32px;
  max-width: 565px
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px 40px;
  flex-wrap: wrap;
  width: 100%
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap
}

.hero-stats .stat {
  position: relative;
  padding-left: 12px;
}

.hero-stats .stat:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 80%, transparent);
}

.video-scroll-track {
  position: relative;
  height: 750vh;
}

.video-scroll {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #08090d;
}

.vs-canvas-wrap {
  position: absolute;
  inset: -6%;
  will-change: transform, filter;
}

.video-scroll-canvas {
  width: 100%;
  height: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.video-scroll-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.36) 26%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(ellipse at center, transparent 32%, rgba(0, 0, 0, 0.5) 100%);
}

.vs-depth-fg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
}

.vs-depth-blob {
  position: absolute;
  bottom: -12%;
  width: 46%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(2, 2, 3, 0.8) 0%, rgba(2, 2, 3, 0) 72%);
  filter: blur(6px);
}

.vs-depth-blob--l {
  left: -14%;
}

.vs-depth-blob--r {
  right: -14%;
}

.vs-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.vs-dust {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(.5px);
  opacity: 0;
  animation: vsDustFloat 14s ease-in-out infinite;
}

@keyframes vsDustFloat {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  10% {
    opacity: .6;
  }

  50% {
    transform: translate(14px, -60vh);
    opacity: .35;
  }

  90% {
    opacity: 0;
  }

  100% {
    transform: translate(24px, -110vh);
    opacity: 0;
  }
}

.vs-dust--1 {
  left: 12%;
  bottom: 10%;
  animation-delay: 0s;
}

.vs-dust--2 {
  left: 28%;
  bottom: 0%;
  animation-delay: 2.4s;
  width: 3px;
  height: 3px;
}

.vs-dust--3 {
  left: 47%;
  bottom: 20%;
  animation-delay: 5s;
}

.vs-dust--4 {
  left: 64%;
  bottom: 5%;
  animation-delay: 7.5s;
  width: 5px;
  height: 5px;
}

.vs-dust--5 {
  left: 80%;
  bottom: 15%;
  animation-delay: 3.2s;
}

.vs-dust--6 {
  left: 92%;
  bottom: 0%;
  animation-delay: 9.8s;
  width: 3px;
  height: 3px;
}

.vs-rain {
  position: absolute;
  top: -20%;
  width: 1px;
  height: 14%;
  background: linear-gradient(180deg, transparent, rgba(210, 225, 240, 0.55), transparent);
  transform: rotate(10deg);
  opacity: 0;
  animation: vsRainFall 1.1s linear infinite;
  animation-play-state: paused;
}

.vs-atmosphere.is-raining .vs-rain {
  animation-play-state: running;
}

@keyframes vsRainFall {
  0% {
    transform: translateY(0) rotate(10deg);
    opacity: 0;
  }

  8% {
    opacity: .8;
  }

  92% {
    opacity: .5;
  }

  100% {
    transform: translateY(135vh) rotate(10deg);
    opacity: 0;
  }
}

.vs-rain--1 {
  left: 8%;
  animation-delay: 0s;
}

.vs-rain--2 {
  left: 26%;
  animation-delay: .3s;
}

.vs-rain--3 {
  left: 48%;
  animation-delay: .15s;
}

.vs-rain--4 {
  left: 68%;
  animation-delay: .45s;
}

.vs-rain--5 {
  left: 87%;
  animation-delay: .6s;
}

.vs-fog {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(230, 232, 236, 0.9) 0%, rgba(210, 214, 220, 0.5) 45%, transparent 78%);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(.22, 1, .36, 1);
}

.vs-fog.is-active {
  opacity: 1;
}

.vs-act {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  padding: 90px;
  pointer-events: none;
  gap: 20px;
}

.vs-act--bl {
  align-items: flex-end;
  justify-content: flex-start;
}

.vs-act--tr {
  align-items: flex-start;
  justify-content: flex-end;
}

.vs-act--center,
.vs-act--mark {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vs-headline {
  margin: 0;
  font-size: clamp(52px, 9vw, 140px);
  font-weight: 800;
  line-height: .92;
}

.vs-headline-mask {
  display: block;
  clip-path: inset(10% 0 10% 0);
  opacity: 0;
  transition: clip-path .6s cubic-bezier(.16, 1, .3, 1), opacity .35s ease;
}

.vs-act.active .vs-headline-mask {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: clip-path .6s cubic-bezier(.16, 1, .3, 1), opacity .3s ease .05s;
}

.vs-headline-text {
  display: block;
  color: #fff;
  letter-spacing: .12em;
  mix-blend-mode: difference;
  transition: letter-spacing 1.1s cubic-bezier(.16, 1, .3, 1);
}

.vs-act.active .vs-headline-text {
  letter-spacing: -.03em;
}

.vs-description {
  margin: 16px 0 0;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s ease .15s, transform .4s ease .15s;
}

.vs-act.active .vs-description {
  opacity: 1;
  transform: translateY(0);
}

@media(max-width:960px) {
  .vs-act {
    padding: 32px 24px;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .vs-act--mark {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .vs-headline {
    font-size: clamp(34px, 12vw, 64px);
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .vs-description {
    font-size: clamp(14px, 4vw, 18px);
  }
}

@media(max-width:640px) {

  .btn {
    font-size: 16px;
  }

  .vs-act {
    padding: 32px 24px;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

.stat .num {
  font-size: 42px;
  font-weight: 700;
  line-height: .96;
  color: #fff;
  letter-spacing: -0.01em;
}

.stat .lbl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .8px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  white-space: nowrap;
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 67px
}

.sec-head .left {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.sec-head .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 480px;
}

.sec-head .right .lead {
  text-align: left;
}

.center-head {
  max-width: 812px;
  margin: 0 auto 67px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px
}

.center-head .h2 {
  text-align: center
}

.center-head .lead {
  text-align: center;
  max-width: 588px
}

.slider {
  height: 8px;
  border-radius: 53px;
  background: #fff;
  position: relative;
  margin: 8px 0 0
}

.slider .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 92%;
  border-radius: 43px;
  background: var(--maroon)
}

.slider .knob {
  position: absolute;
  left: 90%;
  top: 50%;
  transform: transl(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--maroon);
  box-shadow: 0 1px 10px rgba(48, 48, 48, .58);
  display: flex;
  align-items: center;
  justify-content: center
}

.slider .knob i {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  display: block
}

.dark2 {
  background: var(--kpg-showroom-bg) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}

.finder {
  display: grid;
  grid-template-columns: 378px 1fr;
  gap: 24px;
  background: rgba(0, 0, 0, .15);
  border-radius: 12px;
  padding: 10px
}

.finder-list {
  background: var(--maroon);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-height: 520px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .3) transparent;
}

.finder-list::-webkit-scrollbar {
  width: 6px;
}

.finder-list::-webkit-scrollbar-track {
  background: transparent;
}

.finder-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .3);
  border-radius: 10px;
}

.finder-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, .5);
}

.finder-search {
  background: #fff;
  border-radius: 12px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--magenta);
  font-size: 16px;
  margin-bottom: 12px;
}

.finder-search svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.loc-item {
  background: var(--maroon);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.loc-item.on {
  background: var(--magenta);
  box-shadow: inset 0 0 0 1.5px var(--pink);
}

.loc-item .ic {
  width: 36px;
  height: 36px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.loc-item .ic svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  stroke-width: 1.8;
  fill: none;
}

.loc-item .t1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.46;
  color: #fff;
}

.loc-item .t2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  color: #fff;
  opacity: .8;
}

.finder-map {
  background: var(--kpg-showroom-map) center/cover no-repeat;
  background-attachment: scroll;
  border-radius: 12px;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.map-card {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 325px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.map-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--pinkline);
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.map-row .mn {
  font-size: 16px;
  font-weight: 700;
  color: var(--maroon)
}

.cta-banner {
  background: var(--maroon);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden
}

.cta-banner .tex {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  height: 116%;
  opacity: .18;
  mix-blend-mode: soft-light;
  will-change: transform;
  background: url('assets/img/roof-texture.jpg') center/cover no-repeat
}

.cta-banner .ctxt {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.cta-banner h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: -.04em;
  color: #fff
}

.cta-banner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
  color: #fff;
  max-width: 527px
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer {
  background: #121212;
  color: #fff;
  padding: 0 110px 33px
}

.footer-inner {
  max-width: var(--content);
  margin: 0 auto;
  padding-top: 75px
}

.footer-separator {
  width: calc(100% + 220px);
  margin-left: -110px;
  line-height: 0;
  overflow: hidden;
}

.footer-separator svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 338px 1fr;
  gap: 65px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo-link {
  display: inline-block;
  width: fit-content;
  transition: opacity 0.25s ease;
}

.footer-logo-link:hover {
  opacity: 0.85;
}

.footer-brand img {
  width: 185px;
  height: auto;
  filter: brightness(0) invert(1)
}

.fcol a.val {
  transition: color .2s ease
}

.footer-brand p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #fff;
  max-width: 340px
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.socials a:hover {
  background: var(--magenta);
  color: #fff;
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.fcol-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fcol-contact .val {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.fcol-contact .val a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.fcol-contact .val a:hover {
  color: var(--magenta);
}

.fcol-contact .val svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex-shrink: 0;
  color: var(--magenta);
}

.fcol h4 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff
}

.fcol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.fcol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fcol li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.fcol li:hover {
  color: var(--magenta);
}

.fcol .sub {
  font-size: 15px;
  color: var(--pink);
  margin: 0 0 2px
}

.fcol .val {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 14px
}

.fcol .val svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: none
}

.footer-bottom {
  /* border-top: 1px solid rgba(242, 161, 180, .33);
  padding-top: 15px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.footer-bottom span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: .02em;
  color: #fff
}

section[id] {
  scroll-margin-top: 90px
}

[class].reveal-init {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform
}

[class].reveal-init.in-view {
  opacity: 1;
  transform: none
}

[class].reveal-init.reveal-zoom {
  transform: scale(.9)
}

[class].reveal-init.reveal-zoom.in-view {
  transform: scale(1)
}

[class].reveal-init.reveal-blur {
  transform: translateY(18px);
  filter: blur(16px)
}

[class].reveal-init.reveal-blur.in-view {
  transform: none;
  filter: blur(0)
}

.split-heading {

  line-height: 1.3;
}

.split-heading .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top
}

.split-heading .word-inner {
  display: inline-block;
  transform: translateY(112%);
  transition: transform .85s cubic-bezier(.22, 1, .36, 1)
}

.split-heading.in-view .word-inner {
  transform: translateY(0)
}

.stat .num {
  font-variant-numeric: tabular-nums
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--maroon), var(--magenta));
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dark2 {
  --sx: 50%;
  --sy: 50%
}

.dark2::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(520px circle at var(--sx) var(--sy), rgba(255, 255, 255, .08), transparent 60%);
  transition: opacity .22s ease
}

.dark2:hover::after {
  opacity: 1
}

@media (prefers-reduced-motion: reduce) {

  [class].reveal-init,
  .split-heading .word-inner {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none
  }

  .dark2::after {
    display: none
  }
}

.finder-search input {
  background: none;
  border: none;
  outline: none;
  color: var(--magenta);
  font-family: inherit;
  font-size: 16px;
  width: 100%
}

.finder-search input::placeholder {
  color: var(--pink)
}

.nav-links .has-sub,
.nav-links .has-megamenu {
  position: relative;
  display: inline-flex;
  align-items: center
}

.nav-links .has-megamenu {
  position: relative;
}

.nav-links .has-sub>a,
.nav-links .has-megamenu>a {
  display: inline-flex;
  align-items: center;
  gap: 7px
}

.nav-links .has-sub::after,
.nav-links .has-megamenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px
}

.nav-links>a,
.nav-links .has-sub>a,
.nav-links .has-megamenu>a {
  padding: 8px 16px;
  margin: 0;
  border-radius: 12px;
  color: var(--maroon);
  background-color: transparent;
  box-shadow: inset 0 0 0 1px transparent;
  transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links>a:hover,
.nav-links .has-sub:hover>a,
.nav-links .has-megamenu:hover>a {
  color: var(--magenta);
  background-color: rgba(229, 6, 135, 0.05);
  box-shadow: inset 0 0 0 1px rgba(229, 6, 135, 0.15);
}

.nav-links .has-megamenu:hover .chev {
  transform: rotate(180deg)
}

.nav-links .has-megamenu .megamenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 110px;
  right: 110px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  box-shadow: 0 30px 60px -15px rgba(106, 19, 61, 0.18), 0 0 0 1px rgba(229, 6, 135, 0.03), 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 30px;
  z-index: 60;
  transform-origin: top center;
  transform: translateY(-6px);
  transition: opacity .25s ease, transform .18s cubic-bezier(.2, .8, .2, 1), visibility .25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav-links .has-megamenu:hover .megamenu,
.nav-links .has-megamenu.mega-open .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.megamenu-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 32px;
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--magenta);
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(229, 6, 135, 0.1);
  padding-bottom: 6px;
}

.mega-col a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--maroon) !important;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent !important;
}

.mega-col a::after {
  content: "→";
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  color: var(--magenta);
  font-weight: 700;
}

.mega-col a:hover {
  color: var(--magenta) !important;
  padding-left: 6px;
}

.mega-col a:hover::after {
  opacity: 1;
  transform: none;
}

.mega-cta-col {
  background: linear-gradient(135deg, rgba(229, 6, 135, 0.05), rgba(106, 19, 61, 0.05));
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(229, 6, 135, 0.08);
}

.mega-cta-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mega-cta-box .m-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--maroon);
  margin-bottom: 8px;
}

.mega-cta-box .m-desc {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.45;
  margin: 0 0 16px;
}

.mega-cta-box .btn {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
}

.mega-cta-box .btn:hover {
  color: #fff;
}

.nav-links .has-megamenu .megamenu--products {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h) + 6px);
  left: 50%;
  right: auto;
  width: min(calc(100vw - 60px), 1140px);
  margin: 0;
  transform: translateX(-50%) translateY(-8px) scale(.99);
}

.nav-links .has-megamenu:hover .megamenu--products,
.nav-links .has-megamenu.mega-open .megamenu--products {
  transform: translateX(-50%) translateY(0) scale(1);
}

.mega-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mega-product-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px;
  border-radius: 12px;
  color: var(--maroon);
  background: rgba(252, 248, 248, 0.72);
  box-shadow: inset 0 0 0 1px var(--pinkline);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mega-product-link:hover {
  color: var(--magenta);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(229, 6, 135, .22), 0 12px 26px rgba(106, 19, 61, .07);
  transform: translateY(-2px);
}

.mega-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  color: var(--magenta);
  background: var(--pinkbg);
}

.mega-product-icon svg {
  width: 24px;
  height: 24px;
}

.mega-product-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.nav-links .has-megamenu .megamenu--showrooms {
  position: fixed;
  top: calc(var(--topbar-h) + var(--nav-h) + 6px);
  left: 50%;
  right: auto;
  width: min(calc(100vw - 60px), 1140px);
  margin: 0;
  padding: 26px;
  transform: translateX(-50%) translateY(-8px) scale(.99);
}

.nav-links .has-megamenu:hover .megamenu--showrooms,
.nav-links .has-megamenu.mega-open .megamenu--showrooms {
  transform: translateX(-50%) translateY(0) scale(1);
}

.mega-showrooms-inner {
  display: grid;
  grid-template-columns: 200px 1fr 230px;
  gap: 26px;
  align-items: start;
}

.mega-state-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 8px;
  border-right: 1px solid rgba(229, 6, 135, 0.08);
}

.mega-state-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 11px 13px;
  border: none;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--maroon);
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.mega-state-tab:hover {
  background: rgba(229, 6, 135, 0.06);
}

.mega-state-tab .mega-state-count {
  flex: none;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--magenta);
  background: var(--pinkbg);
  padding: 3px 9px;
  border-radius: 20px;
  transition: background .18s ease, color .18s ease;
}

.mega-state-tab.active {
  background: var(--magenta);
  color: #fff;
}

.mega-state-tab.active .mega-state-count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.mega-district-col {
  position: relative;
  min-height: 200px;
}

.mega-district-pane {
  display: none;
}

.mega-district-pane.active {
  display: block;
  animation: megaDistrictIn .22s cubic-bezier(.22, 1, .36, 1);
}

@keyframes megaDistrictIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.mega-district-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 14px;
}

.mega-district-grid a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--maroon);
  text-decoration: none;
  transition: background .18s ease, color .18s ease, padding-left .18s ease;
}

.mega-district-grid a .pin {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
  transition: background .2s ease, transform .2s ease;
}

.mega-district-grid a:hover {
  background: rgba(229, 6, 135, 0.06);
  color: var(--magenta);
  padding-left: 14px;
}

.mega-district-grid a:hover .pin {
  background: var(--magenta);
  transform: scale(1.3);
}

@media(max-width:1180px) {
  .mega-showrooms-inner {
    grid-template-columns: 190px 1fr;
  }

  .megamenu--showrooms .mega-cta-col {
    display: none;
  }
}

@media(max-width:960px) {
  .megamenu {
    display: none !important;
  }
}

.mega-pin {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--magenta);
  stroke-width: 2.2;
  opacity: 0.7;
  flex-shrink: 0;
  transition: transform 0.25s ease, stroke 0.25s ease, opacity 0.25s ease;
}

.mega-col a:hover .mega-pin {
  transform: scale(1.2) translateY(-0.5px);
  stroke: var(--magenta);
  opacity: 1;
}

.nav-links .chev {
  transition: transform .34s cubic-bezier(.2, .8, .3, 1)
}

.nav-links .has-sub:hover .chev {
  transform: rotate(180deg)
}

.subm {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 258px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 20px 40px -15px rgba(106, 19, 61, 0.15), 0 0 0 1px rgba(229, 6, 135, 0.03), 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.98);
  transform-origin: top left;
  pointer-events: none;
  transition: opacity .25s ease, transform .18s cubic-bezier(.2, .8, .2, 1), visibility .25s
}

.nav-links .has-sub:hover .subm {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto
}

.subm a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--maroon);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: color .2s ease, padding-left 0.25s ease;
}

.nav-links .has-sub:hover .subm a {
  animation: subitem .44s cubic-bezier(.2, .8, .3, 1) both
}

.subm a:nth-child(1) {
  animation-delay: .05s
}

.subm a:nth-child(2) {
  animation-delay: .09s
}

.subm a:nth-child(3) {
  animation-delay: .13s
}

.subm a:nth-child(4) {
  animation-delay: .17s
}

.subm a:nth-child(5) {
  animation-delay: .21s
}

.subm a:nth-child(6) {
  animation-delay: .25s
}

.subm a:nth-child(7) {
  animation-delay: .29s
}

@keyframes subitem {
  from {
    opacity: 0;
    transform: translateX(-12px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.subm a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(229, 6, 135, 0.05), rgba(252, 210, 222, 0.15));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s cubic-bezier(.25, 1, 0.5, 1)
}

.subm a::after {
  margin-left: auto;
  color: var(--magenta);
  font-weight: 700;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease
}

.subm a:hover {
  color: var(--magenta)
}

.subm a:hover::before {
  transform: scaleX(1)
}

.subm a:hover::after {
  opacity: 1;
  transform: none
}

@media(max-width:960px) {
  .subm {
    display: none !important
  }
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none
}

.mobile-drawer .md-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 4, 12, .55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .45s ease
}

.mobile-drawer .md-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(88vw, 392px);
  background: radial-gradient(130% 80% at 100% 0%, #3a0f26 0%, #15060d 62%);
  transform: translateX(106%);
  transition: transform .55s cubic-bezier(.5, .05, .15, 1);
  display: flex;
  flex-direction: column;
  padding: 26px 26px 34px;
  overflow-y: auto;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .45)
}

.mobile-drawer.open {
  visibility: visible;
  pointer-events: auto
}

.mobile-drawer.open .md-backdrop {
  opacity: 1
}

.mobile-drawer.open .md-panel {
  transform: none
}

.md-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  flex-shrink: 0
}

.md-head img {
  width: 134px;
  height: auto;
  filter: brightness(0) invert(1)
}

.md-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s ease, background .25s ease, border-color .25s ease
}

.md-close svg {
  stroke: currentColor
}

.md-close:hover {
  background: var(--magenta);
  border-color: var(--magenta);
  transform: rotate(90deg)
}

.md-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
  flex-shrink: 0
}

.md-item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
}

.mobile-drawer.open .md-item-wrap {
  animation: md-in .55s cubic-bezier(.2, .8, .3, 1) both;
}

.mobile-drawer.open .md-item-wrap:nth-child(1) {
  animation-delay: .1s
}

.mobile-drawer.open .md-item-wrap:nth-child(2) {
  animation-delay: .14s
}

.mobile-drawer.open .md-item-wrap:nth-child(3) {
  animation-delay: .18s
}

.mobile-drawer.open .md-item-wrap:nth-child(4) {
  animation-delay: .22s
}

.mobile-drawer.open .md-item-wrap:nth-child(5) {
  animation-delay: .26s
}

.mobile-drawer.open .md-item-wrap:nth-child(6) {
  animation-delay: .3s
}

.mobile-drawer.open .md-item-wrap:nth-child(7) {
  animation-delay: .34s
}

.mobile-drawer.open .md-item-wrap:nth-child(8) {
  animation-delay: .38s
}

.mobile-drawer.open .md-item-wrap:nth-child(9) {
  animation-delay: .42s
}

.mobile-drawer.open .md-item-wrap:nth-child(10) {
  animation-delay: .46s
}

.md-parent-link,
.md-parent-text,
.md-sub-toggle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 6px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: color .25s ease, padding .25s ease;
  line-height: 1.2;
}

.md-parent-text {
  flex: 1;
  min-width: 0;
  cursor: default;
}

.md-parent-link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.md-sub-toggle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  transition: background .2s ease, transform .15s ease;
}

.md-sub-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.8;
  transition: transform 0.18s ease;
}

.md-sub-toggle.open::after {
  transform: translateY(2px) rotate(-135deg);
}

.md-sub-toggle:hover {
  background: rgba(255, 255, 255, .15);
}

.md-sub-toggle:active {
  transform: scale(.92);
}

.md-parent-link:hover,
.md-parent-link:focus-visible {
  color: var(--pink);
  padding-left: 16px;
}

.md-parent-link:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

.md-parent-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.md-sub-panel {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 4px 0 14px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
}

.md-sub-panel .md-sub-link {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 12px 9px 26px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  width: auto;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  opacity: 1;
  border-bottom: none;
}

.md-sub-panel .md-sub-link::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  transform: translateY(-50%);
  transition: background 0.25s ease, transform 0.25s ease;
}

.md-sub-panel .md-sub-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  transform: translateX(3px);
}

.md-sub-panel .md-sub-link:hover::before {
  background: #fff;
  transform: translateY(-50%) scale(1.4);
}

.md-nested {
  display: flex;
  flex-direction: column;
}

.md-sub-panel .md-nested-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 9px 12px 9px 26px;
  border: none;
  border-radius: 9px;
  background: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, .85);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.md-sub-panel .md-nested-toggle::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
  transform: translateY(-50%);
}

.md-sub-panel .md-nested-toggle:hover,
.md-sub-panel .md-nested-toggle.open {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.md-nested-chev {
  width: 8px;
  height: 8px;
  flex: none;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.md-sub-panel .md-nested-toggle.open .md-nested-chev {
  transform: rotate(-135deg);
}

.md-nested-panel {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 2px 0 6px 16px;
}

.md-nested-panel .md-sub-link {
  font-size: 12.5px;
  padding: 7px 12px 7px 20px;
  color: rgba(255, 255, 255, .75);
}

.md-nested-panel .md-sub-link::before {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .4);
}

.md-sub-panel .md-sub-link--all {
  margin-top: 4px;
  font-weight: 700;
  color: var(--pink);
}

.md-sub-panel .md-sub-link--all::before {
  display: none;
}

@keyframes md-in {
  from {
    opacity: 0;
    transform: translateX(36px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.md-quote {
  margin-top: 20px;
  opacity: 0;
  flex-shrink: 0
}

.mobile-drawer.open .md-quote {
  animation: md-in .55s cubic-bezier(.2, .8, .3, 1) both;
  animation-delay: .5s
}

.md-contact {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0
}

.md-contact a.call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.md-contact a.call:hover {
  color: var(--pink);
}

.md-contact a.call svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.md-contact span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 30px;
}

@media(min-width:961px) {
  .mobile-drawer {
    display: none
  }
}



.chev {
  transition: transform .18s ease
}

.ar {
  transition: transform .25s ease
}

.nav-toggle span {
  transition: transform .2s cubic-bezier(.6, 0, .3, 1.4), opacity .2s ease
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.socials a,
.nav-links a {
  will-change: transform
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes heroRainFall {
  0% {
    opacity: 0;
    transform: translateY(-64px) scaleY(1.25);
  }

  55% {
    opacity: 1;
    transform: translateY(5px) scaleY(0.94);
  }

  75% {
    transform: translateY(-2px) scaleY(1.03);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

/* Letter-by-letter animation removed for SEO — headings are plain text nodes */

.hero p.sub,
.hero-cta,
.hero-stats {
  opacity: 0;
  animation: heroRainFall .8s cubic-bezier(.32, 1, .4, 1) both;
}

.hero p.sub {
  animation-delay: .55s;
}

.hero-cta {
  animation-delay: .72s;
}

.hero-stats {
  animation-delay: .86s;
}

@media(hover:hover) {
  .nav-logo {
    transition: opacity .18s ease
  }

  .nav-logo:hover {
    opacity: 0.9
  }

  .topbar .tb-item {
    transition: opacity .2s ease
  }

  .topbar .tb-item:hover {
    opacity: .85
  }

  .btn {
    transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-magenta:hover {
    background-color: var(--maroon);
    box-shadow: 0 12px 24px -6px rgba(106, 19, 61, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }

  .btn-white:hover {
    background-color: var(--cream);
    border-color: var(--maroon);
    color: var(--maroon);
    box-shadow: 0 12px 24px -6px rgba(106, 19, 61, 0.1), inset 0 0 0 1px rgba(106, 19, 61, 0.05);
  }

  .btn-dark:hover {
    background-color: var(--magenta);
    box-shadow: 0 12px 24px -6px rgba(229, 6, 135, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }

  .btn-dark2:hover {
    background-color: var(--magenta);
    box-shadow: 0 12px 24px -6px rgba(229, 6, 135, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }

  .btn:active {
    opacity: 0.95;
  }

  .btn:hover .ar {
    transform: translate(2px, -2px);
  }

  .fcol li {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transition: color .22s ease;
    cursor: pointer
  }

  .fcol li:hover {
    color: var(--magenta);
  }

  .socials a {
    transition: transform .28s cubic-bezier(.2, .8, .3, 1), background .25s ease, color .25s ease;
  }

  .socials a:hover {

    background: var(--magenta);
    color: #fff;
  }

  .footer-bottom span:last-child a {
    color: #fff;
    transition: color .2s ease
  }

  .footer-bottom span:last-child a:hover {
    color: var(--pink)
  }

  .loc-item {
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }

  .loc-item:hover {
    transform: translateX(4px);
  }

  .loc-item:not(.on):hover {
    background: var(--magenta);
    ;
  }

  .map-row {
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  }

  .map-row:hover {
    background: var(--pinkbg);
    border-color: var(--pink);
    transform: translateX(4px);
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important
  }
}

@media(max-width:1400px) {
  .nav {
    padding: 0 40px;
  }

  .nav-logo {
    width: 190px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .hero {
    padding: 80px 40px 60px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .page-template-default h1 {
    font-size: 48px;
  }

  .hero p.sub {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

@media(max-width:1200px) {
  .sec {
    padding: 80px 56px
  }

  .topbar {
    padding: 8px 56px
  }

  .nav {
    padding: 0 56px
  }

  .nav-links {
    gap: 4px
  }

  .nav-links a {
    font-size: 14.5px
  }

  .hero {
    padding: 80px 56px 60px
  }

  .quote-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .footer {
    padding: 0 56px 33px
  }

  .footer-inner {
    padding-top: 64px
  }

  .footer-separator {
    width: calc(100% + 112px);
    margin-left: -56px;
  }
}

@media(max-width:1000px) {
  .finder {
    grid-template-columns: 1fr
  }

  .finder-map {
    height: 360px
  }

  .finder-list {
    max-height: 400px
  }
}

@media(max-width:960px) {
  .nav-links {
    display: none
  }

  .nav-toggle {
    display: flex
  }

  .nav-right .btn {
    display: none !important;
  }

  .hero h1 {
    font-size: 48px;
  }

  .page-template-default h1 {
    font-size: 42px;
  }

  .hero p.sub {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .sec-head {
    flex-direction: column;
    align-items: flex-start
  }

  .sec-head .right {
    align-items: flex-start;
    max-width: none
  }

  .sec-head .right .lead {
    text-align: left
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start
  }
}

@media(max-width:640px) {
  .cta-actions {
    justify-content: center;
  }

  .sec {
    padding: 56px 20px
  }

  .finder {
    padding: 8px;
    gap: 12px;
  }

  .finder-list {
    padding: 12px;
    max-height: 360px;
  }

  .loc-item {
    padding: 10px 12px;
    margin-bottom: 8px;
  }

  .loc-item .t1 {
    font-size: 14px;
  }

  .loc-item .t2 {
    font-size: 13px;
  }

  .loc-item .ic {
    width: 28px;
    height: 28px;
  }

  .loc-item .ic svg {
    width: 22px;
    height: 22px;
  }

  .map-card {
    left: 10px;
    right: 10px;
    width: auto;
    top: auto;
    bottom: 12px;
  }

  .topbar {
    padding: 8px 20px;
    font-size: 12px;
  }

  .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .topbar .tb-right {
    display: none;
  }

  .nav {
    padding: 0 20px;
    height: 66px
  }

  .nav-logo {
    width: 160px;
    height: auto
  }

  :root {
    --nav-h: 66px
  }

  .hero {
    min-height: calc(100vh - var(--topbar-h) - var(--nav-h));
    padding: 40px 20px 30px;
  }

  .hero-inner {
    padding: 0;
  }

  .hero-stats .stat::before {
    display: none !important;
  }

  .hero-stats .stat {
    padding-left: 0 !important;
  }

  .hero h1 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .page-template-default h1 {
    font-size: 32px;
  }

  .hero p.sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
    height: 50px;
    font-size: 16px;
  }

  .hero-stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    margin-top: 10px;
  }

  .stat .num {
    font-size: 26px;
  }

  .h2 {
    font-size: 28px;
    letter-spacing: -.04em
  }

  .lead {
    font-size: 17px
  }

  .cta-banner h3 {
    font-size: 30px
  }

  .footer {
    padding: 0 20px 28px;
  }

  .footer-inner {
    padding-top: 48px
  }

  .footer-separator {
    width: calc(100% + 0px);
    margin-left: -20px;
  }

  .footer-separator {
    margin: 8px 0 12px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-brand {
    gap: 18px;
  }

  .footer-brand img {
    width: 130px;
  }

  .footer-brand p {
    font-size: 12px;
    max-width: 100%;
  }

  .socials {
    margin-top: 6px;
  }

  .footer-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }

  .fcol:last-child {
    grid-column: 1 / -1;
  }

  .fcol h4 {
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .6;
  }

  .fcol li,
  .fcol .val {
    font-size: 14px;
  }

  .fcol .sub {
    font-size: 13px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-top: 10px;
  }

  .footer-bottom span {
    font-size: 12px;
  }

  .area-slider {
    width: 100%;
  }

  .stat .lbl {
    white-space: normal;
    font-size: 12px;
    letter-spacing: .4px;
  }

  .hero-stats {
    align-items: flex-start;
  }
}

.loc-item {
  cursor: pointer
}

[hidden] {
  display: none !important
}