:root {
  --purple-900: #160625;
  --purple-800: #2a0f45;
  --purple-700: #3b1761;
  --purple-500: #5a2490;
  --purple-300: #9f79ca;
  --divider-purple: rgba(68, 27, 120, 0.52);
  --white: #ffffff;
  --gray-100: #f6f6fb;
  --gray-200: #e5e6ef;
  --gray-400: #9a9eb3;
  --gray-700: #3b3f52;
  --ink: #1f2435;
  --shadow-soft: 0 16px 42px rgba(35, 18, 67, 0.12);
  --shadow-strong: 0 20px 50px rgba(33, 14, 68, 0.2);
  --radius-xl: 22px;
  --radius-lg: 16px;
  --header-height: 98px;
}

/* Final dark-theme cascade guard. Keep this at EOF so legacy purple/glass rules
   cannot override the local Wrap Lab landing treatment. */
body {
  color: var(--wl-text);
  background: var(--wl-black);
}

html,
body {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

.site-header {
  height: 86px;
  background: rgba(5, 6, 7, 0.92);
  border-bottom: 1px solid var(--wl-line);
  backdrop-filter: blur(16px);
  transform: translate3d(0, 0, 0);
  transition: transform 220ms ease, opacity 180ms ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translate3d(0, -105%, 0);
  opacity: 0.98;
}

.site-header .site-nav a,
.site-header .site-nav a:visited {
  color: rgba(247, 244, 238, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active {
  color: #ffffff;
}

.nav-cta,
.btn.primary {
  color: #090909;
  background: linear-gradient(135deg, var(--wl-gold-2), var(--wl-gold));
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.btn.ghost {
  color: var(--wl-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wl-line);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.wl-hero {
  min-height: calc(100vh - 86px);
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.wl-hero h1 {
  color: #ffffff;
  font-size: clamp(3rem, 8.4vw, 7.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.wl-section h2,
.wl-quote-panel h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.wl-hero p,
.wl-section p,
.service-body p,
.wl-package-card li {
  color: var(--wl-muted);
}

.wl-hero-card,
.wl-package-card,
.service-card,
.wl-quote-panel,
.wl-process-list article,
.wl-feature-grid article {
  background: linear-gradient(180deg, rgba(25, 30, 37, 0.92), rgba(11, 13, 16, 0.96));
  border: 1px solid var(--wl-line);
  border-radius: 0;
  box-shadow: var(--wl-shadow);
}

.service-body {
  background: transparent;
  color: var(--wl-text);
}

.service-card h3,
.wl-feature-grid h3,
.wl-package-card h3,
.wl-process-list h3 {
  color: #ffffff;
}

.service-media img,
.wl-image-grid img,
.wl-hero-card img {
  filter: saturate(0.9) contrast(1.08);
}

.site-footer,
.footer,
footer {
  background: #050607;
  color: rgba(247, 244, 238, 0.76);
  border-top: 1px solid var(--wl-line);
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 78px;
  }

  .menu-toggle {
    color: var(--wl-text);
  }
}

/* Darken legacy page components that still use the former lavender/glass theme. */
body::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    radial-gradient(54% 38% at 78% 4%, rgba(196, 58, 50, 0.18), transparent 66%),
    radial-gradient(42% 30% at 16% 18%, rgba(198, 154, 74, 0.16), transparent 68%),
    linear-gradient(180deg, #050607 0%, #0c0e12 45%, #050607 100%) !important;
  background-size: 76px 76px, 76px 76px, cover, cover, cover !important;
}

body::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.22), rgba(5, 6, 7, 0.82)),
    radial-gradient(55% 30% at 50% 0%, rgba(255, 255, 255, 0.07), transparent 74%) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.badge,
.wl-kicker {
  color: var(--wl-gold-2);
}

.badge {
  background: rgba(198, 154, 74, 0.12);
  border: 1px solid rgba(198, 154, 74, 0.35);
  border-radius: 2px;
}

.content-panel,
.missing-page-notice,
.ajax-panel,
.service-feature-card,
.service-pricing-panel,
.pricing-modal,
.gallery-card,
.gallery-mosaic .cell,
.projects-card,
.snapshot-project-card,
.team-card,
.contact-card,
.contact-form,
.admin-card,
.wrap-samples-panel,
.sample-card,
.service-area-card,
.area-card,
.faq-card,
.care-card,
.care-step,
.home-customer-section .content-panel,
.home-snapshot-section .content-panel {
  color: var(--wl-text) !important;
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.94), rgba(9, 11, 14, 0.98)) !important;
  border: 1px solid var(--wl-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--wl-shadow) !important;
  backdrop-filter: none !important;
}

.content-panel h1,
.content-panel h2,
.content-panel h3,
.service-feature-card h1,
.service-feature-card h2,
.service-feature-card h3,
.service-pricing-panel h1,
.service-pricing-panel h2,
.service-pricing-panel h3,
.gallery-card h1,
.gallery-card h2,
.gallery-card h3,
.projects-card h1,
.projects-card h2,
.projects-card h3,
.snapshot-project-card h1,
.snapshot-project-card h2,
.snapshot-project-card h3,
.team-card h1,
.team-card h2,
.team-card h3,
.contact-card h1,
.contact-card h2,
.contact-card h3,
.care-card h1,
.care-card h2,
.care-card h3,
.care-step h1,
.care-step h2,
.care-step h3 {
  color: #ffffff !important;
}

.content-panel p,
.content-panel li,
.service-feature-card p,
.service-feature-card li,
.service-pricing-panel p,
.service-pricing-panel li,
.gallery-card p,
.gallery-card li,
.projects-card p,
.projects-card li,
.snapshot-project-card p,
.snapshot-project-card li,
.team-card p,
.team-card li,
.contact-card p,
.contact-card li,
.care-card p,
.care-card li,
.care-step p,
.care-step li {
  color: var(--wl-muted) !important;
}

input,
select,
textarea,
.form-control {
  color: var(--wl-text) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--wl-line) !important;
  border-radius: 2px !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(247, 244, 238, 0.45) !important;
}

table,
.table {
  color: var(--wl-text) !important;
  background: rgba(8, 10, 13, 0.86) !important;
}

th,
td {
  border-color: var(--wl-line) !important;
}

.brand img {
  width: 150px;
  height: 86px;
  object-fit: contain;
  transform: translateY(0);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.62));
}

@media (max-width: 980px) {
  .site-nav {
    background: rgba(5, 6, 7, 0.96) !important;
    border: 1px solid var(--wl-line) !important;
  }
}

/* Ensure the entire header, including the taller logo image, leaves the viewport. */
.site-header {
  overflow: hidden !important;
  contain: paint;
}

.site-header.is-hidden {
  transform: translate3d(0, -140%, 0) !important;
  pointer-events: none;
}

.brand {
  height: 100%;
  overflow: hidden;
}

.brand img {
  max-height: 78px !important;
  object-fit: contain !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .site-header.is-hidden {
    transform: translate3d(0, -150%, 0) !important;
  }
}

/* Contact page dark-theme cleanup. */
.contact-main .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.96), rgba(5, 6, 7, 0.72)),
    url("/assets/img/home/ppf-explainer-img-0329.webp") center center / cover no-repeat !important;
  border-bottom: 1px solid var(--wl-line) !important;
}

.contact-main .page-hero h1,
.contact-main .page-hero p {
  color: #ffffff !important;
}

.contact-main .content-block.contact-layout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.contact-main .form-wrap,
.contact-main .content-panel,
.contact-main .kv,
.contact-main .contact-map-band-frame {
  color: var(--wl-text) !important;
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.94), rgba(8, 10, 13, 0.98)) !important;
  border: 1px solid var(--wl-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--wl-shadow) !important;
  backdrop-filter: none !important;
}

.contact-main .form-wrap {
  padding: clamp(1.1rem, 2.3vw, 1.75rem) !important;
}

.contact-main .content-panel h2,
.contact-main .kv h4,
.contact-main label {
  color: #ffffff !important;
}

.contact-main .content-panel p,
.contact-main .kv p,
.contact-main .contact-phone-number,
.contact-main .form-msg {
  color: var(--wl-muted) !important;
}

.contact-main label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.contact-main input,
.contact-main select,
.contact-main textarea {
  color: var(--wl-text) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid var(--wl-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-main input:focus,
.contact-main select:focus,
.contact-main textarea:focus {
  outline: 2px solid rgba(198, 154, 74, 0.26) !important;
  border-color: rgba(198, 154, 74, 0.65) !important;
}

.contact-main select option {
  background: #11151b;
  color: var(--wl-text);
}

.contact-main .contact-method-option {
  color: var(--wl-text) !important;
  padding: 0.45rem 0.62rem !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid var(--wl-line) !important;
  border-radius: 0 !important;
}

.contact-main .contact-method-option input[type="checkbox"] {
  accent-color: var(--wl-gold);
}

.contact-main .contact-action-icon {
  color: #090909 !important;
  background: linear-gradient(135deg, var(--wl-gold-2), var(--wl-gold)) !important;
  border-radius: 0 !important;
}

.contact-main .contact-action-icon svg {
  fill: currentColor !important;
}

.contact-main .contact-map-band {
  background: transparent !important;
  padding: 0 0 clamp(3rem, 5vw, 5rem) !important;
}

.contact-main .contact-map-band-frame {
  width: min(1240px, calc(100% - 2rem)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 6;
  min-height: clamp(340px, 40vw, 600px);
}

.contact-main .contact-map-band-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.05);
}

.contact-main .contact-map-band-actions {
  margin: 0 !important;
  padding: 1rem !important;
  background: rgba(5, 6, 7, 0.92) !important;
}

/* Final header, dropdown, and badge polish. */
.badge,
.wl-kicker {
  border-radius: 0 !important;
}

.badge {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 0.44rem 0.72rem !important;
  color: var(--wl-gold-2) !important;
  background: rgba(198, 154, 74, 0.12) !important;
  border: 1px solid rgba(198, 154, 74, 0.46) !important;
  box-shadow: none !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.site-header {
  background: rgba(5, 6, 7, 0.94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
}

.site-nav ul {
  align-items: center;
  gap: 0.28rem !important;
}

.site-nav a,
.site-nav a:visited {
  color: rgba(247, 244, 238, 0.76) !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.site-nav a::after {
  left: 0.9rem !important;
  right: 0.9rem !important;
  bottom: 0.46rem !important;
  height: 1px !important;
  background: var(--wl-gold) !important;
  border-radius: 0 !important;
}

.site-nav li.has-submenu > a {
  padding-right: 1.55rem !important;
}

.site-nav li.has-submenu > a::before {
  content: "";
  position: absolute;
  right: 0.72rem;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-68%) rotate(45deg);
  opacity: 0.82;
}

.site-nav .submenu {
  min-width: 300px !important;
  padding: 0.35rem !important;
  margin-top: 0.35rem !important;
  background: rgba(7, 8, 10, 0.98) !important;
  border: 1px solid rgba(198, 154, 74, 0.34) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.56) !important;
  backdrop-filter: blur(14px) !important;
}

.site-nav .submenu::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0.35rem;
  right: 0.35rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wl-gold), transparent);
}

.site-nav .submenu a {
  width: 100% !important;
  padding: 0.78rem 0.86rem !important;
  color: rgba(247, 244, 238, 0.74) !important;
  border-radius: 0 !important;
  background: transparent !important;
  letter-spacing: 0.08em !important;
  line-height: 1.18 !important;
}

.site-nav .submenu a:hover,
.site-nav .submenu a:focus-visible,
.site-nav .submenu a.active {
  color: #ffffff !important;
  background: rgba(198, 154, 74, 0.13) !important;
}

.site-nav .submenu a::after,
.site-nav .submenu a::before {
  display: none !important;
}

.nav-cta {
  border-radius: 0 !important;
  border: 1px solid rgba(242, 209, 138, 0.46) !important;
}

.menu-toggle {
  border-radius: 0 !important;
  color: var(--wl-text) !important;
}

@media (max-width: 980px) {
  .site-nav {
    top: calc(100% + 1px) !important;
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
    background: rgba(7, 8, 10, 0.98) !important;
    border: 1px solid rgba(198, 154, 74, 0.34) !important;
    border-radius: 0 !important;
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.56) !important;
  }

  .site-nav ul {
    align-items: stretch;
  }

  .site-nav .submenu {
    margin: 0.2rem 0 0 !important;
    min-width: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }
}

/* Local dark launch theme for wraplab.notbusy.com. Inspired by dark automotive
   shop landing pages, but implemented with Wrap Lab KC content and assets. */
:root {
  --wl-black: #050607;
  --wl-ink: #0b0d10;
  --wl-panel: #11151b;
  --wl-panel-2: #171c23;
  --wl-line: rgba(255, 255, 255, 0.13);
  --wl-text: #f7f4ee;
  --wl-muted: #b7b0a5;
  --wl-gold: #c69a4a;
  --wl-gold-2: #f2d18a;
  --wl-red: #c43a32;
  --wl-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

body {
  color: var(--wl-text);
  background: var(--wl-black);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(55% 42% at 75% 8%, rgba(196, 58, 50, 0.2), transparent 68%),
    radial-gradient(42% 32% at 18% 22%, rgba(198, 154, 74, 0.18), transparent 70%),
    linear-gradient(180deg, #050607 0%, #0c0e12 42%, #07080a 100%);
  background-size: 72px 72px, 72px 72px, cover, cover, cover;
  opacity: 1;
}

body::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.24), rgba(5, 6, 7, 0.76)),
    radial-gradient(50% 30% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 72%);
  opacity: 1;
  mix-blend-mode: normal;
}

.container {
  width: min(1240px, calc(100% - 2rem));
}

.site-header {
  height: 86px;
  background: rgba(5, 6, 7, 0.9);
  border-bottom: 1px solid var(--wl-line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 142px;
  height: 86px;
  transform: translateY(3px);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.5));
}

.site-header .site-nav a,
.site-header .site-nav a:visited {
  color: rgba(247, 244, 238, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  border-radius: 4px;
}

.site-header .site-nav a::after {
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.45rem;
  height: 1px;
  background: var(--wl-gold);
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active {
  color: #ffffff;
}

.site-nav .submenu {
  background: rgba(12, 14, 18, 0.98);
  border: 1px solid var(--wl-line);
  border-radius: 2px;
  box-shadow: var(--wl-shadow);
}

.site-nav .submenu a {
  color: rgba(247, 244, 238, 0.78);
}

.site-nav .submenu a:hover,
.site-nav .submenu a:focus-visible,
.site-nav .submenu a.active {
  color: var(--wl-gold-2);
  background: rgba(198, 154, 74, 0.13);
}

.nav-cta,
.btn.primary {
  color: #090909;
  background: linear-gradient(135deg, var(--wl-gold-2), var(--wl-gold));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  box-shadow: 0 14px 34px rgba(198, 154, 74, 0.18);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.btn.ghost {
  color: var(--wl-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wl-line);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.btn:hover,
.btn:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--wl-shadow);
}

.wl-hero {
  position: relative;
  min-height: calc(100vh - 86px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.wl-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.92) 0%, rgba(5, 6, 7, 0.76) 42%, rgba(5, 6, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.1), rgba(5, 6, 7, 0.78)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover no-repeat;
  z-index: -2;
}

.wl-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(196, 58, 50, 0.26), transparent 36%),
    radial-gradient(36% 26% at 82% 18%, rgba(198, 154, 74, 0.24), transparent 72%);
  mix-blend-mode: screen;
}

.wl-hero-grid,
.wl-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.wl-hero-copy {
  max-width: 720px;
}

.wl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--wl-gold-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
}

.wl-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.wl-hero h1,
.wl-section h2,
.wl-quote-panel h2 {
  margin: 0.75rem 0 1rem;
  font-family: "Sora", "Arial Black", sans-serif;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-transform: uppercase;
}

.wl-hero h1 {
  font-size: clamp(3rem, 8.4vw, 7.6rem);
  max-width: 920px;
}

.wl-section h2,
.wl-quote-panel h2 {
  font-size: clamp(2rem, 4.5vw, 4.7rem);
}

.wl-hero p,
.wl-section p,
.wl-package-card li {
  color: var(--wl-muted);
  font-size: 1.03rem;
}

.wl-hero p {
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.wl-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.wl-proof-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.wl-proof-row span {
  padding: 0.55rem 0.78rem;
  border: 1px solid var(--wl-line);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 244, 238, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 800;
}

.wl-trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 0.75rem;
  margin-top: 1rem;
}

.wl-trust-card,
.wl-review-card {
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.92), rgba(8, 10, 13, 0.96));
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
  color: var(--wl-text);
}

.wl-trust-card {
  display: grid;
  gap: 0.35rem;
  align-content: center;
  min-height: 112px;
  padding: 1rem;
}

.wl-trust-card strong {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.wl-trust-card > span:last-child {
  color: var(--wl-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
}

.wl-google-mark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 0;
  background: transparent;
  line-height: 1;
}

.wl-google-mark img {
  display: block;
  width: clamp(92px, 12vw, 132px);
  height: auto;
}

.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.wl-stars {
  display: inline-flex;
  width: max-content;
  color: #fbbc05;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.wl-certified-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #071008;
  background: linear-gradient(135deg, #a7ffbf, #28b446);
  border-radius: 999px;
  font-weight: 900;
}

.wl-hero-card,
.wl-package-card,
.service-card,
.wl-quote-panel,
.wl-process-list article,
.wl-feature-grid article {
  background: linear-gradient(180deg, rgba(25, 30, 37, 0.92), rgba(11, 13, 16, 0.96));
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
  border-radius: 0;
}

.wl-hero-card {
  padding: 0.8rem;
  align-self: end;
}

.wl-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
}

.wl-hero-card div {
  padding: 1.1rem 0.4rem 0.35rem;
}

.wl-hero-card h2 {
  margin: 0.55rem 0 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
  line-height: 1.12;
}

.wl-section {
  padding: clamp(4rem, 7vw, 7.2rem) 0;
}

.wl-section-head {
  max-width: 900px;
  margin-bottom: 2rem;
}

.wl-copy-stack {
  display: grid;
  gap: 0.9rem;
}

.wl-feature-grid,
.wl-package-grid,
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wl-review-summary {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  max-width: 100%;
  padding: 0;
  margin: -0.35rem 0 1.2rem;
  color: var(--wl-text);
}

.wl-review-summary strong {
  color: #ffffff;
  font-size: 1.25rem;
}

.wl-review-summary span:last-child {
  color: var(--wl-muted);
}

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

.wl-review-card {
  padding: clamp(1rem, 2vw, 1.4rem);
  min-height: 100%;
}

.wl-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
}

.wl-review-card-head strong {
  color: #ffffff;
}

.wl-review-card p {
  margin: 0;
  color: var(--wl-muted);
}

.wl-review-meta {
  display: block;
  margin-top: 0.85rem;
  color: rgba(247, 244, 238, 0.56);
  font-size: 0.82rem;
}

.wl-review-note {
  margin: 1rem 0 0;
  color: rgba(247, 244, 238, 0.56) !important;
  font-size: 0.88rem;
}

.wl-explainer-grid,
.wl-benefits-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: stretch;
}

.wl-explainer-copy,
.wl-benefits-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
  padding: clamp(1.4rem, 4vw, 3.2rem);
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.92), rgba(8, 10, 13, 0.98));
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
}

.wl-explainer-copy h2,
.wl-benefits-copy h2 {
  margin: 0.75rem 0 1rem;
  color: #ffffff;
  font-family: "Sora", "Arial Black", sans-serif;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.wl-explainer-copy p,
.wl-benefits-copy p {
  color: var(--wl-muted);
}

.wl-explainer-image {
  min-height: 480px;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.52)),
    url("/assets/img/home/ppf-explainer-img-0329.webp") center center / cover no-repeat;
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
}

.wl-benefits-showcase-grid {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.92fr);
}

.wl-benefits-image {
  min-height: 560px;
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
  overflow: hidden;
}

.wl-benefits-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
}

.wl-benefit-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.wl-benefit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--wl-line);
}

.wl-benefit-list article:first-child {
  border-top: 0;
}

.wl-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #0a0b0d;
  background: linear-gradient(135deg, var(--wl-gold-2), var(--wl-gold));
  border-radius: 999px;
  font-weight: 900;
}

.wl-benefit-list h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  line-height: 1.08;
}

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

.wl-contact-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.45rem);
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.92), rgba(8, 10, 13, 0.98));
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
}

.wl-contact-card span {
  color: var(--wl-gold-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 900;
}

.wl-contact-card h3 {
  margin: 0.65rem 0 0.45rem;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
}

.wl-contact-card p {
  margin: 0 0 1.15rem;
  color: var(--wl-muted);
}

.wl-contact-card .btn {
  margin-top: auto;
}

.wl-map-panel {
  margin-top: 1rem;
  border: 1px solid var(--wl-line);
  box-shadow: var(--wl-shadow);
  background: #050607;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  min-height: clamp(360px, 42vw, 640px);
}

.wl-map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.05);
}

.wl-feature-grid article {
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

.wl-feature-grid span {
  color: var(--wl-gold);
  font-weight: 900;
}

.wl-feature-grid h3,
.wl-package-card h3,
.service-card h3,
.wl-process-list h3 {
  color: #ffffff;
  margin: 0.55rem 0;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.wl-image-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 0.8rem;
}

.wl-image-grid img {
  width: 100%;
  height: clamp(260px, 34vw, 460px);
  object-fit: cover;
  border: 1px solid var(--wl-line);
  filter: saturate(0.9) contrast(1.08);
}

.wl-image-grid img:first-child {
  height: clamp(340px, 42vw, 560px);
}

.wl-package-card {
  padding: clamp(1.25rem, 2.2vw, 2rem);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.wl-package-card.featured {
  border-color: rgba(198, 154, 74, 0.72);
  background: linear-gradient(180deg, rgba(40, 35, 25, 0.98), rgba(13, 14, 16, 0.98));
}

.wl-package-card ul {
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.wl-package-card li {
  display: flex;
  gap: 0.55rem;
}

.wl-package-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.55rem;
  background: var(--wl-gold);
  flex: 0 0 auto;
}

.wl-package-card .btn {
  margin-top: auto;
}

.wl-process-list {
  display: grid;
  gap: 0.9rem;
}

.wl-process-list article {
  padding: 1.2rem;
}

.wl-process-list span {
  color: var(--wl-gold-2);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.service-card {
  overflow: hidden;
}

.service-media img {
  height: 280px;
  filter: saturate(0.9) contrast(1.08);
}

.service-body {
  background: transparent;
  color: var(--wl-text);
}

.service-body p {
  color: var(--wl-muted);
}

.wl-quote-panel {
  padding: clamp(1.6rem, 4vw, 3.4rem);
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.95), rgba(8, 9, 11, 0.72)),
    url("/uploads/projects/proj_20260320214845_8b607f/20260320214848-db530424-IMG_0092.jpg") center center / cover no-repeat;
}

.site-footer,
.footer,
footer {
  background: #050607;
  color: rgba(247, 244, 238, 0.76);
  border-top: 1px solid var(--wl-line);
}

@media (max-width: 980px) {
  .wl-hero-grid,
  .wl-split,
  .wl-explainer-grid,
  .wl-benefits-showcase-grid,
  .wl-feature-grid,
  .wl-package-grid,
  .wl-contact-grid,
  .home-services-grid,
  .wl-review-grid,
  .wl-image-grid {
    grid-template-columns: 1fr;
  }

  .wl-hero {
    min-height: auto;
  }

  .wl-hero-card {
    align-self: stretch;
  }

  .site-header {
    height: auto;
    min-height: 78px;
  }

  .menu-toggle {
    color: var(--wl-text);
  }
}

@media (max-width: 720px) {
  .wl-hero h1 {
    font-size: clamp(2.7rem, 18vw, 4.6rem);
  }

  .wl-section {
    padding: 3.2rem 0;
  }

  .wl-actions .btn {
    width: 100%;
  }

  .wl-trust-row {
    grid-template-columns: 1fr;
  }

  .wl-review-summary {
    width: 100%;
    flex-wrap: wrap;
  }

  .wl-explainer-copy,
  .wl-benefits-copy,
  .wl-explainer-image,
  .wl-benefits-image,
  .wl-benefits-image img {
    min-height: auto;
  }

  .wl-explainer-image,
  .wl-benefits-image img {
    min-height: 340px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(48% 40% at 50% 44%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.2) 46%, rgba(255, 255, 255, 0) 82%),
    radial-gradient(24% 22% at 18% 16%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(22% 20% at 82% 18%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(26% 22% at 24% 80%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 76%),
    radial-gradient(22% 20% at 74% 76%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(30% 26% at 14% 52%, rgba(133, 119, 169, 0.22) 0%, rgba(133, 119, 169, 0) 78%),
    radial-gradient(34% 28% at 86% 58%, rgba(92, 76, 132, 0.24) 0%, rgba(92, 76, 132, 0) 78%),
    linear-gradient(
      152deg,
      #f3f4fa 0%,
      #e3e2f0 28%,
      #cbc8de 52%,
      #a79fcb 74%,
      #8578b2 100%
    );
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(44% 34% at 50% 46%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.12) 54%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(20% 18% at 8% 32%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.06) 48%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(22% 18% at 92% 30%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(24% 20% at 70% 84%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.04) 52%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  opacity: 0.68;
  filter: none;
  mix-blend-mode: soft-light;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
  z-index: -1;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 3.2rem 0;
}

.section-tight {
  padding: 2.6rem 0;
}

.section-service-tight {
  padding: 0.9rem 0;
}

.missing-page-notice {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.2rem;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(111, 45, 189, 0.44);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.84),
    rgba(255, 255, 255, 0.62)
  );
  backdrop-filter: blur(8px) saturate(106%);
  box-shadow: var(--shadow-soft);
}

.missing-page-notice h2 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  color: var(--purple-800);
}

.missing-page-notice p {
  margin: 0;
  color: #4e5267;
}

.badge {
  display: inline-block;
  padding: 0.36rem 0.86rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(111, 45, 189, 0.12);
  color: var(--purple-800);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: #ffffff;
  border-bottom: 1px solid rgba(157, 78, 221, 0.35);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1002;
}

.brand img {
  width: 154px;
  height: 108px;
  object-fit: contain;
  border-radius: 0;
  transform: translateY(8px);
  filter: drop-shadow(0 8px 14px rgba(17, 8, 30, 0.22));
}

.site-nav ul {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.site-nav li {
  position: relative;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gray-700);
  transition: color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--purple-700), var(--purple-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: var(--purple-800);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.site-nav .submenu {
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  min-width: 280px;
  margin: 0.18rem 0 0;
  padding: 0.5rem;
  list-style: none;
  display: grid;
  gap: 0.08rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(111, 45, 189, 0.24);
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(24, 8, 45, 0.12);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 1100;
}

.site-nav li.has-submenu:hover > .submenu,
.site-nav li.has-submenu:focus-within > .submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-nav .submenu a {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 0.5rem 0.66rem;
  font-size: 0.9rem;
  color: #3f2470;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.16s ease, background-color 0.16s ease;
}

.site-nav .submenu a::after {
  display: none;
}

.site-nav .submenu a:hover,
.site-nav .submenu a:focus-visible,
.site-nav .submenu a.active {
  color: #220d43;
  background: rgba(111, 45, 189, 0.12);
}

.nav-cta {
  padding: 0.72rem 1.1rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(130deg, var(--purple-700), var(--purple-500));
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.site-header .site-nav a,
.site-header .site-nav a:visited {
  color: var(--gray-700);
}

.site-header .site-nav a::after {
  background: linear-gradient(90deg, var(--purple-700), var(--purple-500));
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active {
  color: var(--purple-800);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--purple-800);
  font-size: 1.35rem;
}

.hero {
  position: relative;
  min-height: min(82vh, 760px);
  display: grid;
  align-items: center;
  overflow: clip;
  padding: 5.2rem 0;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.hero-intro {
  max-width: none;
}

.hero h1 {
  font-family: "Sora", "Segoe UI", sans-serif;
  margin: 0.8rem 0;
  font-size: clamp(1.72rem, 3.45vw, 2.7rem);
  line-height: 1.1;
}

.hero p {
  font-size: 1.05rem;
  color: #4a4f64;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.hero-actions-below {
  margin-top: 1rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 12px;
  padding: 0.86rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-800), var(--purple-500));
}

.btn.primary:hover,
.btn.primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.btn.ghost {
  color: var(--purple-800);
  background: rgba(111, 45, 189, 0.1);
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
  background: rgba(111, 45, 189, 0.18);
}

.btn-color-samples {
  white-space: nowrap;
}

.nav-mobile-only {
  display: none;
}

.hero-card {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.76),
    rgba(255, 255, 255, 0.5)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(115%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 1rem;
}

.hero-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 14px;
}

.hero-card .meta {
  padding: 0.95rem 0.4rem 0.2rem;
  font-size: 0.92rem;
  color: #5a6076;
}

.hero-rotator {
  margin-top: 1.1rem;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.76),
    rgba(255, 255, 255, 0.5)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(115%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 0.9rem;
  position: relative;
}

.hero.hero-gallery .hero-rotator {
  margin-top: 0;
  padding: 0;
  border-color: rgba(74, 29, 128, 0.45);
}

.hero-rotator-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(260px, 50vw, 500px);
  border-radius: 14px;
  border: 1px solid rgba(111, 45, 189, 0.3);
}

.hero.hero-gallery .hero-rotator-stage {
  min-height: clamp(420px, 74vh, 760px);
  border-radius: calc(var(--radius-xl) - 2px);
}

.hero-rotator-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: clamp(1rem, 2.4vw, 2rem);
  background: linear-gradient(
    180deg,
    rgba(20, 8, 34, 0) 0%,
    rgba(20, 8, 34, 0.34) 42%,
    rgba(20, 8, 34, 0.56) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero-rotator-overlay h1 {
  color: #fff;
  margin: 0.72rem 0 0.32rem;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.hero-rotator-overlay .badge {
  background: rgba(255, 255, 255, 0.9);
}

.hero-rotator-layer {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-rotator-caption {
  margin: 0.78rem 0 0.2rem;
  color: #4a4f64;
  max-width: none;
  width: 100%;
}

.hero-rotator-overlay .hero-rotator-caption {
  position: absolute;
  top: clamp(0.85rem, 2.2vw, 1.4rem);
  right: clamp(0.85rem, 2.2vw, 1.4rem);
  left: auto;
  color: #ffffff;
  margin: 0;
  max-width: min(90%, 720px);
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  text-align: right;
  text-shadow: 0 2px 10px rgba(13, 7, 22, 0.45);
}

.hero .hero-rotator-caption {
  max-width: none;
  width: 100%;
}

.hero-rotator-caption-flyin {
  opacity: 0;
  transform: translate3d(80px, -34px, 0);
}

.hero-rotator-caption-flyin.is-entered {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 460ms ease, transform 460ms ease;
}

.hero-caption-line {
  display: block;
  line-height: 1.15;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.hero-caption-line + .hero-caption-line {
  margin-top: 0.2rem;
}

.hero-rotator-caption-flyin.is-entered .hero-caption-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-caption-line.line-1 {
  transform: translate3d(-72px, 0, 0);
}

.hero-caption-line.line-2 {
  transform: translate3d(0, calc(100vh + 180px), 0);
}

.hero-caption-line.line-3,
.hero-caption-line.line-4 {
  transform: translate3d(calc(100vw + 220px), 0, 0);
}

.hero-rotator-caption-flyin.is-entered .hero-caption-line.line-1 {
  transition-delay: 120ms;
}

.hero-rotator-caption-flyin.is-entered .hero-caption-line.line-2 {
  transition-delay: 980ms;
}

.hero-rotator-caption-flyin.is-entered .hero-caption-line.line-3 {
  transition-delay: 1560ms;
}

.hero-rotator-caption-flyin.is-entered .hero-caption-line.line-4 {
  transition-delay: 2140ms;
}

.hero-caption-line.line-1 {
  font-family: "Akira", "Arial Black", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 4.25vw, 3.25rem);
  letter-spacing: 0.022em;
  line-height: 1.22;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow:
    0 0 10px rgba(111, 45, 189, 0.42),
    0 0 18px rgba(91, 36, 153, 0.28),
    1px 0 0 rgba(42, 15, 69, 1),
    -1px 0 0 rgba(42, 15, 69, 1),
    0 1px 0 rgba(42, 15, 69, 1),
    0 -1px 0 rgba(42, 15, 69, 1),
    1px 1px 0 rgba(42, 15, 69, 1),
    -1px 1px 0 rgba(42, 15, 69, 1),
    1px -1px 0 rgba(42, 15, 69, 1),
    -1px -1px 0 rgba(42, 15, 69, 1);
}

.hero-caption-line.line-2 {
  font-family: "Akira", "Arial Black", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.22rem, 2.75vw, 2.05rem);
  letter-spacing: 0.014em;
  color: #cdb4ff;
  -webkit-text-stroke: 0;
  text-shadow:
    1px 0 0 rgba(42, 15, 69, 1),
    -1px 0 0 rgba(42, 15, 69, 1),
    0 1px 0 rgba(42, 15, 69, 1),
    0 -1px 0 rgba(42, 15, 69, 1),
    0 2px 6px rgba(16, 8, 28, 0.2);
  opacity: 0.99;
}

.hero-caption-line.line-3,
.hero-caption-line.line-4 {
  font-family: "Akira", "Arial Black", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.22rem, 2.75vw, 2.05rem);
  letter-spacing: 0.014em;
  color: #2a0f45;
  -webkit-text-stroke: 0;
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 1),
    -1px 0 0 rgba(255, 255, 255, 1),
    0 1px 0 rgba(255, 255, 255, 1),
    0 -1px 0 rgba(255, 255, 255, 1),
    0 2px 6px rgba(16, 8, 28, 0.2);
  opacity: 0.98;
}

.hero-rotator-btn {
  position: absolute;
  top: clamp(130px, 26vw, 250px);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(42, 15, 69, 0.56);
  font-size: 1rem;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hero-rotator-btn:hover,
.hero-rotator-btn:focus-visible {
  background: transparent;
  color: rgba(42, 15, 69, 0.84);
  transform: translateY(-50%) scale(1.03);
}

.hero-rotator-btn.prev {
  left: 1.3rem;
}

.hero-rotator-btn.next {
  right: 1.3rem;
}

.hero-rotator-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.2rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  pointer-events: none;
}

.hero-rotator-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.42);
  pointer-events: auto;
  cursor: pointer;
}

.hero-rotator-dot.active {
  background: rgba(255, 255, 255, 0.94);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 0.8rem;
}

.service-card {
  border-radius: var(--radius-lg);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.46)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(115%);
  overflow: hidden;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.52);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 45, 189, 0.5);
  box-shadow: var(--shadow-strong);
}

.service-media {
  height: 240px;
  background: linear-gradient(160deg, #ece8f7, #d7cced);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-main .home-services-grid .service-media {
  height: clamp(300px, 24vw, 340px);
  overflow: hidden;
}

.home-main .home-services-grid .service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-body {
  padding: 1.1rem 1rem 1.2rem;
}

.service-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.16rem;
}

.service-body p {
  margin: 0;
  color: #50566d;
  min-height: 96px;
}

.swipe-hint {
  display: none;
  margin: 0.8rem 0 0;
  color: var(--gray-400);
  font-size: 0.85rem;
}

.content-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: center;
}

.content-panel {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.46)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(112%);
  border-radius: var(--radius-xl);
  padding: 1.4rem;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.content-panel h2 {
  margin-top: 0;
  font-size: 1.65rem;
}

.content-panel p {
  color: #4d5267;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.kv {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.44)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(16px) saturate(110%);
  border-radius: 14px;
  padding: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.kv h4 {
  margin: 0 0 0.3rem;
  color: var(--purple-800);
}

.kv p {
  margin: 0;
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.gallery-grid .cell {
  border-radius: 14px;
  min-height: 220px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.68),
    rgba(255, 255, 255, 0.42)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(16px) saturate(110%);
  overflow: hidden;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
  grid-auto-flow: dense;
}

.gallery-mosaic .cell {
  margin: 0;
  border-radius: 14px;
  min-height: 220px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.68),
    rgba(255, 255, 255, 0.42)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(16px) saturate(110%);
  overflow: hidden;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  grid-column: span 4;
}

.gallery-mosaic .cell.mosaic-wide {
  grid-column: span 8;
}

.gallery-mosaic .cell.mosaic-tall {
  grid-row: span 2;
  min-height: 460px;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-mosaic .cell:hover img {
  transform: scale(1.03);
}

.gallery-mosaic figcaption {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  margin: 0;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--purple-900);
  font-size: 0.82rem;
  font-weight: 700;
}

.gallery-showcase {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.46)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(112%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.52);
  padding: 0.95rem;
}

.gallery-featured {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(111, 45, 189, 0.3);
  background: rgba(255, 255, 255, 0.5);
}

.gallery-featured img {
  width: 100%;
  height: min(62vh, 680px);
  object-fit: cover;
  display: block;
}

.gallery-featured video {
  width: 100%;
  height: min(62vh, 680px);
  object-fit: cover;
  display: none;
  background: #0f0d16;
}

.gallery-featured figcaption {
  margin: 0;
  padding: 0.66rem 0.82rem;
  background: rgba(255, 255, 255, 0.86);
  color: var(--purple-900);
  font-weight: 700;
}

.gallery-thumb-track-wrap {
  margin-top: 0.72rem;
}

.gallery-thumb-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 146px;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}

.gallery-thumb-item {
  border: 1px solid rgba(111, 45, 189, 0.32);
  border-radius: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.gallery-thumb-item img {
  width: 100%;
  height: 98px;
  object-fit: cover;
  display: block;
}

.gallery-thumb-item video {
  width: 100%;
  height: 98px;
  object-fit: cover;
  display: block;
  background: #0f0d16;
}

.gallery-thumb-item:hover,
.gallery-thumb-item.active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(111, 45, 189, 0.62);
}

.projects-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.projects-filter-chip {
  border: 1px solid rgba(111, 45, 189, 0.25);
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-800);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  cursor: pointer;
  font-weight: 700;
}

.projects-filter-chip.is-active {
  background: rgba(111, 45, 189, 0.2);
  border-color: rgba(111, 45, 189, 0.5);
}

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

.project-card {
  border-radius: 14px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.46)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(112%);
  overflow: hidden;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.project-card-media {
  display: block;
}

.project-card-media img,
.project-placeholder {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.project-placeholder {
  display: grid;
  place-items: center;
  background: #ecebf6;
  color: #6c6f86;
  font-weight: 700;
}

.project-card-body {
  padding: 0.72rem;
}

.project-card-body h3 {
  margin: 0 0 0.2rem;
  font-size: 1.02rem;
}

.project-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.project-service {
  margin: 0 0 0.25rem;
  font-weight: 700;
  color: var(--purple-800);
  font-size: 0.9rem;
}

.project-detail {
  margin: 0 0 0.45rem;
  font-size: 0.86rem;
  color: #535b73;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

.project-tags span {
  font-size: 0.74rem;
  padding: 0.2rem 0.44rem;
  border-radius: 999px;
  background: rgba(111, 45, 189, 0.12);
  color: var(--purple-800);
  border: 1px solid rgba(111, 45, 189, 0.2);
}

.projects-sentinel {
  height: 2px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

/* Keep service-area content visible immediately to avoid first-load hidden blocks. */
.service-area-main .reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.form-wrap {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.74),
    rgba(255, 255, 255, 0.48)
  );
  border-radius: var(--radius-xl);
  border: 1px solid rgba(111, 45, 189, 0.35);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 1.5rem;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, 1fr);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #3c4357;
}

input,
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d8dbe8;
  border-radius: 11px;
  padding: 0.72rem 0.8rem;
  font: inherit;
  color: var(--ink);
  background: #fcfcff;
}

.form-wrap,
.form-wrap form,
.form-grid,
.field {
  width: 100%;
  max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(111, 45, 189, 0.25);
  border-color: var(--purple-500);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-msg {
  margin-top: 0.8rem;
  font-size: 0.94rem;
  color: var(--purple-800);
  min-height: 1.3rem;
}

.contact-turnstile-slot {
  margin: 1rem 0 0;
  min-height: 65px;
  overflow: visible;
}

.contact-method-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  min-height: 45px;
  padding-top: 0.08rem;
}

.contact-method-option {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #3e3f54;
  font-weight: 600;
  line-height: 1;
}

.contact-method-option input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
}

.contact-method-option span {
  line-height: 1;
}

.footer {
  padding: 3.35rem 0 2.25rem;
  background: linear-gradient(135deg, #321757, #1b0d30);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px) saturate(120%);
  color: #f4effd;
  margin-top: auto;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.4rem;
  align-items: center;
}

.footer-brand {
  justify-self: start;
}

.footer-brand img {
  width: clamp(120px, 14vw, 170px);
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(22, 8, 42, 0.45));
}

.footer-contact-rail {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.9rem;
  justify-self: center;
}

.footer-contact-rail::before,
.footer-contact-rail::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: rgba(170, 123, 228, 0.58);
}

.footer-contact-rail::before {
  left: 0;
}

.footer-contact-rail::after {
  right: 0;
}

.footer-contact-list {
  display: grid;
  gap: 0.58rem;
  justify-items: center;
  text-align: center;
  width: 100%;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e6d8fa;
  flex: 0 0 auto;
}

.footer-contact-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-link,
.footer-contact-call {
  color: #f7f2ff;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-call {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
}

.footer-contact-text {
  color: #f7f2ff;
  font-weight: 600;
}

.footer-contact-link:hover,
.footer-contact-link:focus-visible,
.footer-contact-call:hover,
.footer-contact-call:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-inline-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1e6ff;
  text-decoration: none;
  margin-left: 0.1rem;
}

.footer-inline-icon-link svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-inline-icon-link:hover,
.footer-inline-icon-link:focus-visible {
  color: #ffffff;
}

.footer-social-rail {
  display: flex;
  align-items: center;
  padding-left: 0.9rem;
  justify-self: end;
}

.footer-social {
  margin-top: 0;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social-link {
  display: inline-block;
  line-height: 0;
  color: #f8f0ff;
  transition: transform 0.2s ease, color 0.2s ease;
}

.footer-social-link svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-link[aria-label="Instagram"] svg,
.footer-social-link[aria-label="Facebook"] svg {
  width: 36px;
  height: 36px;
}

.footer-social-link:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-social-link--google svg,
.footer-social-link--google path {
  fill: currentColor;
  stroke: none;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
}

.page-hero {
  padding: 2.3rem 0 1.05rem;
}

.page-hero h1 {
  margin: 0.5rem 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3.1vw, 2.25rem);
}

.contact-main .page-hero {
  padding-bottom: 0.45rem;
}

.contact-main .section {
  padding-top: 1.45rem;
}

.gallery-main .section {
  padding-top: 1.1rem;
}

.projects-main .page-hero h1 {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
}

.projects-main .page-hero {
  padding: 1.55rem 0 0.4rem;
}

.projects-main .page-hero p {
  margin: 0.25rem 0 0;
}

.projects-main .section {
  padding-top: 0.55rem;
}

.scroll-down-cue {
  margin: 0.35rem auto 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.scroll-down-cue.is-visible {
  opacity: 0.92;
  pointer-events: auto;
}

.scroll-down-cue__arrow {
  display: block;
  position: relative;
  width: 42px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  opacity: 0.68;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.26));
  animation: scroll-cue-bounce 1.35s ease-in-out infinite;
}

.scroll-down-cue__arrow::before,
.scroll-down-cue__arrow::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.scroll-down-cue__arrow::before {
  left: 0;
  transform: rotate(27deg);
  transform-origin: left center;
}

.scroll-down-cue__arrow::after {
  right: 0;
  transform: rotate(-27deg);
  transform-origin: right center;
}

.page-scroll-cue {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: 72px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1300;
}

.page-scroll-cue.is-visible {
  opacity: 0.9;
  pointer-events: auto;
}

.page-scroll-cue span {
  display: block;
  position: relative;
  width: 44px;
  height: 20px;
  opacity: 0.68;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.28));
  animation: scroll-cue-bounce 1.35s ease-in-out infinite;
}

.page-scroll-cue span::before,
.page-scroll-cue span::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.page-scroll-cue span::before {
  left: 0;
  transform: rotate(27deg);
  transform-origin: left center;
}

.page-scroll-cue span::after {
  right: 0;
  transform: rotate(-27deg);
  transform-origin: right center;
}

@keyframes scroll-cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

.project-detail-main .section.section-tight {
  padding-top: 0.25rem;
}

.hero-card,
.hero-rotator,
.service-card,
.content-panel,
.kv,
.gallery-showcase,
.gallery-featured,
.gallery-thumb-item,
.projects-filter-chip,
.project-card,
.ajax-panel,
.team-card,
.service-feature-card,
.services-snapshot-merged,
.snapshot-project-card {
  border-color: var(--divider-purple);
  box-shadow:
    0 0 0 1px rgba(68, 27, 120, 0.06),
    0 0 16px rgba(42, 15, 69, 0.2),
    var(--shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.team-photo-placeholder {
  border-color: rgba(68, 27, 120, 0.62);
}

.home-main .hero {
  min-height: min(66vh, 620px);
  padding: 1.6rem 0 1.4rem;
}

.home-main .hero.hero-gallery {
  min-height: 0;
  padding: 0;
}

.home-main .hero.hero-gallery > .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-main .hero.hero-gallery .hero-rotator,
.home-main .hero.hero-gallery .hero-rotator-stage {
  border-radius: 0;
}

.home-main .hero.hero-gallery .hero-rotator {
  background: transparent;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid rgba(42, 15, 69, 0.42) !important;
  box-shadow: none !important;
}

.home-main .hero.hero-gallery .hero-rotator-stage {
  border: 0 !important;
}

.home-main .section {
  padding: 1.8rem 0;
}

.home-main .services-grid {
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.home-main #services .services-slider {
  overflow: visible !important;
}

.home-main #services .services-grid,
.home-main #services .home-services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 0.85rem !important;
  width: 100% !important;
  transform: none !important;
}

.home-main #services .service-card {
  min-width: 0 !important;
  width: 100% !important;
}

.home-services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 0.85rem !important;
  transform: none !important;
}

.home-services-grid .service-card {
  min-width: 0 !important;
}

.home-main .swipe-hint {
  display: none !important;
}

.home-main .content-block {
  gap: 0.9rem;
}

.home-main .content-panel {
  padding: 1.12rem;
}

.home-main .home-customer-section {
  padding-bottom: 1rem;
}

.home-main .home-snapshot-section {
  padding-top: 0.8rem;
}

.ajax-panel {
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(111, 45, 189, 0.35);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.45)
  );
  backdrop-filter: blur(16px) saturate(110%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.team-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 1rem;
}

.about-team-header {
  display: grid;
  gap: 0.65rem;
}

.about-team-title {
  margin: 0;
  font-family: "Akira", "Arial Black", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.45rem);
  letter-spacing: 0.018em;
  line-height: 1.16;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(111, 45, 189, 0.42),
    0 0 18px rgba(91, 36, 153, 0.28),
    1px 0 0 rgba(42, 15, 69, 1),
    -1px 0 0 rgba(42, 15, 69, 1),
    0 1px 0 rgba(42, 15, 69, 1),
    0 -1px 0 rgba(42, 15, 69, 1),
    1px 1px 0 rgba(42, 15, 69, 1),
    -1px 1px 0 rgba(42, 15, 69, 1),
    1px -1px 0 rgba(42, 15, 69, 1),
    -1px -1px 0 rgba(42, 15, 69, 1);
}

.about-team-intro {
  border: 1px solid rgba(111, 45, 189, 0.34);
  border-radius: 12px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.55)
  );
  backdrop-filter: blur(14px) saturate(108%);
  box-shadow:
    0 0 0 1px rgba(68, 27, 120, 0.06),
    0 0 16px rgba(42, 15, 69, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  padding: 0.72rem 0.86rem;
}

.about-team-intro p {
  margin: 0;
}

.team-card {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 1rem;
  align-items: start;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.74),
    rgba(255, 255, 255, 0.48)
  );
  border: 1px solid rgba(111, 45, 189, 0.35);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow:
    0 0 0 1px rgba(68, 27, 120, 0.06),
    0 0 18px rgba(42, 15, 69, 0.22),
    var(--shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 1rem;
}

.team-card h3 {
  margin: 0.8rem 0 0.45rem;
}

.team-card p {
  margin: 0 0 0.65rem;
}

.team-media {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.team-photo-placeholder {
  aspect-ratio: 3 / 4;
  min-height: 280px;
  border-radius: 12px;
  border: 1px dashed rgba(111, 45, 189, 0.5);
  background: linear-gradient(145deg, rgba(234, 223, 248, 0.75), rgba(255, 255, 255, 0.5));
  display: grid;
  place-items: center;
  color: var(--purple-800);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.team-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(68, 27, 120, 0.52);
  background: rgba(255, 255, 255, 0.65);
}

.team-role {
  margin: -0.18rem 0 0.6rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(56, 30, 92, 0.72);
  letter-spacing: 0.01em;
}

.team-info h3 {
  margin-top: 0;
}

.team-bio {
  margin: 0;
  padding: 0.62rem 0.68rem;
  border-radius: 10px;
  border: 1px solid rgba(111, 45, 189, 0.24);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5));
  color: #433f56;
  font-size: 0.93rem;
  line-height: 1.42;
}

.team-bio-wide {
  grid-column: 1 / -1;
  margin-top: 0.2rem;
}

.about-intro h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.about-intro p {
  margin: 0;
}

.about-panels {
  align-items: stretch;
}

.about-team-section {
  padding-bottom: 1.15rem;
}

.about-customer-section {
  padding-top: 0.75rem;
  padding-bottom: 1.15rem;
}

.about-panels-section {
  padding-top: 1rem;
}

.about-panels > .content-panel {
  height: 100%;
  box-shadow:
    0 0 0 1px rgba(68, 27, 120, 0.06),
    0 0 16px rgba(42, 15, 69, 0.2),
    var(--shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.about-panels .content-panel h2 {
  font-size: 1.35rem;
}

.services-snapshot-grid {
  gap: 0.8rem;
  align-items: stretch;
}

.services-snapshot-grid > .content-panel {
  height: 100%;
}

.services-snapshot-merged {
  padding: 1rem;
}

.snapshot-merge {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: start;
}

.snapshot-col h3 {
  margin: 0 0 0.5rem;
  color: var(--purple-800);
  font-size: 1.06rem;
}

.snapshot-col .ajax-panel {
  margin-top: 0;
  height: auto;
  overflow: hidden;
}

.snapshot-services {
  margin: 0.65rem 0 0;
  padding-left: 1rem;
  color: #4f5670;
}

.snapshot-services li {
  margin: 0.18rem 0;
}

.snapshot-project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  aspect-ratio: 16 / 11;
  height: 100%;
}

.snapshot-project-card {
  height: 100%;
  border: 1px solid rgba(111, 45, 189, 0.3);
  border-radius: 11px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
  overflow: hidden;
  display: block;
}

.snapshot-rotator {
  position: relative;
}

.snapshot-rotator-track {
  position: relative;
  height: 100%;
}

.snapshot-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: none;
  transition: opacity 620ms ease-in-out;
  pointer-events: none;
}

.snapshot-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.snapshot-rotator-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border: 0;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  cursor: pointer;
  line-height: 1;
  font-size: 1.55rem;
  font-weight: 700;
  padding: 0.08rem 0.2rem;
  text-shadow: 0 1px 8px rgba(21, 8, 34, 0.65);
  z-index: 2;
}

.snapshot-rotator-nav.prev {
  left: 0.45rem;
}

.snapshot-rotator-nav.next {
  right: 0.45rem;
}

.snapshot-project-media img,
.snapshot-project-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.snapshot-project-placeholder {
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  color: #69718b;
  background: #ecebf7;
}

.service-feature-card {
  display: grid;
  grid-template-columns: minmax(190px, 270px) 1fr;
  grid-template-areas: "media body";
  align-items: start;
  gap: 0.95rem;
  padding: 1rem;
}

.service-feature-media-col {
  grid-area: media;
  display: grid;
  gap: 0.58rem;
}

.service-feature-media {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(111, 45, 189, 0.35);
  background: rgba(255, 255, 255, 0.5);
  height: 220px;
  min-height: 220px;
}

.service-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-feature-body {
  grid-area: body;
  min-width: 0;
}

.service-pricing-media-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  border-radius: inherit;
}

.service-pricing-media-link:hover,
.service-pricing-media-link:focus-visible {
  outline: 2px solid rgba(53, 20, 95, 0.42);
  outline-offset: -2px;
}

.service-pricing-trigger {
  width: 100%;
  justify-content: center;
  min-height: 40px;
}

.service-color-samples-link {
  width: 100%;
  justify-content: center;
  min-height: 34px;
  margin-top: 0.4rem;
  padding: 0.54rem 0.86rem;
  font-size: 0.84rem;
  line-height: 1.1;
}

.service-content-rotator {
  margin-top: 0.5rem;
  width: 100%;
  min-height: 0;
  perspective: 1200px;
  transition: height 0.46s ease;
}

.service-content-rotator-inner {
  position: relative;
  width: 100%;
  min-height: 0;
  transform-style: preserve-3d;
  transition: transform 0.62s ease, height 0.46s ease;
}

.service-content-face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(111, 45, 189, 0.34);
  border-radius: 12px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.52)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backface-visibility: hidden;
  overflow: hidden;
  padding: 0.72rem 0.8rem;
}

.service-content-face--copy p {
  margin: 0;
}

.service-content-face--pricing {
  transform: rotateY(180deg);
}

.service-feature-body.is-pricing .service-content-rotator-inner {
  transform: rotateY(180deg);
}

.service-feature-body h2 {
  margin-bottom: 0.5rem;
}

.service-feature-body p {
  margin: 0;
}

.service-pricing-block {
  display: grid;
  gap: 0;
}

.service-pricing-row {
  display: grid;
  grid-template-columns: minmax(150px, auto) 1fr;
  gap: 0.8rem;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(111, 45, 189, 0.18);
  background: transparent;
  padding: 0.52rem 0.06rem;
}

.service-pricing-row:last-child {
  border-bottom: 0;
}

.service-pricing-label {
  display: inline-block;
  color: var(--purple-800);
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0;
  text-align: left;
}

.service-pricing-value {
  color: #3f4760;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: right;
}

.service-pricing-row--full {
  grid-template-columns: 1fr;
}

.service-pricing-note {
  color: #4d556e;
  font-size: 0.88rem;
}

.contact-map-wrap {
  border: 1px solid rgba(111, 45, 189, 0.35);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  margin-bottom: 0.4rem;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: 270px;
  border: 0;
}

.contact-map-actions {
  margin: 0.75rem 0 0.1rem;
  display: flex;
  justify-content: center;
}

.contact-map-actions + .two-col {
  margin-top: 0.85rem;
}

.contact-map-band {
  width: 100%;
  border-top: 1px solid rgba(79, 33, 136, 0.34);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.03)
  );
  padding: 0;
}

.contact-map-band-frame {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.contact-map-band-frame iframe {
  display: block;
  width: 100%;
  height: clamp(250px, 40vw, 520px);
  border: 0;
}

.contact-map-band-actions {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

.contact-map-band-actions .btn {
  box-shadow: 0 8px 16px rgba(12, 5, 22, 0.34);
}

.contact-link {
  color: var(--purple-800);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-call-text-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.contact-phone-number {
  color: var(--purple-800);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-action-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.contact-action-icon {
  width: 20px;
  height: 20px;
  color: #4b2179;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-action-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.contact-action-link {
  text-decoration: none;
  touch-action: manipulation;
}

.contact-action-icons-mobile {
  display: none;
}

.contact-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.contact-layout > .form-wrap,
.contact-layout > .content-panel {
  height: 100%;
}

.contact-layout .form-wrap {
  padding-top: 1.2rem;
}

.contact-layout .form-wrap form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-layout .form-grid {
  margin-bottom: auto;
}

.contact-layout textarea {
  min-height: 300px;
}

.samples-main .section {
  padding-top: 0.75rem;
}

.samples-hero-title {
  margin: 0.4rem 0 0.45rem;
  font-family: "Akira", "Arial Black", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.45rem);
  letter-spacing: 0.018em;
  line-height: 1.16;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(111, 45, 189, 0.42),
    0 0 18px rgba(91, 36, 153, 0.28),
    1px 0 0 rgba(42, 15, 69, 1),
    -1px 0 0 rgba(42, 15, 69, 1),
    0 1px 0 rgba(42, 15, 69, 1),
    0 -1px 0 rgba(42, 15, 69, 1),
    1px 1px 0 rgba(42, 15, 69, 1),
    -1px 1px 0 rgba(42, 15, 69, 1),
    1px -1px 0 rgba(42, 15, 69, 1),
    -1px -1px 0 rgba(42, 15, 69, 1);
}

.samples-shell {
  display: grid;
  gap: 0.95rem;
}

.samples-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}

.samples-search {
  width: 100%;
  min-height: 44px;
}

.samples-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.samples-chip {
  border: 1px solid rgba(111, 45, 189, 0.35);
  background: rgba(255, 255, 255, 0.65);
  color: var(--purple-800);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.samples-chip.is-active,
.samples-chip:hover {
  background: rgba(111, 45, 189, 0.2);
  border-color: rgba(111, 45, 189, 0.58);
}

.samples-status {
  margin: 0;
  color: #4d5267;
  font-weight: 600;
  font-size: 0.92rem;
}

.samples-list {
  display: grid;
  gap: 0.9rem;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.service-area-card {
  border: 1px solid rgba(121, 74, 206, 0.55);
  border-radius: 14px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.service-area-card h2 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}

.service-area-meta-line {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: #4a4164;
}

.service-area-links {
  display: grid;
  gap: 0.45rem;
}

.service-area-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0.9rem 0;
}

.service-area-detail-card {
  border: 1px solid rgba(111, 45, 189, 0.32);
  border-radius: 12px;
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.58);
}

.service-area-detail-card h3 {
  margin: 0 0 0.55rem;
}

.service-area-detail-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.service-area-detail-card p:last-child {
  margin-bottom: 0;
}

.service-area-price-list {
  display: grid;
  gap: 0.42rem;
}

.service-area-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
  padding: 0.42rem 0.5rem;
  border-radius: 8px;
  background: rgba(111, 45, 189, 0.08);
}

.service-area-price-row strong {
  color: #2f145a;
}

.service-area-links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #3f2470;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid rgba(63, 36, 112, 0.24);
}

.service-area-links a:hover {
  color: #220d43;
  border-bottom-color: rgba(34, 13, 67, 0.55);
}

.sample-category {
  border: 1px solid rgba(111, 45, 189, 0.35);
  border-radius: 14px;
  padding: 0.8rem;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.48)
  );
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.sample-category-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.55rem;
}

.sample-category-head h2 {
  margin: 0;
  font-size: 1.12rem;
  color: var(--purple-900);
}

.sample-count {
  font-size: 0.85rem;
  color: #5f6581;
  font-weight: 600;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.72rem;
}

.sample-card {
  border: 1px solid rgba(111, 45, 189, 0.3);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
}

.sample-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sample-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(33, 11, 58, 0.16);
  border-color: rgba(81, 31, 138, 0.5);
}

.sample-thumb-wrap {
  aspect-ratio: 1 / 1;
  background: #f3f1f8;
}

.sample-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sample-meta {
  padding: 0.52rem 0.58rem 0.62rem;
}

.sample-meta h3 {
  margin: 0;
  font-size: 0.98rem;
  color: var(--purple-900);
  line-height: 1.25;
}

.sample-meta p {
  margin: 0.24rem 0 0;
  font-size: 0.79rem;
  color: #565c78;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.sample-brand-badge {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(111, 45, 189, 0.35);
  border-radius: 999px;
  padding: 0.14rem 0.48rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #4f2b80;
  background: rgba(247, 241, 255, 0.9);
}

.sample-desc {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: #61688a;
}

.sample-detail-shell {
  display: grid;
  gap: 0.9rem;
}

.sample-detail-back {
  justify-self: start;
}

.sample-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 1rem;
  border: 1px solid rgba(111, 45, 189, 0.38);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.56));
  backdrop-filter: blur(16px) saturate(112%);
  padding: 0.9rem;
}

.sample-detail-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.7);
  aspect-ratio: 1 / 1;
}

.sample-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sample-detail-meta h1 {
  margin: 0 auto;
  text-align: center;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  line-height: 1.16;
  color: #2a1544;
}

.sample-detail-subtitle {
  margin: 0;
  font-weight: 700;
  color: #4d2b7b;
}

.sample-detail-description {
  margin: 0.62rem 0 0;
  color: #2f3349;
  line-height: 1.65;
}

.sample-detail-meta {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.sample-detail-copy {
  border-radius: 12px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.84),
    rgba(255, 255, 255, 0.6)
  );
  backdrop-filter: blur(14px) saturate(108%);
  padding: 0.75rem 0.82rem;
}

.aftercare-split {
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.aftercare-media {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(111, 45, 189, 0.36);
  background: rgba(255, 255, 255, 0.7);
  aspect-ratio: 4 / 3;
}

.aftercare-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aftercare-copy h2 {
  margin-top: 0;
}

.aftercare-copy ul {
  margin-top: 0.5rem;
}

@media (max-width: 960px) {
  .hero-grid,
  .content-block {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .snapshot-merge {
    grid-template-columns: 1fr;
  }

  .snapshot-col .ajax-panel {
    max-width: 680px;
  }

  .gallery-mosaic .cell {
    grid-column: span 6;
  }

  .gallery-mosaic .cell.mosaic-wide {
    grid-column: span 12;
  }

  .gallery-mosaic .cell.mosaic-tall {
    min-height: 360px;
  }

  .gallery-featured img {
    height: min(54vh, 500px);
  }

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

  .sample-detail-card {
    grid-template-columns: 1fr;
  }

  .aftercare-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 90px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .brand img {
    width: 112px;
    height: 78px;
    transform: translateY(4px);
  }

  .site-nav {
    position: absolute;
    top: calc(var(--header-height) - 2px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(13px) saturate(125%);
    box-shadow: 0 20px 30px rgba(24, 8, 45, 0.08);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
    padding: 0.7rem;
  }

  .site-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0.2rem;
  }

  .site-nav .submenu {
    position: static;
    min-width: 0;
    padding: 0.15rem 0 0.3rem 0.55rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    gap: 0.12rem;
  }

  .site-nav .submenu a {
    font-size: 0.88rem;
    padding: 0.42rem 0.55rem;
  }

  .site-nav .nav-mobile-only {
    display: list-item;
  }

  .nav-cta {
    display: none;
  }

  .section {
    padding: 2.2rem 0;
  }

  .section-tight {
    padding: 1.4rem 0;
  }

  .section-service-tight {
    padding: 0.45rem 0;
  }

  .about-team-section {
    padding-bottom: 0.65rem;
  }

  .about-customer-section {
    padding-top: 0.35rem;
    padding-bottom: 0.7rem;
  }

  .about-panels-section {
    padding-top: 0.5rem;
  }

  .projects-main .page-hero {
    padding: 1.05rem 0 0.22rem;
  }

  .projects-main .page-hero p {
    margin-top: 0.15rem;
  }

  .projects-main .section {
    padding-top: 0.22rem;
  }

  .project-detail-main .section.section-tight {
    padding-top: 0.12rem;
  }

  .home-main .services-slider {
    overflow: visible;
  }

  .home-main .home-customer-section {
    padding-bottom: 0.6rem;
  }

  .home-main .home-snapshot-section {
    padding-top: 0.55rem;
  }

  .home-main #services .services-grid,
  .home-main #services .home-services-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
    transform: none !important;
  }

  .home-main #services .service-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  .home-main .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    transform: none !important;
  }

  .home-services-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
    transform: none !important;
  }

  .home-services-grid .service-card {
    min-width: 0 !important;
  }

  .two-col,
  .form-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .samples-toolbar {
    grid-template-columns: 1fr;
  }

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

  .service-area-detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-call-text-row {
    gap: 0.5rem;
    align-items: center;
  }

  .contact-action-icons-desktop {
    display: none;
  }

  .contact-action-icons-mobile {
    display: inline-flex;
  }

  .contact-action-link {
    width: 24px;
    height: 24px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    justify-items: center;
  }

  .footer-brand {
    justify-self: center;
  }

  .footer-brand img {
    width: clamp(118px, 38vw, 162px);
  }

  .footer-contact-rail {
    padding-left: 0;
    justify-self: center;
  }

  .footer-contact-rail::before {
    display: none;
  }

  .footer-contact-rail::after {
    display: none;
  }

  .footer-social-rail {
    padding-left: 0;
    margin-left: 0;
    justify-self: center;
  }

  .footer-social-rail::before {
    display: none;
  }

  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-mosaic .cell,
  .gallery-mosaic .cell.mosaic-wide,
  .gallery-mosaic .cell.mosaic-tall {
    grid-column: span 1;
    grid-row: auto;
    min-height: 230px;
  }

  .gallery-thumb-track {
    grid-auto-columns: 120px;
  }

  .gallery-thumb-item img {
    height: 82px;
  }

  .project-detail-showcase {
    padding: 0.72rem;
  }

  .project-detail-showcase .gallery-featured img {
    height: min(48vh, 380px);
    object-fit: contain;
    object-position: center;
    background: rgba(24, 10, 41, 0.78);
  }

  .project-detail-showcase .gallery-featured figcaption {
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .project-detail-showcase .gallery-thumb-track {
    grid-auto-columns: 106px;
  }

  .project-detail-showcase .gallery-thumb-item img {
    height: 72px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-project-card {
    min-height: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .service-feature-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "body";
  }

  .service-pricing-row {
    grid-template-columns: 1fr;
    gap: 0.38rem;
  }

  .service-pricing-value {
    text-align: left;
  }

  .service-feature-media {
    min-height: 220px;
  }

  .hero-card img {
    height: 260px;
  }

  .hero-rotator-btn {
    width: 36px;
    height: 36px;
  }

  .hero.hero-gallery .hero-rotator-stage {
    min-height: clamp(230px, 46vh, 400px);
  }

  .home-main .hero.hero-gallery .hero-rotator {
    min-height: clamp(230px, 46vh, 400px);
  }

  .hero-rotator-overlay {
    padding: 0.9rem 0.9rem 1.1rem;
    background: linear-gradient(
      180deg,
      rgba(20, 8, 34, 0) 0%,
      rgba(20, 8, 34, 0.2) 44%,
      rgba(20, 8, 34, 0.36) 100%
    );
  }

  .hero-rotator-dots {
    bottom: 4.6rem;
  }

  .hero-actions .btn-color-samples,
  .hero-actions .btn-aftercare-hero {
    display: none;
  }
}

/* Final dark-theme cascade guard. Keep this at EOF so legacy purple/glass rules
   cannot override the local Wrap Lab landing treatment. */
body {
  color: var(--wl-text);
  background: var(--wl-black);
}

.site-header {
  height: 86px;
  background: rgba(5, 6, 7, 0.92);
  border-bottom: 1px solid var(--wl-line);
  backdrop-filter: blur(16px);
}

.site-header .site-nav a,
.site-header .site-nav a:visited {
  color: rgba(247, 244, 238, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible,
.site-header .site-nav a.active {
  color: #ffffff;
}

.nav-cta,
.btn.primary {
  color: #090909;
  background: linear-gradient(135deg, var(--wl-gold-2), var(--wl-gold));
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.btn.ghost {
  color: var(--wl-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wl-line);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.wl-hero {
  min-height: calc(100vh - 86px);
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.wl-hero h1 {
  color: #ffffff;
  font-size: clamp(3rem, 8.4vw, 7.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.wl-section h2,
.wl-quote-panel h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.wl-hero p,
.wl-section p,
.service-body p,
.wl-package-card li {
  color: var(--wl-muted);
}

.wl-hero-card,
.wl-package-card,
.service-card,
.wl-quote-panel,
.wl-process-list article,
.wl-feature-grid article {
  background: linear-gradient(180deg, rgba(25, 30, 37, 0.92), rgba(11, 13, 16, 0.96));
  border: 1px solid var(--wl-line);
  border-radius: 0;
  box-shadow: var(--wl-shadow);
}

.service-body {
  background: transparent;
  color: var(--wl-text);
}

.service-card h3,
.wl-feature-grid h3,
.wl-package-card h3,
.wl-process-list h3 {
  color: #ffffff;
}

.service-media img,
.wl-image-grid img,
.wl-hero-card img {
  filter: saturate(0.9) contrast(1.08);
}

.site-footer,
.footer,
footer {
  background: #050607;
  color: rgba(247, 244, 238, 0.76);
  border-top: 1px solid var(--wl-line);
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 78px;
  }

  .menu-toggle {
    color: var(--wl-text);
  }
}
