@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("./xports/assets/css/bootstrap.min.css");
@import url("./xports/assets/css/all.min.css");
@import url("./xports/assets/css/animate.css");
@import url("./xports/assets/css/magnific-popup.css");
@import url("./xports/assets/css/meanmenu.css");
@import url("./xports/assets/css/swiper-bundle.min.css");
@import url("./xports/assets/css/nice-select.css");
@import url("./xports/assets/css/main.css");

/* Concept V2: Xports-inspired Wrap Lab skin.
   This file is loaded only for /preview/v2/ routes. */
body.wraplab-theme-v2 {
  --gt-theme: #8b5cf6;
  --gt-bg: #080a0f;
  --gt-bg-2: #151820;
  --gt-text: #ababab;
  --gt-header: #ffffff;
  --gt-white: #ffffff;
  --wl-black: #080a0f;
  --wl-text: #ffffff;
  --wl-muted: #ababab;
  --wl-line: rgba(255, 255, 255, 0.18);
  --wl-gold: #8b5cf6;
  --wl-gold-2: #c4b5fd;
  background: var(--gt-bg) !important;
  color: var(--gt-text) !important;
  font-family: "Chakra Petch", sans-serif !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

body.wraplab-theme-v2 > main {
  flex: 1 0 auto !important;
}

body.wraplab-theme-v2 > .footer {
  margin-top: auto !important;
}

body.wraplab-theme-v2 * {
  font-family: "Chakra Petch", sans-serif;
}

body.wraplab-theme-v2 .site-header {
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body.wraplab-theme-v2 .wraplab-v2-header {
  position: fixed;
  z-index: 9999;
  padding: 0;
  pointer-events: none;
}

body.wraplab-theme-v2 .wraplab-v2-header-shell {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 2rem 0;
  pointer-events: none;
}

body.wraplab-theme-v2 .wraplab-v2-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
}

body.wraplab-theme-v2 .wraplab-v2-social a,
body.wraplab-theme-v2 .wraplab-v2-menu-toggle {
  width: auto;
  height: auto;
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  clip-path: none;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.42));
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

body.wraplab-theme-v2 .wraplab-v2-social a:hover,
body.wraplab-theme-v2 .wraplab-v2-menu-toggle:hover,
body.wraplab-theme-v2 .wraplab-v2-menu-toggle:focus-visible {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  filter: drop-shadow(0 8px 18px rgba(139, 92, 246, 0.28));
  transform: translateY(-2px);
}

body.wraplab-theme-v2 .wraplab-v2-social svg,
body.wraplab-theme-v2 .wraplab-v2-menu-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}

body.wraplab-theme-v2 .wraplab-v2-social svg {
  fill: currentColor;
}

body.wraplab-theme-v2 .wraplab-v2-social a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

body.wraplab-theme-v2 .wraplab-v2-menu-toggle svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: square;
}

body.wraplab-theme-v2 .wraplab-v2-logo {
  display: block;
  justify-self: center;
  position: relative;
  z-index: 2;
  margin-bottom: -34px;
  pointer-events: auto;
}

body.wraplab-theme-v2 .wraplab-v2-logo img {
  display: block;
  max-height: 136px;
  width: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.52)) drop-shadow(0 0 22px rgba(139, 92, 246, 0.14));
}

body.wraplab-theme-v2 .wraplab-v2-menu-toggle {
  justify-self: end;
  cursor: pointer;
  font-size: 1.15rem;
  pointer-events: auto;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 10020;
  width: min(520px, 92vw);
  padding: 1.2rem;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 10, 15, 0.98), rgba(11, 14, 19, 0.98)),
    url("./xports/assets/img/offcanvas-banner.jpg") center bottom / cover no-repeat;
  border-left: 1px solid rgba(139, 92, 246, 0.34);
  box-shadow: -34px 0 90px rgba(0, 0, 0, 0.56);
  transform: translateX(105%);
  transition: transform 0.34s ease;
  overflow-y: auto;
}

body.wraplab-theme-v2.v2-menu-open .wraplab-v2-offcanvas {
  transform: translateX(0);
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wraplab-v2-offcanvas {
    top: clamp(6.4rem, 23vw, 8.8rem);
    bottom: 0;
    height: auto;
    padding-top: 1rem;
  }
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-overlay {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: none;
  background: rgba(0, 0, 0, 0.62);
  border: 0;
}

body.wraplab-theme-v2.v2-menu-open .wraplab-v2-offcanvas-overlay {
  display: block;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.4rem;
}

body.wraplab-theme-v2 .wraplab-v2-marquee {
  overflow: hidden;
  display: flex;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.54);
  white-space: nowrap;
}

body.wraplab-theme-v2 .wraplab-v2-marquee span {
  animation: v2-marquee 14s linear infinite;
}

@keyframes v2-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-240px); }
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-close {
  min-height: 40px;
  padding: 0.55rem 0;
  color: #ffffff;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-nav {
  display: grid;
  gap: 0.62rem;
  margin: 1rem 0 1.4rem;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0.85rem 1rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  text-decoration: none;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  clip-path: none;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-nav a:hover,
body.wraplab-theme-v2 .wraplab-v2-offcanvas-nav a:focus-visible {
  background: linear-gradient(135deg, #8b5cf6, #4c1d95);
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0 0 1.45rem;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social a {
  min-width: 2.35rem;
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  background: transparent !important;
  border: 0 !important;
  text-decoration: none;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.42));
  transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social svg {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  fill: currentColor;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-social a:hover,
body.wraplab-theme-v2 .wraplab-v2-offcanvas-social a:focus-visible {
  color: #fff;
  border-color: transparent !important;
  background: transparent !important;
  filter: drop-shadow(0 8px 18px rgba(139, 92, 246, 0.34));
  transform: translateY(-2px);
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.54);
  border: 1px solid rgba(139, 92, 246, 0.28);
}

body.wraplab-theme-v2 .wraplab-v2-offcanvas-card strong {
  color: #fff;
  font-size: 1.4rem;
}

body.wraplab-theme-v2 .site-header::before {
  content: none;
}

body.wraplab-theme-v2 .nav-wrap {
  max-width: none;
  min-height: 88px;
}

body.wraplab-theme-v2 .brand img {
  max-height: 118px;
  filter: drop-shadow(0 14px 26px rgba(139, 92, 246, 0.22));
}

body.wraplab-theme-v2 .site-nav a,
body.wraplab-theme-v2 .nav-cta,
body.wraplab-theme-v2 .menu-toggle {
  letter-spacing: 0.08em;
  font-weight: 800;
}

body.wraplab-theme-v2 .site-nav a:hover,
body.wraplab-theme-v2 .site-nav a.active {
  color: var(--gt-theme) !important;
}

body.wraplab-theme-v2 .submenu {
  background: rgba(8, 10, 15, 0.98) !important;
  border: 1px solid rgba(139, 92, 246, 0.28) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48) !important;
  clip-path: none;
}

body.wraplab-theme-v2 .nav-cta,
body.wraplab-theme-v2 .btn.primary,
body.wraplab-theme-v2 .contact-main .btn.primary,
body.wraplab-theme-v2 .project-detail-main .btn.primary {
  min-width: 178px;
  color: #ffffff !important;
  background-image: linear-gradient(to right, #8b5cf6 0%, #4c1d95 50%, #8b5cf6 100%) !important;
  background-size: 200% auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none;
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.24) !important;
}

body.wraplab-theme-v2 .nav-cta:hover,
body.wraplab-theme-v2 .btn.primary:hover {
  background-position: right center !important;
}

body.wraplab-theme-v2 .wl-book-now {
  background-image: linear-gradient(90deg, #ffffff 0%, #c4b5fd 42%, #8b5cf6 100%) !important;
  color: #0b0d13 !important;
  box-shadow: 0 0 28px rgba(196, 181, 253, 0.28) !important;
}

html.wraplab-v2-ready {
  scroll-behavior: smooth;
}

body.wraplab-theme-v2 main {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 10%, rgba(139, 92, 246, 0.12), transparent 26%),
    radial-gradient(circle at 80% 6%, rgba(255, 255, 255, 0.08), transparent 24%),
    var(--gt-bg) !important;
  color: var(--gt-text) !important;
}

body.wraplab-theme-v2 main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(circle at 88% 4%, rgba(139, 92, 246, 0.18), transparent 30%),
    radial-gradient(circle at 14% 26%, rgba(255, 255, 255, 0.06), transparent 24%);
  animation: none;
}

body.wraplab-theme-v2 .wl-hero {
  position: relative;
  overflow: hidden;
  min-height: min(92vh, 940px);
  padding-top: clamp(5rem, 8vw, 7.5rem) !important;
  background:
    radial-gradient(circle at 74% 16%, rgba(139, 92, 246, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(8, 10, 15, 0.96), rgba(8, 10, 15, 0.56)) !important;
}

body.wraplab-theme-v2 .wl-hero::before {
  content: "WRAPLAB";
  position: absolute;
  left: clamp(0.2rem, 1.2vw, 1rem);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
  font-size: clamp(5.5rem, 11vw, 12.5rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0.08em;
  pointer-events: none;
}

body.wraplab-theme-v2 .wl-hero::after {
  content: "KC";
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(2rem, 6vw, 5rem);
  width: auto;
  aspect-ratio: auto;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.4);
  text-shadow: 0 0 42px rgba(139, 92, 246, 0.18);
  background: none;
  opacity: 0.48;
  font-size: clamp(6.8rem, 18vw, 18rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: 0.02em;
  animation: float-bob-y 3s linear infinite;
}

body.wraplab-theme-v2 .wl-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr) !important;
  align-items: center;
}

body.wraplab-theme-v2 .wl-hero-copy {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .wl-intro-particle-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(1rem, 2.6vw, 1.65rem);
  border: 1px solid rgba(139, 92, 246, 0.18);
  background:
    linear-gradient(135deg, rgba(7, 9, 14, 0.56), rgba(19, 13, 35, 0.38)),
    radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.16), transparent 34%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.wraplab-theme-v2 .wl-intro-particle-panel > :not(.wl-intro-particles) {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .wl-intro-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.58;
}

body.wraplab-theme-v2 .wl-v2-particle-hero {
  isolation: isolate;
}

body.wraplab-theme-v2 .wl-v2-particle-hero .container {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .wl-v2-particle-hero .wl-intro-particles {
  z-index: 1;
  opacity: 0.5;
}

body.wraplab-theme-v2 .wl-hero-copy::before {
  content: "Wrap Lab KC";
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.wraplab-theme-v2 .wl-hero-copy::after {
  content: none;
  display: none;
}

body.wraplab-theme-v2 h1,
body.wraplab-theme-v2 h2,
body.wraplab-theme-v2 h3,
body.wraplab-theme-v2 h4,
body.wraplab-theme-v2 h5,
body.wraplab-theme-v2 h6 {
  color: var(--gt-white) !important;
  font-family: "Chakra Petch", sans-serif !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-hero h1,
body.wraplab-theme-v2 .page-hero h1 {
  font-size: clamp(2.95rem, 5.8vw, 6.45rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 0 34px rgba(139, 92, 246, 0.18);
}

body.wraplab-theme-v2 .wl-hero p {
  max-width: 620px;
  color: #d4d4d4 !important;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

body.wraplab-theme-v2 .wl-hero-card {
  min-height: clamp(520px, 52vw, 760px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  overflow: visible !important;
  display: grid !important;
  align-content: start !important;
  gap: clamp(0.6rem, 1.4vw, 1.1rem);
}

body.wraplab-theme-v2 .wl-hero-card > img {
  width: 100%;
  height: clamp(360px, 38vw, 600px) !important;
  object-fit: contain !important;
  object-position: center top !important;
  filter: drop-shadow(0 32px 46px rgba(0, 0, 0, 0.65)) saturate(1.08) contrast(1.08);
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: opacity 0.35s ease, transform 0.45s ease, filter 0.45s ease;
  transform-origin: center top;
}

body.wraplab-theme-v2 .wl-hero-card > img.is-rotating {
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
}

body.wraplab-theme-v2 .wl-hero-card > div {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(94%, 640px);
  margin: -0.15rem auto 0;
  padding: 0.35rem 0.2rem 0.7rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
}

body.wraplab-theme-v2 .wl-proof-row {
  display: none !important;
}

body.wraplab-theme-v2 .wl-kicker,
body.wraplab-theme-v2 .badge,
body.wraplab-theme-v2 .project-service {
  color: var(--gt-theme) !important;
  background: transparent !important;
  border: 1px solid rgba(139, 92, 246, 0.38) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none;
}

body.wraplab-theme-v2 .wl-hero-card,
body.wraplab-theme-v2 .content-panel,
body.wraplab-theme-v2 .wl-explainer-copy,
body.wraplab-theme-v2 .wl-benefits-copy,
body.wraplab-theme-v2 .wl-package-card,
body.wraplab-theme-v2 .service-card,
body.wraplab-theme-v2 .project-card,
body.wraplab-theme-v2 .form-wrap,
body.wraplab-theme-v2 .kv,
body.wraplab-theme-v2 .service-area-card,
body.wraplab-theme-v2 .service-area-detail-card,
body.wraplab-theme-v2 .gallery-showcase,
body.wraplab-theme-v2 .gallery-featured {
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.94), rgba(11, 14, 19, 0.98)) !important;
  position: relative;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.18), inset 0 0 0 2px rgba(139, 92, 246, 0.05) !important;
  clip-path: none;
  color: var(--gt-text) !important;
}

body.wraplab-theme-v2 .wl-hero-card::before,
body.wraplab-theme-v2 .content-panel::before,
body.wraplab-theme-v2 .wl-explainer-copy::before,
body.wraplab-theme-v2 .wl-benefits-copy::before,
body.wraplab-theme-v2 .wl-package-card::before,
body.wraplab-theme-v2 .service-card::before,
body.wraplab-theme-v2 .project-card::before,
body.wraplab-theme-v2 .form-wrap::before,
body.wraplab-theme-v2 .kv::before,
body.wraplab-theme-v2 .service-area-card::before,
body.wraplab-theme-v2 .service-area-detail-card::before,
body.wraplab-theme-v2 .gallery-showcase::before,
body.wraplab-theme-v2 .gallery-featured::before {
  content: none;
}

body.wraplab-theme-v2 .wl-hero-card::after,
body.wraplab-theme-v2 .content-panel::after,
body.wraplab-theme-v2 .wl-explainer-copy::after,
body.wraplab-theme-v2 .wl-benefits-copy::after,
body.wraplab-theme-v2 .wl-package-card::after,
body.wraplab-theme-v2 .service-card::after,
body.wraplab-theme-v2 .project-card::after,
body.wraplab-theme-v2 .form-wrap::after,
body.wraplab-theme-v2 .kv::after,
body.wraplab-theme-v2 .service-area-card::after,
body.wraplab-theme-v2 .service-area-detail-card::after,
body.wraplab-theme-v2 .gallery-showcase::after,
body.wraplab-theme-v2 .gallery-featured::after {
  content: none;
}

body.wraplab-theme-v2 .wl-hero-card > *,
body.wraplab-theme-v2 .content-panel > *,
body.wraplab-theme-v2 .wl-explainer-copy > *,
body.wraplab-theme-v2 .wl-benefits-copy > *,
body.wraplab-theme-v2 .wl-package-card > *,
body.wraplab-theme-v2 .service-card > *,
body.wraplab-theme-v2 .project-card > *,
body.wraplab-theme-v2 .form-wrap > *,
body.wraplab-theme-v2 .kv > *,
body.wraplab-theme-v2 .service-area-card > *,
body.wraplab-theme-v2 .service-area-detail-card > *,
body.wraplab-theme-v2 .gallery-showcase > *,
body.wraplab-theme-v2 .gallery-featured > * {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .wl-hero-card img,
body.wraplab-theme-v2 .project-card-media img,
body.wraplab-theme-v2 .wl-benefits-image img,
body.wraplab-theme-v2 .wl-image-grid img,
body.wraplab-theme-v2 .gallery-featured img {
  filter: saturate(1.04) contrast(1.12);
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-benefit-image-grid {
    display: none !important;
  }
}

body.wraplab-theme-v2 .wl-feature-grid article,
body.wraplab-theme-v2 .wl-benefit-list article,
body.wraplab-theme-v2 .project-tags span,
body.wraplab-theme-v2 .service-area-price-row {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(139, 92, 246, 0.22) !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .wl-feature-grid article span,
body.wraplab-theme-v2 .wl-benefit-icon {
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(135deg, #8b5cf6, #4c1d95) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  align-items: start;
  min-height: 168px;
  padding: 1.25rem !important;
  overflow: hidden;
}

body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article span {
  grid-row: 1 / span 2;
  width: 4.2rem;
  min-height: 4.2rem;
  display: inline-grid;
  place-items: center;
  align-self: stretch;
  color: #f7f2ff !important;
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.3), transparent 36%),
    linear-gradient(145deg, rgba(168, 85, 247, 0.96), rgba(76, 29, 149, 0.94)) !important;
  border: 1px solid rgba(216, 180, 254, 0.38);
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-family: "Chakra Petch", "Sora", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article h3 {
  margin-top: 0.1rem;
  margin-bottom: 0.48rem;
}

body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article p {
  grid-column: 2;
  margin: 0;
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 0;
    padding: 0 !important;
  }

  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article span,
  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article p {
    grid-column: 1 / -1;
  }

  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article span {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 4.2rem;
    min-height: 4.2rem;
    align-self: stretch;
    justify-content: center;
    padding-inline: 0.9rem;
    font-size: 1.25rem;
  }

  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0.85rem 1rem 0.85rem 0;
    color: #fff !important;
    background:
      radial-gradient(circle at 0% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
      linear-gradient(145deg, rgba(168, 85, 247, 0.96), rgba(76, 29, 149, 0.94)) !important;
    border-top: 1px solid rgba(216, 180, 254, 0.38);
    border-bottom: 1px solid rgba(216, 180, 254, 0.38);
    border-right: 1px solid rgba(216, 180, 254, 0.38);
    font-size: clamp(1rem, 5vw, 1.35rem) !important;
    line-height: 1.05 !important;
    text-transform: uppercase;
  }

  body.wraplab-theme-v2 .wl-benefits .wl-feature-grid article p {
    grid-row: 2;
    padding: 1rem;
    font-size: 0.98rem;
  }

}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefits-copy {
  background:
    radial-gradient(circle at 12% 0%, rgba(139, 92, 246, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(28, 29, 32, 0.92), rgba(11, 14, 19, 0.98)) !important;
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefit-list {
  display: grid;
  gap: 0.85rem;
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid rgba(139, 92, 246, 0.24) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefit-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 3.4rem;
  box-shadow: 0 0 26px rgba(139, 92, 246, 0.28);
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefit-icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: currentColor;
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-benefit-list h3 {
  margin-bottom: 0.32rem;
}

body.wraplab-theme-v2 .wl-benefits-showcase .wl-actions {
  margin-top: 1.15rem;
}

body.wraplab-theme-v2 .wl-contact-summary-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(1.35rem, 3vw, 2.4rem);
  align-items: stretch;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(167, 139, 250, 0.18);
  background:
    linear-gradient(135deg, rgba(13, 15, 24, 0.84), rgba(24, 18, 38, 0.68)),
    radial-gradient(circle at 12% 20%, rgba(168, 85, 247, 0.16), transparent 34%);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.32);
}

body.wraplab-theme-v2 .wl-contact-summary-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.wraplab-theme-v2 .wl-contact-summary-copy h2 {
  max-width: 12ch;
  margin: 0.3rem 0 0.9rem;
}

body.wraplab-theme-v2 .wl-contact-summary-copy p {
  max-width: 58ch;
  color: rgba(238, 242, 255, 0.74);
}

body.wraplab-theme-v2 .wl-contact-summary-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(167, 139, 250, 0.16);
}

body.wraplab-theme-v2 .wl-contact-summary-details > div {
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(8, 10, 15, 0.72);
}

body.wraplab-theme-v2 .wl-contact-summary-details span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--wl-purple-soft);
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-contact-summary-details strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.2;
}

body.wraplab-theme-v2 .wl-contact-summary-details p {
  margin: 0.45rem 0 0;
  color: rgba(238, 242, 255, 0.64);
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  body.wraplab-theme-v2 .wl-contact-summary-panel {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .wl-contact-summary-copy h2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .wl-contact-summary-details {
    grid-template-columns: 1fr;
  }
}

body.wraplab-theme-v2 .wl-reviews,
body.wraplab-theme-v2 .wl-benefits,
body.wraplab-theme-v2 .wl-services,
body.wraplab-theme-v2 .wl-quick-contact,
body.wraplab-theme-v2 .wl-contact-stack,
body.wraplab-theme-v2 .contact-main,
body.wraplab-theme-v2 .projects-main,
body.wraplab-theme-v2 .service-area-main {
  background:
    radial-gradient(circle at 15% 0%, rgba(139, 92, 246, 0.1), transparent 24%),
    var(--gt-bg) !important;
}

body.wraplab-theme-v2 .wl-reviews {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(168, 85, 247, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(8, 10, 15, 0.9), rgba(20, 16, 33, 0.78)),
    var(--gt-bg) !important;
}

body.wraplab-theme-v2 .wl-reviews::before {
  content: "REVIEWS";
  position: absolute;
  left: clamp(1rem, 3vw, 3.5rem);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.12);
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(4.5rem, 11vw, 10rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  pointer-events: none;
}

body.wraplab-theme-v2 .wl-reviews > .container {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .wl-reviews .wl-section-head {
  max-width: none;
  margin-bottom: clamp(1.35rem, 3vw, 2.25rem);
}

body.wraplab-theme-v2 .wl-reviews .wl-section-head h2 {
  max-width: 12ch;
}

body.wraplab-theme-v2 .wl-review-summary {
  width: max-content !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin: 0 0 clamp(1rem, 2.2vw, 1.6rem) !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.wraplab-theme-v2 .wl-review-summary .wl-google-mark img {
  width: clamp(112px, 14vw, 170px);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

body.wraplab-theme-v2 .wl-review-summary .wl-stars {
  color: #fbbc05 !important;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  text-shadow: 0 0 18px rgba(251, 188, 5, 0.18);
}

body.wraplab-theme-v2 .wl-review-summary strong {
  color: #fff !important;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.25rem) !important;
  line-height: 1;
}

body.wraplab-theme-v2 .wl-review-summary > span:last-child {
  justify-self: end;
  color: rgba(238, 242, 255, 0.64) !important;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-review-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem) !important;
}

body.wraplab-theme-v2 .wl-review-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.05rem, 2vw, 1.45rem) !important;
  color: rgba(248, 250, 252, 0.88) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022)),
    rgba(7, 9, 14, 0.68) !important;
  border: 1px solid rgba(167, 139, 250, 0.18) !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
}

body.wraplab-theme-v2 .wl-review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #a78bfa, rgba(139, 92, 246, 0.18));
}

body.wraplab-theme-v2 .wl-review-card-head,
body.wraplab-theme-v2 .wl-review-card p {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .wl-review-card-head {
  border-bottom: 1px solid rgba(216, 199, 255, 0.12);
  padding-bottom: 0.8rem;
  margin-bottom: 0.9rem !important;
}

body.wraplab-theme-v2 .wl-review-card-head strong {
  color: #fff !important;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-review-card p {
  color: rgba(238, 242, 255, 0.7) !important;
  line-height: 1.65;
}

body.wraplab-theme-v2 .wl-review-note {
  margin-top: clamp(0.85rem, 2vw, 1.25rem) !important;
  color: rgba(238, 242, 255, 0.48) !important;
  font-size: 0.82rem !important;
}

@media (max-width: 860px) {
  body.wraplab-theme-v2 .wl-review-summary {
    width: 100% !important;
    grid-template-columns: auto 1fr;
  }

  body.wraplab-theme-v2 .wl-review-summary strong,
  body.wraplab-theme-v2 .wl-review-summary > span:last-child {
    justify-self: start;
  }

  body.wraplab-theme-v2 .wl-review-grid {
    grid-template-columns: 1fr !important;
  }
}

body.wraplab-theme-v2 .wl-quick-contact {
  position: relative;
  overflow: hidden;
  padding-top: clamp(3rem, 7vw, 6rem) !important;
  padding-bottom: clamp(3rem, 7vw, 6rem) !important;
  scroll-margin-top: 7rem;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.92), rgba(8, 10, 15, 0.6) 48%, rgba(8, 10, 15, 0.9)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat !important;
}

body.wraplab-theme-v2 .wl-quick-contact::before {
  content: "CONTACT";
  position: absolute;
  left: clamp(1.4rem, 4.2vw, 4.8rem);
  top: 50%;
  z-index: 0;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.2);
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(4.25rem, 10vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  pointer-events: none;
}

body.wraplab-theme-v2 .wl-quick-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 22%, rgba(139, 92, 246, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.22), rgba(8, 10, 15, 0.68));
}

body.wraplab-theme-v2 .wl-quick-contact-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.wraplab-theme-v2 .wl-quick-contact-image {
  position: relative;
  min-height: clamp(260px, 34vw, 500px);
  display: grid;
  place-items: center;
}

body.wraplab-theme-v2 .wl-quick-contact-image::before,
body.wraplab-theme-v2 .wl-quick-contact-image::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
}

body.wraplab-theme-v2 .wl-quick-contact-image::before {
  top: 50%;
  z-index: 2;
  width: min(100%, calc(min(82vh, 860px) * 590 / 1176));
  height: min(82vh, 860px);
  max-height: clamp(640px, 58vw, 860px);
  aspect-ratio: 590 / 1176;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(216, 180, 254, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 42px rgba(139, 92, 246, 0.1),
    0 30px 88px rgba(0, 0, 0, 0.64),
    0 0 52px rgba(139, 92, 246, 0.24);
}

body.wraplab-theme-v2 .wl-quick-contact-image::after {
  bottom: clamp(2.3rem, 5vw, 4.2rem);
  z-index: 1;
  width: min(70%, 520px);
  height: 4.6rem;
  transform: translateX(-50%) perspective(420px) rotateX(62deg);
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.34), rgba(8, 10, 15, 0.02) 70%);
  filter: blur(8px);
}

body.wraplab-theme-v2 .wl-quick-contact-image img {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  max-height: clamp(260px, 34vw, 500px);
  object-fit: contain;
  filter: drop-shadow(0 36px 52px rgba(0, 0, 0, 0.62)) saturate(1.1) contrast(1.06);
}

body.wraplab-theme-v2 .wl-quick-contact-glow {
  position: absolute;
  inset: 12% 2% 4%;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 36%, rgba(139, 92, 246, 0.34), transparent 42%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.24), rgba(76, 29, 149, 0.12));
  filter: blur(18px);
}

body.wraplab-theme-v2 .wl-quick-contact-content {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .wl-quick-contact-content h2 {
  max-width: 720px;
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2.15rem, 4.8vw, 5.5rem) !important;
  line-height: 0.95 !important;
}

body.wraplab-theme-v2 .wl-quick-contact-content p {
  max-width: 660px;
  margin-bottom: 1.4rem;
  color: rgba(245, 247, 251, 0.78) !important;
}

body.wraplab-theme-v2 .wl-quick-contact-form {
  max-width: 720px;
}

body.wraplab-theme-v2 .wl-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.1rem;
}

body.wraplab-theme-v2 .wl-form-grid label {
  display: grid;
  gap: 0.42rem;
}

body.wraplab-theme-v2 .wl-form-grid label.full {
  grid-column: 1 / -1;
}

body.wraplab-theme-v2 .wl-form-grid span {
  color: #ffffff;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-form-grid input,
body.wraplab-theme-v2 .wl-form-grid textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(139, 92, 246, 0.24);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

body.wraplab-theme-v2 .wl-form-grid textarea {
  min-height: 112px;
  resize: vertical;
}

body.wraplab-theme-v2 .wl-form-grid input:focus,
body.wraplab-theme-v2 .wl-form-grid textarea:focus {
  border-color: rgba(196, 181, 253, 0.72);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.16);
}

body.wraplab-theme-v2 .wl-quick-contact-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

body.wraplab-theme-v2 .wl-quick-contact-msg {
  min-height: 1.4rem;
  margin: 0.85rem 0 0;
  color: rgba(245, 247, 251, 0.72) !important;
  font-size: 0.95rem;
}

body.wraplab-theme-v2 .wl-quick-contact-msg.is-success {
  color: #c4f7d2 !important;
}

body.wraplab-theme-v2 .wl-quick-contact-msg.is-error {
  color: #fecaca !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-quick-contact-wrapper {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image {
    min-height: 220px;
  }

  body.wraplab-theme-v2 .wl-form-grid {
    grid-template-columns: 1fr;
  }
}

body.wraplab-theme-v2 .footer {
  background:
    linear-gradient(180deg, rgba(8, 10, 15, 0.92), rgba(8, 10, 15, 0.98)),
    url("./xports/assets/img/home-4/footer/footer-bg.png") center center / cover no-repeat !important;
  border-top: 0 !important;
}

body.wraplab-theme-v2 .footer-social-link,
body.wraplab-theme-v2 .footer-inline-icon-link,
body.wraplab-theme-v2 .contact-action-icon {
  border-radius: 0 !important;
  background: rgba(139, 92, 246, 0.12) !important;
  border-color: rgba(139, 92, 246, 0.34) !important;
}

body.wraplab-theme-v2 .wraplab-v2-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

body.wraplab-theme-v2 .wraplab-v2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .site-header {
    top: 0;
    left: 0;
    right: 0;
  }

  body.wraplab-theme-v2 .nav-wrap {
    min-height: 74px;
  }

  body.wraplab-theme-v2 .brand img {
    max-height: 88px;
  }

  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    padding: 0.75rem 1rem 0;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo img {
    max-height: 108px;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-hero h1,
  body.wraplab-theme-v2 .page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.45rem) !important;
  }

  body.wraplab-theme-v2 .wl-hero,
  body.wraplab-theme-v2 .page-hero {
    padding-top: 5.25rem !important;
  }
}

/* Final V2 header reset: keep the logo/icons, remove the visual header box. */
body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header,
body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header.sticky,
body.wraplab-theme-v2 .site-header.wraplab-v2-header,
body.wraplab-theme-v2 .site-header.wraplab-v2-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100000 !important;
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  contain: none !important;
  isolation: auto !important;
  pointer-events: none !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header::before,
body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header::after,
body.wraplab-theme-v2 .site-header.wraplab-v2-header::before,
body.wraplab-theme-v2 .site-header.wraplab-v2-header::after,
body.wraplab-theme-v2 .wraplab-v2-header-shell::before,
body.wraplab-theme-v2 .wraplab-v2-header-shell::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .wraplab-v2-header-shell {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100001 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 1.05rem 2rem 0 !important;
  overflow: visible !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
  transition: transform 0.28s ease, opacity 0.22s ease !important;
  will-change: transform, opacity;
}

body.wraplab-theme-v2 .site-header.wraplab-v2-header.is-hidden .wraplab-v2-header-shell,
body.wraplab-theme-v2.site-header-hidden .wraplab-v2-header-shell {
  transform: translate3d(0, -170px, 0) !important;
  opacity: 0 !important;
}

body.wraplab-theme-v2 .wraplab-v2-social,
body.wraplab-theme-v2 .wraplab-v2-logo,
body.wraplab-theme-v2 .wraplab-v2-menu-toggle,
body.wraplab-theme-v2 .wraplab-v2-social a {
  pointer-events: auto !important;
}

body.wraplab-theme-v2 .home-main,
body.wraplab-theme-v2 .wl-hero {
  margin-top: 0 !important;
}

body.wraplab-theme-v2 .wl-hero {
  padding-top: clamp(8.5rem, 12vw, 11rem) !important;
}

body.wraplab-theme-v2 .page-hero {
  padding-top: clamp(8rem, 11vw, 10rem) !important;
}

body.wraplab-theme-v2 .wl-kicker {
  display: inline !important;
  padding: 0 !important;
  color: var(--gt-theme) !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  text-decoration: none !important;
}

body.wraplab-theme-v2 .wl-kicker::before,
body.wraplab-theme-v2 .wl-kicker::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    padding: 0.75rem 1rem 0 !important;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-hero,
  body.wraplab-theme-v2 .page-hero {
    padding-top: 7.25rem !important;
  }
}

/* V2 footer and projects polish. */
body.wraplab-theme-v2 .footer {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .footer-shell,
body.wraplab-theme-v2 .footer-brand,
body.wraplab-theme-v2 .footer-contact-rail,
body.wraplab-theme-v2 .footer-social-rail {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .projects-main {
  background:
    radial-gradient(circle at 18% 4%, rgba(139, 92, 246, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.08), transparent 24%),
    var(--gt-bg) !important;
}

body.wraplab-theme-v2 .projects-main .page-hero {
  min-height: 48vh;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 76% 18%, rgba(139, 92, 246, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(8, 10, 15, 0.94), rgba(8, 10, 15, 0.42)) !important;
  border: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .container {
  width: min(1180px, calc(100% - 2rem));
}

body.wraplab-theme-v2 .projects-main .page-hero .badge {
  display: inline !important;
  padding: 0 !important;
  color: var(--gt-theme) !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.16em;
}

body.wraplab-theme-v2 .projects-main .section {
  padding-top: clamp(1.5rem, 3vw, 3rem) !important;
}

body.wraplab-theme-v2 .projects-main .projects-filter-bar {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem !important;
  margin: 0 0 clamp(1.35rem, 2.4vw, 2.25rem) !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .projects-main .projects-filter-chip {
  min-height: 42px;
  padding: 0.65rem 0.95rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

body.wraplab-theme-v2 .projects-main .projects-filter-chip:hover,
body.wraplab-theme-v2 .projects-main .projects-filter-chip:focus-visible,
body.wraplab-theme-v2 .projects-main .projects-filter-chip.is-active {
  color: #fff !important;
  background: linear-gradient(135deg, #8b5cf6, #4c1d95) !important;
  border-color: transparent !important;
}

body.wraplab-theme-v2 .projects-main .projects-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1.1rem, 2.4vw, 2rem) !important;
}

body.wraplab-theme-v2 .projects-main .project-card {
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(24, 26, 34, 0.88), rgba(8, 10, 15, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42) !important;
}

body.wraplab-theme-v2 .projects-main .project-card-media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #050607 !important;
}

body.wraplab-theme-v2 .projects-main .project-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.52));
}

body.wraplab-theme-v2 .projects-main .project-card-media img,
body.wraplab-theme-v2 .projects-main .project-placeholder {
  width: 100% !important;
  height: clamp(320px, 31vw, 500px) !important;
  object-fit: cover !important;
  display: block;
  border-radius: 0 !important;
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.001);
  transition: transform 0.45s ease, filter 0.45s ease;
}

body.wraplab-theme-v2 .projects-main .project-card-lazy-image {
  opacity: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.04) 8%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.04) 33%),
    #050607;
  background-size: 220% 100%;
  animation: wl-project-image-wash 1.25s ease-in-out infinite;
}

body.wraplab-theme-v2 .projects-main .project-card-lazy-image.is-loaded {
  opacity: 1;
  background: transparent;
  animation: none;
  transition: opacity 0.28s ease, transform 0.45s ease, filter 0.45s ease;
}

@keyframes wl-project-image-wash {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

body.wraplab-theme-v2 .projects-main .project-card:hover .project-card-media img {
  transform: scale(1.045);
  filter: saturate(1.16) contrast(1.14);
}

body.wraplab-theme-v2 .projects-main .project-card-body {
  padding: clamp(1rem, 2vw, 1.45rem) !important;
  min-height: 0 !important;
}

body.wraplab-theme-v2 .projects-main .project-service {
  display: inline !important;
  width: auto !important;
  margin: 0 0 0.65rem !important;
  padding: 0 !important;
  color: var(--gt-theme) !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .projects-main .project-card-body h3,
body.wraplab-theme-v2 .projects-main .project-card-body h3 a {
  color: #fff !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  line-height: 1.04 !important;
}

body.wraplab-theme-v2 .projects-main .project-excerpt,
body.wraplab-theme-v2 .projects-main .project-card-body p,
body.wraplab-theme-v2 .projects-main .project-detail {
  color: rgba(255, 255, 255, 0.68) !important;
}

body.wraplab-theme-v2 .projects-main .project-tags {
  gap: 0.45rem !important;
}

body.wraplab-theme-v2 .projects-main .project-tags span {
  min-height: 30px;
  padding: 0.32rem 0.55rem !important;
  color: rgba(255, 255, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .projects-main .project-card-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #8b5cf6, #4c1d95) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.22) !important;
}

body.wraplab-theme-v2 .projects-main .project-card-cta:hover,
body.wraplab-theme-v2 .projects-main .project-card-cta:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, #a78bfa, #6d28d9) !important;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .projects-main .projects-grid {
    grid-template-columns: 1fr !important;
  }
}

/* V2 responsive pass: collapse earlier and keep hero media/copy connected. */
body.wraplab-theme-v2 .home-main .wl-hero-grid {
  align-items: center !important;
  gap: clamp(1.35rem, 3vw, 3rem) !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card {
  align-self: start !important;
  min-height: 0 !important;
  padding: clamp(0.65rem, 1.2vw, 0.95rem) !important;
  overflow: visible !important;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, 0.34), rgba(76, 29, 149, 0.18) 46%, rgba(8, 10, 15, 0.74)) !important;
  border: 1px solid rgba(196, 181, 253, 0.34) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44), 0 0 62px rgba(139, 92, 246, 0.22) !important;
  position: relative !important;
  transform: translateZ(0);
  transition: opacity 0.45s ease, transform 0.55s ease, box-shadow 0.55s ease !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: clamp(-3.8rem, -5vw, -1.7rem) !important;
  z-index: 0 !important;
  width: min(118%, 900px) !important;
  height: clamp(260px, 30vw, 500px) !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(196, 181, 253, 0.38), rgba(139, 92, 246, 0.28) 34%, rgba(76, 29, 149, 0.12) 60%, transparent 78%) !important;
  filter: blur(32px) !important;
  opacity: 0.84 !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card > img {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: clamp(300px, 34vw, 520px) !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: saturate(1.1) contrast(1.05) !important;
  transform: none !important;
  will-change: auto;
}

body.wraplab-theme-v2 .home-main .wl-hero-card.is-rotating-out {
  opacity: 0 !important;
  transform: scale(0.96) translateY(8px) translateZ(0) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.36), 0 0 38px rgba(139, 92, 246, 0.12) !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card > div {
  position: relative !important;
  z-index: 3 !important;
  width: min(94%, 600px) !important;
  margin: clamp(-0.25rem, -0.4vw, -0.1rem) auto 0 !important;
  padding: clamp(0.35rem, 1vw, 0.65rem) 0.2rem clamp(0.65rem, 1.3vw, 0.9rem) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .home-main .wl-hero-card h2 {
  max-width: none !important;
  margin-bottom: 0 !important;
  font-size: clamp(1.15rem, 2vw, 1.75rem) !important;
  line-height: 1.08 !important;
}

@media (max-width: 1240px) {
  body.wraplab-theme-v2 .home-main .wl-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr) !important;
  }

  body.wraplab-theme-v2 .wl-hero h1,
  body.wraplab-theme-v2 .page-hero h1 {
    font-size: clamp(2.75rem, 5.65vw, 5.35rem) !important;
  }
}

@media (max-width: 1040px) {
  body.wraplab-theme-v2 .home-main .wl-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .wl-hero {
    min-height: auto !important;
  }

  body.wraplab-theme-v2 .wl-hero::before {
    left: auto;
    right: 0.2rem;
    opacity: 0.62;
    font-size: clamp(4.3rem, 13vw, 8rem);
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card {
    max-width: min(720px, 100%) !important;
    margin: 0 auto !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card > img {
    height: clamp(260px, 48vw, 470px) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card::before {
    height: clamp(260px, 48vw, 470px) !important;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wraplab-v2-social {
    gap: 0.65rem !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-social svg,
  body.wraplab-theme-v2 .wraplab-v2-menu-toggle svg {
    width: 19px !important;
    height: 19px !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo img {
    max-height: 86px !important;
  }

  body.wraplab-theme-v2 .wl-hero {
    padding-top: 6.4rem !important;
  }

  body.wraplab-theme-v2 .wl-hero::before {
    content: "WRAPLAB";
    right: -0.15rem;
    top: 45%;
    font-size: clamp(3.8rem, 20vw, 6.4rem);
    opacity: 0.44;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
  }

  body.wraplab-theme-v2 .wl-hero-copy::before {
    font-size: clamp(1rem, 5vw, 1.35rem) !important;
  }

  body.wraplab-theme-v2 .wl-hero h1,
  body.wraplab-theme-v2 .page-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.9rem) !important;
    line-height: 1 !important;
  }

  body.wraplab-theme-v2 .wl-hero p {
    font-size: 0.98rem !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card > img {
    height: clamp(220px, 64vw, 340px) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card::before {
    height: clamp(220px, 64vw, 340px) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card > div {
    width: 100% !important;
    margin-top: -0.2rem !important;
    padding: 0.45rem 0.15rem 0.7rem !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card h2 {
    font-size: clamp(1.05rem, 6vw, 1.35rem) !important;
  }
}

@media (max-width: 520px) {
  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    grid-template-columns: auto 1fr auto !important;
    gap: 0.55rem !important;
    padding-inline: 0.75rem !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo {
    justify-self: center !important;
    margin-bottom: -18px !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo img {
    max-height: 72px !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-social a:nth-child(n+3) {
    display: none !important;
  }

  body.wraplab-theme-v2 .wl-hero {
    padding-top: 5.4rem !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-grid {
    gap: 1rem !important;
  }
}

/* V2 hero trust card polish. */
body.wraplab-theme-v2 .wl-trust-row {
  width: min(100%, 560px) !important;
  grid-template-columns: 1fr !important;
  gap: 0.8rem !important;
  display: grid !important;
  justify-items: start !important;
  margin: 1.05rem 0 0 !important;
  text-align: left !important;
}

body.wraplab-theme-v2 .wl-trust-card {
  min-height: 0 !important;
  padding: 0.4rem 0.2rem !important;
  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 a.wl-trust-card {
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.wraplab-theme-v2 a.wl-trust-card:hover,
body.wraplab-theme-v2 a.wl-trust-card:focus-visible {
  transform: translateY(-2px);
  border-color: transparent !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 a.wl-trust-card:focus-visible {
  outline: 2px solid rgba(196, 181, 253, 0.72);
  outline-offset: 3px;
}

body.wraplab-theme-v2 .wl-google-trust-card {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center !important;
  gap: 0.42rem !important;
  color: inherit;
  text-decoration: none;
}

body.wraplab-theme-v2 .wl-logo-trust-card {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.42rem, 1.2vw, 0.95rem);
  width: 100%;
  margin-inline: 0;
}

body.wraplab-theme-v2 .wl-google-g {
  display: inline-grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .wl-google-g img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.wraplab-theme-v2 .wl-google-rating {
  display: grid;
  gap: 0.32rem;
}

body.wraplab-theme-v2 .wl-google-rating .wl-stars {
  color: #fbbc05 !important;
  font-size: 1.18rem !important;
  letter-spacing: 0.08em !important;
  text-shadow: 0 0 18px rgba(251, 188, 5, 0.18);
}

body.wraplab-theme-v2 .wl-google-rating strong {
  display: inline-flex;
  width: max-content;
  padding: 0;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.08em !important;
}

body.wraplab-theme-v2 .wl-certified-trust-card {
  display: grid !important;
  align-content: center !important;
  gap: 0.42rem !important;
}

body.wraplab-theme-v2 .wl-dealer-trust-card {
  display: grid !important;
  grid-template-columns: 1fr;
  align-items: center !important;
  justify-items: start !important;
  gap: 0.45rem !important;
  min-height: 0 !important;
  text-align: left !important;
  width: 100%;
  margin-inline: 0;
}

body.wraplab-theme-v2 .wl-certified-heading {
  display: inline-flex !important;
  align-items: center;
  gap: 0.72rem;
  white-space: nowrap;
}

body.wraplab-theme-v2 .wl-certified-icon {
  width: 2.75rem !important;
  height: 2.75rem !important;
  flex: 0 0 2.75rem;
  display: inline-grid !important;
  place-items: center;
  color: #a78bfa !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .wl-certified-icon svg {
  width: 1.72rem;
  height: 1.72rem;
  display: block;
  fill: currentColor;
}

body.wraplab-theme-v2 .wl-certified-trust-card strong,
body.wraplab-theme-v2 .wl-dealer-trust-card strong {
  color: #fff !important;
  font-size: clamp(0.94rem, 1.35vw, 1.15rem) !important;
  line-height: 1.05;
}

body.wraplab-theme-v2 .wl-dealer-trust-card strong {
  font-size: clamp(1.24rem, 2.2vw, 1.72rem) !important;
  letter-spacing: 0.05em !important;
}

body.wraplab-theme-v2 .wl-certified-trust-card > span:not(.wl-certified-heading) {
  color: rgba(255, 255, 255, 0.66) !important;
}

body.wraplab-theme-v2 .wl-dealer-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.72rem, 1.45vw, 1.1rem);
  min-width: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .wl-dealer-logos img {
  display: block;
  object-fit: contain;
}

body.wraplab-theme-v2 .wl-pure-ppf-logo {
  width: 7.15rem;
  height: 7.15rem;
}

body.wraplab-theme-v2 .wl-inozetek-logo {
  width: 9.9rem;
  max-height: 2.75rem;
}

body.wraplab-theme-v2 .wl-dealer-mark {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-grid;
  place-items: center;
  color: #f5f3ff;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.24), transparent 40%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.92), rgba(88, 28, 135, 0.92));
  border: 1px solid rgba(216, 180, 254, 0.36);
  border-radius: 0.7rem;
  box-shadow: 0 0 26px rgba(139, 92, 246, 0.3);
  font-size: 0.74rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

body.wraplab-theme-v2 .wl-dealer-trust-card > span:last-child {
  display: grid;
  gap: 0.24rem;
  justify-items: start;
  text-align: left;
  width: 100%;
}

body.wraplab-theme-v2 .wl-dealer-certified-line {
  color: rgba(255, 255, 255, 0.9);
  gap: 0.42rem !important;
  justify-content: flex-start;
  font-size: clamp(0.98rem, 1.28vw, 1.16rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .wl-dealer-certified-line .wl-certified-icon {
  width: 2.05rem !important;
  height: 2.05rem !important;
  flex-basis: 2.05rem !important;
}

body.wraplab-theme-v2 .wl-dealer-certified-line .wl-certified-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

body.wraplab-theme-v2 .wl-trust-meta {
  color: rgba(196, 181, 253, 0.88) !important;
  font-size: clamp(0.84rem, 1.06vw, 0.98rem) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  font-weight: 900;
}

body.wraplab-theme-v2 .wl-dealer-trust-card .wl-trust-meta {
  display: inline;
}

body.wraplab-theme-v2 .wl-dealer-trust-card .wl-trust-meta + .wl-trust-meta::before {
  content: " / ";
  color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-trust-row {
    grid-template-columns: 1fr !important;
    width: min(100%, 420px) !important;
    max-width: 420px;
    gap: 0.45rem !important;
    justify-items: center !important;
    margin: 1.05rem auto 0 !important;
    text-align: center !important;
  }

  body.wraplab-theme-v2 .wl-trust-card,
  body.wraplab-theme-v2 a.wl-trust-card {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0.25rem 0.1rem !important;
    justify-content: center !important;
    justify-items: center !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.wraplab-theme-v2 a.wl-trust-card:hover,
  body.wraplab-theme-v2 a.wl-trust-card:focus-visible {
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.wraplab-theme-v2 .wl-google-trust-card {
    grid-template-columns: auto 1fr !important;
    gap: 0.22rem !important;
    justify-content: center !important;
    justify-items: center !important;
  }

  body.wraplab-theme-v2 .wl-logo-trust-card {
    gap: 0.42rem !important;
    justify-content: center !important;
    margin-inline: auto !important;
  }

  body.wraplab-theme-v2 .wl-google-rating {
    justify-items: center !important;
    text-align: center !important;
  }

  body.wraplab-theme-v2 .wl-google-rating strong {
    margin-inline: auto !important;
  }

  body.wraplab-theme-v2 .wl-certified-trust-card {
    align-content: center !important;
    justify-content: center !important;
    justify-items: center !important;
  }

  body.wraplab-theme-v2 .wl-dealer-trust-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px) !important;
    justify-self: center !important;
    justify-content: center !important;
    justify-items: center !important;
    text-align: center !important;
    margin-inline: auto !important;
    gap: 0.42rem !important;
  }

  body.wraplab-theme-v2 .wl-dealer-trust-card > span:last-child {
    justify-items: center !important;
    text-align: center !important;
  }

  body.wraplab-theme-v2 .wl-dealer-certified-line {
    justify-content: center !important;
  }

  body.wraplab-theme-v2 .wl-certified-heading {
    justify-content: center !important;
    gap: 0.38rem !important;
    white-space: normal !important;
  }

  body.wraplab-theme-v2 .wl-google-g {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
  }

  body.wraplab-theme-v2 .wl-google-rating .wl-stars {
    font-size: 0.88rem !important;
    letter-spacing: 0.04em !important;
  }

  body.wraplab-theme-v2 .wl-google-rating strong,
  body.wraplab-theme-v2 .wl-certified-trust-card strong {
    font-size: clamp(0.68rem, 2.9vw, 0.82rem) !important;
    line-height: 1.05 !important;
  }

  body.wraplab-theme-v2 .wl-dealer-trust-card strong {
    font-size: clamp(1.08rem, 5vw, 1.38rem) !important;
    line-height: 1.05 !important;
  }

  body.wraplab-theme-v2 .wl-dealer-certified-line {
    font-size: clamp(0.78rem, 3.35vw, 0.96rem) !important;
  }

  body.wraplab-theme-v2 .wl-certified-icon {
    width: 1.85rem !important;
    height: 1.85rem !important;
    flex-basis: 1.85rem !important;
  }

  body.wraplab-theme-v2 .wl-certified-icon svg {
    width: 1.14rem;
    height: 1.14rem;
  }

  body.wraplab-theme-v2 .wl-dealer-logos {
    min-width: 0;
    gap: 0.48rem;
    padding: 0;
  }

  body.wraplab-theme-v2 .wl-pure-ppf-logo {
    width: 4.65rem;
    height: 4.65rem;
  }

  body.wraplab-theme-v2 .wl-inozetek-logo {
    width: 6.65rem;
    max-height: 1.9rem;
  }

  body.wraplab-theme-v2 .wl-dealer-mark {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.56rem;
  }

  body.wraplab-theme-v2 .wl-trust-meta,
  body.wraplab-theme-v2 .wl-certified-trust-card > span:not(.wl-certified-heading),
  body.wraplab-theme-v2 .wl-dealer-trust-card .wl-trust-meta {
    display: block;
    font-size: clamp(0.68rem, 2.85vw, 0.82rem) !important;
    line-height: 1.15 !important;
  }

  body.wraplab-theme-v2 .wl-dealer-trust-card .wl-trust-meta + .wl-trust-meta::before {
    content: none;
  }
}

/* V2 services page retrofit. The services template is DB-rendered legacy markup,
   so these overrides make that structure match the v2 visual system. */
body.wraplab-theme-v2 main:not(.home-main) {
  background:
    radial-gradient(circle at 16% 4%, rgba(139, 92, 246, 0.18), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(59, 130, 246, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(6, 7, 12, 0.86), rgba(8, 10, 15, 0.98) 46%, rgba(8, 10, 15, 1)) !important;
}

body.wraplab-theme-v2 main:not(.home-main)::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
}

body.wraplab-theme-v2 .page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(9rem, 13vw, 12rem) 0 clamp(3rem, 6vw, 5rem) !important;
  background:
    radial-gradient(circle at 28% 15%, rgba(139, 92, 246, 0.2), transparent 35%),
    linear-gradient(135deg, rgba(18, 12, 34, 0.62), rgba(8, 10, 15, 0.12)) !important;
  border-bottom: 1px solid rgba(139, 92, 246, 0.18);
}

body.wraplab-theme-v2 .page-hero::before {
  content: "SERVICES";
  position: absolute;
  right: clamp(-1.4rem, -2vw, -0.4rem);
  bottom: -0.16em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.14);
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(5rem, 16vw, 15rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  pointer-events: none;
}

body.wraplab-theme-v2 .page-hero .container {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .page-hero .badge {
  display: block !important;
  max-width: 880px;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Chakra Petch", sans-serif !important;
  font-size: clamp(3.1rem, 7vw, 7.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.92 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

body.wraplab-theme-v2 .page-hero p {
  max-width: 760px;
  color: rgba(245, 247, 251, 0.78) !important;
  font-size: clamp(1.02rem, 1.45vw, 1.25rem) !important;
}

body.wraplab-theme-v2 .section-service-tight {
  position: relative;
  padding: clamp(1.35rem, 3.2vw, 2.7rem) 0 !important;
  background: transparent !important;
}

body.wraplab-theme-v2 .service-feature-card,
body.wraplab-theme-v2 .services-snapshot-merged {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(1.3rem, 3vw, 3rem);
  align-items: stretch;
  padding: clamp(1rem, 2.6vw, 2rem) !important;
  overflow: hidden;
  color: var(--gt-text) !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(139, 92, 246, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(20, 22, 31, 0.84), rgba(8, 10, 15, 0.78)) !important;
  border: 1px solid rgba(139, 92, 246, 0.22) !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

body.wraplab-theme-v2 .service-feature-card::before,
body.wraplab-theme-v2 .services-snapshot-merged::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 96% 10%, rgba(139, 92, 246, 0.14), transparent 26%);
}

body.wraplab-theme-v2 .service-feature-card > *,
body.wraplab-theme-v2 .services-snapshot-merged > * {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .service-feature-media-col {
  display: grid !important;
  align-content: start;
  gap: 0.85rem;
}

body.wraplab-theme-v2 .service-feature-media {
  position: relative;
  min-height: clamp(240px, 28vw, 430px);
  margin: 0 !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(139, 92, 246, 0.26), transparent 48%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.18), rgba(76, 29, 149, 0.08)) !important;
  border: 1px solid rgba(196, 181, 253, 0.18) !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .service-feature-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 28vw, 430px);
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.01);
}

body.wraplab-theme-v2 .service-pricing-media-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent !important;
}

body.wraplab-theme-v2 .service-feature-body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 1rem;
}

body.wraplab-theme-v2 .service-feature-body h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 4vw, 4.65rem) !important;
  line-height: 0.96 !important;
}

body.wraplab-theme-v2 .service-feature-body p {
  max-width: 760px;
  color: rgba(245, 247, 251, 0.76) !important;
  font-size: clamp(0.98rem, 1.18vw, 1.12rem) !important;
  line-height: 1.72 !important;
}

body.wraplab-theme-v2 .service-content-rotator {
  min-height: auto !important;
  height: auto !important;
  perspective: none !important;
}

body.wraplab-theme-v2 .service-content-rotator-inner {
  min-height: auto !important;
  height: auto !important;
  transform-style: flat !important;
}

body.wraplab-theme-v2 .service-content-face {
  position: relative !important;
  inset: auto !important;
  min-height: auto !important;
  backface-visibility: visible !important;
  transform: none !important;
}

body.wraplab-theme-v2 .service-content-face--pricing {
  display: none;
}

body.wraplab-theme-v2 .service-feature-body.is-pricing .service-content-face--copy {
  display: none;
}

body.wraplab-theme-v2 .service-feature-body.is-pricing .service-content-face--pricing {
  display: block;
}

body.wraplab-theme-v2 .service-pricing-block {
  display: grid;
  gap: 0.55rem;
}

body.wraplab-theme-v2 .service-pricing-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.72rem 0.85rem !important;
  color: rgba(245, 247, 251, 0.86) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(139, 92, 246, 0.16) !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .service-pricing-row--full {
  grid-template-columns: 1fr;
  background: rgba(139, 92, 246, 0.09) !important;
}

body.wraplab-theme-v2 .service-pricing-label,
body.wraplab-theme-v2 .service-pricing-note {
  color: rgba(245, 247, 251, 0.76) !important;
}

body.wraplab-theme-v2 .service-pricing-value {
  color: #fff !important;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 900;
  white-space: nowrap;
}

body.wraplab-theme-v2 .service-pricing-trigger,
body.wraplab-theme-v2 .service-color-samples-link,
body.wraplab-theme-v2 .btn.ghost {
  color: #fff !important;
  background: rgba(139, 92, 246, 0.08) !important;
  border: 1px solid rgba(139, 92, 246, 0.34) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .service-pricing-trigger:hover,
body.wraplab-theme-v2 .service-color-samples-link:hover,
body.wraplab-theme-v2 .btn.ghost:hover {
  background: rgba(139, 92, 246, 0.18) !important;
  border-color: rgba(196, 181, 253, 0.5) !important;
}

body.wraplab-theme-v2 .services-snapshot-merged {
  display: block !important;
  margin-top: clamp(1rem, 3vw, 2rem);
}

body.wraplab-theme-v2 .services-snapshot-merged > h2:empty {
  display: none;
}

body.wraplab-theme-v2 .snapshot-merge {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}

body.wraplab-theme-v2 .snapshot-col {
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(139, 92, 246, 0.18);
}

body.wraplab-theme-v2 .snapshot-col h3 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem) !important;
}

body.wraplab-theme-v2 .ajax-panel {
  color: rgba(245, 247, 251, 0.68) !important;
}

body.wraplab-theme-v2 .snapshot-services {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

body.wraplab-theme-v2 .snapshot-services li {
  padding: 0.62rem 0.75rem;
  color: rgba(245, 247, 251, 0.82);
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.16);
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .service-feature-card {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .snapshot-merge {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .page-hero .badge {
    font-size: clamp(2.2rem, 12vw, 3.5rem) !important;
  }

  body.wraplab-theme-v2 .service-pricing-row {
    grid-template-columns: 1fr;
  }
}

/* V2 after-care page retrofit. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  isolation: isolate;
  overflow: visible !important;
  min-height: clamp(440px, 52vw, 680px);
  display: grid;
  align-items: end;
  padding-bottom: clamp(3rem, 7vw, 6rem) !important;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.94), rgba(8, 10, 15, 0.56) 52%, rgba(8, 10, 15, 0.88)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  content: "AFTER\00a0 CARE";
  position: absolute;
  left: clamp(0.55rem, 1.1vw, 1.25rem);
  right: auto;
  top: calc(100% - clamp(9rem, 14vw, 13rem));
  bottom: auto;
  z-index: 4;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.14);
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(4rem, 10vw, 9.5rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: rotate(180deg);
  pointer-events: none;
}

body.wraplab-theme-v2 .wl-aftercare-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(139, 92, 246, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.12), rgba(8, 10, 15, 0.72));
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    content: none;
    display: none;
  }
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .wl-aftercare-hero .wl-intro-particles {
  z-index: 1;
  opacity: 0.5;
}

body.wraplab-theme-v2 .wl-aftercare-hero .badge {
  color: var(--gt-theme) !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.16em !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  max-width: 900px;
}

body.wraplab-theme-v2 .aftercare-split {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: stretch;
  padding: clamp(1rem, 2.6vw, 2rem) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(139, 92, 246, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(20, 22, 31, 0.82), rgba(8, 10, 15, 0.72)) !important;
  border: 1px solid rgba(139, 92, 246, 0.2) !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

body.wraplab-theme-v2 .aftercare-split::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 96% 10%, rgba(139, 92, 246, 0.12), transparent 26%);
}

body.wraplab-theme-v2 .aftercare-split > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.wraplab-theme-v2 .aftercare-media {
  z-index: 1;
  min-height: clamp(240px, 26vw, 410px);
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(139, 92, 246, 0.24), transparent 48%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(76, 29, 149, 0.08)) !important;
  border: 1px solid rgba(196, 181, 253, 0.16);
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .aftercare-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06);
  transform: none;
}

body.wraplab-theme-v2 .aftercare-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  gap: 0.9rem;
  min-width: 0;
}

body.wraplab-theme-v2 .aftercare-copy h2 {
  margin: 0 !important;
  font-size: clamp(1.85rem, 3.6vw, 4.2rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 .aftercare-copy p {
  max-width: 780px;
  color: rgba(245, 247, 251, 0.76) !important;
  font-size: clamp(0.98rem, 1.16vw, 1.1rem) !important;
  line-height: 1.72 !important;
}

body.wraplab-theme-v2 .aftercare-step-list {
  display: grid;
  gap: clamp(0.55rem, 1vw, 0.78rem);
  max-width: 820px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(245, 247, 251, 0.8);
  font-size: clamp(0.98rem, 1.16vw, 1.1rem);
  line-height: 1.54;
}

body.wraplab-theme-v2 .aftercare-step-list li {
  position: relative;
  padding-left: 1.35rem;
}

body.wraplab-theme-v2 .aftercare-step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.44rem;
  height: 0.44rem;
  background: linear-gradient(135deg, rgba(196, 181, 253, 0.95), rgba(139, 92, 246, 0.9));
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.42);
  transform: rotate(45deg);
}

body.wraplab-theme-v2 .aftercare-final-cta {
  margin-top: auto;
  padding-top: clamp(1.1rem, 2.4vw, 2rem);
  text-align: center;
}

body.wraplab-theme-v2 .aftercare-final-cta p {
  max-width: none;
  margin: 0 0 0.85rem !important;
  color: rgba(245, 247, 251, 0.86) !important;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.wraplab-theme-v2 .aftercare-final-cta .btn {
  justify-content: center;
}

@media (min-width: 901px) {
  body.wraplab-theme-v2 .section-service-tight:nth-of-type(odd) .aftercare-media {
    grid-column: 1;
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(odd) .aftercare-copy {
    grid-column: 2;
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(even) .aftercare-media {
    grid-column: 2;
    grid-row: 1;
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(even) .aftercare-copy {
    grid-column: 1;
    grid-row: 1;
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: minmax(0, 1.28fr) minmax(220px, 0.52fr);
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(3) .aftercare-media {
    max-height: 320px;
    align-self: center;
  }

  body.wraplab-theme-v2 .section-service-tight:nth-of-type(3) .aftercare-media img {
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .aftercare-split {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .aftercare-media,
  body.wraplab-theme-v2 .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.wraplab-theme-v2 .aftercare-media {
    aspect-ratio: 16 / 10;
  }

  body.wraplab-theme-v2 .aftercare-step-list {
    gap: 0.72rem;
    line-height: 1.5;
  }
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .wl-quick-contact::before {
    left: 0.85rem;
    font-size: clamp(3.25rem, 14vw, 5.8rem);
    opacity: 0.72;
  }
}

/* V2 vinyl color sample catalog */
body.wraplab-theme-v2 .samples-main {
  position: relative;
  overflow: hidden;
}

body.wraplab-theme-v2 .samples-main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 16% 12%, rgba(139, 92, 246, 0.22), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(76, 29, 149, 0.22), transparent 30%),
    linear-gradient(180deg, #080a0f 0%, #0f111a 52%, #080a0f 100%);
}

body.wraplab-theme-v2 .samples-main .page-hero {
  position: relative;
  min-height: clamp(390px, 44vw, 580px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(8rem, 12vw, 13rem) !important;
  padding-bottom: clamp(3rem, 7vw, 6rem) !important;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.96), rgba(8, 10, 15, 0.58) 52%, rgba(8, 10, 15, 0.88)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat !important;
}

body.wraplab-theme-v2 .samples-main .page-hero .container {
  position: relative;
  z-index: 2;
}

body.wraplab-theme-v2 .samples-hero-title {
  max-width: 980px;
  margin: 0 0 1rem !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(2.55rem, 5.4vw, 5.8rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
}

body.wraplab-theme-v2 .samples-main .page-hero p {
  max-width: 850px;
  margin: 0.35rem 0 0 !important;
  color: rgba(245, 247, 251, 0.78) !important;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.7 !important;
}

body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .section-tight {
  padding-top: clamp(2.25rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 5.5rem) !important;
  background: transparent !important;
}

body.wraplab-theme-v2 .samples-shell,
body.wraplab-theme-v2 .sample-detail-shell {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.wraplab-theme-v2 .samples-toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .samples-search {
  width: 100%;
  min-height: 58px;
  padding: 0 1.1rem !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(139, 92, 246, 0.32) !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 18px 55px rgba(0, 0, 0, 0.22) !important;
}

body.wraplab-theme-v2 .samples-search::placeholder {
  color: rgba(245, 247, 251, 0.48);
}

body.wraplab-theme-v2 .samples-search:focus {
  border-color: rgba(196, 181, 253, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.18), 0 18px 55px rgba(0, 0, 0, 0.28) !important;
}

body.wraplab-theme-v2 .samples-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.85rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.wraplab-theme-v2 .samples-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.86rem !important;
  color: rgba(245, 247, 251, 0.82) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(139, 92, 246, 0.28) !important;
  border-radius: 0 !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

body.wraplab-theme-v2 .samples-chip:hover,
body.wraplab-theme-v2 .samples-chip.is-active,
body.wraplab-theme-v2 .samples-chip[aria-pressed="true"] {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.88), rgba(76, 29, 149, 0.92)) !important;
  border-color: rgba(196, 181, 253, 0.76) !important;
  transform: translateY(-1px);
}

body.wraplab-theme-v2 .samples-status {
  margin: 1.25rem 0 0 !important;
  color: rgba(245, 247, 251, 0.66) !important;
}

body.wraplab-theme-v2 .samples-list {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  margin-top: clamp(2rem, 4vw, 3.5rem) !important;
}

body.wraplab-theme-v2 .sample-category {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .sample-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem !important;
  padding: 0 0 0.9rem !important;
  border-bottom: 1px solid rgba(139, 92, 246, 0.24) !important;
}

body.wraplab-theme-v2 .sample-category-head h2,
body.wraplab-theme-v2 .sample-category-head h3 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(1.7rem, 3vw, 3.1rem) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .sample-category-head p,
body.wraplab-theme-v2 .sample-category-count {
  margin: 0 !important;
  color: rgba(196, 181, 253, 0.78) !important;
  font-size: 0.88rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
}

body.wraplab-theme-v2 .sample-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
}

body.wraplab-theme-v2 .sample-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(139, 92, 246, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(24, 26, 34, 0.86), rgba(8, 10, 15, 0.82)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.wraplab-theme-v2 .sample-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 181, 253, 0.5) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), 0 0 34px rgba(139, 92, 246, 0.15) !important;
}

body.wraplab-theme-v2 .sample-card-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

body.wraplab-theme-v2 .sample-thumb-wrap {
  position: relative;
  aspect-ratio: 1 / 0.72;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(255, 255, 255, 0.04)) !important;
}

body.wraplab-theme-v2 .sample-thumb {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 360ms ease, filter 360ms ease;
}

body.wraplab-theme-v2 .sample-card:hover .sample-thumb {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.06);
}

body.wraplab-theme-v2 .sample-meta {
  display: grid;
  gap: 0.48rem;
  padding: 0.92rem !important;
}

body.wraplab-theme-v2 .sample-meta h3,
body.wraplab-theme-v2 .sample-meta h4 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.wraplab-theme-v2 .sample-meta p,
body.wraplab-theme-v2 .sample-desc {
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.62) !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}

body.wraplab-theme-v2 .sample-brand-badge,
body.wraplab-theme-v2 .sample-code,
body.wraplab-theme-v2 .sample-finish {
  width: fit-content;
  max-width: 100%;
  padding: 0.28rem 0.48rem !important;
  color: rgba(221, 214, 254, 0.94) !important;
  background: rgba(139, 92, 246, 0.14) !important;
  border: 1px solid rgba(139, 92, 246, 0.32) !important;
  border-radius: 0 !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .sample-detail-back {
  margin-bottom: 1rem;
}

body.wraplab-theme-v2 .sample-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: stretch;
  padding: clamp(1rem, 2.6vw, 2rem) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(139, 92, 246, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(24, 26, 34, 0.86), rgba(8, 10, 15, 0.78)) !important;
  border: 1px solid rgba(139, 92, 246, 0.22) !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

body.wraplab-theme-v2 .sample-detail-image,
body.wraplab-theme-v2 .sample-detail-image-wrap,
body.wraplab-theme-v2 .sample-detail-media {
  min-height: clamp(260px, 32vw, 500px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .sample-detail-image img,
body.wraplab-theme-v2 .sample-detail-image-wrap img,
body.wraplab-theme-v2 .sample-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 32vw, 500px);
  object-fit: cover;
}

body.wraplab-theme-v2 .sample-detail-content,
body.wraplab-theme-v2 .sample-detail-meta {
  display: grid;
  align-content: center;
  gap: 0.9rem;
}

body.wraplab-theme-v2 .sample-detail-content h1,
body.wraplab-theme-v2 .sample-detail-content h2,
body.wraplab-theme-v2 .sample-detail-meta h1,
body.wraplab-theme-v2 .sample-detail-meta h2 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(2rem, 4vw, 4.5rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 .sample-detail-content p,
body.wraplab-theme-v2 .sample-detail-content li,
body.wraplab-theme-v2 .sample-detail-meta p,
body.wraplab-theme-v2 .sample-detail-meta li {
  color: rgba(245, 247, 251, 0.72) !important;
}

body.wraplab-theme-v2 .sample-detail-subtitle {
  width: fit-content;
  padding: 0.42rem 0.6rem !important;
  color: rgba(221, 214, 254, 0.94) !important;
  background: rgba(139, 92, 246, 0.14) !important;
  border: 1px solid rgba(139, 92, 246, 0.32) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  body.wraplab-theme-v2 .sample-category-head,
  body.wraplab-theme-v2 .sample-detail-card {
    grid-template-columns: 1fr;
  }

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

  body.wraplab-theme-v2 .samples-hero-title {
    font-size: clamp(2.35rem, 12vw, 4.2rem) !important;
  }
}

@media (max-width: 480px) {
  body.wraplab-theme-v2 .sample-grid {
    grid-template-columns: 1fr;
  }
}

/* V2 contact page refinement */
body.wraplab-theme-v2 .contact-main .contact-layout {
  align-items: stretch;
}

body.wraplab-theme-v2 .contact-main .form-wrap {
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(18, 20, 28, 0.86), rgba(8, 10, 15, 0.82)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34) !important;
}

body.wraplab-theme-v2 .contact-main .form-wrap,
body.wraplab-theme-v2 .contact-main .form-wrap *,
body.wraplab-theme-v2 .contact-main .form-grid,
body.wraplab-theme-v2 .contact-main .field,
body.wraplab-theme-v2 .contact-main .field.full {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

body.wraplab-theme-v2 .contact-main .form-wrap::before,
body.wraplab-theme-v2 .contact-main .form-wrap::after,
body.wraplab-theme-v2 .contact-main .form-grid::before,
body.wraplab-theme-v2 .contact-main .form-grid::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .form-grid {
  gap: clamp(0.8rem, 1.8vw, 1.15rem) !important;
}

body.wraplab-theme-v2 .contact-main .field {
  min-width: 0;
}

body.wraplab-theme-v2 .contact-main .field label,
body.wraplab-theme-v2 .contact-main .field > label:first-child {
  color: rgba(245, 247, 251, 0.76) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.77rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .contact-main input,
body.wraplab-theme-v2 .contact-main select,
body.wraplab-theme-v2 .contact-main textarea {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(139, 92, 246, 0.26) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .contact-main input:focus,
body.wraplab-theme-v2 .contact-main select:focus,
body.wraplab-theme-v2 .contact-main textarea:focus {
  border-color: rgba(196, 181, 253, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.16) !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) {
  position: relative;
  display: grid;
  align-items: stretch;
  min-height: 118px;
  padding: 0 0 0 4.1rem !important;
  overflow: hidden;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before {
  content: "SERVICES";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.9rem;
  display: grid;
  place-items: center;
  color: rgba(221, 214, 254, 0.88);
  background:
    linear-gradient(180deg, rgba(139, 92, 246, 0.28), rgba(76, 29, 149, 0.22)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(139, 92, 246, 0.32);
  font-family: "Chakra Petch", "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) select {
  min-height: 58px;
  align-self: center;
}

@supports not selector(:has(*)) {
  body.wraplab-theme-v2 .contact-main #service {
    border-left: 4px solid rgba(139, 92, 246, 0.7) !important;
  }
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .contact-main .field.full:has(#service) {
    min-height: 98px;
    padding-left: 3.45rem !important;
  }

  body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before {
    width: 2.45rem;
    font-size: 0.64rem;
  }
}

/* V2 service-area landing and local pages */
body.wraplab-theme-v2 .service-area-main {
  background:
    radial-gradient(circle at 16% 8%, rgba(139, 92, 246, 0.22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.07), transparent 24%),
    linear-gradient(180deg, #080a0f 0%, #0f111a 48%, #080a0f 100%) !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero {
  min-height: auto;
  padding: clamp(8.5rem, 12vw, 12rem) 0 clamp(1.75rem, 4vw, 3.5rem) !important;
  background:
    radial-gradient(circle at 76% 18%, rgba(139, 92, 246, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.02)) !important;
  border-bottom: 0 !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero .container {
  width: min(1440px, calc(100% - clamp(2rem, 5vw, 5rem)));
}

body.wraplab-theme-v2 .service-area-main .page-hero .badge {
  margin-bottom: 1rem !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero h1 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(2.65rem, 4.9vw, 5.8rem) !important;
  line-height: 0.96 !important;
}

@media (min-width: 980px) {
  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    white-space: nowrap;
  }
}

body.wraplab-theme-v2 .service-area-main .page-hero p {
  max-width: min(1260px, 100%) !important;
  margin-top: 1rem !important;
  color: rgba(245, 247, 251, 0.76) !important;
  font-size: clamp(1.02rem, 1.35vw, 1.24rem) !important;
  line-height: 1.7 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-meta-line {
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main .section,
body.wraplab-theme-v2 .service-area-main .section-tight {
  padding-top: clamp(1.25rem, 3vw, 2.25rem) !important;
  padding-bottom: clamp(3rem, 6vw, 5.5rem) !important;
  background: transparent !important;
}

body.wraplab-theme-v2 .service-area-main .container.content-panel {
  width: min(1440px, calc(100% - clamp(2rem, 5vw, 5rem)));
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .service-area-main .container.content-panel::before,
body.wraplab-theme-v2 .service-area-main .container.content-panel::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 1.8vw, 1.4rem) !important;
  align-items: stretch;
}

body.wraplab-theme-v2 .service-area-main .service-area-card,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card {
  min-width: 0;
  padding: clamp(1.05rem, 2vw, 1.55rem) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(24, 26, 34, 0.78), rgba(8, 10, 15, 0.82)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 20px 68px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.wraplab-theme-v2 .service-area-main .service-area-card:hover,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 181, 253, 0.46) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), 0 0 34px rgba(139, 92, 246, 0.12) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card h2,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card h2,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card h3 {
  margin: 0 0 0.75rem !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.1vw, 2.25rem) !important;
  line-height: 1.02 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card p,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card p,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card li {
  color: rgba(245, 247, 251, 0.7) !important;
  line-height: 1.62 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card .btn,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card .btn {
  min-width: 0 !important;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.35rem;
}

body.wraplab-theme-v2 .service-area-main .service-area-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

body.wraplab-theme-v2 .service-area-main .service-area-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.48rem 0.66rem !important;
  color: rgba(221, 214, 254, 0.94) !important;
  background: rgba(139, 92, 246, 0.12) !important;
  border: 1px solid rgba(139, 92, 246, 0.28) !important;
  border-radius: 0 !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .service-area-main .service-area-links a:hover {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.86), rgba(76, 29, 149, 0.9)) !important;
  border-color: rgba(196, 181, 253, 0.62) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-price-list {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0;
}

body.wraplab-theme-v2 .service-area-main .service-area-price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0.8rem !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 0 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-price-row span {
  color: rgba(245, 247, 251, 0.64) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-price-row strong {
  color: #fff !important;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    white-space: normal;
    font-size: clamp(2.25rem, 11vw, 4rem) !important;
  }

  body.wraplab-theme-v2 .service-area-main .service-area-grid {
    grid-template-columns: 1fr;
  }
}

/* V2 services page continuous flow */
body.wraplab-theme-v2 .services-main {
  background:
    linear-gradient(180deg, rgba(8, 10, 15, 0.88), rgba(8, 10, 15, 0.7) 42%, rgba(8, 10, 15, 0.92)),
    url("/assets/img/hex-bg.webp") top center / cover fixed no-repeat,
    #080a0f !important;
}

body.wraplab-theme-v2 .services-main::before,
body.wraplab-theme-v2 .services-main::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body.wraplab-theme-v2 .services-main::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 92, 246, 0.2), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.07), transparent 24%);
}

body.wraplab-theme-v2 .services-main::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.34;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
}

body.wraplab-theme-v2 .services-main .page-hero {
  min-height: auto;
  padding: clamp(8.5rem, 12vw, 12rem) 0 clamp(1.5rem, 4vw, 3rem) !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(139, 92, 246, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.02)) !important;
  border-bottom: 0 !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .services-main .page-hero::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .page-hero .container,
body.wraplab-theme-v2 .services-main .section-service-tight > .container,
body.wraplab-theme-v2 .services-main .section > .container {
  width: min(1280px, calc(100% - clamp(2rem, 5vw, 5rem))) !important;
}

body.wraplab-theme-v2 .services-main .page-hero .badge {
  max-width: none;
  margin-bottom: 1rem !important;
  color: #fff !important;
  font-size: clamp(2.75rem, 6vw, 6.7rem) !important;
}

body.wraplab-theme-v2 .services-main .page-hero p {
  max-width: min(1120px, 100%) !important;
  color: rgba(245, 247, 251, 0.78) !important;
  line-height: 1.72 !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight {
  padding: clamp(1.4rem, 3.2vw, 2.8rem) 0 !important;
  background: transparent !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight + .section-service-tight {
  margin-top: clamp(0.5rem, 1.5vw, 1.2rem);
}

body.wraplab-theme-v2 .services-main .service-feature-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 2.3vw, 1.8rem) !important;
  padding: 0 0 clamp(1.7rem, 4vw, 3.2rem) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.wraplab-theme-v2 .services-main .service-feature-card::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .service-feature-card::after {
  content: "";
  display: block;
  width: min(720px, 72%);
  height: 1px;
  margin-top: clamp(1rem, 2vw, 1.5rem);
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.42), transparent);
  justify-self: center;
}

body.wraplab-theme-v2 .services-main .service-feature-media-col {
  width: min(980px, 100%);
  justify-self: center;
}

body.wraplab-theme-v2 .services-main .service-feature-media {
  min-height: clamp(240px, 36vw, 460px);
  width: 100%;
  background:
    radial-gradient(circle at 50% 12%, rgba(139, 92, 246, 0.18), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(139, 92, 246, 0.08)) !important;
  border: 1px solid rgba(196, 181, 253, 0.18) !important;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24), 0 0 46px rgba(139, 92, 246, 0.1) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media img {
  min-height: clamp(240px, 36vw, 460px);
}

body.wraplab-theme-v2 .services-main .service-feature-body {
  width: min(980px, 100%);
  justify-self: center;
  align-content: start;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body h2 {
  max-width: 980px;
  font-size: clamp(2.15rem, 4.4vw, 5.15rem) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body p {
  max-width: 980px !important;
  font-size: clamp(1rem, 1.2vw, 1.13rem) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-block {
  width: min(900px, 100%);
}

body.wraplab-theme-v2 .services-main .services-snapshot-merged {
  display: block !important;
  padding: 0 !important;
  margin-top: clamp(1.5rem, 4vw, 3rem) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .services-snapshot-merged::before,
body.wraplab-theme-v2 .services-main .services-snapshot-merged::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .snapshot-merge {
  gap: clamp(1rem, 2vw, 1.5rem);
}

body.wraplab-theme-v2 .services-main .snapshot-col {
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(139, 92, 246, 0.2) !important;
  border-radius: 0 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main {
    background-attachment: scroll !important;
  }

  body.wraplab-theme-v2 .services-main .page-hero .badge {
    font-size: clamp(2.35rem, 12vw, 4rem) !important;
  }

  body.wraplab-theme-v2 .services-main .service-feature-card::after {
    width: 100%;
  }
}

/* V2 global flow normalization: keep pages visually continuous with the home direction. */
body.wraplab-theme-v2 main,
body.wraplab-theme-v2 main:not(.home-main),
body.wraplab-theme-v2 .services-main,
body.wraplab-theme-v2 .service-area-main {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.94) 0%, rgba(5, 6, 7, 0.76) 46%, rgba(5, 6, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.88)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover fixed no-repeat,
    #080a0f !important;
}

body.wraplab-theme-v2 .services-main .wl-intro-particles,
body.wraplab-theme-v2 .service-area-main .wl-intro-particles,
body.wraplab-theme-v2 .services-main .page-hero canvas,
body.wraplab-theme-v2 .service-area-main .page-hero canvas {
  display: none !important;
}

body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero {
  margin: 0 !important;
  padding: clamp(8rem, 11vw, 11rem) 0 clamp(1rem, 2.4vw, 1.8rem) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .projects-main .page-hero {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.94) 0%, rgba(5, 6, 7, 0.76) 46%, rgba(5, 6, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.16), rgba(5, 6, 7, 0.86)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover fixed no-repeat !important;
  border: 0 !important;
}

body.wraplab-theme-v2 .wl-quick-contact {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.92), rgba(5, 6, 7, 0.62) 48%, rgba(5, 6, 7, 0.9)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover fixed no-repeat !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .services-main .page-hero::after,
body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .page-hero .container,
body.wraplab-theme-v2 .service-area-main .page-hero .container {
  width: min(1680px, calc(100% - clamp(1.25rem, 3vw, 3.5rem))) !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero .badge {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 0.75rem !important;
  padding: 0.2rem 0 !important;
  color: rgba(196, 181, 253, 0.92) !important;
  border: 0 !important;
  font-size: clamp(0.85rem, 1vw, 1rem) !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  white-space: nowrap !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero h1 {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: clamp(2.55rem, 4.75vw, 5.85rem) !important;
  line-height: 0.96 !important;
  white-space: nowrap !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero p {
  max-width: none !important;
  width: min(1520px, 100%) !important;
  margin-top: 0.85rem !important;
  color: rgba(245, 247, 251, 0.8) !important;
}

body.wraplab-theme-v2 .service-area-main .section,
body.wraplab-theme-v2 .service-area-main .section-tight,
body.wraplab-theme-v2 .services-main .section,
body.wraplab-theme-v2 .services-main .section-tight,
body.wraplab-theme-v2 .services-main .section-service-tight {
  margin: 0 !important;
  padding-top: clamp(0.7rem, 1.7vw, 1.35rem) !important;
  padding-bottom: clamp(1.1rem, 2.6vw, 2.1rem) !important;
  background: transparent !important;
  border: 0 !important;
}

body.wraplab-theme-v2 .service-area-main .container.content-panel,
body.wraplab-theme-v2 .services-main .container.content-panel {
  width: min(1680px, calc(100% - clamp(1.25rem, 3vw, 3.5rem))) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-grid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)) !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight + .section-service-tight {
  margin-top: 0 !important;
}

body.wraplab-theme-v2 .services-main .service-feature-card {
  width: min(1420px, 100%) !important;
  gap: clamp(1.2rem, 2.6vw, 2.4rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.4rem) !important;
  justify-self: center;
}

body.wraplab-theme-v2 .services-main .service-feature-card::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media-col,
body.wraplab-theme-v2 .services-main .service-feature-body {
  width: min(1320px, 100%) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media {
  min-height: clamp(420px, 50vw, 760px) !important;
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.28), 0 0 52px rgba(139, 92, 246, 0.12) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media img {
  min-height: clamp(420px, 50vw, 760px) !important;
  object-fit: cover !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body h2 {
  max-width: 1260px !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body p {
  max-width: 1180px !important;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    white-space: normal !important;
    font-size: clamp(2.4rem, 9.8vw, 4.55rem) !important;
  }

  body.wraplab-theme-v2 main,
  body.wraplab-theme-v2 main:not(.home-main),
  body.wraplab-theme-v2 .services-main,
  body.wraplab-theme-v2 .service-area-main {
    background-attachment: scroll !important;
  }

  body.wraplab-theme-v2 .services-main .service-feature-media,
  body.wraplab-theme-v2 .services-main .service-feature-media img {
    min-height: clamp(300px, 62vw, 520px) !important;
  }
}

/* V2 services section composition: image boxes beside each description. */
@media (min-width: 981px) {
  body.wraplab-theme-v2 .services-main .service-feature-card {
    display: grid !important;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr) !important;
    gap: clamp(1.4rem, 3vw, 3.4rem) !important;
    align-items: center !important;
    width: min(1480px, 100%) !important;
    padding: clamp(1.1rem, 2.5vw, 2.1rem) 0 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(even) .service-feature-card {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr) !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(even) .service-feature-media-col {
    grid-column: 2;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(even) .service-feature-body {
    grid-column: 1;
    grid-row: 1;
  }
}

body.wraplab-theme-v2 .services-main .service-feature-card {
  background:
    radial-gradient(circle at 96% 0%, rgba(139, 92, 246, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(8, 10, 15, 0.1), rgba(8, 10, 15, 0.03)) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media-col {
  width: 100% !important;
  max-width: 640px;
  justify-self: stretch !important;
  align-self: stretch;
}

body.wraplab-theme-v2 .services-main .service-feature-media {
  min-height: clamp(300px, 32vw, 500px) !important;
  height: 100%;
  max-height: 560px;
  background:
    radial-gradient(circle at 50% 12%, rgba(139, 92, 246, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(196, 181, 253, 0.18) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), 0 0 42px rgba(139, 92, 246, 0.1) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media img {
  min-height: clamp(300px, 32vw, 500px) !important;
  max-height: 560px;
  object-fit: cover !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body {
  width: 100% !important;
  max-width: 820px;
  justify-self: stretch !important;
  align-content: center !important;
  gap: clamp(0.85rem, 1.6vw, 1.25rem) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body h2 {
  max-width: 820px !important;
  font-size: clamp(2.25rem, 4.1vw, 5.1rem) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body p {
  max-width: 820px !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-block {
  width: min(820px, 100%) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media-col .btn {
  width: 100%;
  max-width: 640px;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .services-main .service-feature-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(1rem, 3vw, 1.6rem) !important;
    padding: clamp(1rem, 3vw, 1.6rem) 0 clamp(1.5rem, 4vw, 2.4rem) !important;
  }

  body.wraplab-theme-v2 .services-main .service-feature-media-col,
  body.wraplab-theme-v2 .services-main .service-feature-body {
    max-width: none;
  }
}

/* V2 services pricing state: keep pricing readable instead of 3D flipped. */
body.wraplab-theme-v2 .services-main .service-content-rotator,
body.wraplab-theme-v2 .services-main .service-content-rotator-inner,
body.wraplab-theme-v2 .services-main .service-feature-body.is-pricing .service-content-rotator-inner {
  perspective: none !important;
  transform: none !important;
  transform-style: flat !important;
}

body.wraplab-theme-v2 .services-main .service-content-face,
body.wraplab-theme-v2 .services-main .service-content-face--copy,
body.wraplab-theme-v2 .services-main .service-content-face--pricing,
body.wraplab-theme-v2 .services-main .service-feature-body.is-pricing .service-content-face--pricing {
  backface-visibility: visible !important;
  transform: none !important;
}

/* V2 background continuity and contact service rail refinement. */
body.wraplab-theme-v2 main,
body.wraplab-theme-v2 main:not(.home-main),
body.wraplab-theme-v2 .services-main,
body.wraplab-theme-v2 .service-area-main,
body.wraplab-theme-v2 .contact-main,
body.wraplab-theme-v2 .projects-main,
body.wraplab-theme-v2 .samples-main {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.94) 0%, rgba(5, 6, 7, 0.76) 46%, rgba(5, 6, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.88)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover fixed no-repeat,
    #080a0f !important;
}

body.wraplab-theme-v2 .page-hero,
body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .contact-main .page-hero,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .projects-main .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .wl-quick-contact {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.9), rgba(16, 10, 30, 0.7) 48%, rgba(8, 10, 15, 0.9)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat !important;
}

body.wraplab-theme-v2 .contact-main .section,
body.wraplab-theme-v2 .services-main .section:nth-of-type(even),
body.wraplab-theme-v2 .service-area-main .section:nth-of-type(even) {
  background:
    linear-gradient(135deg, rgba(8, 10, 15, 0.86), rgba(19, 13, 35, 0.7)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat !important;
}

body.wraplab-theme-v2 .services-main .section:nth-of-type(odd),
body.wraplab-theme-v2 .service-area-main .section:nth-of-type(odd) {
  background: linear-gradient(135deg, rgba(8, 10, 15, 0.66), rgba(8, 10, 15, 0.38)) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout {
  position: relative;
  width: min(1480px, calc(100% - clamp(1.25rem, 4vw, 4.5rem))) !important;
  padding-left: clamp(4rem, 7vw, 7.5rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: "GET A QUOTE";
  position: absolute;
  left: clamp(0.85rem, 2vw, 1.65rem);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: transparent;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.24);
  font-family: "Chakra Petch", "Inter", sans-serif;
  font-size: clamp(4.2rem, 9vw, 8.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 0.8;
  pointer-events: none;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) {
  min-height: auto;
  padding-left: 0 !important;
  overflow: visible;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  display: block !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: clamp(2.2rem, 7vw, 3.4rem) !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    left: 0.4rem;
    font-size: clamp(2.8rem, 12vw, 5rem);
    opacity: 0.75;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: 0 !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    content: none !important;
    display: none !important;
  }
}

/* Portrait install image in the homepage quick contact block. */
body.wraplab-theme-v2 .wl-quick-contact-wrapper {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

body.wraplab-theme-v2 .wl-quick-contact-image {
  min-height: clamp(520px, 52vw, 760px);
  align-self: stretch;
  overflow: visible;
}

body.wraplab-theme-v2 .wl-quick-contact-image img {
  width: min(100%, 520px);
  max-height: clamp(520px, 52vw, 760px);
  object-fit: contain;
  object-position: center center;
}

body.wraplab-theme-v2 .wl-quick-contact-glow {
  inset: 3% 13% 2%;
  border-radius: 45% 55% 50% 50%;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(168, 85, 247, 0.48), transparent 58%),
    radial-gradient(ellipse at 50% 70%, rgba(91, 33, 182, 0.32), transparent 62%),
    linear-gradient(180deg, rgba(139, 92, 246, 0.18), rgba(24, 8, 48, 0.04));
  filter: blur(20px);
  transform: scaleX(0.82);
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .wl-quick-contact-wrapper {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .wl-quick-contact-image {
    min-height: 360px;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image img {
    max-height: 390px;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-quick-contact-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image {
    display: none !important;
  }
}

/* V2 about page clearance for the floating header. */
body.wraplab-theme-v2 main:has(.about-team-section) {
  padding-top: clamp(8rem, 12vw, 11rem) !important;
}

body.wraplab-theme-v2 .about-team-section {
  padding-top: clamp(1.5rem, 3vw, 3rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 main:has(.about-team-section) {
    padding-top: 7.25rem !important;
  }
}

/* Homepage video media: image fallback first, video fades in when ready. */
body.wraplab-theme-v2 .wl-mobile-video-backdrop {
  display: none;
}

body.wraplab-theme-v2 .wl-mobile-video-backdrop img,
body.wraplab-theme-v2 .wl-mobile-video-backdrop video,
body.wraplab-theme-v2 .wl-quick-contact-image video {
  display: block;
}

body.wraplab-theme-v2 .wl-quick-contact-image video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(100%, calc(min(82vh, 860px) * 590 / 1176));
  height: min(82vh, 860px);
  max-height: clamp(640px, 58vw, 860px);
  aspect-ratio: 590 / 1176;
  object-fit: cover;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 1.15rem;
  box-shadow: none;
  transition: opacity 0.7s ease;
}

body.wraplab-theme-v2 .wl-quick-contact-image.is-video-ready > img {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

body.wraplab-theme-v2 .wl-quick-contact-image.is-video-ready > video {
  opacity: 1;
}

body.wraplab-theme-v2 .wl-quick-contact-image .wl-video-shield {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: block;
  width: min(100%, calc(min(82vh, 860px) * 590 / 1176));
  height: min(82vh, 860px);
  max-height: clamp(640px, 58vw, 860px);
  aspect-ratio: 590 / 1176;
  transform: translate(-50%, -50%);
  border-radius: 1.15rem;
  background: transparent;
  pointer-events: auto;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 981px) {
  body.wraplab-theme-v2 .wl-quick-contact-wrapper {
    grid-template-columns: minmax(460px, 0.96fr) minmax(0, 1fr) !important;
    gap: clamp(2rem, 4.4vw, 5rem) !important;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image {
    min-height: clamp(680px, 60vw, 880px) !important;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image::before {
    width: min(100%, calc(clamp(640px, 58vw, 860px) * 590 / 1176));
    height: clamp(640px, 58vw, 860px);
    max-height: 86vh;
    border-radius: 1.15rem;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image img {
    width: min(100%, calc(clamp(640px, 58vw, 860px) * 590 / 1176)) !important;
    height: clamp(640px, 58vw, 860px) !important;
    max-height: 86vh !important;
    aspect-ratio: 590 / 1176;
    border-radius: 1.15rem;
    object-fit: cover !important;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image video {
    width: min(100%, calc(clamp(640px, 58vw, 860px) * 590 / 1176));
    height: clamp(640px, 58vw, 860px);
    max-height: 86vh;
  }

  body.wraplab-theme-v2 .wl-quick-contact-image .wl-video-shield {
    width: min(100%, calc(clamp(640px, 58vw, 860px) * 590 / 1176));
    height: clamp(640px, 58vw, 860px);
    max-height: 86vh;
  }

  body.wraplab-theme-v2 .wl-quick-contact-glow {
    inset: -1% 2% -2% !important;
    transform: scaleX(0.96) !important;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-hero {
    overflow: hidden;
  }

  body.wraplab-theme-v2 {
    background: #080a0f !important;
  }

  body.wraplab-theme-v2 .home-main,
  body.wraplab-theme-v2 main {
    isolation: isolate;
    background: transparent !important;
  }

  body.wraplab-theme-v2 .wl-hero,
  body.wraplab-theme-v2 .wl-hero-bg,
  body.wraplab-theme-v2 .page-hero,
  body.wraplab-theme-v2 .services-main,
  body.wraplab-theme-v2 .service-area-main,
  body.wraplab-theme-v2 .contact-main,
  body.wraplab-theme-v2 .projects-main,
  body.wraplab-theme-v2 .samples-main,
  body.wraplab-theme-v2 .wl-aftercare-hero {
    background-image: none !important;
    background-color: transparent !important;
  }

  body.wraplab-theme-v2 .wl-quick-contact {
    background:
      linear-gradient(90deg, rgba(5, 6, 7, 0.86), rgba(5, 6, 7, 0.56) 48%, rgba(5, 6, 7, 0.86)) !important;
  }

  body.wraplab-theme-v2 main,
  body.wraplab-theme-v2 .home-main > *:not(.wl-mobile-video-backdrop),
  body.wraplab-theme-v2 .site-header,
  body.wraplab-theme-v2 .site-footer {
    position: relative;
    z-index: 1;
  }

  body.wraplab-theme-v2 > .wl-mobile-video-backdrop,
  body.wraplab-theme-v2 .wl-mobile-video-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: #080a0f;
    transform: translateZ(0);
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 24% 18%, rgba(139, 92, 246, 0.08), transparent 34%),
      linear-gradient(180deg, rgba(8, 10, 15, 0.12), rgba(8, 10, 15, 0.18) 72%, rgba(8, 10, 15, 0.24));
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop img,
  body.wraplab-theme-v2 .wl-mobile-video-backdrop video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop video {
    opacity: 0;
    transition: opacity 0.75s ease;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop.is-video-ready img {
    opacity: 0;
    transition: opacity 0.55s ease;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop.is-video-ready video {
    opacity: 1;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop video.is-playing {
    opacity: 1;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card {
    display: none !important;
  }
}

/* V2 service-area text containment: keep copy inside the viewport. */
body.wraplab-theme-v2 .service-area-main {
  overflow-x: clip;
}

body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .service-area-main .section,
body.wraplab-theme-v2 .service-area-main .section-tight {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
}

body.wraplab-theme-v2 .service-area-main .page-hero .container,
body.wraplab-theme-v2 .service-area-main .container.content-panel {
  width: min(100% - clamp(1.5rem, 5vw, 5rem), 1480px) !important;
  max-width: calc(100vw - clamp(1.5rem, 5vw, 5rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0;
}

body.wraplab-theme-v2 .service-area-main .page-hero h1,
body.wraplab-theme-v2 .service-area-main .page-hero p,
body.wraplab-theme-v2 .service-area-main .service-area-card,
body.wraplab-theme-v2 .service-area-main .service-area-card *,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card * {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.wraplab-theme-v2 .service-area-main .page-hero h1 {
  font-size: clamp(2.6rem, 7vw, 6.25rem) !important;
  line-height: 0.95 !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero p {
  width: min(100%, 980px) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .service-area-main .page-hero .container,
  body.wraplab-theme-v2 .service-area-main .container.content-panel {
    width: min(100% - 1.25rem, 100%) !important;
    max-width: calc(100vw - 1.25rem) !important;
  }

  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    font-size: clamp(2.25rem, 13vw, 4.25rem) !important;
  }
}

/* V2 hex texture fade: keep it as texture, not foreground. */
body.wraplab-theme-v2 .wl-quick-contact,
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .samples-main,
body.wraplab-theme-v2 .services-main {
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.9), rgba(8, 10, 15, 0.86)),
    linear-gradient(90deg, rgba(5, 6, 10, 0.94), rgba(20, 12, 35, 0.72) 48%, rgba(5, 6, 10, 0.94)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat,
    #080a0f !important;
}

body.wraplab-theme-v2 .contact-main .section,
body.wraplab-theme-v2 .services-main .section:nth-of-type(even),
body.wraplab-theme-v2 .service-area-main .section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.9), rgba(8, 10, 15, 0.82)),
    linear-gradient(135deg, rgba(8, 10, 15, 0.92), rgba(25, 15, 46, 0.78)),
    url("/assets/img/hex-bg.webp") center center / cover no-repeat,
    #080a0f !important;
}

/* Contact page absolute final override: quote rail only, no service label. */
body.wraplab-theme-v2 .contact-main .contact-layout {
  padding-left: clamp(2.8rem, 4.6vw, 5.25rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  left: clamp(-0.25rem, -0.15vw, 0rem) !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow: visible !important;
  font-size: clamp(4.4rem, 9vw, 8.8rem) !important;
  line-height: 0.68 !important;
  letter-spacing: 0.07em !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before,
body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) select {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: clamp(2.1rem, 5.8vw, 3rem) !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    left: -0.15rem !important;
    font-size: clamp(3rem, 11vw, 5rem) !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: 0 !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    content: none !important;
    display: none !important;
  }
}

/* Contact page final rail cleanup: no horizontal Services label, no wrapping. */
body.wraplab-theme-v2 .contact-main .contact-layout {
  padding-left: clamp(2.8rem, 4.6vw, 5.25rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  left: clamp(-0.25rem, -0.15vw, 0rem) !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow: visible !important;
  font-size: clamp(4.4rem, 9vw, 8.8rem) !important;
  line-height: 0.68 !important;
  letter-spacing: 0.07em !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before,
body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) select {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: clamp(2.1rem, 5.8vw, 3rem) !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    left: -0.15rem !important;
    font-size: clamp(3rem, 11vw, 5rem) !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: 0 !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    content: none !important;
    display: none !important;
  }
}

/* Final contact quote rail alignment. */
body.wraplab-theme-v2 .contact-main .contact-layout {
  padding-left: clamp(2.8rem, 4.6vw, 5.25rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  left: clamp(-0.25rem, -0.15vw, 0rem) !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow: visible !important;
  font-size: clamp(4.4rem, 9vw, 8.8rem) !important;
  line-height: 0.68 !important;
  letter-spacing: 0.07em !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before,
body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service) select {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: clamp(2.1rem, 5.8vw, 3rem) !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    left: -0.15rem !important;
    font-size: clamp(3rem, 11vw, 5rem) !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: 0 !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    content: none !important;
    display: none !important;
  }
}

/* Contact page final edge rail override. */
body.wraplab-theme-v2 .contact-main .contact-layout {
  padding-left: clamp(2.35rem, 4.2vw, 4.9rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow: visible !important;
  font-size: clamp(4.2rem, 8.4vw, 8.25rem) !important;
  line-height: 0.66 !important;
  letter-spacing: 0.06em !important;
}

body.wraplab-theme-v2 .contact-main .field.full:has(#service)::before,
body.wraplab-theme-v2 .contact-main .field.full:has(#service)::after,
body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  content: none !important;
  display: none !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: clamp(1.8rem, 5vw, 2.6rem) !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    left: 0 !important;
    font-size: clamp(2.8rem, 10.5vw, 4.85rem) !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .contact-main .contact-layout {
    padding-left: 0 !important;
  }

  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    content: none !important;
    display: none !important;
  }
}

/* Service-area landing final layout polish. */
body.wraplab-theme-v2 .service-area-main .page-hero {
  min-height: 0 !important;
  padding-top: clamp(7.25rem, 8.5vw, 9.25rem) !important;
  padding-bottom: clamp(0.9rem, 2vw, 1.55rem) !important;
  overflow: visible !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero .container {
  width: min(100% - clamp(1.5rem, 5vw, 5rem), 1280px) !important;
  max-width: calc(100vw - clamp(1.5rem, 5vw, 5rem)) !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero h1 {
  width: 100% !important;
  max-width: min(1080px, 100%) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  text-wrap: balance;
  font-size: clamp(2.35rem, 5.4vw, 5rem) !important;
  line-height: 1.02 !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero p {
  max-width: min(1180px, 100%) !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  line-height: 1.58 !important;
}

body.wraplab-theme-v2 .service-area-main .section.section-tight {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-top: clamp(0.55rem, 1.2vw, 1rem) !important;
}

body.wraplab-theme-v2 .service-area-main .container.content-panel {
  display: block !important;
  width: min(100% - clamp(1.5rem, 5vw, 5rem), 1480px) !important;
  max-width: calc(100vw - clamp(1.5rem, 5vw, 5rem)) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-list-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr) !important;
  gap: clamp(1rem, 2.5vw, 2.4rem) !important;
  align-items: end !important;
  margin: 0 0 clamp(1rem, 2.2vw, 1.8rem) !important;
  padding: clamp(1rem, 1.8vw, 1.45rem) 0 clamp(0.65rem, 1.3vw, 1rem) !important;
  border-bottom: 1px solid rgba(196, 181, 253, 0.16) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-list-intro h2 {
  margin: 0 !important;
  max-width: 680px !important;
  color: #fff !important;
  font-size: clamp(1.75rem, 3.2vw, 3.6rem) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-list-intro p {
  margin: 0 !important;
  max-width: 760px !important;
  color: rgba(245, 247, 251, 0.72) !important;
  line-height: 1.65 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.95rem, 1.45vw, 1.25rem) !important;
  align-items: stretch !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
  min-height: 0 !important;
  padding: clamp(1rem, 1.55vw, 1.35rem) !important;
  background:
    linear-gradient(180deg, rgba(20, 22, 31, 0.84), rgba(8, 10, 15, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.12), transparent 36%) !important;
  border-color: rgba(196, 181, 253, 0.18) !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card h2 {
  font-size: clamp(1.2rem, 1.6vw, 1.75rem) !important;
  line-height: 1.05 !important;
  margin-bottom: 0 !important;
  overflow-wrap: break-word !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  min-height: 2.8rem !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-state {
  order: 2 !important;
  flex: 0 0 auto !important;
  padding: 0.18rem 0.42rem !important;
  color: rgba(216, 180, 254, 0.9) !important;
  border: 1px solid rgba(216, 180, 254, 0.28) !important;
  background: rgba(76, 29, 149, 0.28) !important;
  font-size: 0.62rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card p {
  margin: 0 !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-card .btn,
body.wraplab-theme-v2 .service-area-main .service-area-hub-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 36px !important;
  padding: 0.58rem 0.75rem !important;
  font-size: 0.7rem !important;
  text-align: center !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: auto !important;
  gap: 0.5rem !important;
}

body.wraplab-theme-v2 .service-area-main .service-area-links a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0.4rem 0.52rem !important;
  font-size: 0.67rem !important;
  line-height: 1.1 !important;
  text-align: center !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 1180px) {
  body.wraplab-theme-v2 .service-area-main .service-area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body.wraplab-theme-v2 .service-area-main .service-area-list-intro {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  body.wraplab-theme-v2 .service-area-main .service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .service-area-main .page-hero {
    padding-top: 6.75rem !important;
  }

  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    font-size: clamp(2.05rem, 11.2vw, 3.35rem) !important;
  }

  body.wraplab-theme-v2 .service-area-main .service-area-grid {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .service-area-main .service-area-links {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Project detail final rail: replace inherited horizontal SERVICES artwork. */
body.wraplab-theme-v2 .project-detail-main .page-hero {
  overflow: visible !important;
  padding-left: clamp(2.15rem, 5vw, 5.6rem) !important;
  z-index: 3 !important;
}

body.wraplab-theme-v2 .project-detail-main .page-hero::before {
  content: "PROJECTS" !important;
  position: absolute !important;
  left: clamp(0.1rem, 0.75vw, 0.75rem) !important;
  right: auto !important;
  top: calc(100% - clamp(4.5rem, 8vw, 7.25rem)) !important;
  bottom: auto !important;
  z-index: 8 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.24) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(4.2rem, 10vw, 9.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.78 !important;
  letter-spacing: 0.1em !important;
  pointer-events: none !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .project-detail-main .page-hero {
    padding-left: clamp(1.35rem, 4vw, 2.2rem) !important;
  }

  body.wraplab-theme-v2 .project-detail-main .page-hero::before {
    left: -0.15rem !important;
    top: calc(100% - 3.2rem) !important;
    opacity: 0.55 !important;
    font-size: clamp(3.4rem, 14vw, 5.6rem) !important;
  }
}

/* V2 mobile heading containment. Keep large hero type readable on phones. */
body.wraplab-theme-v2 h1,
body.wraplab-theme-v2 .wl-hero h1,
body.wraplab-theme-v2 .page-hero h1,
body.wraplab-theme-v2 .wl-aftercare-hero h1,
body.wraplab-theme-v2 .sample-detail-content h1,
body.wraplab-theme-v2 .sample-detail-meta h1 {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 h1,
  body.wraplab-theme-v2 .wl-hero h1,
  body.wraplab-theme-v2 .page-hero h1,
  body.wraplab-theme-v2 .wl-aftercare-hero h1,
  body.wraplab-theme-v2 .sample-detail-content h1,
  body.wraplab-theme-v2 .sample-detail-meta h1 {
    font-size: clamp(2rem, 9.8vw, 3.45rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  body.wraplab-theme-v2 .home-main .wl-hero h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.75rem) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
  }

  body.wraplab-theme-v2 .project-detail-main .page-hero h1,
  body.wraplab-theme-v2 .service-area-main .page-hero h1 {
    font-size: clamp(1.85rem, 8.8vw, 3.05rem) !important;
    line-height: 1.06 !important;
  }

  body.wraplab-theme-v2 .page-hero {
    padding-top: clamp(6.6rem, 20vw, 8.4rem) !important;
  }
}

@media (max-width: 430px) {
  body.wraplab-theme-v2 h1,
  body.wraplab-theme-v2 .wl-hero h1,
  body.wraplab-theme-v2 .page-hero h1,
  body.wraplab-theme-v2 .wl-aftercare-hero h1,
  body.wraplab-theme-v2 .sample-detail-content h1,
  body.wraplab-theme-v2 .sample-detail-meta h1 {
    font-size: clamp(1.75rem, 9vw, 2.55rem) !important;
    line-height: 1.08 !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero h1 {
    font-size: clamp(2rem, 10.2vw, 2.95rem) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
  }
}

/* Color samples final rail: replace inherited horizontal SERVICES artwork. */
body.wraplab-theme-v2 .samples-main .page-hero {
  overflow: hidden !important;
  padding-left: clamp(2.25rem, 5vw, 5.75rem) !important;
}

body.wraplab-theme-v2 .samples-main .page-hero::before {
  content: "COLOR\00a0 SAMPLES" !important;
  position: absolute !important;
  left: clamp(0.1rem, 0.75vw, 0.75rem) !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.24) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.65rem, 8.8vw, 8.4rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

body.wraplab-theme-v2 .samples-main .samples-hero-title {
  max-width: min(980px, 100%) !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .samples-main .page-hero {
    padding-left: clamp(1.45rem, 4.2vw, 2.3rem) !important;
  }

  body.wraplab-theme-v2 .samples-main .page-hero::before {
    left: -0.25rem !important;
    opacity: 0.52 !important;
    font-size: clamp(2.75rem, 11vw, 4.85rem) !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-hero-title {
    font-size: clamp(1.95rem, 8.8vw, 3.15rem) !important;
    line-height: 1.04 !important;
  }
}

/* Services pricing readability pass. */
body.wraplab-theme-v2 .services-main .service-feature-body.is-pricing {
  align-content: start !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body.is-pricing h2 {
  color: #ffffff !important;
  text-shadow: 0 0 28px rgba(139, 92, 246, 0.22) !important;
}

body.wraplab-theme-v2 .services-main .service-content-face--pricing {
  width: 100% !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-block {
  width: min(780px, 100%) !important;
  gap: 0.72rem !important;
  padding: clamp(0.85rem, 1.4vw, 1.15rem) !important;
  background:
    linear-gradient(180deg, rgba(18, 14, 32, 0.88), rgba(7, 9, 14, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.16), transparent 34%) !important;
  border: 1px solid rgba(196, 181, 253, 0.2) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-row {
  position: relative !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  gap: clamp(0.8rem, 1.4vw, 1.1rem) !important;
  padding: 0.9rem 1rem !important;
  color: #f8fafc !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.032)),
    rgba(10, 12, 18, 0.72) !important;
  border: 1px solid rgba(196, 181, 253, 0.18) !important;
  border-left: 3px solid rgba(139, 92, 246, 0.72) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-row::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.08), transparent 48%) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-row--full {
  grid-template-columns: 1fr !important;
  padding: 0.78rem 0.95rem !important;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.18), rgba(76, 29, 149, 0.08)),
    rgba(8, 10, 15, 0.84) !important;
  border-color: rgba(196, 181, 253, 0.22) !important;
  border-left-color: rgba(216, 180, 254, 0.9) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-label {
  position: relative !important;
  z-index: 1 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.28 !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-note {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  color: rgba(237, 233, 254, 0.9) !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-value {
  position: relative !important;
  z-index: 1 !important;
  min-width: 7.25rem !important;
  padding: 0.46rem 0.72rem !important;
  color: #ffffff !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.94), rgba(76, 29, 149, 0.94)),
    rgba(139, 92, 246, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 0 26px rgba(139, 92, 246, 0.28) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(0.98rem, 1.3vw, 1.18rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0.02em !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-trigger.is-active,
body.wraplab-theme-v2 .services-main .service-pricing-trigger[aria-pressed="true"],
body.wraplab-theme-v2 .services-main .service-feature-body.is-pricing ~ .service-pricing-trigger {
  background: rgba(139, 92, 246, 0.24) !important;
  border-color: rgba(216, 180, 254, 0.68) !important;
}

@media (max-width: 680px) {
  body.wraplab-theme-v2 .services-main .service-pricing-block {
    padding: 0.75rem !important;
  }

  body.wraplab-theme-v2 .services-main .service-pricing-row {
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
    padding: 0.82rem 0.85rem !important;
  }

  body.wraplab-theme-v2 .services-main .service-pricing-value {
    width: fit-content !important;
    min-width: 0 !important;
    justify-self: start !important;
  }
}

/* Services hero final rail. */
body.wraplab-theme-v2 .services-main .page-hero {
  overflow: hidden !important;
  padding-left: clamp(2.35rem, 5.2vw, 6rem) !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before {
  content: "PRICING\00a0 &\00a0 PACKAGES" !important;
  position: absolute !important;
  display: block !important;
  left: clamp(0.1rem, 0.75vw, 0.75rem) !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.24) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.35rem, 7.7vw, 7.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .services-main .page-hero {
    padding-left: clamp(1.45rem, 4.2vw, 2.3rem) !important;
  }

  body.wraplab-theme-v2 .services-main .page-hero::before {
    left: -0.28rem !important;
    opacity: 0.5 !important;
    font-size: clamp(2.45rem, 10vw, 4.4rem) !important;
  }
}

/* V2 rail alignment: keep vertical page labels in the same left/top position. */
body.wraplab-theme-v2 {
  --wl-v2-rail-left: clamp(0.2rem, 1.2vw, 1rem);
  --wl-v2-rail-top: clamp(7.15rem, 9.5vw, 9.2rem);
  --wl-v2-rail-stroke: rgba(196, 181, 253, 0.24);
}

body.wraplab-theme-v2 .wl-hero,
body.wraplab-theme-v2 .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero {
  overflow: visible !important;
}

body.wraplab-theme-v2 .wl-hero::before,
body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .samples-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before,
body.wraplab-theme-v2 .wl-aftercare-hero::before {
  left: var(--wl-v2-rail-left) !important;
  right: auto !important;
  top: var(--wl-v2-rail-top) !important;
  bottom: auto !important;
  z-index: 8 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--wl-v2-rail-stroke) !important;
  pointer-events: none !important;
}

body.wraplab-theme-v2 .wl-hero::before {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.16) !important;
}

body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
body.wraplab-theme-v2 .project-detail-main .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero {
  padding-left: clamp(2.35rem, 5.2vw, 6rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  left: var(--wl-v2-rail-left) !important;
  top: var(--wl-v2-rail-top) !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  -webkit-text-stroke: 1px var(--wl-v2-rail-stroke) !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 {
    --wl-v2-rail-left: -0.2rem;
    --wl-v2-rail-top: clamp(6.45rem, 18vw, 7.8rem);
  }

  body.wraplab-theme-v2 .services-main .page-hero,
  body.wraplab-theme-v2 .service-area-main .page-hero,
  body.wraplab-theme-v2 .samples-main .page-hero,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
  body.wraplab-theme-v2 .project-detail-main .page-hero,
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-left: clamp(1.45rem, 4.2vw, 2.3rem) !important;
  }

  body.wraplab-theme-v2 .wl-hero::before,
  body.wraplab-theme-v2 .services-main .page-hero::before,
  body.wraplab-theme-v2 .service-area-main .page-hero::before,
  body.wraplab-theme-v2 .samples-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before,
  body.wraplab-theme-v2 .wl-aftercare-hero::before,
  body.wraplab-theme-v2 .contact-main .contact-layout::before {
    opacity: 0.52 !important;
  }
}

/* Service-area rail label. */
body.wraplab-theme-v2 .service-area-main .page-hero::before {
  content: "SERVICE\00a0 AREAS" !important;
  display: block !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.35rem, 7.7vw, 7.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .service-area-main .page-hero::before {
    font-size: clamp(2.45rem, 10vw, 4.4rem) !important;
  }
}

/* Projects index rail label. */
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before {
  content: "PROJECTS" !important;
  display: block !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.35rem, 7.7vw, 7.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before {
    font-size: clamp(2.45rem, 10vw, 4.4rem) !important;
  }
}

/* Color samples rail must float above swatch panels instead of clipping behind them. */
body.wraplab-theme-v2 .samples-main {
  overflow: visible !important;
}

body.wraplab-theme-v2 .samples-main .page-hero {
  position: relative !important;
  overflow: visible !important;
  z-index: 12 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero::before {
  z-index: 40 !important;
  opacity: 0.72 !important;
}

body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .section-tight,
body.wraplab-theme-v2 .samples-main .samples-shell,
body.wraplab-theme-v2 .samples-main .sample-category,
body.wraplab-theme-v2 .samples-main .sample-grid {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .samples-main .page-hero::before {
    opacity: 0.58 !important;
  }
}

/* Mobile-first fullscreen project image viewer. */
body.project-lightbox-open {
  overflow: hidden !important;
  touch-action: none;
}

body.wraplab-theme-v2 .project-detail-main .gallery-featured img {
  cursor: zoom-in;
}

body.wraplab-theme-v2 .project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  justify-items: stretch;
  min-height: 100dvh;
  padding:
    max(0.75rem, env(safe-area-inset-top))
    max(0.75rem, env(safe-area-inset-right))
    max(0.9rem, env(safe-area-inset-bottom))
    max(0.75rem, env(safe-area-inset-left));
  background:
    radial-gradient(circle at 50% 4%, rgba(139, 92, 246, 0.18), transparent 32%),
    rgba(2, 3, 7, 0.985);
  opacity: 0;
  transition: opacity 180ms ease;
}

body.wraplab-theme-v2 .project-lightbox.is-open {
  display: grid;
  opacity: 1;
}

body.wraplab-theme-v2 .project-lightbox-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  touch-action: none;
}

body.wraplab-theme-v2 .project-lightbox-figure {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

body.wraplab-theme-v2 .project-lightbox-image {
  display: block;
  width: 100%;
  height: calc(100dvh - 7.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  transition: transform 120ms ease;
  cursor: zoom-in;
  touch-action: none;
  border: 1px solid rgba(196, 181, 253, 0.16);
  background: #050607;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
}

body.wraplab-theme-v2 .project-lightbox.is-zoomed .project-lightbox-image {
  cursor: grab;
}

body.wraplab-theme-v2 .project-lightbox-zoom {
  position: fixed;
  left: 50%;
  bottom: calc(3.25rem + env(safe-area-inset-bottom));
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 10, 15, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.wraplab-theme-v2 .project-lightbox-zoom button {
  min-width: 2.55rem;
  height: 2.45rem;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  font-family: "Chakra Petch", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  -webkit-tap-highlight-color: transparent;
}

body.wraplab-theme-v2 .project-lightbox-zoom button:focus-visible,
body.wraplab-theme-v2 .project-lightbox-zoom button:hover {
  color: #fff;
  background: rgba(139, 92, 246, 0.24);
}

body.wraplab-theme-v2 .project-lightbox-caption {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(4, 6, 10, 0.62);
  border: 1px solid rgba(196, 181, 253, 0.18);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

body.wraplab-theme-v2 .project-lightbox-close,
body.wraplab-theme-v2 .project-lightbox-nav {
  position: fixed;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(8, 10, 15, 0.72);
  border: 1px solid rgba(196, 181, 253, 0.28);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.34);
  -webkit-tap-highlight-color: transparent;
}

body.wraplab-theme-v2 .project-lightbox-close {
  top: max(0.8rem, env(safe-area-inset-top));
  right: max(0.8rem, env(safe-area-inset-right));
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 1;
}

body.wraplab-theme-v2 .project-lightbox-nav {
  top: 50%;
  width: 3rem;
  height: 4.8rem;
  transform: translateY(-50%);
  font-size: 3.4rem;
  line-height: 1;
}

body.wraplab-theme-v2 .project-lightbox-prev {
  left: max(0.75rem, env(safe-area-inset-left));
}

body.wraplab-theme-v2 .project-lightbox-next {
  right: max(0.75rem, env(safe-area-inset-right));
}

body.wraplab-theme-v2 .project-lightbox-meta {
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  align-self: end;
  justify-items: center;
  padding-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Chakra Petch", "Inter", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .project-lightbox-count {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

body.wraplab-theme-v2 .project-lightbox-hint {
  max-width: 34rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .project-lightbox {
    padding:
      max(0.45rem, env(safe-area-inset-top))
      max(0.45rem, env(safe-area-inset-right))
      max(0.65rem, env(safe-area-inset-bottom))
      max(0.45rem, env(safe-area-inset-left));
  }

  body.wraplab-theme-v2 .project-lightbox-image {
    height: calc(100dvh - 5.8rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    border: 0;
  }

  body.wraplab-theme-v2 .project-lightbox-stage {
    margin-inline: -0.45rem;
  }

  body.wraplab-theme-v2 .project-lightbox-close {
    width: 2.7rem;
    height: 2.7rem;
  }

  body.wraplab-theme-v2 .project-lightbox-nav {
    width: 2.55rem;
    height: 4.2rem;
    font-size: 3rem;
    background: rgba(8, 10, 15, 0.48);
  }

body.wraplab-theme-v2 .project-lightbox-caption {
    display: none;
  }
}

/* About page rail label. */
body.wraplab-theme-v2 main:has(.about-team-section) {
  position: relative !important;
  overflow: visible !important;
  padding-left: clamp(2.35rem, 5.2vw, 6rem) !important;
}

body.wraplab-theme-v2 main:has(.about-team-section)::before {
  content: "WRAP\00a0 ARTISTS" !important;
  position: absolute !important;
  display: block !important;
  left: var(--wl-v2-rail-left) !important;
  top: var(--wl-v2-rail-top) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 40 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--wl-v2-rail-stroke) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.35rem, 7.7vw, 7.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 main:has(.about-team-section) {
    padding-left: clamp(1.45rem, 4.2vw, 2.3rem) !important;
  }

body.wraplab-theme-v2 main:has(.about-team-section)::before {
    opacity: 0.52 !important;
    font-size: clamp(2.45rem, 10vw, 4.4rem) !important;
  }
}

/* Contact page rail should live on the page edge, not inside the form grid. */
body.wraplab-theme-v2 .contact-main {
  position: relative !important;
  overflow: visible !important;
  padding-left: clamp(2.35rem, 5.2vw, 6rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout {
  padding-left: 0 !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  position: absolute !important;
  display: block !important;
  left: var(--wl-v2-rail-left) !important;
  top: var(--wl-v2-rail-top) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 40 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--wl-v2-rail-stroke) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.35rem, 7.7vw, 7.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .contact-main {
    padding-left: clamp(1.45rem, 4.2vw, 2.3rem) !important;
  }

body.wraplab-theme-v2 .contact-main::before {
    opacity: 0.52 !important;
    font-size: clamp(2.45rem, 10vw, 4.4rem) !important;
  }
}

/* Final non-home vertical rail normalization. Home is intentionally untouched. */
body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
body.wraplab-theme-v2 .project-detail-main .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .contact-main .page-hero,
body.wraplab-theme-v2 .about-team-section {
  position: relative !important;
  overflow: visible !important;
  padding-left: clamp(3.2rem, 7vw, 8rem) !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .samples-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before,
body.wraplab-theme-v2 .wl-aftercare-hero::before,
body.wraplab-theme-v2 .contact-main .page-hero::before,
body.wraplab-theme-v2 .about-team-section::before {
  position: absolute !important;
  display: block !important;
  left: clamp(0.2rem, 1.2vw, 1rem) !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  z-index: 60 !important;
  transform: translateY(-50%) rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(5.5rem, 11vw, 12.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.78 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

body.wraplab-theme-v2 .contact-main .page-hero::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
}

body.wraplab-theme-v2 .about-team-section::before {
  content: "WRAP\00a0 ARTISTS" !important;
}

body.wraplab-theme-v2 .contact-main::before,
body.wraplab-theme-v2 .contact-main .contact-layout::before,
body.wraplab-theme-v2 main:has(.about-team-section)::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .services-main .page-hero > *,
body.wraplab-theme-v2 .service-area-main .page-hero > *,
body.wraplab-theme-v2 .samples-main .page-hero > *,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero > *,
body.wraplab-theme-v2 .project-detail-main .page-hero > *,
body.wraplab-theme-v2 .wl-aftercare-hero > *,
body.wraplab-theme-v2 .contact-main .page-hero > *,
body.wraplab-theme-v2 .about-team-section > * {
  position: relative !important;
  z-index: 10 !important;
}

@media (max-width: 1040px) {
  body.wraplab-theme-v2 .services-main .page-hero::before,
  body.wraplab-theme-v2 .service-area-main .page-hero::before,
  body.wraplab-theme-v2 .samples-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before,
  body.wraplab-theme-v2 .wl-aftercare-hero::before,
  body.wraplab-theme-v2 .contact-main .page-hero::before,
  body.wraplab-theme-v2 .about-team-section::before {
    opacity: 0.62 !important;
    font-size: clamp(4.3rem, 13vw, 8rem) !important;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main .page-hero,
  body.wraplab-theme-v2 .service-area-main .page-hero,
  body.wraplab-theme-v2 .samples-main .page-hero,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
  body.wraplab-theme-v2 .project-detail-main .page-hero,
  body.wraplab-theme-v2 .wl-aftercare-hero,
  body.wraplab-theme-v2 .contact-main .page-hero,
  body.wraplab-theme-v2 .about-team-section {
    padding-left: clamp(1.6rem, 5vw, 3rem) !important;
  }

  body.wraplab-theme-v2 .services-main .page-hero::before,
  body.wraplab-theme-v2 .service-area-main .page-hero::before,
  body.wraplab-theme-v2 .samples-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before,
  body.wraplab-theme-v2 .wl-aftercare-hero::before,
  body.wraplab-theme-v2 .contact-main .page-hero::before,
  body.wraplab-theme-v2 .about-team-section::before {
    left: -0.15rem !important;
    top: 45% !important;
    opacity: 0.44 !important;
    font-size: clamp(3.8rem, 20vw, 6.4rem) !important;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.14) !important;
  }
}

/* Rail overlay correction: labels must not move page content. */
body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
body.wraplab-theme-v2 .project-detail-main .page-hero,
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .contact-main .page-hero,
body.wraplab-theme-v2 .about-team-section {
  padding-left: 0 !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .samples-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before,
body.wraplab-theme-v2 .wl-aftercare-hero::before,
body.wraplab-theme-v2 .contact-main .page-hero::before,
body.wraplab-theme-v2 .about-team-section::before {
  z-index: 80 !important;
}

body.wraplab-theme-v2 .samples-main,
body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .samples-shell,
body.wraplab-theme-v2 .samples-main .samples-list,
body.wraplab-theme-v2 .samples-main .sample-category,
body.wraplab-theme-v2 .samples-main .sample-grid {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}

body.wraplab-theme-v2 .samples-main .sample-grid {
  display: grid !important;
}

/* Final rail layout reset: overlay labels only, never reserve content space. */
body.wraplab-theme-v2 .contact-main,
body.wraplab-theme-v2 main:has(.about-team-section),
body.wraplab-theme-v2 .services-main .page-hero,
body.wraplab-theme-v2 .services-main .page-hero .container,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .service-area-main .page-hero .container,
body.wraplab-theme-v2 .samples-main .page-hero,
body.wraplab-theme-v2 .samples-main .page-hero .container,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero .container,
body.wraplab-theme-v2 .project-detail-main .page-hero,
body.wraplab-theme-v2 .project-detail-main .page-hero .container,
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .wl-aftercare-hero .container,
body.wraplab-theme-v2 .about-team-section,
body.wraplab-theme-v2 .about-team-section .container {
  padding-left: 0 !important;
}

/* After-care page compaction: keep content near the top instead of bottoming out a tall hero. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: auto !important;
  align-items: start !important;
  padding-top: clamp(7rem, 10vw, 9.5rem) !important;
  padding-bottom: clamp(1.6rem, 4vw, 3.2rem) !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  align-self: start !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin-bottom: 0.75rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero + .section,
body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight {
  padding-top: clamp(1.2rem, 3vw, 2.2rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 6.75rem !important;
    padding-bottom: 1.4rem !important;
  }
}

/* Services rail must overlay cleanly without clipping into the next content block. */
body.wraplab-theme-v2 .services-main,
body.wraplab-theme-v2 .services-main .page-hero {
  overflow: visible !important;
}

body.wraplab-theme-v2 .services-main .page-hero {
  z-index: 25 !important;
}

body.wraplab-theme-v2 .services-main .page-hero::before {
  top: clamp(8.5rem, 14vw, 13rem) !important;
  z-index: 120 !important;
}

body.wraplab-theme-v2 .services-main .page-hero + *,
body.wraplab-theme-v2 .services-main .section,
body.wraplab-theme-v2 .services-main .section-service-tight {
  position: relative !important;
  z-index: 5 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main .page-hero::before {
    top: clamp(7.4rem, 28vw, 9.25rem) !important;
  }
}

/* Vertical page labels should start near the top and read down the page. */
body.wraplab-theme-v2 .services-main .page-hero::before,
body.wraplab-theme-v2 .service-area-main .page-hero::before,
body.wraplab-theme-v2 .samples-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before,
body.wraplab-theme-v2 .wl-aftercare-hero::before,
body.wraplab-theme-v2 .contact-main .page-hero::before,
body.wraplab-theme-v2 .about-team-section::before {
  top: clamp(7.15rem, 9.5vw, 9.2rem) !important;
  transform: rotate(180deg) !important;
  z-index: 120 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main .page-hero::before,
  body.wraplab-theme-v2 .service-area-main .page-hero::before,
  body.wraplab-theme-v2 .samples-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before,
  body.wraplab-theme-v2 .wl-aftercare-hero::before,
  body.wraplab-theme-v2 .contact-main .page-hero::before,
  body.wraplab-theme-v2 .about-team-section::before {
    top: clamp(6.45rem, 18vw, 7.8rem) !important;
    transform: rotate(180deg) !important;
  }
}

/* Projects index compaction: avoid a tall hero pushing the project cards down. */
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero {
  min-height: auto !important;
  align-items: start !important;
  padding-top: clamp(7rem, 10vw, 9.25rem) !important;
  padding-bottom: clamp(1.2rem, 3vw, 2.2rem) !important;
}

body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero .container {
  align-self: start !important;
}

body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero + .section,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero + .section-tight {
  padding-top: clamp(1rem, 2.5vw, 1.8rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero {
    padding-top: 6.75rem !important;
    padding-bottom: 1.15rem !important;
  }
}

/* Project pages final spacing reset: keep index and detail content close to the header. */
body.wraplab-theme-v2 .projects-main .page-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding-top: clamp(5.9rem, 8vw, 7.2rem) !important;
  padding-bottom: clamp(0.75rem, 1.8vw, 1.25rem) !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .projects-main .section,
body.wraplab-theme-v2 .projects-main .section-tight {
  margin-top: 0 !important;
  padding-top: clamp(0.65rem, 1.4vw, 1.1rem) !important;
}

body.wraplab-theme-v2 .project-detail-main .gallery-showcase,
body.wraplab-theme-v2 .project-detail-main .project-detail-showcase {
  margin-top: 0 !important;
}

body.wraplab-theme-v2 .project-detail-top-actions {
  display: flex;
  justify-content: flex-start;
  margin-bottom: clamp(0.85rem, 1.7vw, 1.25rem);
}

body.wraplab-theme-v2 .project-detail-top-actions .btn {
  min-height: 2.75rem;
}

body.wraplab-theme-v2 .project-detail-main .page-hero {
  padding-left: 0 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .projects-main .page-hero {
    padding-top: 5.9rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.wraplab-theme-v2 .projects-main .section,
  body.wraplab-theme-v2 .projects-main .section-tight {
    padding-top: 0.65rem !important;
  }
}

/* Color samples compaction: keep the catalog directly under a compact intro. */
body.wraplab-theme-v2 .samples-main .page-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  overflow: visible !important;
  padding-top: clamp(5.9rem, 8vw, 7.2rem) !important;
  padding-bottom: clamp(0.85rem, 1.9vw, 1.35rem) !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .section-tight {
  margin-top: 0 !important;
  padding-top: clamp(0.75rem, 1.6vw, 1.25rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .samples-main .page-hero {
    padding-top: 5.9rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.wraplab-theme-v2 .samples-main .section,
  body.wraplab-theme-v2 .samples-main .section-tight {
    padding-top: 0.65rem !important;
  }
}

/* After-care final spacing reset: match compact interior pages. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  padding-top: clamp(5.9rem, 8vw, 7.2rem) !important;
  padding-bottom: clamp(0.85rem, 1.9vw, 1.35rem) !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero + .section,
body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
body.wraplab-theme-v2 main > .section-service-tight:first-of-type {
  margin-top: 0 !important;
  padding-top: clamp(0.75rem, 1.6vw, 1.25rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.9rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero + .section,
  body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
  body.wraplab-theme-v2 main > .section-service-tight:first-of-type {
    padding-top: 0.65rem !important;
  }
}

/* After-care absolute final override: compact top spacing and repair first two care cards. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding-top: clamp(4.85rem, 6.7vw, 6.15rem) !important;
  padding-bottom: 0.45rem !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero p {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  top: clamp(7.6rem, 12vw, 11.2rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight {
  margin: 0 !important;
  padding-top: clamp(0.55rem, 1.1vw, 0.9rem) !important;
  padding-bottom: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: clamp(0.95rem, 1.7vw, 1.45rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: clamp(300px, 29vw, 460px) !important;
  max-height: none !important;
  align-self: stretch !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media img,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-content: center !important;
  padding-block: 0.25rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy h2,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy h2 {
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy p,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy p {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(0.91rem, 0.96vw, 1.02rem) !important;
  line-height: 1.43 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.45rem !important;
    padding-bottom: 0.35rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: 7.15rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
    min-height: clamp(220px, 52vw, 370px) !important;
  }
}

/* After-care final cascade owner: keep page high and first two boxes readable. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding-top: clamp(4.85rem, 6.7vw, 6.15rem) !important;
  padding-bottom: 0.45rem !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero p {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  top: clamp(7.6rem, 12vw, 11.2rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight {
  margin: 0 !important;
  padding-top: clamp(0.55rem, 1.1vw, 0.9rem) !important;
  padding-bottom: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: clamp(0.95rem, 1.7vw, 1.45rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: clamp(300px, 29vw, 460px) !important;
  max-height: none !important;
  align-self: stretch !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media img,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-content: center !important;
  padding-block: 0.25rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy h2,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy h2 {
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy p,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy p {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(0.91rem, 0.96vw, 1.02rem) !important;
  line-height: 1.43 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.45rem !important;
    padding-bottom: 0.35rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: 7.15rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
    min-height: clamp(220px, 52vw, 370px) !important;
  }
}

/* After-care final layout pass: compact hero and stabilize the first two care blocks. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding-top: clamp(4.85rem, 6.7vw, 6.15rem) !important;
  padding-bottom: 0.45rem !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero p {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  top: clamp(7.6rem, 12vw, 11.2rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight {
  margin: 0 !important;
  padding-top: clamp(0.55rem, 1.1vw, 0.9rem) !important;
  padding-bottom: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: clamp(0.95rem, 1.7vw, 1.45rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: clamp(300px, 29vw, 460px) !important;
  max-height: none !important;
  align-self: stretch !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media img,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-content: center !important;
  padding-block: 0.25rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy h2,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy h2 {
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy p,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy p {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(0.91rem, 0.96vw, 1.02rem) !important;
  line-height: 1.43 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.45rem !important;
    padding-bottom: 0.35rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: 7.15rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
    min-height: clamp(220px, 52vw, 370px) !important;
  }
}

/* Projects rail should behave like the services rail, with compact project content spacing. */
body.wraplab-theme-v2 .projects-main,
body.wraplab-theme-v2 .projects-main .page-hero {
  overflow: visible !important;
}

body.wraplab-theme-v2 .projects-main .page-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  z-index: 25 !important;
  padding-top: clamp(5.9rem, 8vw, 7.2rem) !important;
  padding-bottom: clamp(0.75rem, 1.8vw, 1.25rem) !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before {
  content: "PROJECTS" !important;
  top: clamp(8.5rem, 14vw, 13rem) !important;
  z-index: 120 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero + *,
body.wraplab-theme-v2 .projects-main .section,
body.wraplab-theme-v2 .projects-main .section-tight,
body.wraplab-theme-v2 .projects-main .projects-grid,
body.wraplab-theme-v2 .projects-main .project-detail-showcase,
body.wraplab-theme-v2 .projects-main .gallery-showcase {
  position: relative !important;
  z-index: 5 !important;
}

body.wraplab-theme-v2 .projects-main .section,
body.wraplab-theme-v2 .projects-main .section-tight {
  margin-top: 0 !important;
  padding-top: clamp(0.65rem, 1.4vw, 1.1rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .projects-main .page-hero {
    padding-top: 5.9rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.wraplab-theme-v2 .projects-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before {
    top: clamp(7.4rem, 28vw, 9.25rem) !important;
  }

  body.wraplab-theme-v2 .projects-main .section,
  body.wraplab-theme-v2 .projects-main .section-tight {
    padding-top: 0.65rem !important;
  }
}

/* After-care maintenance tips block: keep image useful and text fully readable. */
body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-split {
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1.38fr) !important;
  align-items: stretch !important;
  overflow: visible !important;
}

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: clamp(340px, 32vw, 520px) !important;
  max-height: none !important;
  align-self: stretch !important;
}

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-media img {
  object-fit: cover !important;
  object-position: center !important;
}

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-content: start !important;
  padding-block: clamp(0.25rem, 1vw, 0.75rem) !important;
}

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-copy p {
  max-width: none !important;
  line-height: 1.48 !important;
  font-size: clamp(0.92rem, 1vw, 1.03rem) !important;
}

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-copy h2 {
  font-size: clamp(1.65rem, 2.8vw, 3.2rem) !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-split {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

body.wraplab-theme-v2 main > .section-service-tight:nth-of-type(2) .aftercare-media {
    min-height: clamp(240px, 52vw, 420px) !important;
  }
}

/* About rail floats above all content, outside card clipping. */
body.wraplab-theme-v2 main:has(.about-team-section) {
  overflow: visible !important;
}

body.wraplab-theme-v2 main:has(.about-team-section)::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .about-team-section {
  overflow: visible !important;
  isolation: auto !important;
}

body.wraplab-theme-v2 .about-team-section::before {
  content: "WRAP\00a0 ARTISTS" !important;
  position: fixed !important;
  left: -0.15rem !important;
  top: clamp(7.15rem, 9.5vw, 9.2rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 10050 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(5.5rem, 11vw, 12.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.78 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .about-team-section::before {
    left: -0.45rem !important;
    top: clamp(6.45rem, 18vw, 7.8rem) !important;
    opacity: 0.44 !important;
    font-size: clamp(3.8rem, 20vw, 6.4rem) !important;
  }
}

/* Service areas rail should behave like the services rail. */
body.wraplab-theme-v2 .service-area-main,
body.wraplab-theme-v2 .service-area-main .page-hero {
  overflow: visible !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero {
  z-index: 25 !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero::before {
  content: "SERVICE\00a0 AREAS" !important;
  top: clamp(8.5rem, 14vw, 13rem) !important;
  z-index: 120 !important;
}

body.wraplab-theme-v2 .service-area-main .page-hero + *,
body.wraplab-theme-v2 .service-area-main .section,
body.wraplab-theme-v2 .service-area-main .section-tight {
  position: relative !important;
  z-index: 5 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .service-area-main .page-hero::before {
    top: clamp(7.4rem, 28vw, 9.25rem) !important;
  }
}

/* Color samples rail should behave like the services rail. */
body.wraplab-theme-v2 .samples-main,
body.wraplab-theme-v2 .samples-main .page-hero {
  overflow: visible !important;
}

body.wraplab-theme-v2 .samples-main .page-hero {
  z-index: 25 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero::before {
  content: "COLOR\00a0 SAMPLES" !important;
  top: clamp(8.5rem, 14vw, 13rem) !important;
  z-index: 120 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero + *,
body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .section-tight,
body.wraplab-theme-v2 .samples-main .samples-shell {
  position: relative !important;
  z-index: 5 !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .samples-main .page-hero::before {
    top: clamp(7.4rem, 28vw, 9.25rem) !important;
  }
}

/* After-care rail should behave like the services rail, with compact content spacing. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  overflow: visible !important;
  z-index: 25 !important;
  padding-top: clamp(5.9rem, 8vw, 7.2rem) !important;
  padding-bottom: clamp(0.85rem, 1.9vw, 1.35rem) !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  content: "AFTER\00a0 CARE" !important;
  display: block !important;
  top: clamp(8.5rem, 14vw, 13rem) !important;
  z-index: 120 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero + *,
body.wraplab-theme-v2 .wl-aftercare-hero + .section,
body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
body.wraplab-theme-v2 main > .section-service-tight {
  position: relative !important;
  z-index: 5 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero + .section,
body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
body.wraplab-theme-v2 main > .section-service-tight:first-of-type {
  margin-top: 0 !important;
  padding-top: clamp(0.75rem, 1.6vw, 1.25rem) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.9rem !important;
    padding-bottom: 0.75rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: clamp(7.4rem, 28vw, 9.25rem) !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero + .section,
  body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
  body.wraplab-theme-v2 main > .section-service-tight:first-of-type {
    padding-top: 0.65rem !important;
  }
}
/* After-care true EOF override: compact top spacing and repair first two care cards. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding-top: clamp(4.85rem, 6.7vw, 6.15rem) !important;
  padding-bottom: 0.45rem !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero p {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  top: clamp(7.6rem, 12vw, 11.2rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight {
  margin: 0 !important;
  padding-top: clamp(0.55rem, 1.1vw, 0.9rem) !important;
  padding-bottom: clamp(0.75rem, 1.5vw, 1.25rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: clamp(0.95rem, 1.7vw, 1.45rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: clamp(300px, 29vw, 460px) !important;
  max-height: none !important;
  align-self: stretch !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media img,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-content: center !important;
  padding-block: 0.25rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy h2,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy h2 {
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 0.98 !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy p,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy p {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(0.91rem, 0.96vw, 1.02rem) !important;
  line-height: 1.43 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-aftercare-hero {
    padding-top: 5.45rem !important;
    padding-bottom: 0.35rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: 7.15rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
    min-height: clamp(220px, 52vw, 370px) !important;
  }
}

/* After-care hard compact pass: remove particle canvas height/visual drag and pull content up. */
body.wraplab-theme-v2 .wl-aftercare-hero,
body.wraplab-theme-v2 .page-hero.wl-aftercare-hero,
body.wraplab-theme-v2 section.page-hero.wl-aftercare-hero.wl-intro-particle-panel {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  padding: clamp(7.85rem, 9.9vw, 8.95rem) 0 0.25rem !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .wl-intro-particles,
body.wraplab-theme-v2 .wl-aftercare-hero canvas[data-wraplab-particles] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero::before {
  top: clamp(5.65rem, 9.5vw, 8.6rem) !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  transform: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .badge {
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero h1 {
  margin: 0 0 0.25rem !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero p {
  margin: 0 !important;
  max-width: 980px !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero + .section-service-tight,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:first-of-type,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) {
  margin-top: 0 !important;
  padding-top: 0.35rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight {
  padding-top: 0.55rem !important;
  padding-bottom: 0.85rem !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr) !important;
  min-height: 0 !important;
  padding: clamp(0.85rem, 1.45vw, 1.25rem) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
  min-height: clamp(260px, 24vw, 390px) !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-copy,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  align-content: center !important;
  min-width: 0 !important;
}

body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-copy {
  align-content: start !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .wl-aftercare-hero,
  body.wraplab-theme-v2 .page-hero.wl-aftercare-hero,
  body.wraplab-theme-v2 section.page-hero.wl-aftercare-hero.wl-intro-particle-panel {
    padding-top: 8.05rem !important;
    padding-bottom: 0.15rem !important;
  }

  body.wraplab-theme-v2 .wl-aftercare-hero::before {
    top: 5.75rem !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-split,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(2) .aftercare-media,
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-media {
    min-height: clamp(190px, 46vw, 320px) !important;
  }
}

/* Projects true EOF override: match after-care header clearance without large content gaps. */
body.wraplab-theme-v2 .projects-main .page-hero,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
body.wraplab-theme-v2 .project-detail-main .page-hero {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  padding: clamp(8.35rem, 10.35vw, 9.45rem) 0 0.35rem !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .wl-intro-particles,
body.wraplab-theme-v2 .projects-main .page-hero canvas[data-wraplab-particles] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero::before,
body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
body.wraplab-theme-v2 .project-detail-main .page-hero::before {
  content: "PROJECTS" !important;
  top: clamp(5.65rem, 9.5vw, 8.6rem) !important;
  left: clamp(-1.1rem, -1.5vw, -0.35rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 120 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .container {
  transform: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .projects-main .page-hero .badge {
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .projects-main .page-hero h1 {
  margin: 0 0 0.25rem !important;
}

body.wraplab-theme-v2 .projects-main .page-hero p {
  margin: 0 !important;
  max-width: 1040px !important;
}

body.wraplab-theme-v2 .projects-main .page-hero + .section,
body.wraplab-theme-v2 .projects-main .page-hero + .section-tight,
body.wraplab-theme-v2 .projects-main .section:first-of-type,
body.wraplab-theme-v2 .projects-main .section-tight:first-of-type {
  margin-top: 0 !important;
  padding-top: 0.45rem !important;
}

body.wraplab-theme-v2 .projects-main .section,
body.wraplab-theme-v2 .projects-main .section-tight {
  padding-top: 0.65rem !important;
  padding-bottom: 0.95rem !important;
}

body.wraplab-theme-v2 .project-detail-main .gallery-showcase,
body.wraplab-theme-v2 .project-detail-main .project-detail-showcase {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .projects-main .page-hero,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero,
  body.wraplab-theme-v2 .project-detail-main .page-hero {
    padding-top: 8.55rem !important;
    padding-bottom: 0.25rem !important;
  }

  body.wraplab-theme-v2 .projects-main .page-hero::before,
  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .page-hero::before,
  body.wraplab-theme-v2 .project-detail-main .page-hero::before {
    top: 5.75rem !important;
  }
}

/* Contact true EOF override: same compact header clearance as projects/details. */
body.wraplab-theme-v2 .contact-main .page-hero {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  padding: clamp(8.9rem, 10.85vw, 10rem) 0 0.35rem !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .contact-main .page-hero .wl-intro-particles,
body.wraplab-theme-v2 .contact-main .page-hero canvas[data-wraplab-particles] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.wraplab-theme-v2 .contact-main .page-hero::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  top: clamp(5.65rem, 9.5vw, 8.6rem) !important;
  left: clamp(-1.1rem, -1.5vw, -0.35rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 120 !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(5.5rem, 11vw, 12.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.78 !important;
  letter-spacing: 0.08em !important;
  pointer-events: none !important;
}

body.wraplab-theme-v2 .contact-main .page-hero .container {
  transform: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .contact-main .page-hero .badge {
  margin-bottom: 0.35rem !important;
}

body.wraplab-theme-v2 .contact-main .page-hero h1 {
  margin: 0 0 0.25rem !important;
}

body.wraplab-theme-v2 .contact-main .page-hero p {
  margin: 0 !important;
  max-width: 1040px !important;
}

body.wraplab-theme-v2 .contact-main .page-hero + .section,
body.wraplab-theme-v2 .contact-main .section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0.45rem !important;
}

body.wraplab-theme-v2 .contact-main .section {
  padding-top: 0.65rem !important;
  padding-bottom: 0.95rem !important;
}

body.wraplab-theme-v2 .contact-main .contact-layout {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .page-hero {
    padding-top: 9.05rem !important;
    padding-bottom: 0.25rem !important;
  }

  body.wraplab-theme-v2 .contact-main .page-hero::before {
    top: 5.75rem !important;
    left: -0.15rem !important;
    opacity: 0.44 !important;
    font-size: clamp(3.8rem, 20vw, 6.4rem) !important;
  }
}

/* Contact rail fit: the longer label needs its own size and placement. */
body.wraplab-theme-v2 .contact-main .page-hero::before {
  top: clamp(7.85rem, 10.8vw, 10.2rem) !important;
  left: clamp(0.1rem, 0.75vw, 0.8rem) !important;
  font-size: clamp(4.25rem, 8.4vw, 8.65rem) !important;
  line-height: 0.82 !important;
  letter-spacing: 0.055em !important;
  transform-origin: top left !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .page-hero::before {
    top: 7.25rem !important;
    left: 0.15rem !important;
    opacity: 0.48 !important;
    font-size: clamp(3rem, 14vw, 5rem) !important;
  }
}

/* Contact rail visibility correction: keep the label on top and inside the viewport. */
body.wraplab-theme-v2 .contact-main .page-hero::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  position: absolute !important;
  display: block !important;
  top: clamp(6.35rem, 9vw, 8.4rem) !important;
  left: clamp(0.25rem, 1vw, 0.95rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1000 !important;
  opacity: 0.78 !important;
  visibility: visible !important;
  transform: rotate(180deg) !important;
  transform-origin: center center !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: rgba(196, 181, 253, 0.08) !important;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.34) !important;
  text-shadow: 0 0 22px rgba(139, 92, 246, 0.24) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.9rem, 7.7vw, 7.9rem) !important;
  font-weight: 900 !important;
  line-height: 0.84 !important;
  letter-spacing: 0.045em !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main .page-hero::before {
    top: 6.9rem !important;
    left: 0.2rem !important;
    opacity: 0.6 !important;
    font-size: clamp(2.85rem, 12vw, 4.7rem) !important;
  }
}

/* Color samples true EOF override: compact header and keep catalog high. */
body.wraplab-theme-v2 .samples-main .page-hero {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  align-items: start !important;
  padding: clamp(8.35rem, 10.35vw, 9.45rem) 0 0.35rem !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .samples-main .page-hero .wl-intro-particles,
body.wraplab-theme-v2 .samples-main .page-hero canvas[data-wraplab-particles] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero::before {
  content: "COLOR\00a0 SAMPLES" !important;
  position: absolute !important;
  display: block !important;
  top: clamp(5.65rem, 9.5vw, 8.6rem) !important;
  left: clamp(-1.1rem, -1.5vw, -0.35rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 120 !important;
  opacity: 0.72 !important;
  visibility: visible !important;
  transform: rotate(180deg) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: rgba(196, 181, 253, 0.06) !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(4.4rem, 8.6vw, 8.9rem) !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  letter-spacing: 0.055em !important;
  pointer-events: none !important;
}

body.wraplab-theme-v2 .samples-main .page-hero .container {
  transform: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .samples-main .samples-hero-title,
body.wraplab-theme-v2 .samples-main .page-hero h1,
body.wraplab-theme-v2 .samples-main .page-hero h2 {
  margin: 0 0 0.35rem !important;
}

body.wraplab-theme-v2 .samples-main .page-hero p {
  margin: 0 0 0.35rem !important;
  max-width: 1120px !important;
}

body.wraplab-theme-v2 .samples-main .page-hero p:last-child {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .samples-main .page-hero + .section,
body.wraplab-theme-v2 .samples-main .page-hero + .section-tight,
body.wraplab-theme-v2 .samples-main .section:first-of-type,
body.wraplab-theme-v2 .samples-main .section-tight:first-of-type {
  margin-top: 0 !important;
  padding-top: 0.45rem !important;
}

body.wraplab-theme-v2 .samples-main .section,
body.wraplab-theme-v2 .samples-main .section-tight {
  padding-top: 0.65rem !important;
  padding-bottom: 0.95rem !important;
}

body.wraplab-theme-v2 .samples-main .samples-shell {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .samples-main .page-hero {
    padding-top: 8.55rem !important;
    padding-bottom: 0.25rem !important;
  }

  body.wraplab-theme-v2 .samples-main .page-hero::before {
    top: 5.75rem !important;
    left: -0.15rem !important;
    opacity: 0.5 !important;
    font-size: clamp(3.1rem, 13vw, 5.2rem) !important;
  }
}

/* Mobile header: social links move into the offcanvas menu. */
@media (max-width: 520px) {
  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    grid-template-columns: 42px 1fr 42px !important;
    gap: 0.55rem !important;
    padding-inline: 0.55rem !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-social {
    display: none !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo img {
    max-height: 66px !important;
  }
}

/* After-care hero translucency: let the page backdrop show through the intro. */
body.wraplab-theme-v2 .wl-aftercare-hero {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.52) 0%, rgba(10, 8, 20, 0.34) 48%, rgba(5, 6, 7, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.28)) !important;
  backdrop-filter: blur(1.5px) saturate(1.05) !important;
}

body.wraplab-theme-v2 .wl-aftercare-hero .container {
  background: rgba(6, 8, 13, 0.16) !important;
}

/* Color samples rail edge clearance. */
body.wraplab-theme-v2 .samples-main .page-hero::before {
  left: clamp(0.35rem, 1.2vw, 1.1rem) !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .samples-main .page-hero::before {
    left: 0.25rem !important;
  }
}

/* Contact vertical rail: fixed overlay so the form panel cannot clip it. */
body.wraplab-theme-v2 .contact-main .page-hero::before {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main::before {
  content: "GET\00a0 A\00a0 QUOTE" !important;
  position: fixed !important;
  display: block !important;
  top: clamp(7.3rem, 10vw, 9.7rem) !important;
  left: clamp(0.35rem, 1vw, 0.9rem) !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 10050 !important;
  opacity: 0.72 !important;
  visibility: visible !important;
  transform: rotate(180deg) !important;
  transform-origin: center center !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  color: rgba(196, 181, 253, 0.07) !important;
  -webkit-text-stroke: 1px rgba(196, 181, 253, 0.34) !important;
  text-shadow: 0 0 22px rgba(139, 92, 246, 0.24) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.8rem, 7.3vw, 7.4rem) !important;
  font-weight: 900 !important;
  line-height: 0.84 !important;
  letter-spacing: 0.045em !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .contact-main::before {
    top: 7.15rem !important;
    left: 0.2rem !important;
    opacity: 0.55 !important;
    font-size: clamp(2.65rem, 11vw, 4.35rem) !important;
  }
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .wraplab-v2-header .wraplab-v2-social {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    align-items: start !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
  }
}

/* Home process cards: let the v2 backdrop show through the Prep / Install / Care boxes. */
body.wraplab-theme-v2 .wl-process .wl-process-list article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(124, 58, 237, 0.045)),
    rgba(10, 12, 20, 0.34) !important;
  border: 1px solid rgba(196, 181, 253, 0.22) !important;
  box-shadow: 0 22px 58px rgba(3, 7, 18, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.wraplab-theme-v2 .wl-process .wl-process-list article:hover {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(168, 85, 247, 0.070)),
    rgba(10, 12, 20, 0.40) !important;
  border-color: rgba(216, 180, 254, 0.34) !important;
}

/* FAQ page */
body.wraplab-theme-v2 .faq-main {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding-top: clamp(6.6rem, 9vw, 10.2rem);
  overflow: hidden;
}

body.wraplab-theme-v2 .faq-main::before {
  content: "Questions and Answers";
  position: fixed;
  z-index: 4;
  top: 7.8rem;
  left: 0.8rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.3rem, 4.2vw, 4.9rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  pointer-events: none;
}

body.wraplab-theme-v2 .faq-main .wl-intro-particles {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
}

body.wraplab-theme-v2 .wl-faq-hero {
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

body.wraplab-theme-v2 .wl-faq-hero .container {
  max-width: 1160px;
}

body.wraplab-theme-v2 .wl-faq-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.92;
}

body.wraplab-theme-v2 .wl-faq-hero p {
  max-width: 760px;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
}

body.wraplab-theme-v2 .wl-faq-layout {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 3.2rem);
  align-items: start;
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

body.wraplab-theme-v2 .wl-faq-nav {
  position: sticky;
  top: 7.5rem;
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(196, 181, 253, 0.18);
  background: rgba(8, 10, 18, 0.34);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.wraplab-theme-v2 .wl-faq-nav a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 0.8rem;
  border-left: 3px solid rgba(168, 85, 247, 0.45);
  background: rgba(255, 255, 255, 0.045);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

body.wraplab-theme-v2 .wl-faq-nav a:hover,
body.wraplab-theme-v2 .wl-faq-nav a:focus-visible {
  color: #fff;
  background: rgba(168, 85, 247, 0.16);
  border-color: rgba(216, 180, 254, 0.95);
}

body.wraplab-theme-v2 .wl-faq-content {
  display: grid;
  gap: clamp(1.4rem, 2.5vw, 2.4rem);
}

body.wraplab-theme-v2 .wl-faq-section {
  border: 1px solid rgba(196, 181, 253, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(124, 58, 237, 0.035)),
    rgba(7, 10, 18, 0.44);
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.26);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

body.wraplab-theme-v2 .wl-faq-section-head {
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border-bottom: 1px solid rgba(196, 181, 253, 0.14);
}

body.wraplab-theme-v2 .wl-faq-section-head h2 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.45rem, 2.3vw, 2.45rem);
}

body.wraplab-theme-v2 .wl-faq-list {
  display: grid;
}

body.wraplab-theme-v2 .wl-faq-item {
  border-bottom: 1px solid rgba(196, 181, 253, 0.14);
}

body.wraplab-theme-v2 .wl-faq-item:last-child {
  border-bottom: 0;
}

body.wraplab-theme-v2 .wl-faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.2rem;
  gap: 1rem;
  align-items: center;
  min-height: 4.6rem;
  padding: 1.15rem clamp(1.25rem, 2.2vw, 2rem);
  color: #fff;
  cursor: pointer;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  list-style: none;
}

body.wraplab-theme-v2 .wl-faq-item summary::-webkit-details-marker {
  display: none;
}

body.wraplab-theme-v2 .wl-faq-item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  border: 1px solid rgba(216, 180, 254, 0.55);
  background: rgba(168, 85, 247, 0.18);
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.18);
}

body.wraplab-theme-v2 .wl-faq-item[open] summary {
  background: rgba(168, 85, 247, 0.12);
}

body.wraplab-theme-v2 .wl-faq-item[open] summary::after {
  content: "-";
}

body.wraplab-theme-v2 .wl-faq-answer {
  padding: 0 clamp(1.25rem, 2.2vw, 2rem) 1.35rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

body.wraplab-theme-v2 .wl-faq-answer p {
  margin: 0 0 0.9rem;
}

body.wraplab-theme-v2 .wl-faq-answer p:last-child {
  margin-bottom: 0;
}

body.wraplab-theme-v2 .wl-faq-answer ul {
  margin: 0.35rem 0 0;
  padding-left: 1.25rem;
}

body.wraplab-theme-v2 .wl-faq-answer li + li {
  margin-top: 0.45rem;
}

body.wraplab-theme-v2 .wl-faq-cta {
  margin-top: 1rem;
  padding: clamp(1.4rem, 2.5vw, 2.4rem);
  border: 1px solid rgba(216, 180, 254, 0.24);
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.22), rgba(6, 182, 212, 0.06)),
    rgba(8, 10, 18, 0.48);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.wraplab-theme-v2 .wl-faq-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 2.6vw, 2.65rem);
}

body.wraplab-theme-v2 .wl-faq-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

body.wraplab-theme-v2 .faq-main .wraplab-v2-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Individual vinyl color sample pages: v2 detail view without the old catalog panel stack. */
body.wraplab-theme-v2 .samples-main.sample-detail-main {
  position: relative;
  overflow: visible !important;
  min-height: 100vh;
  background: transparent !important;
}

body.wraplab-theme-v2 .samples-main.sample-detail-main::after {
  content: "COLOR\00a0 SAMPLES";
  position: absolute;
  left: clamp(0.2rem, 1.2vw, 1rem);
  top: clamp(7.15rem, 9.5vw, 9.2rem);
  z-index: 80;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
  font-family: "Chakra Petch", "Inter", sans-serif;
  font-size: clamp(4.4rem, 9vw, 9.8rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0.08em;
  pointer-events: none;
}

body.wraplab-theme-v2 .sample-detail-v2 {
  position: relative;
  z-index: 2;
  padding: clamp(7.4rem, 10vw, 10.4rem) 0 clamp(4rem, 7vw, 7rem);
}

body.wraplab-theme-v2 .sample-detail-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(1.7rem, 4vw, 4.6rem);
  align-items: center;
}

body.wraplab-theme-v2 .sample-detail-v2-copy {
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  min-width: 0;
}

body.wraplab-theme-v2 .sample-detail-main .sample-detail-v2-copy {
  position: relative;
  padding: clamp(1rem, 2.3vw, 1.8rem) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(4, 6, 12, 0.74), rgba(12, 12, 20, 0.52)) !important;
  border: 1px solid rgba(216, 199, 255, 0.16) !important;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(9px) saturate(1.08);
  -webkit-backdrop-filter: blur(9px) saturate(1.08);
}

body.wraplab-theme-v2 .sample-detail-main .sample-detail-v2-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 68%);
}

body.wraplab-theme-v2 .sample-detail-v2-copy .sample-detail-back {
  width: fit-content;
  margin: 0 0 0.3rem !important;
}

body.wraplab-theme-v2 .sample-detail-v2-copy h1 {
  max-width: 850px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(3.15rem, 7.4vw, 7rem) !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.7);
}

body.wraplab-theme-v2 .sample-detail-v2-copy p {
  max-width: 720px;
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.9) !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
  line-height: 1.75 !important;
}

body.wraplab-theme-v2 .sample-detail-v2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.wraplab-theme-v2 .sample-detail-v2-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.48rem 0.72rem;
  color: rgba(237, 233, 254, 0.94);
  background: rgba(139, 92, 246, 0.13);
  border: 1px solid rgba(196, 181, 253, 0.27);
  font-family: "Chakra Petch", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .sample-detail-v2-media {
  position: relative;
  min-height: clamp(320px, 42vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(196, 181, 253, 0.20);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(8, 10, 18, 0.38);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), 0 0 54px rgba(139, 92, 246, 0.12);
}

body.wraplab-theme-v2 .sample-detail-v2-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 10, 18, 0.12), transparent 18%, transparent 82%, rgba(8, 10, 18, 0.18)),
    linear-gradient(180deg, rgba(8, 10, 18, 0.16), transparent 22%, transparent 76%, rgba(8, 10, 18, 0.18));
}

body.wraplab-theme-v2 .sample-detail-v2-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 42vw, 620px);
  object-fit: cover;
  transform: scale(1.01);
}

body.wraplab-theme-v2 .sample-detail-main .page-hero,
body.wraplab-theme-v2 .sample-detail-main .sample-detail-shell,
body.wraplab-theme-v2 .sample-detail-main .sample-detail-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .sample-detail-v2 {
    padding-top: 7.5rem;
  }

  body.wraplab-theme-v2 .sample-detail-v2-grid {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .samples-main.sample-detail-main::after {
    left: -0.15rem;
    top: 6.9rem;
    opacity: 0.48;
    font-size: clamp(3.5rem, 16vw, 6.2rem);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .sample-detail-v2-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem) !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-media,
  body.wraplab-theme-v2 .sample-detail-v2-media img {
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .faq-main {
    padding-top: 7.2rem;
  }

  body.wraplab-theme-v2 .faq-main::before {
    top: 7.25rem;
    left: 0.25rem;
    font-size: clamp(1.45rem, 6.2vw, 2.8rem);
    opacity: 0.48;
  }

  body.wraplab-theme-v2 .wl-faq-layout {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .wl-faq-nav {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .wl-faq-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

  body.wraplab-theme-v2 .wl-faq-nav {
    grid-template-columns: 1fr;
  }

  body.wraplab-theme-v2 .wl-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 2rem;
    font-size: 0.95rem;
  }
}

/* Service-area landing: cleaner directory layout with room for the vertical rail. */
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero {
  min-height: 0 !important;
  padding: clamp(7.15rem, 9vw, 9.5rem) 0 clamp(1.4rem, 2.6vw, 2.4rem) !important;
  background: transparent !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero::before {
  top: clamp(7.35rem, 9.7vw, 9.4rem) !important;
  left: clamp(0.15rem, 0.9vw, 0.7rem) !important;
  opacity: 0.58 !important;
  font-size: clamp(3.7rem, 7.4vw, 7.9rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero .container,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel {
  width: min(100% - clamp(1.2rem, 4vw, 4rem), 1320px) !important;
  max-width: 1320px !important;
  padding-left: clamp(3.2rem, 7vw, 7.2rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero h1 {
  max-width: 1040px !important;
  font-size: clamp(2.45rem, 5.2vw, 5.35rem) !important;
  line-height: 0.96 !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero p {
  max-width: 920px !important;
  font-size: clamp(1rem, 1.18vw, 1.14rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-meta-line {
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .section.section-tight {
  padding-top: clamp(0.35rem, 1vw, 0.85rem) !important;
  padding-bottom: clamp(4rem, 7vw, 7rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel::before,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel::after,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card::before,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.8rem, 1.45vw, 1.25rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card {
  min-height: 0 !important;
  padding: clamp(0.95rem, 1.45vw, 1.25rem) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(124, 58, 237, 0.030)),
    rgba(8, 10, 18, 0.26) !important;
  border: 1px solid rgba(196, 181, 253, 0.15) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 180, 254, 0.34) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(168, 85, 247, 0.045)),
    rgba(8, 10, 18, 0.32) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card-head {
  min-height: 0 !important;
  margin-bottom: 0.4rem !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-card h2 {
  font-size: clamp(1.28rem, 1.75vw, 1.85rem) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-hub-link {
  justify-content: flex-start !important;
  width: fit-content !important;
  min-height: 34px !important;
  padding: 0.52rem 0.7rem !important;
  background: rgba(139, 92, 246, 0.16) !important;
  border-color: rgba(196, 181, 253, 0.25) !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-links {
  grid-template-columns: 1fr !important;
  gap: 0.25rem !important;
  margin-top: 0.45rem !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-links a {
  justify-content: flex-start !important;
  min-height: 0 !important;
  padding: 0.28rem 0 !important;
  color: rgba(237, 233, 254, 0.84) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 0.72rem !important;
  text-align: left !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-links a:hover,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-links a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

@media (max-width: 1040px) {
  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero .container,
  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel {
    padding-left: clamp(1.5rem, 5vw, 2.6rem) !important;
  }

  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero::before {
    top: 7.1rem !important;
    left: -0.2rem !important;
    opacity: 0.42 !important;
    font-size: clamp(3.25rem, 18vw, 5.8rem) !important;
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .service-area-grid {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.65rem) !important;
  }
}

/* Contact page: remove the vertical Get a Quote rail. */
body.wraplab-theme-v2 .contact-main .page-hero::before,
body.wraplab-theme-v2 .contact-main::before,
body.wraplab-theme-v2 .contact-main .contact-layout::before {
  content: none !important;
  display: none !important;
}

/* Service area pages should render populated immediately, without scroll-reveal blank states. */
body.wraplab-theme-v2 .service-area-main .wraplab-v2-reveal,
body.wraplab-theme-v2 .service-area-main .reveal-on-scroll,
body.wraplab-theme-v2 .service-area-main .page-hero,
body.wraplab-theme-v2 .service-area-main .section,
body.wraplab-theme-v2 .service-area-main .content-panel,
body.wraplab-theme-v2 .service-area-main .service-area-card,
body.wraplab-theme-v2 .service-area-main .service-area-detail-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Project detail gallery final override: theme CSS loads last, so remove all residual gallery lines here. */
body.wraplab-theme-v2 .project-detail-main .project-detail-showcase,
body.wraplab-theme-v2 .project-detail-main .project-detail-showcase *,
body.wraplab-theme-v2 .project-detail-main .gallery-showcase,
body.wraplab-theme-v2 .project-detail-main .gallery-showcase *,
body.wraplab-theme-v2 .project-detail-main .gallery-featured,
body.wraplab-theme-v2 .project-detail-main .gallery-featured *,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track-wrap,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track-wrap *,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track *,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item *,
body.wraplab-theme-v2 .project-detail-main .project-detail-info,
body.wraplab-theme-v2 .project-detail-main .project-detail-info * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .project-detail-main .project-detail-showcase::before,
body.wraplab-theme-v2 .project-detail-main .project-detail-showcase::after,
body.wraplab-theme-v2 .project-detail-main .gallery-showcase::before,
body.wraplab-theme-v2 .project-detail-main .gallery-showcase::after,
body.wraplab-theme-v2 .project-detail-main .gallery-featured::before,
body.wraplab-theme-v2 .project-detail-main .gallery-featured::after,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track-wrap::before,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track-wrap::after,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track::before,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track::after,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item::before,
body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item::after,
body.wraplab-theme-v2 .project-detail-main .project-detail-info::before,
body.wraplab-theme-v2 .project-detail-main .project-detail-info::after,
body.wraplab-theme-v2 .project-detail-main .project-detail-facts::before,
body.wraplab-theme-v2 .project-detail-main .project-detail-facts::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .project-detail-main .project-detail-facts {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Project image viewer final cleanup: remove boxed chrome from the opened image,
   arrows, and close control while keeping the controls usable. */
body.wraplab-theme-v2 .project-lightbox,
body.wraplab-theme-v2 .project-lightbox *,
body.wraplab-theme-v2 .project-lightbox-stage,
body.wraplab-theme-v2 .project-lightbox-figure,
body.wraplab-theme-v2 .project-lightbox-image,
body.wraplab-theme-v2 .project-lightbox-caption,
body.wraplab-theme-v2 .project-lightbox-close,
body.wraplab-theme-v2 .project-lightbox-nav,
body.wraplab-theme-v2 .project-lightbox-zoom,
body.wraplab-theme-v2 .project-lightbox-zoom button,
body.wraplab-theme-v2 .project-lightbox-meta {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .project-lightbox::before,
body.wraplab-theme-v2 .project-lightbox::after,
body.wraplab-theme-v2 .project-lightbox-stage::before,
body.wraplab-theme-v2 .project-lightbox-stage::after,
body.wraplab-theme-v2 .project-lightbox-figure::before,
body.wraplab-theme-v2 .project-lightbox-figure::after,
body.wraplab-theme-v2 .project-lightbox-image::before,
body.wraplab-theme-v2 .project-lightbox-image::after,
body.wraplab-theme-v2 .project-lightbox-close::before,
body.wraplab-theme-v2 .project-lightbox-close::after,
body.wraplab-theme-v2 .project-lightbox-nav::before,
body.wraplab-theme-v2 .project-lightbox-nav::after,
body.wraplab-theme-v2 .project-lightbox-zoom::before,
body.wraplab-theme-v2 .project-lightbox-zoom::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .project-lightbox-stage,
body.wraplab-theme-v2 .project-lightbox-figure,
body.wraplab-theme-v2 .project-lightbox-image,
body.wraplab-theme-v2 .project-lightbox-caption {
  background: transparent !important;
}

body.wraplab-theme-v2 .project-lightbox-close,
body.wraplab-theme-v2 .project-lightbox-nav,
body.wraplab-theme-v2 .project-lightbox-close:hover,
body.wraplab-theme-v2 .project-lightbox-close:focus-visible,
body.wraplab-theme-v2 .project-lightbox-nav:hover,
body.wraplab-theme-v2 .project-lightbox-nav:focus-visible {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0.35rem !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: transparent !important;
  line-height: 1 !important;
  -webkit-tap-highlight-color: transparent;
}

body.wraplab-theme-v2 .project-lightbox-close:hover,
body.wraplab-theme-v2 .project-lightbox-close:focus-visible,
body.wraplab-theme-v2 .project-lightbox-nav:hover,
body.wraplab-theme-v2 .project-lightbox-nav:focus-visible {
  color: #fff !important;
}

/* Full gallery view should own the viewport; hide the normal page header. */
body.wraplab-theme-v2.project-lightbox-open .site-header,
body.wraplab-theme-v2.project-lightbox-open .wraplab-v2-header,
body.wraplab-theme-v2.project-lightbox-open #header-sticky,
body.wraplab-theme-v2.project-lightbox-open .wraplab-v2-header-shell {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-140%) !important;
}

/* Services page final pass: keep the page continuous, remove old heavy boxes,
   and let alternating sections reveal the background media. */
body.wraplab-theme-v2 .services-main {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.9) 0%, rgba(5, 6, 7, 0.64) 45%, rgba(5, 6, 7, 0.34) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.72)),
    url("/uploads/gallery/20260321135800-2c0590-matte-black-ferrari.png") center center / cover fixed no-repeat,
    #080a0f !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  padding-top: clamp(1.15rem, 2.6vw, 2.3rem) !important;
  padding-bottom: clamp(1.15rem, 2.6vw, 2.3rem) !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight::before {
  content: "" !important;
  position: absolute !important;
  inset: clamp(0.35rem, 1.1vw, 0.85rem) 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.13), transparent 34%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.54), rgba(5, 6, 7, 0.18) 52%, rgba(5, 6, 7, 0.46)) !important;
  opacity: 0.72 !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(odd)::before {
  opacity: 0.26 !important;
  background:
    radial-gradient(circle at 84% 22%, rgba(139, 92, 246, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.04) 54%, rgba(5, 6, 7, 0.16)) !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(even)::before {
  opacity: 0.5 !important;
}

body.wraplab-theme-v2 .services-main .service-feature-card,
body.wraplab-theme-v2 .services-main .service-feature-card.content-panel,
body.wraplab-theme-v2 .services-main .container.content-panel.service-feature-card {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .service-feature-body {
  padding: clamp(0.25rem, 1vw, 0.65rem) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .service-content-rotator {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .service-content-face {
  padding: clamp(1rem, 2.2vw, 1.6rem) 0 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.wraplab-theme-v2 .services-main .service-content-face--copy p {
  color: rgba(245, 247, 251, 0.78) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(196, 181, 253, 0.1) !important;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.24), 0 0 38px rgba(139, 92, 246, 0.08) !important;
}

body.wraplab-theme-v2 .services-main .section-service-tight:nth-of-type(odd) .service-feature-media {
  background: rgba(255, 255, 255, 0.02) !important;
  border-color: rgba(196, 181, 253, 0.08) !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.2), 0 0 34px rgba(139, 92, 246, 0.07) !important;
}

body.wraplab-theme-v2 .services-main .service-feature-media::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.02), rgba(5, 6, 7, 0.18)) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-block {
  overflow: hidden !important;
  background: rgba(6, 8, 12, 0.42) !important;
  border: 1px solid rgba(196, 181, 253, 0.12) !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-row {
  background: rgba(255, 255, 255, 0.018) !important;
  border-bottom: 1px solid rgba(196, 181, 253, 0.1) !important;
  gap: 1rem !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.035) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-label {
  color: rgba(216, 199, 255, 0.96) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-value {
  color: #ffffff !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-note {
  color: rgba(245, 247, 251, 0.72) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-trigger,
body.wraplab-theme-v2 .services-main .service-color-samples-link,
body.wraplab-theme-v2 .services-main .btn {
  border-color: rgba(196, 181, 253, 0.24) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

body.wraplab-theme-v2 .services-main .service-pricing-trigger:hover,
body.wraplab-theme-v2 .services-main .service-color-samples-link:hover,
body.wraplab-theme-v2 .services-main .btn:hover {
  border-color: rgba(216, 199, 255, 0.54) !important;
  background: rgba(139, 92, 246, 0.2) !important;
  color: #ffffff !important;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .services-main {
    background-attachment: scroll !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight::before {
    inset: 0 !important;
  }
}

/* Color sample catalog: top-level PPF/Vinyl separation. */
body.wraplab-theme-v2 .samples-main .sample-film-section {
  margin-top: clamp(1.2rem, 3vw, 2.2rem) !important;
}

body.wraplab-theme-v2 .samples-main .sample-film-section + .sample-film-section {
  margin-top: clamp(2.4rem, 5vw, 4rem) !important;
}

body.wraplab-theme-v2 .samples-main .sample-film-section-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin-bottom: clamp(0.9rem, 2vw, 1.4rem) !important;
  padding-bottom: 0.65rem !important;
  border-bottom: 1px solid rgba(196, 181, 253, 0.22) !important;
}

body.wraplab-theme-v2 .samples-main .sample-film-section-head h2 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Sora", sans-serif !important;
  font-size: clamp(1.65rem, 3.4vw, 3.1rem) !important;
  line-height: 0.98 !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .samples-main .sample-film-section-head span {
  color: rgba(216, 199, 255, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .samples-main .sample-film-section--ppf .sample-film-section-head {
  border-bottom-color: rgba(167, 139, 250, 0.36) !important;
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .samples-main .sample-film-section-head {
    display: grid !important;
    align-items: start !important;
  }
}

/* Color samples mobile containment: prevent rail/cards/detail copy from clipping. */
body.wraplab-theme-v2 .samples-main,
body.wraplab-theme-v2 .samples-main * {
  box-sizing: border-box;
}

body.wraplab-theme-v2 .samples-main {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
}

body.wraplab-theme-v2 .samples-main .container,
body.wraplab-theme-v2 .sample-detail-v2 .container {
  width: min(100% - clamp(1.5rem, 5vw, 4rem), 1240px) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.wraplab-theme-v2 .samples-main .samples-shell,
body.wraplab-theme-v2 .samples-main .sample-film-section,
body.wraplab-theme-v2 .samples-main .sample-category,
body.wraplab-theme-v2 .sample-detail-v2-copy,
body.wraplab-theme-v2 .sample-detail-v2-media {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.wraplab-theme-v2 .samples-main .sample-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(190px, 100%), 1fr)) !important;
  width: 100% !important;
}

body.wraplab-theme-v2 .samples-main .sample-card,
body.wraplab-theme-v2 .samples-main .sample-card-link,
body.wraplab-theme-v2 .samples-main .sample-meta {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.wraplab-theme-v2 .samples-main .sample-meta h3,
body.wraplab-theme-v2 .samples-main .sample-meta h4,
body.wraplab-theme-v2 .sample-detail-v2-copy h1,
body.wraplab-theme-v2 .sample-detail-v2-copy p,
body.wraplab-theme-v2 .sample-detail-v2-pills span {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

@media (max-width: 760px) {
  html,
  body.wraplab-theme-v2 {
    overflow-x: hidden;
  }

  body.wraplab-theme-v2 .samples-main {
    overflow-x: hidden;
  }

  body.wraplab-theme-v2 .samples-main .page-hero {
    padding-top: clamp(7.4rem, 22vw, 8.6rem) !important;
    padding-bottom: 0.65rem !important;
  }

  body.wraplab-theme-v2 .samples-main .page-hero::before,
  body.wraplab-theme-v2 .samples-main.sample-detail-main::after {
    display: none !important;
    content: none !important;
  }

  body.wraplab-theme-v2 .samples-main .container,
  body.wraplab-theme-v2 .sample-detail-v2 .container {
    width: calc(100% - 1.35rem) !important;
    max-width: calc(100vw - 1.35rem) !important;
  }

  body.wraplab-theme-v2 .samples-main .page-hero .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-shell {
    padding: 0.85rem !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-toolbar {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-search {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-film-section-head {
    gap: 0.35rem !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-film-section-head h2,
  body.wraplab-theme-v2 .samples-main .sample-category-head h2 {
    font-size: clamp(1.35rem, 7.2vw, 2.1rem) !important;
    line-height: 1.05 !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-meta {
    padding: 0.72rem !important;
    gap: 0.38rem !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-meta h3,
  body.wraplab-theme-v2 .samples-main .sample-meta h4 {
    font-size: 0.88rem !important;
    line-height: 1.15 !important;
    letter-spacing: 0.03em !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-desc,
  body.wraplab-theme-v2 .samples-main .sample-code,
  body.wraplab-theme-v2 .samples-main .sample-brand-badge {
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.04em !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2 {
    padding-top: clamp(7.6rem, 22vw, 8.8rem) !important;
    padding-bottom: 2.5rem !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.1rem !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-copy h1 {
    font-size: clamp(2rem, 11vw, 3.35rem) !important;
    line-height: 0.98 !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-pills {
    gap: 0.45rem !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-pills span {
    max-width: 100% !important;
    min-height: 2rem !important;
    padding: 0.38rem 0.52rem !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.05em !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-copy p {
    max-width: 100% !important;
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  body.wraplab-theme-v2 .sample-detail-v2-media,
  body.wraplab-theme-v2 .sample-detail-v2-media img {
    min-height: min(74vw, 340px) !important;
  }
}

@media (max-width: 430px) {
  body.wraplab-theme-v2 .samples-main .container,
  body.wraplab-theme-v2 .sample-detail-v2 .container {
    width: calc(100% - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-shell {
    padding: 0.65rem !important;
  }

  body.wraplab-theme-v2 .samples-main .sample-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Color samples performance/filter refresh: compact selects and progressive render. */
body.wraplab-theme-v2 .samples-main .samples-toolbar {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(118px, 0.42fr) minmax(150px, 0.48fr) minmax(190px, 0.62fr) !important;
  align-items: end !important;
  gap: 0.72rem !important;
}

body.wraplab-theme-v2 .samples-main .samples-filter {
  display: grid !important;
  gap: 0.28rem !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.wraplab-theme-v2 .samples-main .samples-filter span {
  color: rgba(216, 199, 255, 0.72) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .samples-main .samples-filter select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 0 2.25rem 0 0.78rem !important;
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.18), rgba(10, 10, 16, 0.84)) !important;
  border: 1px solid rgba(139, 92, 246, 0.34) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 16px 42px rgba(0, 0, 0, 0.2) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  outline: none !important;
  text-transform: uppercase !important;
}

body.wraplab-theme-v2 .samples-main .samples-filter select:focus {
  border-color: rgba(216, 199, 255, 0.86) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.18), 0 16px 42px rgba(0, 0, 0, 0.24) !important;
}

body.wraplab-theme-v2 .samples-main .samples-chip-row--legacy {
  display: none !important;
}

body.wraplab-theme-v2 .samples-main .samples-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin: 1.25rem auto 0 !important;
  padding: 0.78rem 1.3rem !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.88), rgba(76, 29, 149, 0.94)) !important;
  border: 1px solid rgba(216, 199, 255, 0.68) !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 48px rgba(76, 29, 149, 0.26) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

body.wraplab-theme-v2 .samples-main .samples-load-more[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  body.wraplab-theme-v2 .samples-main .samples-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 0.45fr) minmax(150px, 0.5fr) !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-search {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .samples-main .samples-toolbar {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.62rem !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-search,
  body.wraplab-theme-v2 .samples-main .samples-filter:nth-of-type(3) {
    grid-column: 1 / -1 !important;
  }

  body.wraplab-theme-v2 .samples-main .samples-search,
  body.wraplab-theme-v2 .samples-main .samples-filter select {
    min-height: 46px !important;
  }
}

/* Sample/project relationship cards. */
body.wraplab-theme-v2 .sample-related-projects {
  position: relative;
  z-index: 2;
  padding-top: 0 !important;
}

body.wraplab-theme-v2 .sample-related-head {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

body.wraplab-theme-v2 .sample-related-head h2,
body.wraplab-theme-v2 .project-linked-samples h3 {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .sample-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

body.wraplab-theme-v2 .sample-related-card,
body.wraplab-theme-v2 .project-linked-sample {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(8, 10, 18, 0.54)) !important;
  border: 1px solid rgba(196, 181, 253, 0.18) !important;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24) !important;
}

body.wraplab-theme-v2 .sample-related-card {
  padding: 0.72rem !important;
}

body.wraplab-theme-v2 .sample-related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.wraplab-theme-v2 .sample-related-card span,
body.wraplab-theme-v2 .project-linked-sample span,
body.wraplab-theme-v2 .project-linked-sample small {
  color: rgba(216, 199, 255, 0.78) !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .sample-related-card h3,
body.wraplab-theme-v2 .sample-related-card p {
  margin: 0 !important;
}

body.wraplab-theme-v2 .sample-related-card h3 {
  font-size: 1.08rem !important;
  line-height: 1.1 !important;
}

body.wraplab-theme-v2 .sample-related-card p {
  color: rgba(245, 247, 251, 0.72) !important;
}

body.wraplab-theme-v2 .sample-inline-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.45rem;
  color: #d8c7ff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .project-linked-samples {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

body.wraplab-theme-v2 .project-linked-sample-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.85rem;
}

body.wraplab-theme-v2 .project-linked-sample {
  padding: 0.65rem !important;
}

body.wraplab-theme-v2 .project-linked-sample img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
}

body.wraplab-theme-v2 .project-linked-sample strong {
  color: #fff;
  font-family: "Chakra Petch", "Inter", sans-serif;
  line-height: 1.08;
  text-transform: uppercase;
}

/* Mobile/tablet background authority: the protected video is the backdrop.
   Keep late static image rules from covering it on phones and iPad portrait. */
@media (max-width: 980px) {
  body.wraplab-theme-v2 {
    background: #080a0f !important;
  }

  body.wraplab-theme-v2 > .wl-mobile-video-backdrop,
  body.wraplab-theme-v2 .wl-mobile-video-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background: #080a0f !important;
    transform: translateZ(0);
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop img,
  body.wraplab-theme-v2 .wl-mobile-video-backdrop video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop video {
    opacity: 0;
    transition: opacity 0.75s ease;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop.is-video-ready img {
    opacity: 0 !important;
    transition: opacity 0.55s ease;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop.is-video-ready video,
  body.wraplab-theme-v2 .wl-mobile-video-backdrop video.is-playing {
    opacity: 1 !important;
  }

  body.wraplab-theme-v2 main,
  body.wraplab-theme-v2 .home-main,
  body.wraplab-theme-v2 main:not(.home-main),
  body.wraplab-theme-v2 .services-main,
  body.wraplab-theme-v2 .service-area-main,
  body.wraplab-theme-v2 .contact-main,
  body.wraplab-theme-v2 .projects-main,
  body.wraplab-theme-v2 .samples-main,
  body.wraplab-theme-v2 .faq-main,
  body.wraplab-theme-v2 .wl-hero,
  body.wraplab-theme-v2 .wl-hero-bg,
  body.wraplab-theme-v2 .page-hero,
  body.wraplab-theme-v2 .wl-aftercare-hero,
  body.wraplab-theme-v2 .wl-quick-contact {
    position: relative;
    z-index: 1;
    background-image: none !important;
    background-attachment: scroll !important;
  }

  body.wraplab-theme-v2 main,
  body.wraplab-theme-v2 .home-main,
  body.wraplab-theme-v2 main:not(.home-main),
  body.wraplab-theme-v2 .services-main,
  body.wraplab-theme-v2 .service-area-main,
  body.wraplab-theme-v2 .contact-main,
  body.wraplab-theme-v2 .projects-main,
  body.wraplab-theme-v2 .samples-main,
  body.wraplab-theme-v2 .faq-main,
  body.wraplab-theme-v2 .wl-hero,
  body.wraplab-theme-v2 .page-hero,
  body.wraplab-theme-v2 .wl-aftercare-hero {
    background-color: transparent !important;
  }

  body.wraplab-theme-v2 .site-header,
  body.wraplab-theme-v2 .site-footer,
  body.wraplab-theme-v2 .wraplab-v2-offcanvas {
    z-index: 10;
  }
}

/* Mobile repair: keep the video behind content without stealing menu clicks or
   forcing a full-screen empty hero spacer. */
@media (max-width: 980px) {
  body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header,
  body.wraplab-theme-v2 #header-sticky.site-header.wraplab-v2-header.sticky,
  body.wraplab-theme-v2 .site-header.wraplab-v2-header,
  body.wraplab-theme-v2 .site-header.wraplab-v2-header.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100000 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-header-shell {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100001 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0.75rem 1rem 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-logo,
  body.wraplab-theme-v2 .wraplab-v2-menu-toggle,
  body.wraplab-theme-v2 .wraplab-v2-social a {
    pointer-events: auto !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-menu-toggle {
    position: relative !important;
    z-index: 100002 !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: #fff !important;
    background: rgba(12, 10, 22, 0.64) !important;
    border: 1px solid rgba(216, 199, 255, 0.34) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 20px rgba(139, 92, 246, 0.18) !important;
    backdrop-filter: blur(8px) saturate(1.1);
    -webkit-backdrop-filter: blur(8px) saturate(1.1);
  }

  body.wraplab-theme-v2 .wraplab-v2-menu-toggle svg {
    width: 24px !important;
    height: 24px !important;
    stroke: currentColor !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  }

  body.wraplab-theme-v2 .wraplab-v2-logo {
    position: relative !important;
    z-index: 100002 !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-offcanvas-overlay {
    position: fixed !important;
    z-index: 100010 !important;
  }

  body.wraplab-theme-v2 .wraplab-v2-offcanvas {
    position: fixed !important;
    z-index: 100020 !important;
    pointer-events: auto !important;
    background:
      linear-gradient(180deg, rgba(8, 10, 15, 0.985), rgba(11, 14, 19, 0.985)),
      url("./xports/assets/img/offcanvas-banner.jpg") center bottom / cover no-repeat !important;
  }

  body.wraplab-theme-v2.v2-menu-open .wraplab-v2-offcanvas {
    pointer-events: auto !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero {
    min-height: auto !important;
    padding-top: clamp(6.2rem, 18vw, 7.6rem) !important;
    padding-bottom: clamp(1.15rem, 5vw, 2.2rem) !important;
    overflow: visible !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-grid {
    min-height: 0 !important;
    align-items: start !important;
    gap: clamp(1rem, 4vw, 1.75rem) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-copy {
    margin-top: 0 !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-card {
    display: none !important;
  }

  body.wraplab-theme-v2 .wl-mobile-video-backdrop {
    position: fixed !important;
    z-index: 0 !important;
  }
}

/* About page final polish: remove legacy boxed sections at the bottom and
   make the customer/value areas feel like native v2 content. */
body.wraplab-theme-v2 .about-customer-section,
body.wraplab-theme-v2 .about-panels-section {
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, 4vw, 3rem) 0 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(139, 92, 246, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(8, 10, 15, 0.5), rgba(13, 15, 22, 0.76)) !important;
  border: 0 !important;
}

body.wraplab-theme-v2 .about-customer-section {
  padding-top: clamp(0.5rem, 2vw, 1.25rem) !important;
}

body.wraplab-theme-v2 .about-panels-section {
  padding-bottom: clamp(3rem, 7vw, 5rem) !important;
}

body.wraplab-theme-v2 .about-customer-section > .container,
body.wraplab-theme-v2 .about-panels-section > .container {
  width: min(1120px, calc(100% - clamp(2rem, 7vw, 6rem))) !important;
  margin-inline: auto !important;
}

body.wraplab-theme-v2 .about-customer-section .about-intro,
body.wraplab-theme-v2 .about-panels > .content-panel {
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(1.35rem, 3.2vw, 2.45rem) !important;
  color: rgba(248, 250, 252, 0.92) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(9, 11, 17, 0.52) !important;
  border: 1px solid rgba(216, 199, 255, 0.16) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
}

body.wraplab-theme-v2 .about-customer-section > .container.about-intro {
  box-sizing: border-box !important;
  inline-size: min(1120px, calc(100% - clamp(2rem, 7vw, 6rem))) !important;
  max-inline-size: min(1120px, calc(100% - clamp(2rem, 7vw, 6rem))) !important;
  margin-inline: auto !important;
}

body.wraplab-theme-v2 .about-customer-section .about-intro::before,
body.wraplab-theme-v2 .about-panels > .content-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #a78bfa, rgba(139, 92, 246, 0.16));
  opacity: 0.9;
}

body.wraplab-theme-v2 .about-customer-section .about-intro::after,
body.wraplab-theme-v2 .about-panels > .content-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -45% auto;
  width: min(34rem, 58vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.18), transparent 66%);
  pointer-events: none;
}

body.wraplab-theme-v2 .about-customer-section .about-intro > *,
body.wraplab-theme-v2 .about-panels > .content-panel > * {
  position: relative;
  z-index: 1;
}

body.wraplab-theme-v2 .about-customer-section .about-intro h1,
body.wraplab-theme-v2 .about-panels > .content-panel h2 {
  max-width: 13ch;
  margin: 0 0 0.75rem !important;
  color: #fff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: clamp(1.9rem, 4.2vw, 3.5rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  text-wrap: balance;
}

body.wraplab-theme-v2 .about-customer-section .about-intro p,
body.wraplab-theme-v2 .about-panels > .content-panel p {
  max-width: 78ch;
  margin: 0 0 0.9rem !important;
  color: rgba(248, 250, 252, 0.76) !important;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

body.wraplab-theme-v2 .about-customer-section .about-intro p:last-child,
body.wraplab-theme-v2 .about-panels > .content-panel p:last-child {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .about-panels {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: stretch !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .about-panels .two-col {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.8rem !important;
  margin-top: 1rem !important;
}

body.wraplab-theme-v2 .about-panels .about-choice-panel h2 {
  max-width: 18ch;
}

body.wraplab-theme-v2 .about-panels .about-choice-panel > p {
  max-width: 96ch;
}

body.wraplab-theme-v2 .about-panels .about-choice-panel > p:last-child {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.35rem) !important;
}

body.wraplab-theme-v2 .about-panels .kv {
  min-height: auto !important;
  padding: 1rem !important;
  color: rgba(248, 250, 252, 0.9) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.wraplab-theme-v2 .about-panels .kv::before,
body.wraplab-theme-v2 .about-panels .kv::after {
  display: none !important;
}

body.wraplab-theme-v2 .about-panels .kv h4 {
  margin: 0 0 0.35rem !important;
  color: #d8c7ff !important;
  font-family: "Chakra Petch", "Inter", sans-serif !important;
  font-size: 0.86rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .about-panels .kv p {
  margin: 0 !important;
  color: rgba(248, 250, 252, 0.7) !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 .about-panels {
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .about-panels .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.wraplab-theme-v2 .about-panels .two-col {
    grid-template-columns: 1fr !important;
  }
}

/* Services hero title: allow the CMS title badge to wrap cleanly on narrow screens. */
body.wraplab-theme-v2 .services-main .page-hero .badge {
  width: min(100%, 12ch) !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main .page-hero .badge {
    width: 100% !important;
    font-size: clamp(2.55rem, 15vw, 4.15rem) !important;
    line-height: 0.96 !important;
  }
}

@media (max-width: 420px) {
  body.wraplab-theme-v2 .services-main .page-hero .badge {
    font-size: clamp(2.25rem, 14vw, 3.35rem) !important;
  }
}

/* Contact page: flatten shop details into one cohesive panel instead of nested cards. */
body.wraplab-theme-v2 .contact-main .contact-shop-panel {
  display: grid !important;
  align-content: start;
  gap: clamp(1.1rem, 2vw, 1.6rem);
  padding: clamp(1.2rem, 2.8vw, 2.2rem) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(16, 18, 27, 0.84), rgba(7, 9, 14, 0.72)) !important;
  border: 1px solid rgba(196, 181, 253, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

body.wraplab-theme-v2 .contact-main .contact-shop-panel::before,
body.wraplab-theme-v2 .contact-main .contact-shop-panel::after {
  content: none !important;
  display: none !important;
}

body.wraplab-theme-v2 .contact-main .contact-shop-head {
  display: grid;
  gap: 0.55rem;
}

body.wraplab-theme-v2 .contact-main .contact-shop-head span {
  color: var(--gt-theme) !important;
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .contact-main .contact-shop-head h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 4.2vw, 4.8rem) !important;
  line-height: 0.95 !important;
}

body.wraplab-theme-v2 .contact-main .contact-shop-head p {
  max-width: 54ch;
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.68) !important;
}

body.wraplab-theme-v2 .contact-main .contact-shop-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.wraplab-theme-v2 .contact-main .contact-shop-row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(0.8rem, 2vw, 1.4rem);
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.wraplab-theme-v2 .contact-main .contact-shop-row > span {
  color: rgba(196, 181, 253, 0.88);
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .contact-main .contact-shop-row strong {
  color: #ffffff;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
}

body.wraplab-theme-v2 .contact-main .contact-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

body.wraplab-theme-v2 .contact-main .contact-shop-actions .btn {
  min-width: 0 !important;
  padding-inline: 1rem !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .contact-main .contact-shop-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  body.wraplab-theme-v2 .contact-main .contact-shop-actions .btn {
    flex: 1 1 calc(50% - 0.75rem);
    justify-content: center;
  }
}

@media (max-width: 460px) {
  body.wraplab-theme-v2 .contact-main .contact-shop-actions .btn {
    flex-basis: 100%;
  }
}

body.wraplab-theme-v2 .contact-main .contact-map-band-actions {
  right: clamp(1rem, 4vw, 3rem) !important;
}

body.wraplab-theme-v2 .contact-main .contact-map-band-actions .btn {
  max-width: 100% !important;
  white-space: normal !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .contact-main .contact-map-band-actions {
    left: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
  }

body.wraplab-theme-v2 .contact-main .contact-map-band-actions .btn {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: center;
  padding-inline: 0.9rem !important;
  }
}

/* Page rail normalization: keep interior content aligned with the homepage.
   Earlier page-specific passes widened individual templates; this final layer
   brings the readable content rail back to one consistent width while leaving
   full-bleed section backgrounds alone. */
body.wraplab-theme-v2 {
  --wl-content-rail: 1140px;
  --wl-content-gutter: clamp(1.25rem, 4vw, 2rem);
}

body.wraplab-theme-v2 main:not(.home-main) .page-hero > .container,
body.wraplab-theme-v2 main:not(.home-main) .section > .container,
body.wraplab-theme-v2 main:not(.home-main) .section-tight > .container,
body.wraplab-theme-v2 main:not(.home-main) .wl-section > .container,
body.wraplab-theme-v2 main:not(.home-main) .container.content-panel,
body.wraplab-theme-v2 .services-main .section-service-tight > .container,
body.wraplab-theme-v2 .services-main .section > .container,
body.wraplab-theme-v2 .service-area-main .container.content-panel,
body.wraplab-theme-v2 .samples-main .container,
body.wraplab-theme-v2 .sample-detail-v2 .container,
body.wraplab-theme-v2 .projects-main .page-hero .container,
body.wraplab-theme-v2 .projects-main .section > .container,
body.wraplab-theme-v2 .project-detail-main .section > .container,
body.wraplab-theme-v2 .contact-main .page-hero .container,
body.wraplab-theme-v2 .faq-main .container,
body.wraplab-theme-v2 .wl-aftercare-hero .container,
body.wraplab-theme-v2 .about-team-section .container,
body.wraplab-theme-v2 .about-customer-section > .container,
body.wraplab-theme-v2 .about-panels-section > .container {
  width: min(var(--wl-content-rail), calc(100% - (var(--wl-content-gutter) * 2))) !important;
  max-width: var(--wl-content-rail) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.wraplab-theme-v2 .service-area-main.service-area-landing-main .page-hero .container,
body.wraplab-theme-v2 .service-area-main.service-area-landing-main .container.content-panel {
  width: min(var(--wl-content-rail), calc(100% - (var(--wl-content-gutter) * 2))) !important;
  max-width: var(--wl-content-rail) !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 {
    --wl-content-gutter: 0.75rem;
  }
}

/* After-care uses alternating image/text split cards; do not force those into
   the narrower generic rail or the copy collides with the media column. */
body.wraplab-theme-v2 main:not([class]) .wl-aftercare-hero > .container,
body.wraplab-theme-v2 main:not([class]) > .section-service-tight > .container {
  width: min(1280px, calc(100% - (var(--wl-content-gutter) * 2))) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.wraplab-theme-v2 main:not([class]) .aftercare-split {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(1.4rem, 3.2vw, 3.25rem) !important;
  align-items: center !important;
}

body.wraplab-theme-v2 main:not([class]) .aftercare-copy {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.wraplab-theme-v2 main:not([class]) .aftercare-copy h2,
body.wraplab-theme-v2 main:not([class]) .aftercare-copy p,
body.wraplab-theme-v2 main:not([class]) .aftercare-step-list {
  max-width: 100% !important;
}

body.wraplab-theme-v2 main:not([class]) .aftercare-media {
  min-width: 0 !important;
  max-width: 100% !important;
}

@media (min-width: 901px) {
  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(even) .aftercare-split {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(3) .aftercare-split {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.58fr) !important;
  }
}

@media (max-width: 900px) {
  body.wraplab-theme-v2 main:not([class]) .aftercare-split {
    grid-template-columns: 1fr !important;
  }
}

/* After-care layout tuning: start the alternating care-card rhythm with copy
   on the left, and give the long vinyl maintenance card a portrait crop. */
@media (min-width: 901px) {
  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight .aftercare-split {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.68fr) !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight .aftercare-media {
    grid-column: 2 !important;
    grid-row: 1 !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    height: clamp(240px, 24vw, 340px) !important;
    max-height: 340px !important;
    align-self: center !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight .aftercare-media img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight .aftercare-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight + .section-service-tight .aftercare-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px) !important;
    gap: clamp(1rem, 1.8vw, 1.6rem) !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight + .section-service-tight .aftercare-media {
    grid-column: 2 !important;
    grid-row: 1 !important;
    aspect-ratio: 3 / 4 !important;
    width: min(400px, 100%) !important;
    max-width: 400px !important;
    min-height: clamp(420px, 46vw, 620px) !important;
    max-height: 680px !important;
    justify-self: end !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight + .section-service-tight .aftercare-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
    padding-right: clamp(0.25rem, 1vw, 0.85rem) !important;
  }

  body.wraplab-theme-v2 main:not([class]) > .wl-aftercare-hero + .section-service-tight + .section-service-tight .aftercare-media img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* After-care title normalization: older nth-of-type fixes were shrinking only
   some card headings. Keep every care-card title visually consistent. */
body.wraplab-theme-v2 main:not([class]) > .section-service-tight:nth-of-type(n) .aftercare-copy h2 {
  margin: 0 0 0.65rem !important;
  font-size: clamp(1.75rem, 3vw, 3.25rem) !important;
  line-height: 0.98 !important;
}

/* FAQ: category filters should behave like horizontal tabs above the content,
   not a sticky side rail. Keep the FAQ content on the normal page rail. */
body.wraplab-theme-v2 .faq-main {
  padding-top: clamp(5.5rem, 7vw, 7.75rem) !important;
}

body.wraplab-theme-v2 .wl-faq-hero {
  padding-bottom: clamp(0.85rem, 1.8vw, 1.35rem) !important;
}

body.wraplab-theme-v2 .wl-faq-hero .wl-actions {
  margin-bottom: 0 !important;
}

body.wraplab-theme-v2 .wl-faq-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1.05rem, 2vw, 1.65rem) !important;
  align-items: start !important;
  padding-top: 0 !important;
  padding-bottom: clamp(3rem, 6vw, 6rem) !important;
}

body.wraplab-theme-v2 .wl-faq-nav {
  position: relative !important;
  top: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.7rem !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 0 clamp(0.35rem, 1vw, 0.75rem) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.wraplab-theme-v2 .wl-faq-nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.65rem !important;
  padding: 0.72rem 1rem !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(196, 181, 253, 0.22) !important;
  border-left: 1px solid rgba(196, 181, 253, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(139, 92, 246, 0.08)),
    rgba(7, 10, 18, 0.42) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18) !important;
}

body.wraplab-theme-v2 .wl-faq-nav a:hover,
body.wraplab-theme-v2 .wl-faq-nav a:focus-visible {
  color: #fff !important;
  border-color: rgba(216, 180, 254, 0.72) !important;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, 0.24), rgba(139, 92, 246, 0.12)),
    rgba(7, 10, 18, 0.62) !important;
}

body.wraplab-theme-v2 .wl-faq-content {
  width: 100% !important;
}

@media (max-width: 640px) {
  body.wraplab-theme-v2 .wl-faq-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.wraplab-theme-v2 .wl-faq-nav a {
    width: 100% !important;
    padding-inline: 0.7rem !important;
  }
}

/* FAQ jitter guard: the accordion page needs stable text more than background
   motion. Disable FAQ-only particles and reveal transforms that can flash while
   details open, close, or anchor-scroll. */
body.wraplab-theme-v2 .faq-main .wl-intro-particles,
body.wraplab-theme-v2 .faq-main canvas[data-wraplab-particles] {
  display: none !important;
  animation: none !important;
}

body.wraplab-theme-v2 .faq-main .wraplab-v2-reveal,
body.wraplab-theme-v2 .faq-main .wraplab-v2-reveal.is-visible,
body.wraplab-theme-v2 .faq-main .wl-faq-section,
body.wraplab-theme-v2 .faq-main .wl-faq-item {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

body.wraplab-theme-v2 .faq-main .wl-faq-item[open] > .wl-faq-answer {
  animation: none !important;
}

/* Mobile home simplification: remove secondary image blocks that compete with
   the fixed Ferrari/video backdrop and make the PPF copy feel cramped. */
@media (max-width: 760px) {
  body.wraplab-theme-v2 .home-main .wl-ppf-explainer .wl-explainer-image,
  body.wraplab-theme-v2 .home-main .wl-benefits-showcase .wl-benefits-image,
  body.wraplab-theme-v2 .home-main .wl-benefits-showcase .wl-benefit-image-grid {
    display: none !important;
  }
}

/* Home mobile glass pass: match the FAQ page's translucent panel treatment so
   the fixed Ferrari/video backdrop can read through the page sections. */
@media (max-width: 760px) {
  body.wraplab-theme-v2 .home-main {
    --wl-mobile-glass-border: rgba(196, 181, 253, 0.18);
    --wl-mobile-glass-bg:
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(124, 58, 237, 0.035)),
      rgba(7, 10, 18, 0.44);
    --wl-mobile-glass-shadow: 0 28px 80px rgba(2, 6, 23, 0.26);
  }

  body.wraplab-theme-v2 .home-main .wl-section:not(.wl-hero):not(.wl-quick-contact) > .container,
  body.wraplab-theme-v2 .home-main .wl-quick-contact-wrapper,
  body.wraplab-theme-v2 .home-main .wl-hero-copy {
    border: 1px solid var(--wl-mobile-glass-border) !important;
    background: var(--wl-mobile-glass-bg) !important;
    box-shadow: var(--wl-mobile-glass-shadow) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(15px) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-section:not(.wl-hero):not(.wl-quick-contact) > .container,
  body.wraplab-theme-v2 .home-main .wl-hero-copy {
    padding: clamp(1.1rem, 4.5vw, 1.6rem) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-quick-contact-wrapper {
    padding: clamp(1.2rem, 5vw, 1.75rem) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-intro-particle-panel,
  body.wraplab-theme-v2 .home-main .wl-reviews,
  body.wraplab-theme-v2 .home-main .wl-services,
  body.wraplab-theme-v2 .home-main .wl-ppf-explainer,
  body.wraplab-theme-v2 .home-main .wl-quick-contact,
  body.wraplab-theme-v2 .home-main .wl-section {
    background: transparent !important;
    background-image: none !important;
  }

  body.wraplab-theme-v2 .home-main .service-card,
  body.wraplab-theme-v2 .home-main .wl-package-card,
  body.wraplab-theme-v2 .home-main .wl-benefit-card,
  body.wraplab-theme-v2 .home-main .wl-review-card,
  body.wraplab-theme-v2 .home-main .wl-contact-item,
  body.wraplab-theme-v2 .home-main .wl-trust-card {
    border-color: rgba(196, 181, 253, 0.16) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(124, 58, 237, 0.03)),
      rgba(7, 10, 18, 0.32) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
  }

  body.wraplab-theme-v2 .home-main .wl-hero-copy {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.wraplab-theme-v2 .home-main .wl-reviews > .container {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.wraplab-theme-v2 .home-main .wl-reviews .wl-review-summary,
  body.wraplab-theme-v2 .home-main .wl-reviews .wl-review-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-trust-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-logo-trust-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-dealer-trust-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-google-trust-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-dealer-logos {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.wraplab-theme-v2 .home-main .wl-reviews .wl-review-card::before {
    display: none !important;
  }

  body.wraplab-theme-v2 .home-main .wl-trust-row {
    gap: 0.85rem !important;
  }

  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-logo-trust-card,
  body.wraplab-theme-v2 .home-main .wl-trust-row .wl-dealer-trust-card {
    justify-content: center !important;
    text-align: center !important;
  }
}

/* Final page-shell authority: keep short pages pinned to the viewport. */
html,
body.wraplab-theme-v2 {
  min-height: 100% !important;
}

body.wraplab-theme-v2 {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

body.wraplab-theme-v2 > main {
  display: block !important;
  flex: 1 0 auto !important;
  min-height: auto !important;
  width: 100% !important;
}

body.wraplab-theme-v2 > main.service-landing-main {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

body.wraplab-theme-v2 > .footer,
body.wraplab-theme-v2 > footer {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  width: 100% !important;
}

body.wraplab-theme-v2 > main.service-landing-main .page-hero {
  overflow: hidden !important;
}

body.wraplab-theme-v2 > main.service-landing-main .page-hero::before,
body.wraplab-theme-v2 > main.service-landing-main .page-hero::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .services-main .section-service-tight .service-feature-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-feature-body,
  body.wraplab-theme-v2 .services-main .section-service-tight .service-feature-media-col {
    display: contents !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-feature-body h2 {
    order: 1 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-feature-media {
    order: 2 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-content-face {
    order: 3 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-color-samples-link {
    order: 4 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-package-link {
    background: #8b5cf6 !important;
    border: 1px solid rgba(216, 180, 254, 0.46) !important;
    color: #ffffff !important;
    justify-content: center !important;
    order: 5 !important;
  }

  body.wraplab-theme-v2 .services-main .section-service-tight .service-package-link:hover,
  body.wraplab-theme-v2 .services-main .section-service-tight .service-package-link:focus-visible {
    background: #a78bfa !important;
    color: #080a0f !important;
  }
}
body.wraplab-theme-v2 .contact-main .field.full:has(#service) > label {
  display: block !important;
  margin-bottom: 0.45rem;
  color: rgba(196, 181, 253, 0.94) !important;
}

body.wraplab-theme-v2 .service-landing-main .service-landing-quote-cta,
body.wraplab-theme-v2 .service-landing-main .service-landing-quote-cta:visited {
  background: #7c3aed !important;
  border: 2px solid rgba(221, 214, 254, 0.86) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.34) !important;
  min-width: min(100%, 240px);
}

body.wraplab-theme-v2 .service-landing-main .service-landing-quote-cta:hover,
body.wraplab-theme-v2 .service-landing-main .service-landing-quote-cta:focus-visible {
  background: #9f67ff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

body.wraplab-theme-v2 .service-package-examples {
  margin-top: 1.1rem;
}

body.wraplab-theme-v2 .service-package-examples > strong {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(245, 247, 251, 0.88);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .service-package-examples__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

body.wraplab-theme-v2 .service-package-example {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 254, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.wraplab-theme-v2 .service-package-example:hover,
body.wraplab-theme-v2 .service-package-example:focus-visible {
  border-color: rgba(216, 180, 254, 0.42);
  background: rgba(139, 92, 246, 0.12);
  transform: translateY(-2px);
}

body.wraplab-theme-v2 .service-package-example img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.wraplab-theme-v2 .service-package-example span {
  display: block;
  padding: 0.5rem 0.55rem 0.6rem;
  color: rgba(245, 247, 251, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

body.wraplab-theme-v2 .service-package-example em {
  display: block;
  margin: -0.35rem 0.55rem 0.6rem;
  color: rgba(216, 180, 254, 0.92);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .service-package-examples__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.wraplab-theme-v2 .gallery-coming-soon {
  display: grid;
  min-height: min(72vh, 48rem);
  padding: clamp(5rem, 12vw, 9rem) 0;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(168, 85, 247, 0.055), transparent 30rem),
    radial-gradient(circle at 82% 70%, rgba(124, 58, 237, 0.035), transparent 34rem),
    linear-gradient(180deg, rgba(5, 6, 10, 0) 0%, rgba(5, 6, 10, 0.42) 12%, rgba(5, 6, 10, 0.82) 34%, rgba(12, 10, 18, 0.88) 100%);
  color: #fff;
  text-align: center;
}

body.wraplab-theme-v2 .gallery-coming-soon__inner {
  max-width: 56rem;
}

body.wraplab-theme-v2 .gallery-coming-soon .badge {
  margin-bottom: 1rem;
}

body.wraplab-theme-v2 .gallery-coming-soon h1 {
  margin: 0;
  font-size: clamp(4rem, 11vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

body.wraplab-theme-v2 .gallery-coming-soon p {
  max-width: 42rem;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  line-height: 1.55;
}

body.wraplab-theme-v2 .gallery-coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

@media (max-width: 760px) {
  body.wraplab-theme-v2 .projects-main {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 16% 8%, rgba(168, 85, 247, 0.28), transparent 18rem),
      radial-gradient(circle at 86% 28%, rgba(76, 29, 149, 0.34), transparent 20rem),
      radial-gradient(circle at 48% 84%, rgba(139, 92, 246, 0.16), transparent 18rem),
      linear-gradient(180deg, #050608 0%, #0a0712 44%, #050607 100%) !important;
  }

  body.wraplab-theme-v2 .projects-main::before {
    content: "" !important;
    position: fixed !important;
    inset: -20vh -28vw !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(192, 132, 252, 0.32), transparent 20rem),
      radial-gradient(circle at 82% 18%, rgba(88, 28, 135, 0.44), transparent 24rem),
      radial-gradient(circle at 54% 76%, rgba(147, 51, 234, 0.22), transparent 22rem),
      linear-gradient(135deg, rgba(2, 2, 6, 0.92), rgba(15, 8, 28, 0.88) 48%, rgba(2, 2, 6, 0.96)) !important;
    filter: blur(22px) saturate(1.08) !important;
    transform: scale(1.08) !important;
    opacity: 0.94 !important;
  }

  body.wraplab-theme-v2 .projects-main::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg, rgba(5, 6, 8, 0.2), rgba(5, 6, 8, 0.68)),
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 22rem) !important;
  }

  body.wraplab-theme-v2 .projects-main > * {
    position: relative !important;
    z-index: 1 !important;
  }

  body.wraplab-theme-v2 .projects-main .page-hero,
  body.wraplab-theme-v2 .projects-main .section,
  body.wraplab-theme-v2 .projects-main .section-tight,
  body.wraplab-theme-v2 .projects-main .gallery-showcase,
  body.wraplab-theme-v2 .projects-main .project-detail-showcase,
  body.wraplab-theme-v2 .projects-main .gallery-featured,
  body.wraplab-theme-v2 .projects-main .project-detail-info {
    background-image: none !important;
    background-color: transparent !important;
  }

  body.wraplab-theme-v2 .projects-main:not(.project-detail-main) .gallery-featured,
  body.wraplab-theme-v2 .project-detail-main .project-detail-info,
  body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track-wrap {
    background:
      linear-gradient(180deg, rgba(10, 8, 18, 0.68), rgba(5, 6, 10, 0.84)) !important;
    border-color: rgba(216, 180, 254, 0.18) !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
    backdrop-filter: blur(12px) saturate(1.08) !important;
  }

  body.wraplab-theme-v2 .projects-main video,
  body.wraplab-theme-v2 .projects-main .gallery-featured video,
  body.wraplab-theme-v2 .projects-main .gallery-thumb-item video {
    display: none !important;
  }

  body.wraplab-theme-v2 .project-detail-main .gallery-thumb-track {
    scroll-snap-type: x proximity !important;
  }

  body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item img {
    opacity: 0.92 !important;
  }

  body.wraplab-theme-v2:has(.projects-main) .wl-mobile-video-backdrop,
  body.wraplab-theme-v2:has(.projects-main) > .wl-mobile-video-backdrop {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.wraplab-theme-v2 .project-detail-main .gallery-thumb-item,
  body.wraplab-theme-v2 .project-detail-main .gallery-featured img {
    pointer-events: auto !important;
  }
}
