:root {
  --surface: #fbf8ff;
  --accent: #dccbff;
  --accent-strong: #8f46e8;
  --lavender: #c7b3ff;
  --lavender-strong: #7f38d6;
  --ink: #080808;
  --muted: #62586d;
  --line: #080808;
  --white: #ffffff;
  --soft: #fffafd;
  --shadow: 7px 7px 0 var(--ink);
  --radius: 22px;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --surface: #17111f;
  --accent: #8a6ad3;
  --accent-strong: #d8c8ff;
  --lavender: #b99bff;
  --lavender-strong: #eadfff;
  --ink: #fbf8ff;
  --muted: #d8cfe4;
  --line: #fbf8ff;
  --white: #241a30;
  --soft: #1d1427;
  --shadow: 7px 7px 0 rgba(8, 8, 8, 0.72);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--surface);
  overflow-x: clip;
  scroll-behavior: smooth;
  scrollbar-color: var(--lavender-strong) #f3ecff;
  scrollbar-width: thin;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body::-webkit-scrollbar {
  width: 14px;
}

body::-webkit-scrollbar-track {
  background: #f3ecff;
}

body::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, var(--lavender), var(--accent-strong));
  border: 3px solid #f3ecff;
  border-radius: 999px;
}

body::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, var(--accent), var(--lavender-strong));
}

:root[data-theme="dark"] body::-webkit-scrollbar-track {
  background: #110b18;
}

:root[data-theme="dark"] body::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, #b99bff, #f0d7ff);
  border-color: #110b18;
}

@media (pointer: fine) {
  body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M6 3.5 22 15.2l-7.2 1-3.5 7.1Z' fill='%23dccbff' stroke='%23080808' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='18.8' cy='8.2' r='2.4' fill='%238f46e8' opacity='.8'/%3E%3C/svg%3E") 6 4, auto;
  }

  a,
  button,
  [role="button"],
  input,
  textarea,
  select,
  summary,
  label {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M6 4 24 16.5l-8 1.1-3.8 8Z' fill='%23c7b3ff' stroke='%23080808' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='21' cy='8' r='2.7' fill='%237f38d6'/%3E%3C/svg%3E") 6 4, pointer;
  }
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3,
p,
li,
a,
button,
span,
strong,
small {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

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

.noscript {
  padding: 48px;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  overflow: visible;
  background: rgba(246, 244, 251, 0.92);
  border-bottom: 2px solid rgba(199, 179, 255, 0.85);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease,
    -webkit-backdrop-filter 220ms ease;
}

@media (min-width: 981px) {
  .site-header.is-glass {
    background:
      linear-gradient(90deg, rgba(251, 248, 255, 0.68), rgba(255, 255, 255, 0.48) 48%, rgba(240, 233, 255, 0.6)),
      rgba(251, 248, 255, 0.5);
    border-bottom-color: rgba(199, 179, 255, 0.56);
    box-shadow:
      0 18px 44px rgba(86, 58, 128, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    backdrop-filter: blur(24px) saturate(155%);
  }

  :root[data-theme="dark"] .site-header.is-glass {
    background:
      linear-gradient(90deg, rgba(23, 17, 31, 0.72), rgba(36, 26, 48, 0.52) 52%, rgba(47, 31, 64, 0.62)),
      rgba(23, 17, 31, 0.52);
    border-bottom-color: rgba(185, 155, 255, 0.36);
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(251, 248, 255, 0.1);
  }
}

:root[data-theme="dark"] .site-header {
  background: rgba(23, 17, 31, 0.92);
  border-bottom-color: rgba(185, 155, 255, 0.5);
}

:root[data-theme="dark"] .brand {
  padding: 8px 10px;
  background: #ffffff;
  border: 2px solid rgba(251, 248, 255, 0.25);
  border-radius: 16px;
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
}

.brand img {
  width: 220px;
  height: auto;
}

.desktop-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav {
  justify-content: center;
}

.nav-actions {
  justify-content: flex-end;
}

.nav-link,
.nav-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8px 0;
  transition: color 160ms ease, transform 160ms ease;
}

.nav-link.active {
  color: var(--lavender-strong);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-button:hover,
.nav-button:focus-visible {
  color: var(--accent-strong);
  transform: translateY(-1px);
  outline: 0;
}

.nav-link.active:hover,
.nav-link.active:focus-visible {
  color: var(--lavender-strong);
}

.nav-link .icon,
.nav-button .icon {
  width: 18px;
  height: 18px;
}

.mega-wrap {
  position: relative;
}

.mega-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -28px;
  right: -28px;
  height: 30px;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(820px, calc(100vw - 40px));
  padding: 18px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  transition-delay: 140ms;
}

.mega-wrap:hover .mega-menu,
.mega-wrap:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0ms;
}

.mega-wrap.mega-closing .mega-menu,
.mega-wrap.mega-closing:hover .mega-menu,
.mega-wrap.mega-closing:focus-within .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
}

.mega-intro {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: 18px;
}

.mega-intro strong {
  display: block;
  margin: 10px 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.mega-intro p,
.mega-card small {
  color: var(--muted);
  line-height: 1.5;
}

.mega-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.mega-all-link .icon {
  width: 18px;
  height: 18px;
}

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

.mega-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 12px;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 18px;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mega-card:hover {
  border-color: var(--lavender-strong);
  box-shadow: 4px 4px 0 var(--lavender);
  transform: translate(-2px, -2px);
}

.mega-card strong,
.mega-card small {
  display: block;
}

.mega-card strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 16px;
}

.mega-card small {
  margin-top: 4px;
  font-size: 12px;
}

.mini-icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
}

.mini-icon {
  width: 44px;
  height: 44px;
}

.service-icon.lavender,
.service-card.color-lavender .service-icon {
  background: var(--lavender);
}

.icon {
  width: 24px;
  height: 24px;
}

.social-dot {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #1877f2;
  background: #fbf8ff;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--accent);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.social-dot:hover,
.social-dot:focus-visible {
  background: #f4efff;
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(2px, 2px);
}

.facebook-icon {
  width: 17px;
  height: 17px;
  display: block;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 10px 6px 6px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--accent);
  cursor: pointer;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  background: var(--surface);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(2px, 2px);
}

.theme-toggle-track {
  position: relative;
  width: 46px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.theme-toggle-thumb {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  color: var(--lavender-strong);
  box-shadow: 0 1px 0 rgba(8, 8, 8, 0.18);
  transform: translateX(0);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.theme-toggle-thumb .icon {
  width: 15px;
  height: 15px;
}

.theme-toggle.dark .theme-toggle-track {
  background: linear-gradient(135deg, #6b4eb4, #ddc8ff);
}

.theme-toggle.dark .theme-toggle-thumb {
  background: #17111f;
  color: #f8e9ff;
  transform: translateX(18px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 58px;
  padding: 15px 25px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: var(--shadow);
  color: var(--ink);
  cursor: pointer;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  white-space: normal;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0 var(--ink);
}

.btn-small {
  min-height: 56px;
  padding: 14px 22px;
}

.btn-primary {
  background: var(--accent);
}

.btn-lavender {
  background: var(--lavender);
}

.btn-white {
  background: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 44px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid var(--ink);
}

.btn,
.text-link,
.nav-link,
.mobile-nav-button,
.mobile-service-link,
.service-card,
.review-card,
.contact-card,
.contact-pill,
.question-card,
.policy-card,
.cookie-card,
.cta-box,
.footer-link {
  min-width: 0;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
}

.mobile-panel {
  display: none;
}

.section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  isolation: isolate;
}

.section-soft {
  background: var(--surface);
}

.section-white {
  background: var(--white);
}

.section-lavender {
  background: #f0e9ff;
}

:root[data-theme="dark"] .section-lavender {
  background: #21162e;
}

.section > .container,
.hero > .container,
.page-hero > .container,
.trust-logo-section > .container,
.map-section > .container {
  position: relative;
  z-index: 2;
}

.page-transition-shell {
  position: relative;
  animation: page-enter 320ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  transform-origin: 50% 0;
  will-change: opacity, transform, filter;
}

@keyframes page-enter {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 18px, 0) scale(0.985);
  }

  58% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
  }
}

.section-white::before,
.section-soft:not(.hero):not(.testimonials)::after,
.trust-logo-section::before,
.page-hero::before,
.map-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: gentle-float 11s ease-in-out infinite alternate;
}

.section-white::before {
  right: max(18px, calc((100vw - 1160px) / 2 - 84px));
  top: 46px;
  width: 126px;
  height: 126px;
  border: 2px solid rgba(143, 70, 232, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 28%, rgba(220, 203, 255, 0.62) 0 12px, transparent 13px),
    radial-gradient(circle at 34% 62%, rgba(255, 222, 243, 0.72) 0 18px, transparent 19px);
}

.section-soft:not(.hero):not(.testimonials)::after {
  right: max(14px, calc((100vw - 1160px) / 2 - 48px));
  bottom: 58px;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 999px;
  background: conic-gradient(from 34deg, rgba(220, 203, 255, 0.48), rgba(255, 222, 243, 0.6), transparent 58%, rgba(199, 179, 255, 0.36));
  -webkit-mask: radial-gradient(circle, transparent 0 48%, #000 50%);
  mask: radial-gradient(circle, transparent 0 48%, #000 50%);
  animation-delay: -5s;
}

.trust-logo-section,
.map-section {
  position: relative;
  overflow: hidden;
}

.trust-logo-section::before {
  left: max(16px, calc((100vw - 1160px) / 2 - 52px));
  top: 48px;
  width: 118px;
  height: 118px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(220, 203, 255, 0.52), rgba(255, 225, 244, 0.46)),
    var(--surface);
  transform: rotate(12deg);
  animation-name: gentle-tilt;
}

.page-hero::before {
  left: max(14px, calc((100vw - 1160px) / 2 - 80px));
  top: 78px;
  width: 150px;
  height: 150px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.68) 0 13%, transparent 14%),
    linear-gradient(145deg, rgba(255, 224, 243, 0.5), rgba(220, 203, 255, 0.42) 58%, rgba(199, 179, 255, 0.28));
  box-shadow:
    30px 28px 0 rgba(220, 203, 255, 0.2),
    -18px 80px 0 rgba(255, 255, 255, 0.46);
  transform: rotate(-14deg);
  animation-name: gentle-tilt;
  animation-delay: -4s;
}

.map-section::before {
  right: max(14px, calc((100vw - 1160px) / 2 - 60px));
  top: 34px;
  width: 170px;
  height: 92px;
  border: 2px dashed rgba(143, 70, 232, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 30%, rgba(255, 255, 255, 0.72) 0 16%, transparent 17%),
    linear-gradient(120deg, rgba(251, 248, 255, 0.72), rgba(220, 203, 255, 0.38), rgba(255, 222, 243, 0.42));
}

@keyframes gentle-float {
  from {
    transform: translate3d(0, 10px, 0);
  }
  to {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes gentle-tilt {
  from {
    transform: translate3d(0, 8px, 0) rotate(-8deg);
  }
  to {
    transform: translate3d(0, -12px, 0) rotate(10deg);
  }
}

@supports (animation-timeline: view()) {
  .section-white::before,
  .section-soft:not(.hero):not(.testimonials)::after,
  .trust-logo-section::before,
  .page-hero::before,
  .map-section::before {
    animation-duration: 1ms;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 72px;
}

.hero::after,
.process-band::before,
.testimonials::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 280px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(from 220deg, rgba(199, 179, 255, 0), rgba(199, 179, 255, 0.76), rgba(255, 222, 243, 0.58), rgba(220, 203, 255, 0));
  -webkit-mask: radial-gradient(ellipse at center, transparent 0 57%, #000 59%);
  mask: radial-gradient(ellipse at center, transparent 0 57%, #000 59%);
  opacity: 0.8;
}

.hero::after {
  right: -16px;
  bottom: -48px;
  transform: rotate(-20deg);
}

.process-band::before {
  left: -16px;
  bottom: 48px;
  background: conic-gradient(from 36deg, rgba(220, 203, 255, 0), rgba(255, 222, 243, 0.58), rgba(220, 203, 255, 0.76), rgba(199, 179, 255, 0));
}

.testimonials::before {
  right: -16px;
  top: 42px;
  background: conic-gradient(from 210deg, rgba(199, 179, 255, 0), rgba(220, 203, 255, 0.72), rgba(255, 222, 243, 0.58), rgba(199, 179, 255, 0));
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lavender-strong);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(54px, 6.5vw, 88px);
  line-height: 0.93;
}

h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

p {
  line-height: 1.72;
}

.lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.highlight-block {
  display: inline-block;
  padding: 0 16px 6px;
  margin-left: -16px;
  background: var(--accent);
  border-radius: 999px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.hero-art,
.page-hero-art {
  position: relative;
  min-width: 0;
  min-height: 410px;
  display: grid;
  place-items: center;
}

.art-plate {
  position: absolute;
  inset: auto 4% 6% 6%;
  height: 38%;
  background: var(--accent);
  border-radius: 50%;
}

.illustration {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  animation: float 6s ease-in-out infinite;
}

.hero-illustration {
  width: min(530px, 100%);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1120 / 840;
  object-fit: contain;
  border-radius: 28px;
  filter: drop-shadow(0 24px 30px rgba(8, 8, 8, 0.12));
  animation: hero-image-fade 360ms ease-out 80ms both;
  will-change: opacity;
}

.small-illustration {
  width: min(360px, 88%);
  margin: 22px auto 0;
}

@keyframes hero-image-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.trust-strip {
  width: min(900px, 100%);
  margin: 46px auto 0;
  padding: 26px 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

.trust-item .icon {
  flex: 0 0 auto;
  color: var(--ink);
}

.section-heading {
  max-width: 720px;
}

.section-heading.center {
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-heading h2 {
  display: inline-block;
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--ink) 0%, #1d1028 46%, #553078 72%, #7f38d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 12px 34px rgba(143, 70, 232, 0.045);
}

:root[data-theme="dark"] .section-heading h2 {
  background:
    linear-gradient(90deg, #fffafd 0%, #fbf6ff 46%, #eadfff 74%, #d8c8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 14px 36px rgba(220, 203, 255, 0.08);
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.services-preview {
  overflow: visible;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-stack {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 0 96px;
  isolation: isolate;
}

.service-stack::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: -1;
  width: min(900px, 88vw);
  height: 560px;
  border-radius: 48% 52% 42% 58%;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 222, 243, 0.46) 0 16%, transparent 17%),
    linear-gradient(135deg, rgba(251, 248, 255, 0.82), rgba(220, 203, 255, 0.4) 48%, rgba(255, 222, 243, 0.42));
  transform: translateX(-50%) rotate(-5deg);
  opacity: 0.9;
}

.service-card {
  position: sticky;
  top: calc(112px + var(--stack-offset, 0px));
  z-index: var(--stack-z, 2);
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  margin-bottom: 36px;
  padding: clamp(30px, 5vw, 56px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 12%, rgba(220, 203, 255, 0.34) 0 16%, transparent 17%),
    var(--white);
  border: 1px solid var(--accent);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--accent);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card.color-lavender {
  border-color: var(--lavender);
  box-shadow: 8px 8px 0 var(--lavender);
}

.service-card:hover,
.service-card:focus-visible {
  transform: translate(-3px, -3px);
  border-color: var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
  outline: 0;
}

.service-card-shape {
  position: absolute;
  right: -18px;
  top: -24px;
  color: rgba(143, 70, 232, 0.08);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(92px, 14vw, 180px);
  font-weight: 700;
  line-height: 1;
}

.service-card-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.service-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 36px;
}

.service-card-number {
  color: rgba(143, 70, 232, 0.28);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1;
}

.service-card strong {
  display: block;
  max-width: 560px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.service-card p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.service-card-art {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(12px, 2vw, 22px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 72%, rgba(255, 222, 243, 0.42), transparent 32%),
    linear-gradient(145deg, rgba(251, 248, 255, 0.82), rgba(220, 203, 255, 0.22));
}

.service-card-art img {
  width: min(350px, 100%);
  max-height: 300px;
  object-fit: contain;
  animation: float 6.5s ease-in-out infinite;
}

.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  margin-top: 40px;
  color: var(--muted);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.read-more .icon {
  width: 46px;
  height: 46px;
  padding: 11px;
  flex: 0 0 auto;
  color: var(--ink);
  background: #f6f2fb;
  border-radius: 16px;
}

.service-stack-nav {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 68;
  width: min(900px, calc(100vw - 32px));
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(251, 248, 255, 0.78), rgba(255, 255, 255, 0.58) 48%, rgba(240, 233, 255, 0.74)),
    rgba(251, 248, 255, 0.64);
  border: 1px solid rgba(127, 56, 214, 0.28);
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgba(86, 58, 128, 0.14),
    5px 5px 0 rgba(8, 8, 8, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  backdrop-filter: blur(24px) saturate(155%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 18px, 0);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.service-stack-nav.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.service-stack-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 8px 12px 8px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #50465b;
  cursor: pointer;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.service-stack-nav-button .mini-icon {
  width: 34px;
  height: 34px;
}

.service-stack-nav-button.active,
.service-stack-nav-button:hover,
.service-stack-nav-button:focus-visible {
  background:
    linear-gradient(135deg, rgba(220, 203, 255, 0.96), rgba(238, 228, 255, 0.82));
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  outline: 0;
}

.split-grid,
.content-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.about-band .section-heading p:not(.eyebrow),
.copy-column p {
  color: #3f3b44;
}

.about-map-card {
  margin-top: 34px;
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--accent);
}

.about-map-copy {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(220, 203, 255, 0.42) 0 18%, transparent 19%),
    var(--white);
  border-bottom: 2px solid var(--ink);
}

.about-map-copy strong,
.about-map-copy small {
  display: block;
}

.about-map-copy strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.08;
}

.about-map-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.about-map-card iframe {
  display: block;
  width: 100%;
  min-height: 260px;
  border: 0;
}

.stat-stack {
  position: relative;
  display: grid;
  gap: 18px;
}

.stat-card,
.values-panel,
.service-aside,
.contact-form,
.question-card {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 26px;
}

.stat-card strong {
  display: block;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 600;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-card {
  position: relative;
  min-height: 270px;
  padding: 40px 30px 34px;
  background: var(--white);
  border: 1px solid var(--lavender);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--lavender);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.step-card:hover,
.step-card:focus-within,
.step-card.reveal-on-scroll:hover,
.step-card.is-visible:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.step-card .service-icon {
  margin: 0 auto 24px;
}

.step-card p {
  color: var(--muted);
}

.step-number {
  position: absolute;
  top: 18px;
  left: 22px;
  color: rgba(8, 8, 8, 0.14);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.review-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 var(--accent);
}

.testimonial-carousel {
  width: min(920px, 100%);
  margin: 0 auto;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.featured-review {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 46px);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
}

.review-topline,
.review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.google-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(8, 8, 8, 0.18);
  border-radius: 999px;
  background: var(--surface);
  color: var(--lavender-strong);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.stars {
  color: var(--lavender-strong);
  letter-spacing: 2px;
  font-weight: 700;
}

.review-card p {
  flex: 1;
  white-space: pre-line;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.72;
}

.review-card strong {
  display: block;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.review-footer small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.review-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--lavender-strong);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.review-footer a .icon {
  width: 18px;
  height: 18px;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.carousel-arrow,
.dot {
  border: 2px solid var(--ink);
  background: var(--white);
  cursor: pointer;
}

.carousel-arrow {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: var(--accent);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 999px;
  background: var(--surface);
}

.dot.active {
  width: 34px;
  background: var(--lavender);
}

.trust-logo-section {
  padding: 72px 0;
  overflow: hidden;
  background: var(--white);
}

.compact-heading {
  margin-bottom: 34px;
}

.compact-heading h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.trust-carousel {
  overflow: hidden;
  padding: 8px 0 14px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.trust-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: trust-marquee 28s linear infinite;
}

.trust-carousel:hover .trust-track {
  animation-play-state: paused;
}

.trust-logo-card {
  width: 210px;
  height: 112px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 5px 5px 0 var(--accent);
}

.trust-logo-card img {
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
}

@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.cta-section {
  padding: 70px 0;
  background: var(--lavender);
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 48px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-box > div {
  flex: 1 1 auto;
  min-width: 0;
}

.cta-heading {
  max-width: 740px;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.05;
}

.cta-copy {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.65;
}

.page-hero {
  padding: 92px 0 84px;
  overflow: hidden;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 7vw, 86px);
}

.page-hero .lead {
  max-width: 720px;
}

.page-illustration {
  width: min(420px, 100%);
}

.copy-column h2 {
  margin-bottom: 22px;
}

.copy-column h3 {
  margin-top: 34px;
}

.tick-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 34px;
  list-style: none;
}

.tick-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  color: #36313b;
  line-height: 1.55;
}

.tick-list .icon {
  color: var(--lavender-strong);
}

.values-panel,
.service-aside {
  padding: 30px;
}

.values-panel {
  display: grid;
  gap: 18px;
  background: var(--surface);
}

.about-portrait-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--accent);
}

.about-portrait-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.about-portrait-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-top: 2px solid var(--ink);
  background: var(--white);
}

.about-portrait-card strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 26px;
}

.about-portrait-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.service-aside {
  align-self: start;
  background: var(--surface);
}

.service-aside h3 {
  margin-top: 24px;
}

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

.contact-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
  padding: 16px 18px;
  overflow-wrap: anywhere;
  background: var(--white);
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 999px;
  font-weight: 700;
}

.contact-pill .icon {
  flex: 0 0 auto;
}

.contact-section {
  padding-bottom: 80px;
}

.contact-grid {
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 18px;
}

.contact-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 var(--accent);
}

.contact-card small,
.contact-card strong {
  display: block;
}

.contact-card small {
  color: var(--muted);
  font-weight: 600;
}

.contact-card strong {
  margin-top: 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.25;
}

.question-card {
  padding: 34px;
  background: var(--lavender);
}

.question-card a {
  display: inline-block;
  margin-top: 16px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
}

.contact-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 22px;
  align-items: center;
  margin-top: 10px;
  min-height: 250px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(220, 203, 255, 0.46) 0 18%, transparent 19%),
    var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--accent);
}

.contact-profile-card h3 {
  margin: 8px 0 14px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.contact-profile-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-profile-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.contact-profile-list .icon {
  width: 20px;
  height: 20px;
  color: var(--lavender-strong);
}

.contact-profile-photo {
  justify-self: end;
  width: 132px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background-image: url("/assets/alisha-davies.webp");
  background-position: center 22%;
  background-size: cover;
  box-shadow: 5px 5px 0 var(--lavender);
}

.contact-form {
  padding: 34px;
  background: var(--white);
}

.contact-form h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 46px);
}

.hidden-field {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 700;
}

.required-star {
  color: var(--lavender-strong);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 2px solid rgba(8, 8, 8, 0.18);
  border-radius: 16px;
  background: var(--surface);
  color: var(--ink);
  padding: 15px 16px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--lavender-strong);
  box-shadow: 0 0 0 4px rgba(155, 111, 232, 0.12);
}

.contact-form fieldset {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.contact-form legend {
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 700;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice {
  position: relative;
  display: inline-flex;
  margin: 0;
  max-width: 100%;
}

.choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 10px 16px;
  border: 2px solid rgba(8, 8, 8, 0.18);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.choice input:checked + span {
  border-color: var(--ink);
  background: var(--accent);
}

.map-section {
  padding: 0 0 96px;
  background: var(--white);
}

.map-shell {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-shell iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 34px;
}

.policy-card {
  padding: 38px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.policy-card h2,
.policy-card h3 {
  margin-top: 28px;
}

.policy-card h2:first-of-type {
  margin-top: 0;
}

.policy-card p,
.policy-card li,
.policy-card span {
  color: var(--muted);
}

.policy-card a,
.policy-aside a {
  color: var(--lavender-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.policy-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.policy-note {
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px solid var(--accent);
  border-radius: 18px;
  background: var(--surface);
}

.policy-button {
  margin-top: 12px;
}

.cookie-table {
  display: grid;
  margin: 22px 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 18px;
}

.cookie-table [role="row"] {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.12);
}

.cookie-table [role="row"]:first-child {
  background: var(--accent);
}

.cookie-table [role="row"]:last-child {
  border-bottom: 0;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-card {
  width: min(920px, 100%);
  padding: 24px;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.cookie-card h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.cookie-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.cookie-actions .btn {
  min-height: 50px;
  padding: 13px 20px;
  box-shadow: 4px 4px 0 var(--ink);
}

.cookie-manage {
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.cookie-links {
  font-size: 14px;
}

.cookie-links a {
  color: var(--lavender-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-preferences {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.cookie-toggle {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--accent);
  border-radius: 16px;
  background: var(--surface);
}

.cookie-toggle strong,
.cookie-toggle small {
  display: block;
}

.cookie-toggle small {
  margin-top: 3px;
  color: var(--muted);
}

.cookie-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-ui {
  position: relative;
  width: 54px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  transition: background 160ms ease;
}

.toggle-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 160ms ease;
}

.cookie-toggle input:checked + .toggle-ui {
  background: var(--lavender);
}

.cookie-toggle input:checked + .toggle-ui::after {
  transform: translateX(24px);
}

.cookie-toggle.disabled {
  opacity: 0.72;
}

.site-footer {
  padding: 72px 0 28px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
  gap: 46px;
}

.footer-logo {
  width: 230px;
  height: auto;
  padding: 12px;
  background: var(--white);
  border-radius: 16px;
  object-fit: contain;
}

.footer-trust-logo {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-top: 16px;
}

.footer-trust-logo img {
  width: 167px;
  height: auto;
}

.site-footer p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer h3 {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 23px;
}

.footer-link {
  display: block;
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.78);
  overflow-wrap: anywhere;
  transition: color 160ms ease;
}

.footer-link:hover {
  color: var(--white);
}

.footer-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.footer-credit {
  margin-top: 18px;
  font-size: 13px;
}

.footer-credit a {
  color: var(--lavender);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-bottom a {
  color: var(--lavender);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 160ms ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--white);
}

.section-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.995);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--section-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll {
  opacity: 0;
  transform:
    translate3d(var(--reveal-x, 0px), var(--reveal-y, 22px), 0)
    scale(var(--reveal-scale, 0.99));
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.hero .hero-art.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.mobile-call-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 14px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--lavender);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.mobile-call-button .icon {
  width: 21px;
  height: 21px;
}

.scroll-top-button {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 69;
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.scroll-top-button.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  background: var(--accent);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate3d(3px, 3px, 0);
}

.scroll-top-button .icon {
  width: 22px;
  height: 22px;
}

.scroll-cta-popup {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 88;
  width: min(520px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px 18px 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(220, 203, 255, 0.72) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 255, 0.98) 55%, rgba(255, 241, 249, 0.98));
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow);
  animation: scroll-cta-in 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-cta-popup.with-cookie-banner {
  bottom: 258px;
}

.scroll-cta-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.scroll-cta-art {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 20px;
  background: rgba(220, 203, 255, 0.28);
}

.scroll-cta-art img {
  width: 100%;
  max-height: 138px;
  object-fit: contain;
  animation: float 5.5s ease-in-out infinite;
}

.scroll-cta-copy {
  min-width: 0;
  padding-right: 20px;
}

.scroll-cta-copy .eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
}

.scroll-cta-copy h2 {
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.02;
}

.scroll-cta-copy p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.scroll-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.scroll-cta-actions .btn {
  min-height: 50px;
  padding: 12px 18px;
  box-shadow: 4px 4px 0 var(--ink);
}

.scroll-cta-actions .text-link {
  min-height: 40px;
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

@keyframes scroll-cta-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

:root[data-theme="dark"] .btn-primary,
:root[data-theme="dark"] .btn-lavender,
:root[data-theme="dark"] .mobile-call-button {
  border-color: #080808;
  color: #080808;
}

:root[data-theme="dark"] .mini-icon,
:root[data-theme="dark"] .service-icon {
  color: #080808;
}

:root[data-theme="dark"] .mega-card,
:root[data-theme="dark"] .contact-form input,
:root[data-theme="dark"] .contact-form textarea,
:root[data-theme="dark"] .choice span,
:root[data-theme="dark"] .cookie-toggle,
:root[data-theme="dark"] .contact-card,
:root[data-theme="dark"] .policy-note {
  border-color: rgba(251, 248, 255, 0.2);
}

:root[data-theme="dark"] .about-band .section-heading p:not(.eyebrow),
:root[data-theme="dark"] .copy-column p {
  color: var(--muted);
}

:root[data-theme="dark"] .about-map-card {
  background: var(--white);
}

:root[data-theme="dark"] .about-map-copy {
  background:
    radial-gradient(circle at 90% 10%, rgba(185, 155, 255, 0.24) 0 18%, transparent 19%),
    var(--white);
}

:root[data-theme="dark"] .choice span,
:root[data-theme="dark"] .contact-form input,
:root[data-theme="dark"] .contact-form textarea,
:root[data-theme="dark"] .policy-note {
  background: #1d1427;
}

:root[data-theme="dark"] .choice input:checked + span {
  border-color: var(--lavender);
  background: #4a3469;
}

:root[data-theme="dark"] .scroll-cta-popup {
  background:
    radial-gradient(circle at 92% 10%, rgba(185, 155, 255, 0.44) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(36, 26, 48, 0.98), rgba(23, 17, 31, 0.98) 55%, rgba(47, 31, 64, 0.98));
}

:root[data-theme="dark"] .scroll-cta-art {
  border-color: rgba(251, 248, 255, 0.12);
  background: rgba(185, 155, 255, 0.16);
}

:root[data-theme="dark"] .cookie-card {
  background: rgba(36, 26, 48, 0.96);
}

:root[data-theme="dark"] .cookie-table [role="row"]:first-child {
  background: #4a3469;
}

:root[data-theme="dark"] .site-footer {
  background: #0d0714;
  color: #ffffff;
}

:root[data-theme="dark"] .footer-logo {
  background: #ffffff;
}

:root[data-theme="dark"] .footer-button {
  color: rgba(255, 255, 255, 0.78);
}

:root[data-theme="dark"] .service-card {
  background:
    radial-gradient(circle at 90% 12%, rgba(185, 155, 255, 0.22) 0 16%, transparent 17%),
    var(--white);
}

:root[data-theme="dark"] .service-card-art {
  background:
    radial-gradient(circle at 22% 72%, rgba(255, 222, 243, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(23, 17, 31, 0.72), rgba(185, 155, 255, 0.12));
}

:root[data-theme="dark"] .service-stack-nav {
  background:
    linear-gradient(90deg, rgba(23, 17, 31, 0.78), rgba(36, 26, 48, 0.6) 52%, rgba(47, 31, 64, 0.72)),
    rgba(23, 17, 31, 0.64);
  border-color: rgba(185, 155, 255, 0.38);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    5px 5px 0 rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(251, 248, 255, 0.1);
}

:root[data-theme="dark"] .service-stack-nav-button {
  color: rgba(251, 248, 255, 0.78);
}

:root[data-theme="dark"] .read-more .icon {
  color: #fbf8ff;
  background: #342443;
  outline: 1px solid rgba(251, 248, 255, 0.16);
}

:root[data-theme="dark"] .service-stack-nav-button.active,
:root[data-theme="dark"] .service-stack-nav-button:hover,
:root[data-theme="dark"] .service-stack-nav-button:focus-visible {
  background:
    linear-gradient(135deg, rgba(216, 200, 255, 0.96), rgba(185, 155, 255, 0.86));
  color: #080808;
}

:root[data-theme="dark"] .read-more:hover .icon,
:root[data-theme="dark"] .service-card:focus-visible .read-more .icon,
:root[data-theme="dark"] .scroll-top-button:hover,
:root[data-theme="dark"] .scroll-top-button:focus-visible {
  background: var(--lavender);
  color: #080808;
}

:root[data-theme="dark"] .scroll-top-button,
:root[data-theme="dark"] .menu-toggle,
:root[data-theme="dark"] .scroll-cta-close,
:root[data-theme="dark"] .theme-toggle {
  border-color: rgba(251, 248, 255, 0.78);
  background: #342443;
  color: #fbf8ff;
}

:root[data-theme="dark"] .scroll-top-button .icon,
:root[data-theme="dark"] .menu-toggle .icon,
:root[data-theme="dark"] .scroll-cta-close,
:root[data-theme="dark"] .theme-toggle .icon,
:root[data-theme="dark"] .nav-link .icon,
:root[data-theme="dark"] .nav-button .icon,
:root[data-theme="dark"] .mega-all-link .icon,
:root[data-theme="dark"] .mobile-back-button .icon,
:root[data-theme="dark"] .mobile-view-all .icon,
:root[data-theme="dark"] .mobile-service-arrow {
  color: currentColor;
  stroke: currentColor;
}

:root[data-theme="dark"] .btn-primary .icon,
:root[data-theme="dark"] .btn-lavender .icon,
:root[data-theme="dark"] .mobile-call-button .icon,
:root[data-theme="dark"] .service-icon .icon,
:root[data-theme="dark"] .mini-icon .icon {
  color: #080808;
  stroke: #080808;
}

:root[data-theme="dark"] .btn-white .icon,
:root[data-theme="dark"] .text-link .icon,
:root[data-theme="dark"] .contact-pill .icon,
:root[data-theme="dark"] .tick-list .icon,
:root[data-theme="dark"] .review-footer a .icon {
  color: var(--ink);
  stroke: currentColor;
}

:root[data-theme="dark"] .social-dot {
  background: #ffffff;
  border-color: rgba(251, 248, 255, 0.78);
  box-shadow: 4px 4px 0 rgba(185, 155, 255, 0.55);
}

@media (max-width: 980px) {
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 70;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background:
      radial-gradient(circle at calc(100% - 48px) 58px, rgba(220, 203, 255, 0.22), transparent 150px),
      rgba(17, 12, 24, 0.34);
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    backdrop-filter: blur(10px) saturate(115%);
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  body.menu-open::before {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  :root[data-theme="dark"] body::before {
    background:
      radial-gradient(circle at calc(100% - 48px) 58px, rgba(185, 155, 255, 0.2), transparent 150px),
      rgba(4, 2, 7, 0.54);
  }

  .site-header,
  .site-header.is-glass {
    position: sticky;
    top: 0;
    background:
      linear-gradient(90deg, rgba(251, 248, 255, 0.68), rgba(255, 255, 255, 0.48) 48%, rgba(240, 233, 255, 0.6)),
      rgba(251, 248, 255, 0.5);
    border-bottom-color: rgba(199, 179, 255, 0.56);
    box-shadow:
      0 18px 44px rgba(86, 58, 128, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    backdrop-filter: blur(24px) saturate(155%);
  }

  :root[data-theme="dark"] .site-header,
  :root[data-theme="dark"] .site-header.is-glass {
    background:
      linear-gradient(90deg, rgba(23, 17, 31, 0.72), rgba(36, 26, 48, 0.52) 52%, rgba(47, 31, 64, 0.62)),
      rgba(23, 17, 31, 0.52);
    border-bottom-color: rgba(185, 155, 255, 0.36);
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(251, 248, 255, 0.1);
  }

  body.menu-open .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 80;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 86px;
    gap: 14px;
  }

  .desktop-nav,
  .social-dot,
  .nav-actions .btn {
    display: none;
  }

  .brand,
  .brand img {
    width: 190px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-actions {
    gap: 12px;
  }

  .theme-toggle {
    width: 52px;
    min-height: 52px;
    justify-content: center;
    padding: 5px;
  }

  .theme-toggle-label {
    display: none;
  }

  .theme-toggle-track {
    width: 38px;
    height: 26px;
  }

  .theme-toggle-thumb {
    width: 20px;
    height: 20px;
  }

  .theme-toggle.dark .theme-toggle-thumb {
    transform: translateX(12px);
  }

  .mobile-call-button {
    display: inline-flex;
  }

  body.menu-open .mobile-call-button {
    display: none;
  }

  .scroll-top-button {
    right: 16px;
    bottom: 84px;
    width: 48px;
    height: 48px;
  }

  body.menu-open .scroll-top-button {
    display: none;
  }

  .scroll-cta-popup {
    right: 14px;
    bottom: 18px;
    width: calc(100vw - 28px);
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .scroll-cta-popup.with-cookie-banner {
    bottom: 318px;
  }

  body.menu-open .scroll-cta-popup {
    display: none;
  }

  .scroll-cta-copy {
    padding-right: 22px;
  }

  .scroll-cta-copy h2 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .scroll-cta-copy p:not(.eyebrow) {
    font-size: 14px;
  }

  .scroll-cta-actions .btn {
    min-height: 48px;
  }

  .service-stack {
    padding-right: 58px;
    padding-bottom: 112px;
  }

  .service-card {
    top: calc(96px + var(--stack-offset-mobile, 0px));
    min-height: min(620px, calc(100svh - 132px));
    grid-template-columns: 1fr;
    gap: 24px;
    padding: clamp(28px, 7vw, 34px);
  }

  .service-card-art {
    order: -1;
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .service-card-art img {
    max-height: 220px;
  }

  .service-stack-nav {
    right: 8px;
    left: auto;
    top: 54%;
    bottom: auto;
    width: auto;
    max-width: 48px;
    max-height: min(330px, calc(100svh - 176px));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    padding: 7px;
    border-radius: 999px;
    transform: translate3d(14px, -50%, 0);
  }

  .service-stack-nav.visible {
    transform: translate3d(0, -50%, 0);
  }

  .service-stack-nav-button {
    flex: 0 0 auto;
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    padding: 4px;
    transition:
      background 160ms ease,
      color 160ms ease,
      transform 160ms ease;
  }

  .service-stack-nav-button > span:not(.mini-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .service-stack-nav-button.active,
  .service-stack-nav-button:focus-visible {
    width: 40px;
    max-width: 40px;
  }

  .service-stack-nav-button .mini-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  body.menu-open .service-stack-nav {
    display: none;
  }

  .mobile-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    left: 14px;
    z-index: 60;
    display: block;
    max-height: calc(100svh - 112px);
    overflow: auto;
    padding: 0;
    background: var(--white);
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translate3d(28px, -18px, 0) scale(0.94);
    transform-origin: calc(100% - 28px) -34px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 220ms ease;
  }

  .mobile-panel.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-panel-inner {
    padding: 20px;
  }

  .mobile-menu-page {
    display: grid;
    gap: 0;
    animation: mobile-page-in 180ms ease both;
  }

  .mobile-panel-inner.showing-services {
    padding: 16px;
  }

  .mobile-nav-button,
  .mobile-service-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.12);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
  }

  .mobile-nav-button span {
    display: grid;
    gap: 5px;
  }

  .mobile-nav-button small {
    color: var(--muted);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mobile-nav-button-feature {
    align-items: center;
    min-height: 92px;
    margin-bottom: 6px;
    padding: 18px;
    border: 1px solid var(--accent);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: 5px 5px 0 var(--accent);
  }

  .mobile-back-button,
  .mobile-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-weight: 700;
  }

  .mobile-back-button {
    justify-self: start;
    min-height: 42px;
    margin-bottom: 12px;
    padding: 0;
    color: var(--lavender-strong);
  }

  .mobile-back-button .icon,
  .mobile-view-all .icon {
    width: 18px;
    height: 18px;
  }

  .mobile-mega-intro {
    margin-bottom: 14px;
    padding: 20px;
    background: var(--surface);
    border: 1px solid var(--accent);
    border-radius: 18px;
  }

  .mobile-mega-intro strong {
    display: block;
    margin: 8px 0 10px;
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 0.98;
  }

  .mobile-mega-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .mobile-view-all {
    margin-top: 16px;
    color: var(--lavender-strong);
  }

  .mobile-services {
    display: grid;
    gap: 10px;
    padding: 0 0 4px;
  }

  .mobile-service-link {
    display: grid;
    grid-template-columns: 46px 1fr 22px;
    gap: 12px;
    justify-content: stretch;
    min-height: 94px;
    padding: 12px;
    border: 1px solid rgba(8, 8, 8, 0.16);
    border-radius: 18px;
    background: var(--white);
    font-size: 16px;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .mobile-service-link:active,
  .mobile-service-link:focus-visible {
    border-color: var(--lavender-strong);
    box-shadow: 4px 4px 0 var(--lavender);
    transform: translate(-2px, -2px);
  }

  .mobile-service-link .icon {
    width: 22px;
    height: 22px;
  }

  .mobile-service-link .mini-icon {
    width: 44px;
    height: 44px;
  }

  .mobile-service-link strong,
  .mobile-service-link small {
    display: block;
  }

  .mobile-service-link strong {
    font-family: "Space Grotesk", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.1;
  }

  .mobile-service-link small {
    margin-top: 4px;
    color: var(--muted);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mobile-service-arrow {
    align-self: center;
    color: var(--lavender-strong);
  }

  .mobile-cta {
    width: 100%;
    margin-top: 20px;
  }

  @keyframes mobile-page-in {
    from {
      opacity: 0;
      transform: translate3d(12px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .content-grid,
  .contact-grid,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
  }

  .section-white::before,
  .section-soft:not(.hero):not(.testimonials)::after,
  .trust-logo-section::before,
  .page-hero::before,
  .map-section::before,
  .hero::after,
  .process-band::before,
  .testimonials::before {
    opacity: 0.22;
  }

  .hero-art,
  .page-hero-art {
    min-height: 300px;
  }

  .trust-strip,
  .service-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-profile-card {
    display: none;
  }
}

@media (max-width: 680px) {
  .section-reveal {
    transform: translate3d(0, 18px, 0);
  }

  .reveal-on-scroll {
    transform:
      translate3d(0, 16px, 0)
      scale(var(--reveal-scale, 0.99));
  }

  .container,
  .nav-shell {
    width: min(100% - 28px, 1160px);
  }

  .brand,
  .brand img {
    width: 168px;
  }

  .hero,
  .section,
  .page-hero {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(34px, 10.8vw, 48px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(30px, 9.6vw, 42px);
    line-height: 1.04;
  }

  h3 {
    font-size: clamp(21px, 7vw, 28px);
  }

  .lead {
    font-size: clamp(17px, 5vw, 20px);
  }

  .eyebrow {
    font-size: 12px;
  }

  .highlight-block {
    margin-left: -8px;
    padding: 0 10px 4px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-box .btn {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
    justify-content: center;
    min-height: 54px;
    padding: 11px 8px 8px;
    font-size: 18px;
    text-align: center;
  }

  .section-white::before,
  .section-soft:not(.hero):not(.testimonials)::after,
  .trust-logo-section::before,
  .page-hero::before,
  .map-section::before,
  .hero::after,
  .process-band::before,
  .testimonials::before {
    display: none;
  }

  .trust-strip,
  .service-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding: 22px;
  }

  .trust-item {
    justify-content: flex-start;
  }

  .service-stack {
    padding: 18px 0 96px;
  }

  .service-stack::before {
    top: 140px;
    width: 92vw;
    height: 430px;
  }

  .service-card {
    top: calc(88px + var(--stack-offset-mobile, 0px));
    min-height: min(560px, calc(100svh - 118px));
    margin-bottom: 24px;
    padding: 26px;
    border-radius: 24px;
  }

  .service-card-topline {
    margin-bottom: 22px;
  }

  .service-card-number {
    font-size: 32px;
  }

  .service-card-shape {
    font-size: 92px;
  }

  .service-card strong {
    font-size: clamp(28px, 9vw, 38px);
  }

  .service-card p {
    font-size: clamp(16px, 4.8vw, 18px);
  }

  .service-card-art img {
    max-height: 190px;
  }

  .read-more {
    margin-top: 28px;
  }

  .service-stack-nav {
    width: auto;
    max-width: 44px;
    padding: 6px;
  }

  .service-stack {
    padding-right: 52px;
  }

  .service-stack-nav-button {
    width: 38px;
    max-width: 38px;
    min-height: 38px;
    padding: 4px;
  }

  .service-stack-nav-button.active,
  .service-stack-nav-button:focus-visible {
    width: 38px;
    max-width: 38px;
  }

  .service-stack-nav-button .mini-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .contact-card {
    grid-template-columns: 54px 1fr;
    padding: 20px;
  }

  .contact-card strong {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .question-card a,
  .contact-pill,
  .cookie-table span,
  .review-card p {
    overflow-wrap: anywhere;
  }

  .about-email-pill {
    font-size: 11px;
  }

  .question-card a {
    font-size: clamp(22px, 8vw, 34px);
    line-height: 1.12;
  }

  .review-card p {
    font-size: clamp(16px, 4.6vw, 18px);
  }

  .mobile-nav-button {
    font-size: clamp(21px, 7vw, 24px);
  }

  .mobile-mega-intro strong {
    font-size: clamp(26px, 7.5vw, 34px);
  }

  .contact-form,
  .question-card,
  .policy-card,
  .cookie-card,
  .cta-box {
    padding: 26px;
  }

  .cookie-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cookie-card h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-actions .btn,
  .cookie-actions .text-link {
    width: 100%;
  }

  .btn {
    min-height: 54px;
    padding: 13px 18px;
  }

  .cookie-toggle {
    grid-template-columns: 1fr auto;
  }

  .scroll-cta-popup {
    left: 14px;
    right: 14px;
    bottom: 76px;
    max-height: min(560px, calc(100vh - 112px));
    grid-template-columns: 1fr;
    overflow: auto;
    padding: 18px;
  }

  .scroll-cta-popup.with-cookie-banner {
    bottom: 18px;
  }

  .scroll-cta-art {
    width: min(210px, 72%);
    margin: 0 auto;
  }

  .scroll-cta-art img {
    max-height: 128px;
  }

  .scroll-cta-copy {
    padding-right: 0;
    text-align: center;
  }

  .scroll-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .scroll-cta-actions .btn,
  .scroll-cta-actions .text-link {
    width: 100%;
  }

  .about-map-card {
    margin-top: 28px;
  }

  .about-map-card iframe {
    min-height: 220px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .container,
  .nav-shell {
    width: min(100% - 22px, 1160px);
  }

  .service-stack {
    padding-right: 48px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(32px, 10.6vw, 42px);
  }

  h2 {
    font-size: clamp(28px, 9.2vw, 38px);
  }

  .service-card {
    top: calc(82px + var(--stack-offset-mobile, 0px));
    min-height: min(530px, calc(100svh - 106px));
    padding: 24px;
  }

  .service-card strong {
    font-size: clamp(27px, 8.8vw, 34px);
  }

  .service-stack-nav-button,
  .service-stack-nav-button.active,
  .service-stack-nav-button:focus-visible {
    width: 32px;
    max-width: 32px;
    min-height: 32px;
  }

  .service-stack-nav-button .mini-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .about-portrait-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-portrait-card span {
    text-align: left;
  }

  .about-map-copy {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .about-map-copy .service-icon {
    width: 48px;
    height: 48px;
  }

  .about-map-copy strong {
    font-size: 20px;
  }

  .cookie-card,
  .policy-card,
  .question-card,
  .contact-form {
    padding: 22px;
  }

  .contact-card {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .mobile-service-link {
    grid-template-columns: 42px 1fr 18px;
    gap: 10px;
  }
}

@media (max-width: 380px), (max-width: 680px) and (max-height: 640px) {
  .service-stack {
    display: grid;
    gap: 18px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .service-stack::before,
  .service-stack-nav {
    display: none;
  }

  .service-card {
    position: relative;
    top: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 22px;
  }

  .service-card-art {
    order: -1;
    padding: 8px;
  }

  .service-card-art img {
    max-height: 150px;
  }

  .service-card-topline {
    margin-bottom: 18px;
  }

  .service-card-shape {
    display: none;
  }

  .service-card strong {
    font-size: 26px;
  }

  .read-more {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-transition-shell {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    will-change: auto;
  }

  .section-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .trust-track {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
