/* Monoright Web Designs: Suero-inspired typography, warm neutrals, glass surfaces */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Inter:wght@500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap");

:root {
  color-scheme: light dark;
  --font-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Outfit", var(--font-sans);
  --font-nav: "Inter", "Switzer", "Satoshi", "Neue Haas Grotesk Display", "Helvetica Neue", Arial, sans-serif;
  --header-edge-pad: max(clamp(0.9rem, 2.2vw, 1.6rem), env(safe-area-inset-left), env(safe-area-inset-right));
  --hero-tagline-muted: #a9a49c;
  /* Reserve horizontal space where header CTA + toggle sit, so hero aside reads left of “Schedule a call”. */
  --header-cta-reserve: clamp(9.5rem, 10vw + 4.75rem, 15.5rem);
  --ease-reveal: cubic-bezier(0.625, 0.05, 0, 1);
  --ease-out-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --radius: 0.75rem;
  --radius-lg: 1.25rem;
  --fluid-h1: clamp(1.85rem, 1.15rem + 2.6vw, 2.65rem);
  --fluid-h2: clamp(1.45rem, 1.05rem + 1.55vw, 2rem);
  --fluid-body: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
  --max: 72rem;
  --header-h: 4rem;
  --blur: 16px;
  --glass-border: 1px solid rgba(0, 0, 0, 0.06);
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --ease-header: cubic-bezier(0.33, 1, 0.68, 1);
  /* Header clusters: slower, smoother hide/show (shared duration so L/R stay in sync) */
  --dur-header: 1.2s;
  --ease-header-scroll: cubic-bezier(0.4, 0, 0.2, 1);
  /* Same absolute travel for L/R (avoid % of element width — nav column is wide, CTA cluster is narrow) */
  --header-hide-shift: 100vw;
  --ease-hover: cubic-bezier(0.33, 1, 0.68, 1);
  --dur-hover: 0.2s;
}

[data-theme="light"],
:root:not([data-theme]) {
  --bg: #edeae4;
  --bg-elevated: rgba(255, 253, 248, 0.62);
  --glass-strong: rgba(255, 252, 247, 0.78);
  --text: #14120f;
  --text-muted: #5a5752;
  --border: rgba(20, 18, 15, 0.09);
  --focus: #14120f;
  --link: #14120f;
  --link-underline: rgba(20, 18, 15, 0.32);
  --btn-bg: #14120f;
  --btn-text: #f7f4ef;
  --sticky-cta-bg: rgba(237, 234, 228, 0.9);
  --shadow-lift: 0 20px 50px rgba(20, 18, 15, 0.1);
  --shadow-btn: 0 12px 32px rgba(20, 18, 15, 0.16);
  --border-hover: rgba(20, 18, 15, 0.18);
}

[data-theme="dark"] {
  --bg: #11100e;
  --bg-elevated: rgba(36, 34, 30, 0.55);
  --glass-strong: rgba(34, 32, 28, 0.72);
  --text: #ebe9e4;
  --text-muted: #9e9b95;
  --border: rgba(235, 233, 228, 0.1);
  --focus: #ebe9e4;
  --link: #ebe9e4;
  --link-underline: rgba(235, 233, 228, 0.38);
  --btn-bg: #ebe9e4;
  --btn-text: #11100e;
  --sticky-cta-bg: rgba(17, 16, 14, 0.92);
  --glass-border: 1px solid rgba(235, 233, 228, 0.08);
  --shadow: 0 4px 36px rgba(0, 0, 0, 0.5);
  --shadow-lift: 0 22px 56px rgba(0, 0, 0, 0.55);
  --shadow-btn: 0 12px 40px rgba(0, 0, 0, 0.5);
  --border-hover: rgba(235, 233, 228, 0.22);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --bg: #11100e;
    --bg-elevated: rgba(36, 34, 30, 0.55);
    --glass-strong: rgba(34, 32, 28, 0.72);
    --text: #ebe9e4;
    --text-muted: #9e9b95;
    --border: rgba(235, 233, 228, 0.1);
    --focus: #ebe9e4;
    --link: #ebe9e4;
    --link-underline: rgba(235, 233, 228, 0.38);
    --btn-bg: #ebe9e4;
    --btn-text: #11100e;
    --sticky-cta-bg: rgba(17, 16, 14, 0.92);
    --glass-border: 1px solid rgba(235, 233, 228, 0.08);
    --shadow: 0 4px 36px rgba(0, 0, 0, 0.5);
    --shadow-lift: 0 22px 56px rgba(0, 0, 0, 0.55);
    --shadow-btn: 0 12px 40px rgba(0, 0, 0, 0.5);
    --border-hover: rgba(235, 233, 228, 0.22);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-h, 5.5rem);
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fluid-body);
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: var(--text);
  background: var(--bg);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: color-mix(in srgb, var(--text) 14%, var(--bg));
  color: var(--text);
}

main :is(h1, h2, h3) {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.pricing-hero :is(h1, h2) {
  font-family: var(--font-display);
}

/* Scroll reveal (Intersection Observer adds .is-visible) */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 1.15rem, 0);
  transition:
    opacity 0.85s var(--ease-reveal),
    transform 0.85s var(--ease-reveal);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.skip-link {
  position: absolute;
  left: var(--space-4);
  top: -100px;
  padding: var(--space-3) var(--space-4);
  background: var(--btn-bg);
  color: var(--btn-text);
  border-radius: var(--radius);
  z-index: 10000;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: var(--space-4);
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.glass {
  background: var(--bg-elevated);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.glass-strong {
  background: var(--glass-strong);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

/* Glass panels in content: subtle lift on fine pointers only */
.card.glass,
.pricing-card.glass-strong,
main .glass-strong,
main .value-props__cta.glass,
.faq details.glass {
  transition:
    transform var(--dur-hover) var(--ease-hover),
    box-shadow var(--dur-hover) var(--ease-hover),
    border-color var(--dur-hover) ease,
    background-color var(--dur-hover) ease;
}

@media (hover: hover) and (pointer: fine) {
  .card.glass:hover,
  .pricing-card.glass-strong:hover,
  main .glass-strong:hover,
  main .value-props__cta.glass:hover,
  .faq details.glass:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lift);
    border-color: var(--border-hover);
  }
}

/* Minimal fixed header: edge-to-edge; inner row hides on scroll; mobile nav is a full-screen sheet from bottom */
.site-header.site-header--minimal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.3rem max(0.35rem, env(safe-area-inset-left)) 0.35rem max(0.35rem, env(safe-area-inset-right));
  background: transparent;
  border: none;
  overflow-x: hidden;
}

@media (min-width: 960px) {
  .site-header.site-header--minimal {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: clamp(var(--space-3), 2vw, var(--space-5));
    row-gap: var(--space-1);
    padding-top: var(--header-edge-pad);
    padding-left: var(--header-edge-pad);
    padding-right: var(--header-edge-pad);
    padding-bottom: 0.35rem;
  }
}

[data-theme="dark"] .site-header.site-header--minimal,
:root[data-theme="dark"] .site-header.site-header--minimal {
  color: var(--text);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .site-header.site-header--minimal {
    color: var(--text);
  }
}

body.page-home .site-header.site-header--minimal {
  color: #f2efe8;
}

.site-header.site-header--minimal .site-header__inner {
  transition: transform var(--dur-header) var(--ease-header-scroll);
  will-change: transform;
}

@media (max-width: 959px) {
  .site-header.site-header--minimal.is-header-hidden .site-header__inner {
    transform: translate3d(0, -120%, 0);
    pointer-events: none;
  }
}

@media (min-width: 960px) {
  .site-header.site-header--minimal .primary-nav {
    transition: transform var(--dur-header) var(--ease-header-scroll);
    will-change: transform;
  }

  .site-header.site-header--minimal.is-header-hidden .site-header__inner {
    transform: translate3d(var(--header-hide-shift), 0, 0);
    pointer-events: none;
  }

  .site-header.site-header--minimal.is-header-hidden .primary-nav {
    transform: translate3d(calc(-1 * var(--header-hide-shift)), 0, 0);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.site-header--minimal .site-header__inner {
    transition: none;
    transform: translate3d(0, 0, 0) !important;
  }

  .site-header.site-header--minimal.is-header-hidden .site-header__inner {
    pointer-events: auto;
  }

  @media (min-width: 960px) {
    .site-header.site-header--minimal .primary-nav {
      transition: none;
      transform: translate3d(0, 0, 0) !important;
    }

    .site-header.site-header--minimal.is-header-hidden .primary-nav {
      pointer-events: auto;
    }
  }
}

@media (max-width: 959px) {
  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }
}

body:not(.page-home) {
  padding-top: var(--site-header-h, 6.75rem);
}

.site-header--minimal .site-header__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .site-header--minimal .site-header__inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1001;
  }
}

@media (min-width: 960px) {
  .site-header--minimal .site-header__inner {
    width: auto;
    justify-self: end;
  }
}

.site-header__actions-cluster {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-1);
}

.site-header--minimal .nav-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-1);
}

@media (max-width: 959px) {
  .site-header--minimal .nav-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}

.site-header--minimal .nav-toggle {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
}

@media (hover: hover) and (pointer: fine) {
  .site-header--minimal .nav-toggle:hover {
    background: transparent;
    box-shadow: none;
  }
}

.site-header--minimal .btn--ghost {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .site-header--minimal .btn--ghost:hover {
    background: transparent;
    box-shadow: none;
  }
}

.site-header--minimal .btn--primary {
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .site-header--minimal .btn--primary:hover {
    box-shadow: none;
  }
}

.site-header--minimal .btn--nav.btn--primary,
.site-header--minimal .btn--nav.btn--ghost {
  border-radius: 0;
  border: none;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  min-height: 0;
  padding: 0.25rem 0;
  font-family: var(--font-nav);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .site-header--minimal .btn--nav.btn--primary,
  .site-header--minimal .btn--nav.btn--ghost {
    min-height: 44px;
    padding: 0.35rem 0.25rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-header--minimal .btn--nav.btn--primary:hover,
  .site-header--minimal .btn--nav.btn--ghost:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
    opacity: 1;
  }
}

body.page-home .site-header--minimal .primary-nav a {
  color: rgba(242, 239, 232, 0.95);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

body.page-home .site-header--minimal .primary-nav a:hover {
  color: #fff;
}

body.page-home .site-header--minimal .nav-toggle {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.page-home .site-header--minimal .nav-toggle__bar {
  background: #f2efe8;
}

body.page-home .site-header--minimal .btn--ghost {
  background: transparent;
  color: #f2efe8;
  border-color: rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

body.page-home .site-header--minimal .btn--ghost:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

body.page-home .site-header--minimal .btn--primary.btn--nav {
  box-shadow: none;
  background: transparent;
  color: #f2efe8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

body.page-home .site-header--minimal .btn--nav.btn--primary:hover,
body.page-home .site-header--minimal .btn--nav.btn--ghost:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 959px) {
  .site-header--minimal .primary-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    max-height: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--bg);
    border: none;
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:
      transform 0.4s var(--ease-header),
      visibility 0s linear 0.4s;
  }

  .site-header--minimal .primary-nav.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.4s var(--ease-header),
      visibility 0s linear 0s;
  }

  .site-header--minimal .primary-nav ul {
    width: 100%;
    max-width: 22rem;
    box-sizing: border-box;
    padding: max(5.5rem, calc(env(safe-area-inset-top) + 4.25rem)) max(0.75rem, env(safe-area-inset-right))
      max(2rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    gap: var(--space-2);
    align-items: stretch;
  }

  @media (prefers-reduced-motion: reduce) {
    .site-header--minimal .primary-nav {
      transition: none;
    }

    .site-header--minimal .primary-nav.is-open {
      transition: none;
    }
  }
}

.site-header--minimal .primary-nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.site-header--minimal .primary-nav a {
  display: block;
  padding: var(--space-2) var(--space-3);
  color: var(--text);
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  font-family: var(--font-nav);
  text-transform: uppercase;
  transition:
    color var(--dur-hover) ease,
    transform var(--dur-hover) var(--ease-hover);
}

@media (max-width: 959px) {
  .site-header--minimal .primary-nav a {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    padding: var(--space-2) var(--space-3);
    letter-spacing: 0.045em;
    line-height: 1.2;
    color: #000;
  }

  .site-header--minimal .primary-nav a[aria-current="page"] {
    font-weight: 900;
    color: #000;
    background: transparent;
    text-decoration: none;
    border-radius: 0;
  }

  body.page-home .site-header--minimal .primary-nav a {
    color: #000;
    text-shadow: none;
  }

  body.page-home .site-header--minimal .primary-nav a[aria-current="page"] {
    color: #000;
  }

  [data-theme="dark"] .site-header--minimal .primary-nav a {
    color: rgba(255, 255, 255, 0.72);
  }

  [data-theme="dark"] .site-header--minimal .primary-nav a[aria-current="page"] {
    color: #fff;
    text-decoration: none;
    background: transparent;
  }

  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) .site-header--minimal .primary-nav a {
      color: rgba(255, 255, 255, 0.72);
    }

    :root:not([data-theme]) .site-header--minimal .primary-nav a[aria-current="page"] {
      color: #fff;
      text-decoration: none;
      background: transparent;
    }
  }
}

.site-header--minimal .primary-nav a:hover {
  background: transparent;
}

[data-theme="dark"] .site-header--minimal .primary-nav a:hover,
:root[data-theme="dark"] .site-header--minimal .primary-nav a:hover {
  background: transparent;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .site-header--minimal .primary-nav a:hover {
    background: transparent;
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-header--minimal .primary-nav a:hover {
    transform: none;
  }
}

@media (min-width: 960px) {
  .site-header--minimal .primary-nav {
    position: static;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    max-height: none !important;
    transform: translate3d(0, 0, 0);
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    justify-self: start;
    box-sizing: border-box;
  }

  .site-header--minimal .primary-nav.is-open {
    margin-top: 0;
  }

  .site-header--minimal .primary-nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    gap: 0.15rem;
  }

  .site-header--minimal .primary-nav a {
    padding: 0.15rem 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.055em;
  }

  .site-header--minimal .primary-nav a[aria-current="page"] {
    font-weight: 700;
    text-decoration: none;
  }
}

@media (min-width: 960px) and (hover: hover) and (pointer: fine) {
  .site-header--minimal .primary-nav ul {
    gap: 0;
  }

  .site-header--minimal .primary-nav a {
    font-size: 0.84rem;
    line-height: 1.02;
    letter-spacing: 0.055em;
    padding: 0.16rem 0;
    transition:
      color 0.46s cubic-bezier(0.22, 1, 0.36, 1),
      font-size 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      line-height 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      letter-spacing 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: font-size, line-height, letter-spacing, padding;
  }

  .site-header--minimal .primary-nav a:hover,
  .site-header--minimal .primary-nav a:focus-visible {
    font-size: 2.34rem;
    line-height: 0.9;
    letter-spacing: 0.008em;
    padding: 0.52rem 0;
  }

  .site-header--minimal .nav-actions {
    gap: 0;
  }

  .site-header--minimal .btn--nav.btn--primary,
  .site-header--minimal .btn--nav.btn--ghost {
    display: block;
    width: max-content;
    line-height: 1.02;
    padding: 0.16rem 0;
    transition:
      font-size 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      line-height 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      letter-spacing 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.52s cubic-bezier(0.22, 1, 0.36, 1),
      color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: font-size, line-height, letter-spacing, padding;
  }

  .site-header--minimal .btn--nav.btn--primary:hover,
  .site-header--minimal .btn--nav.btn--ghost:hover,
  .site-header--minimal .btn--nav.btn--primary:focus-visible,
  .site-header--minimal .btn--nav.btn--ghost:focus-visible {
    font-size: 2rem;
    line-height: 0.9;
    letter-spacing: 0.008em;
    padding: 0.54rem 0;
  }
}

.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.03em;
  color: var(--text);
  text-decoration: none;
  transition: color var(--dur-hover) ease, text-decoration-color var(--dur-hover) ease;
}

.brand:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition:
    background-color var(--dur-hover) ease,
    border-color var(--dur-hover) ease,
    box-shadow var(--dur-hover) var(--ease-hover),
    transform var(--dur-hover) var(--ease-hover);
}

@media (hover: hover) and (pointer: fine) {
  .nav-toggle:hover {
    border-color: var(--border-hover);
    background: var(--glass-strong);
    box-shadow: var(--shadow-btn);
    transform: translateY(-1px);
  }
}

.nav-toggle__bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-toggle__bar {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle__bar {
    transition: none;
  }
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

@media (min-width: 960px) {
  .nav-toggle {
    display: none;
  }
}

main {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--space-6) var(--space-4);
}

.wrap--narrow {
  max-width: 42rem;
}

.hero {
  padding: var(--space-12) var(--space-4) var(--space-10);
  text-align: center;
}

.hero__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.hero:not(.hero--home) h1 {
  font-size: var(--fluid-h1);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-4);
}

/* Home: same field as value band (#1a1a1a + grain), grey wordmark at bottom, light taglines */
.hero.hero--home {
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  text-align: center;
  color: #f2efe8;
  color-scheme: dark;
  border-bottom: none;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.hero--home__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a1a1a;
}

.hero--home__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.022;
  pointer-events: none;
  background-image: url("https://cdn.prod.website-files.com/68d57c259d7646df3206df5b/69243af31061bcdd39d2c27f_Grain.gif");
  background-size: 240px 240px;
  background-position: 0 0;
  background-repeat: repeat;
}

@media (prefers-reduced-motion: reduce) {
  .hero--home__bg::after {
    opacity: 0.018;
  }
}

.hero--home__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(3.5rem, 8vw, 5rem) var(--space-4) clamp(2rem, 5vw, 3rem);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  container-type: inline-size;
  container-name: hero-home;
  overflow-x: visible;
}

.hero--home__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--space-4);
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding-top: 0;
}

.hero--home__taglines-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  width: 100%;
  min-width: 0;
}

.hero--home__taglines-aside {
  margin: 0;
  max-width: 16rem;
  font-family: var(--font-nav);
  font-size: clamp(0.8125rem, 0.72rem + 0.35vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hero-tagline-muted);
}

.hero--home__taglines-aside-line {
  display: block;
}

@media (max-width: 959px) {
  .hero--home__taglines-aside {
    order: -1;
    align-self: stretch;
    width: 100%;
    max-width: none;
    text-align: left;
    margin-right: 0;
  }

  .hero--home__taglines-row {
    order: 1;
    width: 100%;
  }

  .hero--home__taglines {
    margin-left: 0;
  }
}

.hero--home__wordmark-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(1.5rem, 4vw, 2.75rem);
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  align-self: end;
  overflow: visible;
}

.hero--home__wordmark-canvas {
  position: absolute;
  inset: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

.hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark-canvas {
  opacity: 1;
}

.hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark {
  opacity: 0;
  visibility: hidden;
}

.hero--home__wordmark {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  text-align: center;
  color: #151515;
  font-family: var(--font-display);
  /* Mobile: slightly reduced cap to avoid viewport clipping */
  font-size: min(5rem, max(2rem, calc((100vw - 2.5rem) / 6.2)));
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .hero--home__wordmark-canvas {
    display: none;
  }

  .hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark {
    opacity: 1;
    visibility: visible;
  }
}

@supports (width: 1cqw) {
  .hero--home__wordmark {
    font-size: min(5rem, max(2rem, calc((100cqi - 1.25rem) / 6.2)));
  }
}

/*
 * Desktop wordmark: size from available *column* width so “MONORIGHT” fills space but stays in bounds.
 * Divisor ~5.6 ≈ width of the word in em (900 condensed + letter-spacing); tune up if text is shy, down if it clips.
 */
@media (min-width: 960px) {
  .hero--home__wordmark {
    letter-spacing: -0.03em;
    /* No vw here: ultrawide vw would overshoot the centered max-width column */
    font-size: min(10.25rem, max(4.2rem, calc((min(100vw, var(--max)) - 2.75rem) / 5.95)));
  }
}

@supports (width: 1cqw) {
  @media (min-width: 960px) {
    .hero--home__wordmark {
      font-size: min(10.25rem, max(4.2rem, calc((100cqi - 2.75rem) / 5.95)));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark-canvas {
    opacity: 0;
  }

  .hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark {
    opacity: 1;
    visibility: visible;
  }
}

@media (hover: none), (pointer: coarse) {
  .hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark-canvas {
    opacity: 0;
  }

  .hero--home__wordmark-wrap.is-webgl-active .hero--home__wordmark {
    opacity: 1;
    visibility: visible;
  }
}

.hero--home__taglines {
  margin: 0;
  max-width: 30rem;
  text-align: left;
  justify-self: start;
  align-self: flex-start;
  margin-left: clamp(1.25rem, 5.5vw, 4.2rem);
  font-family: var(--font-nav);
  font-size: clamp(1.02rem, 0.9rem + 0.55vw, 1.36rem);
  font-weight: 550;
  line-height: 1.25;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  color: inherit;
}

.hero--home__taglines-line {
  display: block;
}

.hero--home__taglines strong {
  font-weight: 700;
  letter-spacing: 0.028em;
}

.hero--home__taglines-muted {
  color: var(--hero-tagline-muted);
}

@media (min-width: 960px) {
  .hero--home__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(11rem, 1fr);
    gap: clamp(var(--space-4), 3vw, var(--space-8));
    align-items: start;
  }

  .hero--home__taglines-row {
    grid-column: 1;
    width: 100%;
    max-width: none;
  }

  .hero--home__taglines-aside {
    grid-column: 2;
    justify-self: end;
    align-self: start;
    max-width: 14rem;
    margin-right: var(--header-cta-reserve);
    padding-top: 0.12em;
    text-align: left;
  }

  .hero--home__taglines {
    margin-left: clamp(3.2rem, 12vw, 10.5rem);
    font-size: clamp(1.16rem, 0.95rem + 0.8vw, 1.68rem);
    line-height: 1.2;
  }
}

@media (min-width: 960px) {
  .hero--home__inner {
    padding-top: max(var(--header-edge-pad), clamp(1.05rem, 2.1vw, 1.65rem));
    padding-inline: var(--header-edge-pad);
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .hero--home__inner {
    padding-inline: var(--space-8);
  }
}

.lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin: 0 0 var(--space-8);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.22s var(--ease-reveal),
    box-shadow 0.22s var(--ease-reveal),
    opacity var(--dur-hover) ease,
    border-color var(--dur-hover) ease,
    background-color var(--dur-hover) ease,
    color var(--dur-hover) ease;
}

.btn--primary {
  background: var(--btn-bg);
  color: var(--btn-text);
}

.btn--primary:hover {
  opacity: 0.96;
}

@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
  }
}

.btn--ghost {
  background: var(--glass-strong);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--text);
  border-color: var(--border);
}

.btn--ghost:hover {
  border-color: var(--border-hover);
  background: var(--bg-elevated);
}

@media (hover: hover) and (pointer: fine) {
  .btn--ghost:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
  }
}

.btn:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.btn--nav {
  min-height: 40px;
  padding: var(--space-2) var(--space-4);
  font-size: 0.9375rem;
}

@media (max-width: 959px) {
  .btn--nav {
    min-height: 44px;
  }
}

section {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

section:first-of-type {
  padding-top: var(--space-6);
}

section.hero.hero--home:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

h2 {
  font-size: var(--fluid-h2);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 var(--space-6);
}

h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: var(--space-8) 0 var(--space-3);
}

p {
  margin: 0 0 var(--space-4);
  color: var(--text-muted);
}

p strong,
li strong {
  color: var(--text);
}

a:not(.btn):not(.brand):not(.pricing-card__text-cta) {
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: var(--link-underline);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition:
    color var(--dur-hover) ease,
    text-decoration-color var(--dur-hover) ease,
    text-decoration-thickness var(--dur-hover) ease;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.btn):not(.brand):not(.pricing-card__text-cta):hover {
    color: var(--text);
    text-decoration-color: currentColor;
    text-decoration-thickness: 2px;
  }
}

/* Beat global `a:not(.btn)...` underline (0,3,1 / 0,3,2) — same specificity + later, or higher with .site-header twice */
.site-header.site-header--minimal .primary-nav a,
.site-header.site-header--minimal .primary-nav a:hover,
.site-header.site-header--minimal .primary-nav a:focus-visible {
  text-decoration: none;
}

.grid-cards {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid-cards--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .grid-cards--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  padding: var(--space-6);
}

.card h3 {
  margin-top: 0;
  color: var(--text);
}

.list-check {
  padding-left: var(--space-5);
  color: var(--text-muted);
}

.list-check li {
  margin-bottom: var(--space-2);
}

.value-props {
  padding-block: var(--space-12);
}

/* Full-bleed band: tiled grain GIF (same asset pattern as reference site), behind shell only */
.value-props.value-props--suero-band {
  position: relative;
  isolation: isolate;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  border-top: 1px solid var(--vp-band-line);
  border-bottom: 1px solid var(--vp-band-line);
  background-color: var(--vp-band-bg);
  color: var(--vp-band-text);
  --vp-band-bg: #1a1a1a;
  --vp-band-text: #f2efe8;
  --vp-band-muted: #b5b2ab;
  --vp-band-line: rgba(255, 255, 255, 0.08);
  --vp-band-pill-bg: #f4f1eb;
  --vp-bite-title: #0a0a0a;
  --vp-bite-detail: #d8d5ce;
}

.value-props__noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.022;
  pointer-events: none;
  overflow: hidden;
  background-image: url("https://cdn.prod.website-files.com/68d57c259d7646df3206df5b/69243af31061bcdd39d2c27f_Grain.gif");
  background-size: 240px 240px;
  background-position: 0 0;
  background-repeat: repeat;
}

@media (prefers-reduced-motion: reduce) {
  .value-props__noise {
    opacity: 0.018;
  }
}

[data-theme="dark"] .value-props.value-props--suero-band {
  --vp-band-bg: #1a1a1a;
  --vp-band-line: rgba(255, 255, 255, 0.07);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .value-props.value-props--suero-band {
    --vp-band-bg: #1a1a1a;
    --vp-band-line: rgba(255, 255, 255, 0.07);
  }
}

.value-props__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.value-props--suero-band .value-props__heading {
  color: var(--vp-band-text);
}

/* Band titles share the same grid as the bites list so column 2 is sized by the list, not “RIGHT”. */
.value-props--suero-band .value-props-bites__stage .value-props__band-head-left {
  grid-column: 1;
  grid-row: 1;
  align-self: baseline;
  min-width: 0;
}

.value-props--suero-band .value-props-bites__stage .value-props__band-head-right {
  grid-column: 2;
  grid-row: 1;
  align-self: baseline;
  justify-self: start;
  text-align: left;
  width: max-content;
  max-width: min(52rem, 100%);
  box-sizing: border-box;
}

.value-props--suero-band .value-props__heading--band-what {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.035rem, 1.188rem + 2.75vw, 2.915rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--vp-band-text);
  text-align: left;
}

.value-props--suero-band .value-props__heading--band-what .value-props__heading-pre {
  font-family: var(--font-nav);
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-size: 0.92em;
}

.value-props--suero-band .value-props__band-right-word {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.815rem, 1.1rem + 2.42vw, 2.695rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--vp-band-text);
  text-align: left;
}

.value-props-bites__stage {
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto;
  grid-template-rows: auto repeat(5, auto);
  align-items: stretch;
  gap: 0 clamp(var(--space-6), 4vw, var(--space-10));
  margin: 0 auto var(--space-10);
  max-width: 72rem;
}

.value-props--suero-band .value-props-bites__stage > .value-props-bites__rail,
.value-props--suero-band .value-props-bites__stage > .value-props-bites {
  margin-top: clamp(var(--space-5), 3vw, var(--space-8));
}

.value-props-bites__rail {
  grid-column: 1;
  /* Row 1 is the band headline row when present; rail + list share rows 2–end. */
  grid-row: 2 / -1;
  position: relative;
  align-self: stretch;
  min-height: 11rem;
  --vp-bite-slide: 0.4s var(--ease-reveal);
}

.value-props-bites {
  grid-column: 2;
  grid-row: 2 / -1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  max-width: min(52rem, 100%);
  box-sizing: border-box;
}

.value-props-bites__detail-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transform: translate3d(-1.25rem, 0, 0);
  transition:
    opacity var(--vp-bite-slide),
    transform var(--vp-bite-slide),
    visibility 0s linear 0.4s;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.value-props-bites__detail-panel.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition:
    opacity var(--vp-bite-slide),
    transform var(--vp-bite-slide),
    visibility 0s linear 0s;
  pointer-events: auto;
  z-index: 1;
}

.value-props-bites__item {
  cursor: default;
  width: 100%;
}

.value-props-bites__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-4);
  padding: 0.2rem 0;
}

.value-props-bites__panel--mobile {
  display: none;
}

.value-props-bites__panel-inner {
  max-width: min(36vw, 26rem);
  padding-right: var(--space-4);
  box-sizing: border-box;
}

.value-props-bites__text {
  margin: 0 0 var(--space-4);
  font-size: 0.96875rem;
  line-height: 1.62;
  color: var(--vp-bite-detail);
}

.value-props-bites__cta.btn {
  background: var(--vp-band-pill-bg);
  color: #141210;
  border-color: transparent;
}

.value-props-bites__title-wrap {
  width: 100%;
  text-align: left;
}

main .value-props-bites__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 1.35rem + 3.2vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--vp-bite-title);
  transition: color 0.3s var(--ease-reveal);
  -webkit-font-smoothing: antialiased;
}

@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
  .value-props-bites__item:hover .value-props-bites__title,
  .value-props-bites__item:focus-within .value-props-bites__title,
  .value-props-bites__item.is-bite-active .value-props-bites__title {
    color: #ffffff;
  }

  .value-props-bites__cta.btn:hover {
    background: #fff;
    color: #141210;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 639px), (hover: none) {
  .value-props-bites__stage {
    display: block;
    max-width: 56rem;
  }

  /* Suero band: headline row — “What we do” then “RIGHT” (baseline-aligned, gap only between); list full width below. */
  .value-props--suero-band .value-props-bites__stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: clamp(var(--space-3), 3vw, var(--space-5));
    row-gap: clamp(var(--space-5), 3vw, var(--space-8));
  }

  .value-props--suero-band .value-props__band-head-left {
    flex: 0 1 auto;
    min-width: 0;
    align-self: baseline;
  }

  .value-props--suero-band .value-props__band-head-right {
    flex: 0 0 auto;
    align-self: baseline;
    width: max-content;
    max-width: none;
  }

  .value-props--suero-band .value-props__heading--band-what {
    font-size: calc(0.99 * clamp(2.346rem, 1.408rem + 3.285vw, 3.346rem));
  }

  .value-props--suero-band .value-props__heading--band-what .value-props__heading-pre {
    font-size: 0.95em;
  }

  .value-props--suero-band .value-props__band-right-word {
    font-size: calc(0.99 * clamp(3.866rem, 2.346rem + 5.162vw, 5.743rem));
    line-height: 0.95;
    letter-spacing: -0.03em;
  }

  .value-props-bites__rail {
    display: none;
  }

  .value-props-bites {
    flex: 1 0 100%;
    width: 100%;
    align-items: stretch;
  }

  .value-props-bites__layout {
    flex-direction: column-reverse;
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--vp-band-line);
  }

  .value-props-bites__item:last-child .value-props-bites__layout {
    border-bottom: none;
  }

  .value-props-bites__panel--mobile {
    display: block;
  }

  .value-props-bites__panel-inner {
    max-width: none;
    padding-right: 0;
  }

  .value-props--suero-band .value-props-bites__panel--mobile .value-props-bites__cta {
    display: none;
  }

  .value-props--suero-band .value-props-bites__panel--mobile .value-props-bites__text {
    color: color-mix(in srgb, var(--vp-bite-detail) 42%, #1a1a1a 58%);
  }

  /* Static light grey titles (main wraps section — selector must be main .value-props--suero-band …). */
  main .value-props--suero-band .value-props-bites__title {
    color: var(--hero-tagline-muted);
    transition: none;
    pointer-events: none;
  }

  main .value-props--suero-band .value-props-bites__item:hover .value-props-bites__title,
  main .value-props--suero-band .value-props-bites__item:focus-within .value-props-bites__title,
  main .value-props--suero-band .value-props-bites__item:focus .value-props-bites__title,
  main .value-props--suero-band .value-props-bites__item.is-bite-active .value-props-bites__title,
  main .value-props--suero-band .value-props-bites__item:active .value-props-bites__title {
    color: var(--hero-tagline-muted);
  }

  .value-props--suero-band .value-props-bites__item {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .value-props-bites__detail-panel {
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
    transform: none;
  }

  .value-props-bites__detail-panel.is-active {
    transition: opacity 0.2s ease, visibility 0s linear 0s;
  }

}

.value-props__cta--on-dark {
  background: rgba(242, 239, 232, 0.06);
  border: 1px solid var(--vp-band-line);
  border-radius: var(--radius-lg);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.value-props__cta--on-dark .btn--primary {
  background: var(--vp-band-pill-bg);
  color: #141210;
}

@media (hover: hover) and (pointer: fine) {
  .value-props__cta--on-dark .btn--primary:hover {
    background: #fff;
    color: #141210;
  }
}

.value-props__header {
  max-width: 44rem;
  margin-bottom: var(--space-10);
}

.value-props__header--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.value-props__header--band {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  max-width: 42rem;
  margin-bottom: clamp(var(--space-8), 4vw, var(--space-10));
}

.value-props__cta--schedule-wrap {
  padding: var(--space-5) 0 0;
  align-items: center;
}

.value-props__schedule-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--vp-band-text);
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.value-props__schedule-link:hover,
.value-props__schedule-link:focus-visible {
  color: #fff;
  border-bottom-color: rgba(242, 239, 232, 0.32);
  outline: none;
}

.value-props__schedule-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hero-tagline-muted);
  transition: color 0.2s ease;
}

.value-props__schedule-link:hover .value-props__schedule-phone,
.value-props__schedule-link:focus-visible .value-props__schedule-phone {
  color: rgba(242, 239, 232, 0.95);
}

.value-props__schedule-phone-svg {
  display: block;
}

.value-props__schedule-phone-pulse {
  transform-origin: 12px 18px;
}

@media (hover: hover) and (pointer: fine) {
  .value-props__schedule-link:hover .value-props__schedule-phone,
  .value-props__schedule-link:focus-visible .value-props__schedule-phone {
    animation: value-props-phone-wiggle 0.42s ease-in-out infinite;
  }

  .value-props__schedule-link:hover .value-props__schedule-phone-pulse,
  .value-props__schedule-link:focus-visible .value-props__schedule-phone-pulse {
    animation: value-props-phone-pulse 0.52s ease-in-out infinite;
  }
}

@keyframes value-props-phone-wiggle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(-1px, 0, 0) rotate(-2.8deg);
  }
  50% {
    transform: translate3d(1px, 0, 0) rotate(2.2deg);
  }
  75% {
    transform: translate3d(-1px, 0, 0) rotate(-1.8deg);
  }
}

@keyframes value-props-phone-pulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .value-props__schedule-link:hover .value-props__schedule-phone,
  .value-props__schedule-link:focus-visible .value-props__schedule-phone,
  .value-props__schedule-link:hover .value-props__schedule-phone-pulse,
  .value-props__schedule-link:focus-visible .value-props__schedule-phone-pulse {
    animation: none;
  }
}

.value-props__eyebrow {
  margin: 0 0 var(--space-3);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.value-props__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em 0.35em;
  margin: 0 0 var(--space-5);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 1.15rem + 2.4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--text);
}

.value-props__heading-pre {
  font-weight: 600;
}

.value-props__heading-accent {
  font-weight: 900;
  font-size: 1.14em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.value-props__lede {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.value-props__lede--wide {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.value-props__grid {
  list-style: none;
  margin: 0 0 var(--space-8);
  padding: 0;
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .value-props__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .value-props__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.value-props__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--space-6);
  padding-bottom: var(--space-5);
  color: inherit;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.value-props__card-top {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  margin-bottom: var(--space-3);
}

.value-props__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius);
  color: var(--text);
  background: color-mix(in srgb, var(--text) 6%, transparent);
  border: 1px solid var(--border);
}

.value-props__icon svg {
  display: block;
}

.value-props__card-title {
  margin: 0;
  padding-top: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
}

.value-props__card-benefit {
  flex: 1 1 auto;
  margin: 0 0 var(--space-5);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.value-props__card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  margin-top: auto;
}

@media (min-width: 480px) {
  .value-props__card-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.btn--compact {
  min-height: 42px;
  padding: var(--space-2) var(--space-5);
  font-size: 0.9375rem;
}

.value-props__card-deco {
  margin-top: var(--space-5);
  color: var(--text);
  opacity: 0.85;
}

.value-props__card-deco svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 1.75rem;
}

.value-props__cta {
  padding: var(--space-8) var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  align-items: stretch;
}

.value-props__cta--solo {
  align-items: center;
  justify-content: center;
  padding: var(--space-6) var(--space-6);
}

.work-gallery {
  margin-top: var(--space-10);
  margin-bottom: var(--space-10);
  --work-gallery-sticky-top: clamp(4.75rem, 8vh, 6.25rem);
  --work-gallery-sticky-h: min(72vh, 38rem);
  --work-gallery-scroll-span: 1200px;
}

.work-gallery__header {
  max-width: 44rem;
  margin-bottom: var(--space-5);
}

.work-gallery__title {
  margin: 0;
  font-family: var(--font-nav);
  font-size: clamp(1.95rem, 1.15rem + 2.2vw, 2.9rem);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.08;
  color: var(--text);
}

.work-gallery__track-wrap {
  margin-left: calc(-1 * var(--space-4));
  margin-right: calc(-1 * var(--space-4));
}

.work-gallery__track {
  display: flex;
  gap: clamp(var(--space-3), 2vw, var(--space-5));
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: var(--space-3) var(--space-4);
  scrollbar-width: none;
}

.work-gallery__track::-webkit-scrollbar {
  display: none;
}

.work-gallery__item {
  flex: 0 0 min(80vw, 30rem);
  scroll-snap-align: start;
  border-radius: 0;
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  background: color-mix(in srgb, var(--bg-elevated) 75%, transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: translateY(0) scale(0.98);
  opacity: 0.86;
  transition:
    transform 0.3s var(--ease-reveal),
    opacity 0.3s var(--ease-reveal),
    border-color 0.3s ease;
}

.work-gallery__item.is-active {
  transform: translateY(-3px) scale(1);
  opacity: 1;
  border-color: color-mix(in srgb, var(--text) 24%, transparent);
}

.work-gallery__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.work-gallery__progress {
  margin-top: var(--space-4);
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: color-mix(in srgb, var(--text) 16%, transparent);
  overflow: hidden;
}

.work-gallery__progress-fill {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: color-mix(in srgb, var(--text) 60%, transparent);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

@media (max-width: 719px) {
  .work-gallery {
    margin-top: var(--space-8);
  }

  .work-gallery__item {
    flex-basis: min(86vw, 24rem);
  }
}

@media (min-width: 960px) {
  .work-gallery {
    margin-bottom: 0;
    min-height: calc(var(--work-gallery-sticky-h) + var(--work-gallery-scroll-span) + var(--space-10));
  }

  .work-gallery__track-wrap {
    position: sticky;
    top: var(--work-gallery-sticky-top);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: var(--space-2);
  }

  .work-gallery__track {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    scroll-snap-type: none;
    scroll-behavior: auto;
    pointer-events: none;
    touch-action: pan-y;
    will-change: scroll-position;
  }

  .work-gallery__item {
    flex-basis: min(66vw, 44rem);
  }

  .work-gallery__video {
    pointer-events: none;
    user-select: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-gallery__track {
    scroll-behavior: auto;
  }

  .work-gallery__item,
  .work-gallery__progress-fill {
    transition: none;
  }
}

/* Home: “What we offer” — typographic stage (no glass card) */
.what-we-offer {
  padding-block: clamp(var(--space-10), 8vw, var(--space-16)) var(--space-12);
}

.what-we-offer__inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.what-we-offer__inner--stage {
  max-width: 72rem;
  padding: 0;
}

.what-we-offer__header {
  margin: 0 0 var(--space-6);
}

.what-we-offer__inner--stage .what-we-offer__header {
  margin-bottom: clamp(var(--space-5), 3vw, var(--space-8));
}

.what-we-offer__eyebrow {
  margin: 0 0 var(--space-3);
  font-family: var(--font-nav);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--hero-tagline-muted) 78%, var(--text));
}

.what-we-offer__heading-block {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--text);
}

.what-we-offer__heading-line--muted {
  display: block;
  font-family: var(--font-nav);
  font-size: clamp(0.8125rem, 0.72rem + 0.35vw, 0.9375rem);
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-muted) 92%, var(--text));
  margin-bottom: var(--space-3);
}

.what-we-offer__heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
}

.what-we-offer__heading-shout {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 1.2rem + 7vw, 4.75rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: lowercase;
}

.what-we-offer__heading-shout--accent {
  color: color-mix(in srgb, var(--text) 88%, #3d3a34);
}

.what-we-offer__heading-currency {
  font-variant-numeric: tabular-nums;
}

.what-we-offer__heading-join {
  font-family: var(--font-nav);
  font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.85rem);
  font-weight: 700;
  color: color-mix(in srgb, var(--text-muted) 85%, var(--text));
  padding: 0 0.1em;
}

.what-we-offer__intro {
  margin: 0;
  max-width: 42rem;
  margin-inline: auto;
  font-size: 0.9375rem;
  line-height: 1.58;
  color: var(--text-muted);
  text-align: center;
}

.what-we-offer__inner--stage .what-we-offer__intro {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  max-width: 40rem;
  font-family: var(--font-nav);
  font-size: clamp(0.9375rem, 0.88rem + 0.22vw, 1.0625rem);
  line-height: 1.65;
}

.what-we-offer__list {
  list-style: none;
  margin: var(--space-10) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  align-items: start;
}

.what-we-offer__list--stage {
  margin-top: clamp(var(--space-8), 5vw, var(--space-12));
  counter-reset: woffer;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
}

@media (min-width: 900px) {
  .what-we-offer__list--stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(var(--space-6), 4vw, var(--space-10));
  }
}

.what-we-offer__list > li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  margin: 0;
}

.what-we-offer__list--stage > li.what-we-offer__row {
  display: grid;
}

.what-we-offer__row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(var(--space-4), 3vw, var(--space-6));
  padding: clamp(var(--space-5), 3vw, var(--space-6)) clamp(var(--space-3), 2vw, var(--space-4));
  margin: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
  border-left: 3px solid transparent;
  transition:
    border-left-color 0.28s var(--ease-hover),
    transform 0.32s var(--ease-hover),
    background-color 0.32s ease;
}

.what-we-offer__row::before {
  counter-increment: woffer;
  content: counter(woffer, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 1.1rem + 1.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--text) 12%, var(--bg));
  line-height: 1;
  padding-top: 0.12em;
}

.what-we-offer__item-body {
  min-width: 0;
}

.what-we-offer__item-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0 0 var(--space-2);
}

.what-we-offer__inner--stage .what-we-offer__item-title {
  font-family: var(--font-nav);
  font-size: clamp(0.8125rem, 0.74rem + 0.28vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    transform 0.28s var(--ease-hover),
    letter-spacing 0.28s var(--ease-hover);
}

.what-we-offer__item-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.what-we-offer__inner--stage .what-we-offer__item-text {
  font-family: var(--font-nav);
  font-size: 0.875rem;
  line-height: 1.55;
  max-width: 34rem;
  transition: color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .what-we-offer__row:hover,
  .what-we-offer__row:focus-within {
    border-left-color: var(--text);
    transform: translateX(6px);
    background: color-mix(in srgb, var(--text) 4.5%, var(--bg));
  }

  .what-we-offer__row:hover .what-we-offer__item-title,
  .what-we-offer__row:focus-within .what-we-offer__item-title {
    transform: translateX(2px);
    letter-spacing: 0.07em;
  }

  .what-we-offer__row:hover .what-we-offer__item-text,
  .what-we-offer__row:focus-within .what-we-offer__item-text {
    color: color-mix(in srgb, var(--text-muted) 55%, var(--text));
  }
}

.what-we-offer__cta {
  margin: var(--space-10) 0 0;
  text-align: center;
}

.what-we-offer__inner--stage .what-we-offer__cta {
  margin-top: clamp(var(--space-8), 5vw, var(--space-10));
  text-align: left;
}

/* Staggered entrance when [data-reveal] becomes .is-visible */
.what-we-offer__inner--stage .what-we-offer__rise {
  opacity: 0;
  transform: translate3d(0, 1.15rem, 0);
}

.what-we-offer__inner--stage.is-visible .what-we-offer__rise {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.75s var(--ease-reveal),
    transform 0.75s var(--ease-reveal);
}

.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t1 {
  transition-delay: 0.04s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t2 {
  transition-delay: 0.1s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t3 {
  transition-delay: 0.16s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t4 {
  transition-delay: 0.22s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t5 {
  transition-delay: 0.28s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t6 {
  transition-delay: 0.34s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t7 {
  transition-delay: 0.4s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t8 {
  transition-delay: 0.46s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t9 {
  transition-delay: 0.52s;
}
.what-we-offer__inner--stage.is-visible .what-we-offer__rise--t10 {
  transition-delay: 0.58s;
}

@media (prefers-reduced-motion: reduce) {
  .what-we-offer__inner--stage .what-we-offer__rise {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .what-we-offer__inner--stage.is-visible .what-we-offer__rise {
    transition: none;
  }

  .what-we-offer__row:hover {
    transform: none;
  }
}

.what-we-offer__schedule-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.what-we-offer__schedule-link:hover,
.what-we-offer__schedule-link:focus-visible {
  color: var(--text);
  border-bottom-color: color-mix(in srgb, var(--text) 28%, transparent);
  outline: none;
}

.what-we-offer__schedule-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--hero-tagline-muted) 75%, var(--text));
  transition: color 0.2s ease;
}

.what-we-offer__schedule-link:hover .what-we-offer__schedule-phone,
.what-we-offer__schedule-link:focus-visible .what-we-offer__schedule-phone {
  color: var(--text);
}

.what-we-offer__schedule-phone-svg {
  display: block;
}

.what-we-offer__schedule-phone-pulse {
  transform-origin: 12px 18px;
}

@media (hover: hover) and (pointer: fine) {
  .what-we-offer__schedule-link:hover .what-we-offer__schedule-phone,
  .what-we-offer__schedule-link:focus-visible .what-we-offer__schedule-phone {
    animation: value-props-phone-wiggle 0.42s ease-in-out infinite;
  }

  .what-we-offer__schedule-link:hover .what-we-offer__schedule-phone-pulse,
  .what-we-offer__schedule-link:focus-visible .what-we-offer__schedule-phone-pulse {
    animation: value-props-phone-pulse 0.52s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .what-we-offer__schedule-link:hover .what-we-offer__schedule-phone,
  .what-we-offer__schedule-link:focus-visible .what-we-offer__schedule-phone,
  .what-we-offer__schedule-link:hover .what-we-offer__schedule-phone-pulse,
  .what-we-offer__schedule-link:focus-visible .what-we-offer__schedule-phone-pulse {
    animation: none;
  }
}

.site-footer {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  padding: clamp(var(--space-10), 10vw, var(--space-16)) 0 clamp(var(--space-2), 2.2vw, var(--space-5));
  border-top: none;
  background: var(--bg);
}

/* Planted bar: no glass “card” (full width, solid, flush to bottom) */
.site-footer.glass {
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: none;
  border-top: none;
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.site-footer--wordmark {
  overflow: visible;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-footer--wordmark .site-footer__wordmark-stack {
  --footer-wordmark-size: clamp(3rem, 15vw, 17rem);
  position: relative;
  width: 100%;
  line-height: 0.84;
  margin-top: clamp(0.15rem, 0.5vw, 0.6rem);
  padding-top: calc(var(--footer-wordmark-size) * 0.92);
}

.site-footer__meta-row {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  position: relative;
  z-index: 12;
  margin-bottom: clamp(0.1rem, 0.35vw, 0.45rem);
}

.site-footer__copyright {
  margin: 0;
  font-family: var(--font-nav);
  font-size: clamp(0.72rem, 0.66rem + 0.18vw, 0.86rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text) 48%, var(--bg));
  white-space: nowrap;
}

.site-footer__locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 0.9rem;
}

.site-footer__locations a {
  font-family: var(--font-nav);
  font-size: clamp(0.68rem, 0.63rem + 0.16vw, 0.82rem);
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text) 56%, var(--bg));
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 18%, transparent);
  line-height: 1.3;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer__locations a:hover {
    color: color-mix(in srgb, var(--text) 72%, var(--bg));
    border-bottom-color: color-mix(in srgb, var(--text) 32%, transparent);
  }
}

.site-footer__wordmark {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: var(--footer-wordmark-size);
  font-weight: 900;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.55s cubic-bezier(0.22, 1, 0.36, 1), transform 1.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer__wordmark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  transform: translateY(0);
  pointer-events: none;
  z-index: 4;
}

.site-footer__wordmark--reveal-1::before {
  inset: -14% 0 -32% 0;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark {
  opacity: 1;
  transform: translateY(0);
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark::before {
  animation: footer-wordmark-top-sweep 1.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-footer__wordmark--top,
.site-footer__wordmark--mid {
  position: absolute;
  inset-inline: 0;
  clip-path: inset(0 0 50% 0);
  pointer-events: none;
}

.site-footer__wordmark--top {
  top: calc(var(--footer-wordmark-size) * 0.12);
  z-index: 1;
  color: color-mix(in srgb, var(--text) 14%, var(--bg));
}

.site-footer__wordmark--mid {
  top: calc(var(--footer-wordmark-size) * 0.52);
  z-index: 2;
  color: color-mix(in srgb, var(--text) 38%, var(--bg));
}

.site-footer__wordmark--front {
  position: relative;
  z-index: 3;
  color: color-mix(in srgb, var(--text) 84%, var(--bg));
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-1 {
  transition-delay: 0.4s, 0.22s;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-2 {
  transition-delay: 0.62s;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-3 {
  transition-delay: 0.86s;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-1::before {
  animation-delay: 0.14s;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-2::before {
  animation-delay: 0.36s;
}

.site-footer__wordmark-stack[data-reveal].is-visible .site-footer__wordmark--reveal-3::before {
  animation-delay: 0.6s;
}

@keyframes footer-wordmark-top-sweep {
  0% {
    transform: translateY(-108%);
  }
  100% {
    transform: translateY(108%);
  }
}

@media (max-width: 719px) {
  .site-footer__meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__locations {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__wordmark {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .site-footer__wordmark::before {
    display: none;
  }
}

.footer-grid {
  display: grid;
  gap: var(--space-8);
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.footer-locations {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-4);
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-locations a {
  font-size: 0.9rem;
}

.site-footer a:not(.btn) {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .site-footer a:not(.btn):hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
  }
}

.footer-meta {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--border);
  font-size: 0.875rem;
  color: var(--text-muted);
}

form .field {
  margin-bottom: var(--space-5);
}

form label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--space-2);
  color: var(--text);
}

form input,
form textarea,
form select {
  width: 100%;
  max-width: 100%;
  padding: var(--space-3) var(--space-4);
  font: inherit;
  color: var(--text);
  background: var(--glass-strong);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 48px;
  transition:
    border-color var(--dur-hover) ease,
    box-shadow var(--dur-hover) var(--ease-hover),
    background-color var(--dur-hover) ease;
}

@media (hover: hover) and (pointer: fine) {
  form input:hover,
  form textarea:hover,
  form select:hover {
    border-color: var(--border-hover);
    background: var(--bg-elevated);
  }
}

form textarea {
  min-height: 10rem;
  resize: vertical;
}

form input:focus-visible,
form textarea:focus-visible,
form select:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricing-tier {
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-tier .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: var(--space-2) 0 var(--space-4);
}

/* Pricing packages (tier cards) */
.text-center {
  text-align: center;
}

.pricing-page {
  padding-bottom: var(--space-12);
}

.pricing-page--home {
  padding-top: clamp(var(--space-8), 5vw, var(--space-12));
  padding-bottom: clamp(var(--space-12), 7vw, var(--space-16));
  /* Cooler, less brown than global warm paper — scoped to this section */
  --pricing-plate-surface: color-mix(in srgb, var(--glass-strong) 34%, #e8ecf1 66%);
  --pricing-plate-border: color-mix(in srgb, var(--border) 78%, #aeb8c6 22%);
  --pricing-cta-surface: #252830;
  --pricing-cta-surface-hover: #30353e;
  --pricing-cta-text: #f4f1eb;
  --pricing-card-shine-mid: rgba(255, 255, 255, 0.22);
}

[data-theme="dark"] .pricing-page--home {
  --pricing-plate-surface: color-mix(in srgb, var(--glass-strong) 50%, #161920 50%);
  --pricing-plate-border: color-mix(in srgb, var(--border) 72%, #5c6676 28%);
  --pricing-cta-surface: #12141a;
  --pricing-cta-surface-hover: #1a1e26;
  --pricing-cta-text: #ebe9e4;
  --pricing-card-shine-mid: rgba(255, 255, 255, 0.14);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .pricing-page--home {
    --pricing-plate-surface: color-mix(in srgb, var(--glass-strong) 50%, #161920 50%);
    --pricing-plate-border: color-mix(in srgb, var(--border) 72%, #5c6676 28%);
    --pricing-cta-surface: #12141a;
    --pricing-cta-surface-hover: #1a1e26;
    --pricing-cta-text: #ebe9e4;
    --pricing-card-shine-mid: rgba(255, 255, 255, 0.14);
  }
}

.pricing-page--home .pricing-hero--band .pricing-kicker {
  color: color-mix(in srgb, var(--hero-tagline-muted) 48%, #7d8796 52%);
}

.pricing-hero {
  max-width: 40rem;
  margin: 0 auto var(--space-12);
  padding-top: var(--space-4);
}

.pricing-hero--band {
  max-width: 42rem;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: var(--space-10);
  text-align: left;
}

.pricing-hero--band .pricing-kicker {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--hero-tagline-muted) 82%, var(--text));
}

.pricing-hero.pricing-hero--band h1,
.pricing-hero.pricing-hero--band h2 {
  font-size: clamp(1.65rem, 1rem + 2.2vw, 2.45rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}

.pricing-hero--band .pricing-lead {
  font-family: var(--font-nav);
  font-size: clamp(0.9375rem, 0.88rem + 0.22vw, 1.0625rem);
  line-height: 1.65;
  margin-bottom: var(--space-5);
  max-width: 38rem;
}

.pricing-hero__cta {
  margin: 0;
}

.pricing-hero__schedule-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.pricing-hero__schedule-link:hover,
.pricing-hero__schedule-link:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--text) 28%, transparent);
  outline: none;
}

.pricing-hero__schedule-phone {
  display: inline-flex;
  color: color-mix(in srgb, var(--hero-tagline-muted) 75%, var(--text));
  transition: color 0.2s ease;
}

.pricing-hero__schedule-link:hover .pricing-hero__schedule-phone,
.pricing-hero__schedule-link:focus-visible .pricing-hero__schedule-phone {
  color: var(--text);
}

.pricing-hero__schedule-phone-svg {
  display: block;
}

.pricing-hero__schedule-phone-pulse {
  transform-origin: 12px 18px;
}

@media (hover: hover) and (pointer: fine) {
  .pricing-hero__schedule-link:hover .pricing-hero__schedule-phone,
  .pricing-hero__schedule-link:focus-visible .pricing-hero__schedule-phone {
    animation: value-props-phone-wiggle 0.42s ease-in-out infinite;
  }

  .pricing-hero__schedule-link:hover .pricing-hero__schedule-phone-pulse,
  .pricing-hero__schedule-link:focus-visible .pricing-hero__schedule-phone-pulse {
    animation: value-props-phone-pulse 0.52s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-hero__schedule-link:hover .pricing-hero__schedule-phone,
  .pricing-hero__schedule-link:focus-visible .pricing-hero__schedule-phone,
  .pricing-hero__schedule-link:hover .pricing-hero__schedule-phone-pulse,
  .pricing-hero__schedule-link:focus-visible .pricing-hero__schedule-phone-pulse {
    animation: none;
  }
}

.pricing-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin: 0 0 var(--space-3);
}

.pricing-hero h1,
.pricing-hero h2 {
  font-size: clamp(1.85rem, 1.2rem + 2vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-4);
  color: var(--text);
}

.pricing-lead {
  color: var(--text-muted);
  margin: 0 0 var(--space-6);
  font-size: 1.0625rem;
}

.pricing-packages {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 960px) {
  .pricing-packages {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-packages--home {
  margin-top: var(--space-2);
}

@media (min-width: 720px) {
  .pricing-packages--home {
    margin-top: var(--space-4);
    padding-top: var(--space-8);
    border-top: 1px solid color-mix(in srgb, var(--border) 58%, transparent);
    gap: clamp(var(--space-5), 2.2vw, var(--space-7));
  }
}

/* Below 960px pricing is a single column — swipe deck: snap, peek neighbors, active card centered & scaled. */
@media (max-width: 959px) {
  .pricing-page--home .pricing-packages--home {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: clamp(0.65rem, 2.5vw, 1rem);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-inline: calc(max(var(--space-4), (100% - min(86vw, 22rem)) / 2)));
    padding-block: var(--space-3) var(--space-2);
    margin-inline: calc(-1 * var(--space-4));
    max-width: none;
    width: calc(100% + 2 * var(--space-4));
    scrollbar-width: none;
  }

  .pricing-page--home .pricing-packages--home::-webkit-scrollbar {
    display: none;
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home {
    flex: 0 0 min(86vw, 22rem);
    max-width: 22rem;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    align-self: stretch;
    z-index: 1;
  }

  /* Do not set transform on the article — it would override [data-reveal] entrance. */
  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal].is-visible:not(.is-pricing-carousel-active) {
    opacity: 0.78;
    z-index: 1;
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal].is-visible.is-pricing-carousel-active {
    opacity: 1;
    z-index: 2;
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal].is-visible .pricing-card__plate {
    transition: transform 0.35s var(--ease-reveal), filter 0.35s var(--ease-reveal);
    transform-origin: center top;
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal].is-visible:not(.is-pricing-carousel-active) .pricing-card__plate {
    transform: scale(0.96);
    filter: saturate(0.72);
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal].is-visible.is-pricing-carousel-active .pricing-card__plate {
    transform: scale(1);
    filter: saturate(1);
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home[data-reveal]:not(.is-visible) .pricing-card__plate {
    transform: none;
    filter: none;
    transition: none;
  }

  .pricing-page--home .pricing-packages--home + .pricing-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    margin-top: var(--space-3);
    margin-bottom: var(--space-2);
    padding-inline: var(--space-4);
  }

  .pricing-carousel__dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: color-mix(in srgb, var(--text) 22%, transparent);
    cursor: pointer;
    transition:
      transform 0.2s ease,
      background-color 0.2s ease;
  }

  .pricing-carousel__dot.is-active {
    transform: scale(1.35);
    background: color-mix(in srgb, var(--text) 58%, transparent);
  }

  .pricing-carousel__dot:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--text) 35%, transparent);
    outline-offset: 3px;
  }
}

@media (max-width: 959px) and (prefers-reduced-motion: reduce) {
  .pricing-page--home .pricing-packages--home {
    scroll-behavior: auto;
  }

  .pricing-page--home .pricing-packages--home .pricing-card--home .pricing-card__plate {
    transition: none;
  }
}

.pricing-card--home {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 6px;
  border-radius: calc(var(--radius-lg) + 6px);
  background: transparent;
  border: none;
  box-shadow: none;
  transform-style: preserve-3d;
  transform-origin: center center;
}

@media (hover: hover) and (pointer: fine) {
  .pricing-card--home:hover,
  .pricing-card--home:focus-within {
    transform: perspective(920px) rotateY(var(--tilt-y)) rotateX(var(--tilt-x)) translateY(-8px) scale(1.018);
  }

  .pricing-card--home:hover .pricing-card__plate,
  .pricing-card--home:focus-within .pricing-card__plate {
    border-color: color-mix(in srgb, var(--text) 24%, var(--pricing-plate-border));
    box-shadow:
      0 2px 0 color-mix(in srgb, var(--text) 9%, transparent),
      0 20px 48px color-mix(in srgb, var(--text) 8%, transparent),
      0 32px 72px color-mix(in srgb, #7a8aa8 7%, transparent),
      0 0 0 1px color-mix(in srgb, var(--text) 7%, transparent);
    transform: translateY(-1px);
  }

  .pricing-card--home-featured:hover .pricing-card__plate,
  .pricing-card--home-featured:focus-within .pricing-card__plate {
    border-color: color-mix(in srgb, var(--text) 32%, var(--pricing-plate-border));
    box-shadow:
      0 2px 0 color-mix(in srgb, var(--text) 11%, transparent),
      0 22px 52px color-mix(in srgb, var(--text) 10%, transparent),
      0 38px 88px color-mix(in srgb, #6a7a98 8%, transparent),
      0 0 0 1px color-mix(in srgb, var(--text) 10%, transparent);
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce) {
  .pricing-card--home:hover,
  .pricing-card--home:focus-within {
    transform: translateY(-8px) scale(1.018);
  }
}

.pricing-card__particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.pricing-card__plate {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  border-radius: var(--radius-lg);
  background: var(--pricing-plate-surface);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border: 1px solid var(--pricing-plate-border);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--text) 3.5%, transparent),
    0 14px 40px color-mix(in srgb, #8b95a8 4%, transparent);
  padding: clamp(1.45rem, 3.5vw, 1.95rem) clamp(1.1rem, 2.9vw, 1.55rem);
  transition:
    transform var(--dur-hover) var(--ease-hover),
    box-shadow var(--dur-hover) var(--ease-hover),
    border-color var(--dur-hover) ease,
    background-color var(--dur-hover) ease,
    filter var(--dur-hover) var(--ease-hover);
}

.pricing-page--home .pricing-card__plate {
  filter: saturate(0.72);
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-color: var(--pricing-plate-surface);
  background-image: radial-gradient(
    ellipse 96% 76% at 50% 100%,
    rgba(0, 0, 0, 0.055),
    transparent 58%
  );
}

.pricing-page--home .pricing-card__plate > *:not(.pricing-card__popular) {
  position: relative;
  z-index: 1;
}

/*
 * While hovered: one-way glare off-left → off-right, fades; no return sweep. Stays hidden off-right,
 * then snaps back off-left at loop end. 5s total cycle. Plate overflow clips to glass.
 */
@keyframes pricing-plate-glare-cycle {
  0% {
    opacity: 0;
    transform: translate3d(-135%, 0, 0) skewX(-11deg);
  }
  2% {
    opacity: 1;
  }
  10% {
    opacity: 0;
    transform: translate3d(135%, 0, 0) skewX(-11deg);
  }

  10.01%,
  99.35% {
    opacity: 0;
    transform: translate3d(135%, 0, 0) skewX(-11deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-135%, 0, 0) skewX(-11deg);
  }
}

.pricing-page--home .pricing-card__plate::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-135%, 0, 0) skewX(-11deg);
  animation: none;
  background: linear-gradient(
    112deg,
    transparent 5%,
    rgba(255, 255, 255, 0) 28%,
    var(--pricing-card-shine-mid) 50%,
    rgba(255, 255, 255, 0) 72%,
    transparent 95%
  );
  mix-blend-mode: normal;
  will-change: transform, opacity;
}

.pricing-page--home .pricing-card--home:hover .pricing-card__plate::after,
.pricing-page--home .pricing-card--home:focus-within .pricing-card__plate::after {
  animation: pricing-plate-glare-cycle 5s linear infinite;
}

.pricing-page--home .pricing-card--home:hover .pricing-card__plate,
.pricing-page--home .pricing-card--home:focus-within .pricing-card__plate {
  filter: saturate(0.64);
}

@media (prefers-reduced-motion: reduce) {
  .pricing-page--home .pricing-card__plate::after {
    animation: none;
    opacity: 0;
    transform: translate3d(-135%, 0, 0) skewX(-11deg);
  }

  .pricing-page--home .pricing-card--home:hover .pricing-card__plate::after,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__plate::after {
    animation: none;
    opacity: 0;
  }

  .pricing-page--home .pricing-card--home:hover .pricing-card__plate,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__plate {
    filter: saturate(0.64) brightness(1.03);
  }
}

.pricing-card--home-featured .pricing-card__plate {
  border-color: color-mix(in srgb, var(--text) 13%, var(--pricing-plate-border));
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--text) 5%, transparent),
    0 18px 48px color-mix(in srgb, #7a8498 5%, transparent);
}

.pricing-card--home-featured .pricing-card__plate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.15rem;
  right: 1.15rem;
  height: 2px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--text) 22%, transparent) 38%,
    color-mix(in srgb, var(--text) 22%, transparent) 62%,
    transparent
  );
  opacity: 0.92;
  pointer-events: none;
  z-index: 2;
}

.pricing-card__popular {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  margin: 0;
  z-index: 3;
  pointer-events: none;
}

.pricing-card__popular span {
  display: inline-block;
  font-family: var(--font-nav);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.32rem 0.5rem;
  border-radius: 999px;
  color: var(--text);
  background: color-mix(in srgb, var(--text) 9%, transparent);
  border: 1px solid color-mix(in srgb, var(--text) 16%, transparent);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--text) 6%, transparent);
}

/*
 * Reveal: do not transition `transform` here. Global [data-reveal] uses ~0.85s on transform, which would
 * fight the live 3D tilt (same property). Do not set `transform` on this rule — it would override hover tilt.
 */
.pricing-packages--home .pricing-card--home[data-reveal] {
  transition: opacity 0.82s var(--ease-reveal);
  will-change: opacity;
}

.pricing-packages--home .pricing-card--home[data-reveal]:nth-child(1).is-visible {
  transition-delay: 0.05s;
}

.pricing-packages--home .pricing-card--home[data-reveal]:nth-child(2).is-visible {
  transition-delay: 0.14s;
}

.pricing-packages--home .pricing-card--home[data-reveal]:nth-child(3).is-visible {
  transition-delay: 0.23s;
}

@media (prefers-reduced-motion: reduce) {
  .pricing-packages--home .pricing-card--home[data-reveal]:nth-child(1).is-visible,
  .pricing-packages--home .pricing-card--home[data-reveal]:nth-child(2).is-visible,
  .pricing-packages--home .pricing-card--home[data-reveal]:nth-child(3).is-visible {
    transition-delay: 0s;
  }
}

.pricing-page--home .pricing-card {
  text-align: left;
}

.pricing-page--home .pricing-card__title {
  text-align: left;
  font-family: var(--font-nav);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 72%, transparent);
}

.pricing-page--home .pricing-card__list li {
  font-family: var(--font-nav);
  font-size: 0.875rem;
  line-height: 1.5;
}

.pricing-page--home .pricing-card--home .pricing-check {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0.6rem;
  border-color: color-mix(in srgb, var(--text) 10%, var(--border));
  background: color-mix(in srgb, var(--bg-elevated) 80%, transparent);
}

.pricing-page--home .pricing-card--home .pricing-card__amount {
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.35rem, 1.65rem + 2.4vw, 3rem);
  letter-spacing: -0.035em;
}

.pricing-page--home .pricing-card--home .pricing-card__bottom {
  margin-top: var(--space-7);
  padding-top: var(--space-6);
  border-top-color: color-mix(in srgb, var(--border) 68%, transparent);
}

.pricing-page--home .pricing-card--home-featured .pricing-card__title {
  padding-right: 5.75rem;
  border-bottom-color: color-mix(in srgb, var(--text) 12%, var(--border));
}

.pricing-page--home .pricing-card__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  border-radius: var(--radius);
  overflow: visible;
}

@keyframes pricing-home-cta-hover {
  0%,
  100% {
    transform: scale(1.035) translateX(0);
  }
  40% {
    transform: scale(1.048) translateX(1.5px);
  }
  75% {
    transform: scale(1.028) translateX(-1.25px);
  }
}

.pricing-page--home .pricing-card__bottom-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: var(--space-2);
}

.pricing-page--home .pricing-card__note {
  margin-bottom: 0;
}

.pricing-page--home .pricing-card__text-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  margin-top: var(--space-4);
  min-width: min(100%, 12.5rem);
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8rem + 0.45vw, 1.0625rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-underline-offset: 0;
  text-decoration-thickness: 0;
  color: var(--pricing-cta-text);
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius);
  border: none;
  border-bottom: none;
  background: var(--pricing-cta-surface);
  box-shadow: none;
  transform-origin: center;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .pricing-page--home .pricing-card--home:hover .pricing-card__text-cta,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__text-cta {
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.14),
      0 18px 36px rgba(0, 0, 0, 0.12),
      0 1px 0 rgba(0, 0, 0, 0.08);
    animation: pricing-home-cta-hover 4.2s ease-in-out infinite;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce) {
  .pricing-page--home .pricing-card--home:hover .pricing-card__text-cta,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__text-cta {
    animation: none;
    transform: scale(1.04);
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.16),
      0 1px 0 rgba(0, 0, 0, 0.08);
  }
}

.pricing-page--home .pricing-card__text-cta:hover,
.pricing-page--home .pricing-card__text-cta:focus-visible {
  border: none;
  border-bottom: none;
  text-decoration: none;
  background: var(--pricing-cta-surface-hover);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.12),
    0 14px 28px rgba(0, 0, 0, 0.1);
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .pricing-page--home .pricing-card--home:hover .pricing-card__text-cta:hover,
  .pricing-page--home .pricing-card--home:hover .pricing-card__text-cta:focus-visible,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__text-cta:hover,
  .pricing-page--home .pricing-card--home:focus-within .pricing-card__text-cta:focus-visible {
    box-shadow:
      0 10px 22px rgba(0, 0, 0, 0.16),
      0 22px 44px rgba(0, 0, 0, 0.14),
      0 1px 0 rgba(0, 0, 0, 0.09);
  }
}

.pricing-card__text-cta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: var(--space-5);
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.pricing-card__text-cta:hover,
.pricing-card__text-cta:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--text) 28%, transparent);
  outline: none;
}

.pricing-fineprint {
  margin: var(--space-10) 0 0;
  max-width: 42rem;
  margin-inline: 0;
  padding: 0;
  font-family: var(--font-nav);
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.012em;
  color: color-mix(in srgb, var(--text) 32%, var(--bg));
  text-align: left;
  border: none;
  background: none;
  box-shadow: none;
}

.pricing-fineprint a {
  color: color-mix(in srgb, var(--text) 44%, var(--bg));
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 14%, var(--bg));
  transition: color 0.15s ease, border-color 0.15s ease;
}

.pricing-fineprint a:hover,
.pricing-fineprint a:focus-visible {
  color: color-mix(in srgb, var(--text) 58%, var(--bg));
  border-bottom-color: color-mix(in srgb, var(--text) 28%, var(--bg));
  outline: none;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: var(--space-8) var(--space-6);
  min-height: 100%;
}

.pricing-card__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-6);
  color: var(--text);
  text-align: center;
}

.pricing-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}

.pricing-card__list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.pricing-card__list li:last-child {
  margin-bottom: 0;
}

.pricing-check {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}

.pricing-card__bottom {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--border);
  text-align: center;
}

.pricing-card__amount {
  font-size: clamp(2.25rem, 1.5rem + 2.5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0;
  line-height: 1.1;
}

.pricing-card__suffix {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: var(--space-2);
}

.pricing-card__note {
  margin: var(--space-2) 0 var(--space-6);
  font-size: 0.95rem;
  color: var(--text-muted);
}

.pricing-card .btn {
  width: 100%;
  margin-top: var(--space-6);
}

.pricing-faq-below {
  max-width: 44rem;
  margin: var(--space-12) auto 0;
}

.pricing-faq-below h2 {
  margin-top: 0;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: var(--space-3) var(--space-4);
  padding-bottom: max(var(--space-3), env(safe-area-inset-bottom));
  background: var(--sticky-cta-bg);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  border-top: 1px solid var(--border);
  display: flex;
  gap: var(--space-3);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 960px) {
  .sticky-cta {
    display: none;
  }
}

body.has-sticky-cta {
  padding-bottom: 5.5rem;
}

.faq details {
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-3);
  border-radius: var(--radius);
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
  color: var(--text);
  transition:
    text-decoration-color var(--dur-hover) ease,
    text-underline-offset var(--dur-hover) ease;
  list-style-position: outside;
}

@media (hover: hover) and (pointer: fine) {
  .faq details.glass:hover summary {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-color: var(--link-underline);
  }
}

.faq details[open] summary {
  margin-bottom: var(--space-3);
}

.prose {
  max-width: 44rem;
}

.prose h2 {
  margin-top: var(--space-10);
}

.prose ul {
  color: var(--text-muted);
  padding-left: var(--space-6);
}

.prose li {
  margin-bottom: var(--space-2);
}

.about-page {
  padding-top: clamp(5.5rem, 6vw, 7rem);
  padding-bottom: var(--space-12);
}

.about-hero {
  padding: clamp(var(--space-4), 1.8vw, var(--space-6)) 0 var(--space-6);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 62%, transparent);
}

.about-kicker {
  margin: 0 0 var(--space-3);
  font-family: var(--font-nav);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--text) 56%, var(--bg));
}

.about-hero h1 {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(2rem, 1.3rem + 2.3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.about-lead {
  margin: var(--space-5) 0 0;
  max-width: 62ch;
  color: var(--text-muted);
  line-height: 1.7;
}

.about-grid {
  margin-top: var(--space-8);
  display: grid;
  gap: var(--space-6);
}

.about-card {
  border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
  padding: var(--space-5) 0 0;
}

.about-card h2 {
  margin: 0 0 var(--space-3);
}

.about-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.about-card ul,
.about-card ol {
  margin: var(--space-4) 0 0;
  padding-left: var(--space-5);
  color: var(--text-muted);
  line-height: 1.6;
}

.about-card li + li {
  margin-top: var(--space-2);
}

.about-values {
  margin-top: var(--space-8);
  padding: var(--space-6) 0 0;
  border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
}

.about-values h2 {
  margin: 0;
}

.about-values__grid {
  margin-top: var(--space-5);
  display: grid;
  gap: var(--space-4);
}

.about-values__grid h3 {
  margin: 0 0 var(--space-2);
  font-size: 1.02rem;
}

.about-values__grid p {
  margin: 0;
  color: var(--text-muted);
}

.about-cta {
  margin-top: var(--space-10);
  max-width: 42rem;
  padding-top: var(--space-6);
  border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
}

.about-cta h2 {
  margin: 0;
}

.about-cta p {
  margin: var(--space-3) 0 0;
  color: var(--text-muted);
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-page {
  padding-top: clamp(5.5rem, 6vw, 7rem);
  padding-bottom: var(--space-12);
}

.contact-hero {
  max-width: 42rem;
  padding: clamp(var(--space-4), 1.8vw, var(--space-6)) 0 var(--space-6);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 62%, transparent);
}

.contact-kicker {
  margin: 0 0 var(--space-3);
  font-family: var(--font-nav);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--text) 56%, var(--bg));
}

.contact-hero h1 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(1.9rem, 1.25rem + 2.2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.contact-lead {
  margin: var(--space-5) 0 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.contact-details {
  margin-top: var(--space-8);
  display: grid;
  gap: var(--space-6);
}

.contact-block {
  border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
  padding-top: var(--space-5);
}

.contact-block h2 {
  margin: 0 0 var(--space-3);
}

.contact-block p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.contact-block p + p {
  margin-top: var(--space-4);
}

.contact-form-section {
  margin-top: var(--space-10);
  max-width: 44rem;
  padding-top: var(--space-6);
  border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
}

.contact-form-section h2 {
  margin: 0;
}

.contact-form-intro {
  margin: var(--space-3) 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-form {
  margin-top: var(--space-5);
}

.contact-optional {
  font-weight: 400;
  color: var(--text-muted);
}

@media (min-width: 900px) {
  .contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: var(--space-1) var(--space-3);
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text-muted);
  margin-bottom: var(--space-3);
  transition:
    border-color var(--dur-hover) ease,
    background-color var(--dur-hover) ease,
    color var(--dur-hover) ease,
    box-shadow var(--dur-hover) var(--ease-hover);
}

@media (hover: hover) and (pointer: fine) {
  .tag:hover {
    border-color: var(--border-hover);
    color: var(--text);
    background: var(--glass-strong);
    box-shadow: var(--shadow-btn);
  }
}

/* Lenis smooth scroll (desktop only; see main.js) */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
