:root {
  color-scheme: light;
  --fluid-gutter: clamp(1rem, 3vw, 2.5rem);
  --fluid-block: clamp(3.25rem, 7vw, 6.5rem);
  --fluid-radius: clamp(0.75rem, 1.1vw, 1.25rem);
  --mobile-nav-offset: 4.5rem;
  --site-nav-height: 4.9rem;
  --nav-blur: 16px;
  
  --color-background: 252 252 252;
  --color-surface: 252 252 252;
  --color-surface-container: 247 247 247;
  --color-surface-container-high: 240 240 240;
  --color-surface-container-highest: 232 232 232;
  --color-surface-container-low: 250 250 250;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-dim: 221 221 221;
  --color-surface-bright: 255 255 255;
  --color-surface-tint: 125 198 27;

  --color-on-background: 49 49 49;
  --color-on-surface: 49 49 49;
  --color-on-surface-variant: 68 68 68;
  
  --color-primary: 125 198 27;
  --color-on-primary: 255 255 255;
  --color-primary-container: 125 198 27;
  --color-on-primary-container: 25 25 25;
  --color-primary-fixed: 125 198 27;
  --color-primary-fixed-dim: 110 180 20;
  --color-on-primary-fixed: 25 25 25;
  --color-on-primary-fixed-variant: 40 40 40;
  
  --color-secondary: 42 117 32;
  --color-on-secondary: 255 255 255;
  --color-secondary-container: 42 117 32;
  --color-on-secondary-container: 255 255 255;
  --color-secondary-fixed: 42 117 32;
  --color-secondary-fixed-dim: 35 100 25;
  --color-on-secondary-fixed: 255 255 255;
  --color-on-secondary-fixed-variant: 230 230 230;

  --color-tertiary: 95 94 94;
  --color-on-tertiary: 255 255 255;
  --color-tertiary-container: 230 230 230;
  --color-on-tertiary-container: 49 49 49;
  --color-tertiary-fixed: 228 226 225;
  --color-tertiary-fixed-dim: 200 198 197;
  --color-on-tertiary-fixed: 27 28 28;
  --color-on-tertiary-fixed-variant: 71 71 70;
  
  --color-error: 186 26 26;
  --color-on-error: 255 255 255;
  --color-error-container: 255 218 214;
  --color-on-error-container: 147 0 10;
  
  --color-outline: 221 221 221;
  --color-outline-variant: 238 238 238;
  
  --color-inverse-surface: 49 49 49;
  --color-inverse-on-surface: 245 245 245;
  --color-inverse-primary: 110 180 20;

  --nav-glass-rgb: 255 255 255;
  --nav-glass-opacity: 1;
  --theme-toggle-shadow-rgb: 27 28 28;
}

html.dark {
  color-scheme: dark;
  --color-background: 8 8 8;
  --color-surface: 16 16 16;
  --color-surface-container: 24 24 24; 
  --color-surface-container-high: 34 34 34;
  --color-surface-container-highest: 44 44 44;
  --color-surface-container-low: 18 18 18;
  --color-surface-container-lowest: 0 0 0;
  --color-surface-dim: 14 14 14;
  --color-surface-bright: 30 30 30;
  --color-surface-tint: 125 198 27;

  --color-on-background: 245 245 245;
  --color-on-surface: 245 245 245;
  --color-on-surface-variant: 160 160 160;
  
  --color-primary: 125 198 27;
  --color-on-primary: 17 17 17;
  --color-primary-container: 125 198 27;
  --color-on-primary-container: 17 17 17;
  --color-primary-fixed: 125 198 27;
  --color-primary-fixed-dim: 110 180 20;
  --color-on-primary-fixed: 17 17 17;
  --color-on-primary-fixed-variant: 40 40 40;
  
  --color-secondary: 42 117 32;
  --color-on-secondary: 255 255 255;
  --color-secondary-container: 42 117 32;
  --color-on-secondary-container: 255 255 255;
  --color-secondary-fixed: 42 117 32;
  --color-secondary-fixed-dim: 35 100 25;
  --color-on-secondary-fixed: 255 255 255;
  --color-on-secondary-fixed-variant: 230 230 230;

  --color-tertiary: 140 140 140;
  --color-on-tertiary: 245 245 245;
  --color-tertiary-container: 44 44 44;
  --color-on-tertiary-container: 230 230 230;
  --color-tertiary-fixed: 228 226 225;
  --color-tertiary-fixed-dim: 200 198 197;
  --color-on-tertiary-fixed: 27 28 28;
  --color-on-tertiary-fixed-variant: 71 71 70;
  
  --color-error: 255 180 171;
  --color-on-error: 105 0 5;
  --color-error-container: 147 0 10;
  --color-on-error-container: 255 218 214;
  
  --color-outline: 68 68 68;
  --color-outline-variant: 51 51 51;

  --color-inverse-surface: 245 245 245;
  --color-inverse-on-surface: 16 16 16;
  --color-inverse-primary: 42 117 32;

  --nav-glass-rgb: 8 8 8;
  --nav-glass-opacity: 1;
  --theme-toggle-shadow-rgb: 0 0 0;
}

html {
  scrollbar-gutter: stable both-edges;
}

body {
  transition: background-color 220ms ease, color 220ms ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.mobile-nav-open {
  overflow: hidden;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-style: normal;
  line-height: 1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

.text-editorial-lg {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.bg-mesh {
  background-color: rgb(var(--color-background));
  background-image:
    radial-gradient(at 0% 0%, rgb(var(--color-primary-container) / 0.08) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgb(var(--color-primary) / 0.08) 0px, transparent 50%);
}

p,
li,
a,
span {
  overflow-wrap: break-word;
}

::selection {
  background: rgb(var(--color-primary-container) / 0.32);
  color: rgb(var(--color-on-primary-container));
}

a,
button,
input,
select,
textarea {
  transition-property: color, background-color, border-color, box-shadow, transform, opacity;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cta-gradient {
  isolation: isolate;
}

.cta-gradient h2,
.cta-gradient p,
.cta-gradient span,
.cta-gradient a {
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.08);
}

html.dark .cta-gradient {
  background-image: linear-gradient(135deg, rgb(var(--color-primary-container)), rgb(var(--color-secondary-container))) !important;
}

html.dark .cta-gradient .text-white {
  color: rgb(var(--color-on-primary-container)) !important;
}

html.dark .cta-gradient .text-white\/80 {
  color: rgb(var(--color-on-primary-container) / 0.86) !important;
}

html.dark .cta-gradient .text-primary,
html.dark .cta-gradient .text-primary-fixed {
  color: rgb(var(--color-primary-fixed)) !important;
}

.glass-nav {
  backdrop-filter: blur(var(--nav-blur));
  -webkit-backdrop-filter: blur(var(--nav-blur));
  background: rgb(var(--nav-glass-rgb) / var(--nav-glass-opacity)) !important;
}

.site-nav {
  --site-nav-link-gap: 2.5rem;
  top: 0 !important;
}

:root {
  --promo-banner-height: 36px;
}

body {
  padding-top: var(--promo-banner-height);
}

.promo-banner {
  position: fixed;
  top: calc(var(--site-nav-height) - 1px);
  left: 0;
  right: 0;
  z-index: 101;
  height: var(--promo-banner-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1rem;
  background: linear-gradient(90deg, rgb(var(--color-primary)) 0%, rgb(var(--color-tertiary, var(--color-primary))) 100%);
  color: rgb(var(--color-on-primary));
  font-family: "Manrope", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}


.promo-banner .promo-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-banner .promo-cta {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.promo-banner .promo-cta:hover {
  opacity: 0.85;
}

@media (max-width: 640px) {
  :root {
    --promo-banner-height: 44px;
  }
  .promo-banner {
    font-size: 0.72rem;
    padding: 0 0.5rem;
    line-height: 1.15;
  }
}

.site-nav .site-nav-inner {
  min-height: var(--site-nav-height);
  transition: min-height 220ms ease, padding 220ms ease;
}

.site-nav .site-nav-links {
  align-items: center;
  gap: var(--site-nav-link-gap);
}

.site-nav .site-nav-links > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0 !important;
}

.site-nav .site-nav-logo {
  white-space: nowrap;
  line-height: 1;
  color: rgb(var(--color-on-surface)) !important;
}

.site-nav .site-nav-link {
  display: inline-flex;
  align-items: center;
  line-height: 1.15;
}

.site-nav .site-nav-link.is-active {
  color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
}

.site-nav .site-nav-link:focus-visible,
.site-nav .site-nav-cta:focus-visible,
.mobile-nav-toggle:focus-visible,
.mobile-nav-link:focus-visible,
.mobile-nav-cta:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 3px;
}

.site-nav .site-nav-cta {
  white-space: nowrap;
}

.site-footer {
  background:
    linear-gradient(180deg, rgb(var(--color-surface-container-low)), rgb(var(--color-surface-container-lowest)));
}

html.dark .site-footer {
  background:
    linear-gradient(180deg, rgb(var(--color-surface-container-low)), rgb(var(--color-surface-container)));
}

#specialty .group > .absolute.inset-0 {
  background:
    linear-gradient(
      to top,
      rgb(var(--color-on-surface) / 0.82) 0%,
      rgb(var(--color-on-surface) / 0.64) 38%,
      rgb(var(--color-on-surface) / 0.24) 68%,
      rgb(var(--color-on-surface) / 0.06) 100%
    ) !important;
}

#specialty .group h4 {
  color: rgb(255 255 255 / 0.98);
  text-shadow: 0 4px 14px rgb(0 0 0 / 0.58);
}

#specialty .group p {
  color: rgb(255 255 255 / 0.92) !important;
  text-shadow: 0 2px 10px rgb(0 0 0 / 0.52);
}

.integrity-section {
  color: rgb(var(--color-on-surface));
  background:
    radial-gradient(900px 360px at 8% -8%, rgb(var(--color-primary-container) / 0.2), transparent 62%),
    linear-gradient(145deg, rgb(var(--color-surface)), rgb(var(--color-surface-container-low)));
}

html.dark .integrity-section {
  color: rgb(var(--color-on-surface));
  background:
    radial-gradient(760px 340px at 10% -10%, rgb(var(--color-primary-container) / 0.2), transparent 60%),
    linear-gradient(150deg, rgb(var(--color-surface-container-low)), rgb(var(--color-surface-container-high)));
}

.integrity-copy {
  color: rgb(var(--color-on-surface-variant));
}

html.dark .integrity-copy {
  color: rgb(var(--color-on-surface-variant));
}

.integrity-meta {
  color: rgb(var(--color-on-surface-variant) / 0.86);
}

html.dark .integrity-meta {
  color: rgb(var(--color-on-surface-variant) / 0.86);
}

.integrity-quote {
  color: rgb(var(--color-on-surface));
}

html.dark .integrity-quote {
  color: rgb(var(--color-on-surface));
}

.integrity-divider {
  border-color: rgb(var(--color-outline-variant) / 0.5);
}

html.dark .integrity-divider {
  border-color: rgb(var(--color-outline-variant) / 0.5);
}

.integrity-feature {
  background: rgb(var(--color-surface-container-lowest) / 0.9);
  border: 1px solid rgb(var(--color-outline-variant) / 0.52);
  box-shadow: 0 14px 32px rgb(20 22 18 / 0.1);
  transition: transform 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.integrity-feature:hover {
  transform: translateY(-3px);
  background: rgb(var(--color-surface-container-lowest));
  border-color: rgb(var(--color-outline) / 0.45);
}

html.dark .integrity-feature {
  background: rgb(var(--color-surface-container-high) / 0.74);
  border-color: rgb(var(--color-outline-variant) / 0.45);
  box-shadow: 0 14px 28px rgb(0 0 0 / 0.08);
}

html.dark .integrity-feature:hover {
  background: rgb(var(--color-surface-container-highest) / 0.88);
}

.integrity-panel {
  background: linear-gradient(160deg, rgb(var(--color-surface-container-lowest) / 0.96), rgb(var(--color-surface-container) / 0.9));
  border-color: rgb(var(--color-outline-variant) / 0.58);
  box-shadow: 0 24px 48px rgb(20 22 18 / 0.14);
}

html.dark .integrity-panel {
  background: linear-gradient(160deg, rgb(var(--color-surface-container-highest) / 0.94), rgb(var(--color-surface-container-high) / 0.92));
  border-color: rgb(var(--color-outline-variant) / 0.5);
  box-shadow: 0 24px 46px rgb(0 0 0 / 0.14);
}

.theme-toggle {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid rgb(var(--color-outline-variant) / 0.65);
  background: rgb(var(--color-surface-container-high) / 0.95);
  color: rgb(var(--color-on-surface));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 200;
  box-shadow: 0 12px 24px rgb(var(--theme-toggle-shadow-rgb) / 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgb(var(--theme-toggle-shadow-rgb) / 0.28);
}

.theme-toggle:active {
  transform: translateY(0);
}

.theme-toggle:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 3px;
}

.theme-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.theme-toggle__icon--sun {
  display: none;
}

html.dark .theme-toggle__icon--moon {
  display: none;
}

html.dark .theme-toggle__icon--sun {
  display: inline-flex;
}

.theme-toggle__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgb(var(--color-outline-variant) / 0.55);
  background: rgb(var(--color-surface-container-high) / 0.9);
  color: rgb(var(--color-on-surface));
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav-toggle .material-symbols-outlined {
  font-size: 1.2rem;
  line-height: 1;
}

.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 160;
}

.mobile-nav-drawer[hidden] {
  display: none;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(10 14 10 / 0.48);
  opacity: 0;
  transition: opacity 220ms ease;
}

.mobile-nav-panel {
  position: absolute;
  top: calc(var(--mobile-nav-offset) + env(safe-area-inset-top, 0px));
  left: var(--fluid-gutter);
  right: var(--fluid-gutter);
  background: rgb(var(--color-surface-container-lowest) / 0.98);
  border: 1px solid rgb(var(--color-outline-variant) / 0.45);
  border-radius: 1rem;
  padding: 0.9rem;
  box-shadow: 0 18px 36px rgb(0 0 0 / 0.18);
  transform: translateY(-8px) scale(0.98);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-nav-drawer.is-open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav-drawer.is-open .mobile-nav-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.7rem 0.75rem;
  border-radius: 0.7rem;
  color: rgb(var(--color-on-surface));
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface));
}

.mobile-nav-link[aria-current="page"] {
  background: rgb(var(--color-primary-container) / 0.18);
  color: rgb(var(--color-primary));
}

.mobile-nav-cta {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.65rem;
  padding: 0.78rem 1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgb(var(--color-primary)), rgb(var(--color-primary-container)));
  color: rgb(var(--color-on-primary));
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

html.dark .bg-primary.text-white,
html.dark .bg-primary .text-white {
  color: rgb(var(--color-on-primary)) !important;
}

html.dark .bg-primary .text-white\/80 {
  color: rgb(var(--color-on-primary) / 0.82) !important;
}

html.dark nav.fixed.bg-white\/70 {
  background-color: rgb(var(--color-surface-container-high) / 0.78) !important;
}

html.dark .bg-mesh {
  background-color: rgb(var(--color-surface)) !important;
  background-image:
    radial-gradient(at 0% 0%, rgb(var(--color-primary-container) / 0.22) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgb(var(--color-primary) / 0.15) 0px, transparent 50%) !important;
}

html.dark .bg-white {
  background-color: rgb(var(--color-surface-container)) !important;
}

html.dark .bg-white\/70 {
  background-color: rgb(var(--color-surface-container-high) / 0.78) !important;
}

html.dark .bg-white\/40 {
  background-color: rgb(var(--color-surface-container-high) / 0.4) !important;
}

html.dark .bg-white\/20 {
  background-color: rgb(var(--color-surface-container-high) / 0.2) !important;
}

html.dark .bg-white\/10 {
  background-color: rgb(var(--color-surface-container-high) / 0.1) !important;
}

html.dark .bg-white\/5 {
  background-color: rgb(var(--color-surface-container-high) / 0.05) !important;
}

html.dark .hover\:bg-white:hover {
  background-color: rgb(var(--color-surface-container-highest)) !important;
}

html.dark .hover\:bg-white\/40:hover {
  background-color: rgb(var(--color-surface-container-highest) / 0.4) !important;
}

html.dark .bg-stone-100,
html.dark .bg-zinc-50 {
  background-color: rgb(var(--color-surface-container-low)) !important;
}

html.dark .bg-zinc-100 {
  background-color: rgb(var(--color-surface-container)) !important;
}

html.dark .text-stone-800,
html.dark .text-lime-900 {
  color: rgb(var(--color-on-surface)) !important;
}

html.dark .text-stone-600,
html.dark .text-stone-500,
html.dark .text-stone-400,
html.dark .text-stone-300,
html.dark .text-zinc-600,
html.dark .text-zinc-500 {
  color: rgb(var(--color-on-surface-variant)) !important;
}

html.dark .text-lime-800,
html.dark .text-lime-700,
html.dark .text-lime-600,
html.dark .text-lime-500,
html.dark .text-lime-400 {
  color: rgb(var(--color-primary)) !important;
}

html.dark .border-stone-200,
html.dark .border-stone-200\/50,
html.dark .border-zinc-200\/20,
html.dark .border-zinc-200\/10 {
  border-color: rgb(var(--color-outline-variant) / 0.45) !important;
}

html.dark .border-white\/30 {
  border-color: rgb(var(--color-outline-variant) / 0.52) !important;
}

html.dark .border-white\/20 {
  border-color: rgb(var(--color-outline-variant) / 0.4) !important;
}

html.dark .border-white\/10 {
  border-color: rgb(var(--color-outline-variant) / 0.28) !important;
}

@media (max-width: 768px) {
  .px-24 {
    padding-left: var(--fluid-gutter) !important;
    padding-right: var(--fluid-gutter) !important;
  }

  .px-12,
  .px-8,
  .px-6 {
    padding-left: var(--fluid-gutter) !important;
    padding-right: var(--fluid-gutter) !important;
  }

  .px-10 {
    padding-left: var(--fluid-gutter) !important;
    padding-right: var(--fluid-gutter) !important;
  }

  .p-12 {
    padding: clamp(1.5rem, 5vw, 2.5rem) !important;
  }

  .p-10 {
    padding: clamp(1.25rem, 4.5vw, 2rem) !important;
  }

  .py-32,
  .py-24,
  .py-20 {
    padding-top: var(--fluid-block) !important;
    padding-bottom: var(--fluid-block) !important;
  }

  .py-28 {
    padding-top: clamp(3rem, 9vw, 5rem) !important;
    padding-bottom: clamp(3rem, 9vw, 5rem) !important;
  }

  .py-16 {
    padding-top: clamp(2.5rem, 7vw, 3.5rem) !important;
    padding-bottom: clamp(2.5rem, 7vw, 3.5rem) !important;
  }

  .py-12 {
    padding-top: clamp(1.5rem, 5vw, 2.5rem) !important;
    padding-bottom: clamp(1.5rem, 5vw, 2.5rem) !important;
  }

  .pt-40,
  .pt-32,
  .pt-24 {
    padding-top: clamp(5.5rem, 17vw, 8.5rem) !important;
  }

  .pb-24,
  .pb-20 {
    padding-bottom: clamp(3.5rem, 11vw, 5.75rem) !important;
  }

  .gap-10 {
    gap: clamp(1.25rem, 4vw, 2rem) !important;
  }

  .gap-8 {
    gap: clamp(1rem, 3.5vw, 1.75rem) !important;
  }

  .rounded-\[2\.5rem\] {
    border-radius: 1.25rem !important;
  }

  .rounded-3xl {
    border-radius: 1rem !important;
  }

  .text-8xl {
    font-size: clamp(2.45rem, 12vw, 4.85rem) !important;
    line-height: 1.02 !important;
  }

  .text-7xl {
    font-size: clamp(2.15rem, 10.5vw, 4.25rem) !important;
    line-height: 1.05 !important;
  }

  .text-6xl {
    font-size: clamp(1.95rem, 9.2vw, 3.8rem) !important;
    line-height: 1.08 !important;
  }

  .text-5xl {
    font-size: clamp(1.75rem, 8vw, 3.2rem) !important;
    line-height: 1.1 !important;
  }

  .text-4xl {
    font-size: clamp(1.5rem, 6.6vw, 2.5rem) !important;
    line-height: 1.15 !important;
  }

  .text-3xl {
    font-size: clamp(1.35rem, 5.8vw, 2rem) !important;
  }

  .text-editorial-lg {
    font-size: clamp(2rem, 10vw, 3.5rem) !important;
    line-height: 1.02 !important;
  }

  .min-h-\[95vh\] {
    min-height: clamp(34rem, 84vh, 52rem) !important;
  }

  .h-\[95vh\] {
    height: clamp(34rem, 84vh, 52rem) !important;
  }

  .min-h-\[921px\] {
    min-height: clamp(37rem, 90vh, 58rem) !important;
  }
}

@media (max-width: 767px) {
  .mobile-nav-toggle {
    display: inline-flex;
  }

  .site-nav .site-nav-inner {
    gap: 0.75rem;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    min-height: 4.35rem;
  }

  .site-nav .site-nav-logo {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  .site-nav .site-nav-cta {
    display: none !important;
  }

  .theme-toggle {
    width: 2.75rem;
    height: 2.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .whatsapp-float {
    right: 0.75rem;
    bottom: 7.5rem;
    width: 48px;
    height: 48px;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .mobile-nav-drawer,
  .mobile-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .site-nav .site-nav-logo {
    letter-spacing: -0.01em !important;
    font-size: 0.92rem !important;
  }

  .site-nav .site-nav-cta {
    font-size: 0.68rem !important;
  }

  .site-nav .tracking-tighter {
    letter-spacing: -0.01em !important;
  }
}

/* ── Lightbox ───────────────────────────────────────── */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgb(0 0 0 / 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 250ms ease;
  cursor: zoom-out;
}

.lightbox-overlay.is-visible {
  opacity: 1;
}

.lightbox-overlay[hidden] {
  display: none;
}

.lightbox-img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 0.5rem;
  box-shadow: 0 24px 64px rgb(0 0 0 / 0.5);
  object-fit: contain;
  transform: scale(0.95);
  transition: transform 250ms ease;
}

.lightbox-overlay.is-visible .lightbox-img {
  transform: scale(1);
}

.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
  z-index: 310;
}

.lightbox-btn:hover {
  background: rgb(0 0 0 / 0.7);
  transform: translateY(-50%) scale(1.08);
}

.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  z-index: 310;
  transition: background 180ms ease;
}

.lightbox-close:hover {
  background: rgb(0 0 0 / 0.7);
}

.lightbox-counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 0.7);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  z-index: 310;
}

/* ── Gallery thumbnail cursor ──────────────────────── */
[data-gallery-item] {
  cursor: pointer;
}

[data-gallery-item] img {
  pointer-events: none;
}

/* ── Back-to-top ───────────────────────────────────── */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(var(--color-outline-variant) / 0.55);
  background: rgb(var(--color-surface-container-high) / 0.92);
  color: rgb(var(--color-on-surface));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 190;
  box-shadow: 0 8px 20px rgb(var(--theme-toggle-shadow-rgb) / 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease, background-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgb(var(--color-surface-container-highest));
  transform: translateY(-2px);
}

.back-to-top .material-symbols-outlined {
  font-size: 1.15rem;
  line-height: 1;
}

/* ── Social icons ──────────────────────────────────── */
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgb(var(--color-outline-variant) / 0.4);
  color: rgb(var(--color-on-surface-variant));
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.social-link:hover {
  color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary) / 0.5);
  background: rgb(var(--color-primary) / 0.08);
  transform: translateY(-2px);
}

.social-link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

/* ── Form states ───────────────────────────────────── */
.form-success {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: rgb(var(--color-primary-container) / 0.15);
  border: 1px solid rgb(var(--color-primary-container) / 0.4);
  text-align: center;
}

.form-error-msg {
  color: rgb(var(--color-error));
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

input:user-invalid,
select:user-invalid,
textarea:user-invalid {
  border-color: rgb(var(--color-error)) !important;
}

@media (max-width: 767px) {
  .back-to-top {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.75rem;
    bottom: 4rem;
  }

  .lightbox-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}

/* ── Service Area Map ──────────────────────────────── */
.service-map-wrapper {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.service-map-wrapper .leaflet-container {
  border-radius: 1.5rem;
  font-family: "Inter", sans-serif;
}

html.dark .service-map-wrapper {
  border-color: rgb(var(--color-outline-variant) / 0.35) !important;
  box-shadow: 0 2px 12px rgb(0 0 0 / 0.25);
}

html.dark .service-map-wrapper .leaflet-container {
  filter: brightness(1.12) contrast(1.03);
}

.service-map-marker {
  background: none !important;
  border: none !important;
}

.service-map-popup .leaflet-popup-content-wrapper {
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0;
}

.service-map-popup .leaflet-popup-content {
  margin: 10px 14px;
}

.service-map-popup .leaflet-popup-tip {
  box-shadow: none;
}

html.dark .service-map-popup .leaflet-popup-content-wrapper {
  background: rgb(34, 34, 34);
  color: #f5f5f5;
}

html.dark .service-map-popup .leaflet-popup-tip {
  background: rgb(34, 34, 34);
}

html.dark .service-map-popup strong {
  color: #f5f5f5 !important;
}

html.dark .service-map-popup span {
  color: #a0a0a0 !important;
}

html.dark .service-map-popup span[style*="color:#7dc61b"] {
  color: #7dc61b !important;
}

.service-area-tag.is-active {
  background: rgb(var(--color-primary-container) / 0.2) !important;
  border-color: rgb(var(--color-primary-container) / 0.5) !important;
  transform: scale(1.05);
}

@keyframes map-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(125, 198, 27, 0.4), 0 2px 8px rgba(0,0,0,0.3); }
  50% { box-shadow: 0 0 0 8px rgba(125, 198, 27, 0), 0 2px 8px rgba(0,0,0,0.3); }
}

/* ── Paint Slider ──────────────────────────────────── */
.paint-slider-wrapper {
  position: relative;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.paint-wall {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.paint-wall--base {
  background: url('images/textures/wall.svg') center/cover no-repeat;
}

.paint-wall-color {
  background-color: var(--paint-color, #F5F5F0);
  mix-blend-mode: multiply;
  opacity: 0.88;
  transition: background-color 400ms ease;
  clip-path: inset(0 0 0 calc(var(--slider-pos)));
  -webkit-mask-image: url('images/textures/wall-mask.svg');
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url('images/textures/wall-mask.svg');
  mask-size: cover;
  mask-position: center;
}

.paint-wall-ambient {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  z-index: 4;
}

.paint-slider-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos);
  width: 3px;
  transform: translateX(-1.5px);
  z-index: 10;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  box-shadow:
    -3px 0 8px rgba(0, 0, 0, 0.2),
    3px 0 8px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(255, 255, 255, 0.15);
}

.paint-slider-handle {
  position: absolute;
  top: 50%;
  left: var(--slider-pos);
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 48px;
  height: 80px;
  background: transparent;
  border: none;
  cursor: ew-resize;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, filter 0.2s ease;
  touch-action: none;
}

.paint-slider-handle:hover,
.paint-slider-handle:focus-visible {
  transform: translate(-50%, -50%) scale(1.08);
  filter: drop-shadow(0 0 8px rgba(143, 212, 58, 0.4));
  outline: none;
}

.paint-slider-handle:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.paint-handle-label {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, top 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
}

.paint-slider-wrapper:hover .paint-handle-label,
.paint-slider-wrapper:active .paint-handle-label,
.paint-slider-handle:focus-visible .paint-handle-label {
  opacity: 1;
  top: -42px;
}

.paint-slider-handle:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 6px;
  border-radius: 8px;
}

.paint-label {
  position: absolute;
  top: 16px;
  z-index: 5;
  font-family: "Manrope", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}

.paint-label--before {
  left: 16px;
  background: rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.95);
}

.paint-label--after {
  right: 16px;
  background: rgba(255, 255, 255, 0.65);
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.paint-picker {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(5, 28px);
  gap: 8px;
  padding: 14px 16px;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.paint-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2.5px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.paint-swatch:hover {
  transform: scale(1.18);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.paint-swatch.is-active {
  border-color: rgb(125, 198, 27);
  box-shadow: 0 0 0 3px rgba(125, 198, 27, 0.4), 0 2px 8px rgba(0,0,0,0.12);
  transform: scale(1.12);
}

.paint-swatch:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 2px;
}

/* Dark mode overrides */
html.dark .paint-picker {
  background: rgba(25, 25, 25, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

html.dark .paint-swatch {
  border-color: rgba(255, 255, 255, 0.18);
}

html.dark .paint-swatch:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

html.dark .paint-label--before {
  background: rgba(0, 0, 0, 0.6);
}

html.dark .paint-label--after {
  background: rgba(25, 25, 25, 0.65);
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px) {
  .paint-picker {
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
    width: 90%;
    max-width: 360px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 12px;
    border-radius: 1.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .paint-picker::-webkit-scrollbar {
    display: none;
  }

  .paint-swatch {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
  }

  .paint-label {
    font-size: 0.55rem;
    padding: 3px 8px;
    top: 10px;
  }

  .paint-label--before { left: 10px; }
  .paint-label--after { right: 10px; }
}

/* ─────────────────────────────────────────────────────
   Booking Form — Step Indicator
   ───────────────────────────────────────────────────── */

.booking-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.45;
  transition: opacity 300ms ease;
}

.booking-step.active,
.booking-step.completed {
  opacity: 1;
}

.booking-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-headline, 'Manrope', sans-serif);
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface-variant));
  border: 2px solid rgb(var(--color-outline-variant) / 0.4);
  transition: all 300ms ease;
}

.booking-step.active .booking-step-num {
  background: rgb(var(--color-primary-container));
  color: rgb(var(--color-on-primary-container));
  border-color: rgb(var(--color-primary-container));
}

.booking-step.completed .booking-step-num {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-on-primary));
  border-color: rgb(var(--color-primary));
}

.booking-step-label {
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-headline, 'Manrope', sans-serif);
  color: rgb(var(--color-on-surface-variant));
  transition: color 300ms ease;
}

.booking-step.active .booking-step-label {
  color: rgb(var(--color-on-surface));
}

.booking-step-line {
  flex: 1;
  height: 2px;
  background: rgb(var(--color-outline-variant) / 0.3);
  border-radius: 1px;
  min-width: 16px;
}

@media (max-width: 480px) {
  .booking-step-label { display: none; }
  .booking-step-line { min-width: 12px; }
}

/* ─────────────────────────────────────────────────────
   Booking Form — Time Slot Buttons
   ───────────────────────────────────────────────────── */

.bk-slot-btn {
  cursor: pointer;
}

.bk-slot-btn.bk-slot-selected {
  background: rgb(var(--color-primary-container));
  color: rgb(var(--color-on-primary-container));
  border-color: rgb(var(--color-primary-container));
  box-shadow: 0 0 0 2px rgb(var(--color-primary-container) / 0.3);
}

/* ─────────────────────────────────────────────────────
   Booking Form — Upload Area
   ───────────────────────────────────────────────────── */

.booking-upload-area.bk-drag-over {
  border-color: rgb(var(--color-primary-container));
  background: rgb(var(--color-primary-container) / 0.08);
}

/* ─────────────────────────────────────────────────────
   Booking Form — Field Error State
   ───────────────────────────────────────────────────── */

.bk-field-error {
  border-color: rgb(var(--color-error)) !important;
  box-shadow: 0 0 0 2px rgb(var(--color-error) / 0.15) !important;
}

/* ─────────────────────────────────────────────────────
   Booking Form — Panel Transitions
   ───────────────────────────────────────────────────── */

.booking-panel {
  animation: bk-fadeIn 300ms ease forwards;
}

.booking-panel.hidden {
  display: none;
}

@keyframes bk-fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}

/* ── WhatsApp Floating Button ──────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 8rem;
  right: 1rem;
  z-index: 199;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
