/* Spring Cleaning London — project-specific overrides.
   Keep the purchased theme stylesheet untouched. */

:root {
  --color-background-1: #f4f0e8;
  --color-background-2: #014d44;
  --color-background-5: #1d524a;
  --color-etc-green: #dce187;
  --color-gradient-2: linear-gradient(180deg, #1d524a 0%, #014d44 100%);
  --color-gradient-5: linear-gradient(0deg, rgb(1 77 68 / 78%) 0%, rgb(1 77 68 / 60%) 100%);
  --color-gradient-6: linear-gradient(180deg, rgb(1 30 27 / 16%) 38%, rgb(1 30 27 / 82%) 94%);
  --color-gradient-7: linear-gradient(90deg, #7e8744 0%, #dce187 100%);
}

::selection {
  background: #dce187;
  color: #014d44;
}

.site-logo-primary {
  height: 3.5rem;
}

.site-logo-mark {
  height: 3rem;
}

.site-logo-stage {
  position: relative;
  isolation: isolate;
}

.site-logo-stage--desktop {
  width: 9.25rem;
  height: 4rem;
}

.site-logo-stage--mobile {
  width: 7.25rem;
  height: 3rem;
}

.site-logo-stage img {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left center;
  transition:
    opacity 420ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.site-logo-full {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.site-logo-symbol-scroll {
  height: 3.25rem;
  opacity: 0;
  transform: translateY(calc(-50% - 0.55rem)) rotate(-4deg) scale(0.88);
}

.site-logo-stage--mobile .site-logo-symbol-scroll {
  height: 2.65rem;
}

.scroll-header .site-logo-full {
  opacity: 0;
  transform: translateY(calc(-50% + 0.45rem)) scale(0.93);
}

.scroll-header .site-logo-symbol-scroll {
  animation: spring-symbol-arrive 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes spring-symbol-arrive {
  0% {
    opacity: 0;
    transform: translateY(calc(-50% - 0.55rem)) rotate(-4deg) scale(0.88);
  }

  68% {
    opacity: 1;
    transform: translateY(calc(-50% + 0.28rem)) rotate(1.5deg) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(calc(-50% + 0.16rem)) rotate(0deg) scale(1.04);
  }
}

@media (min-width: 80rem) {
  .site-logo-primary {
    height: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-logo-stage img {
    transition: none;
  }

  .scroll-header .site-logo-symbol-scroll {
    animation: none;
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* Header fit and collapsed CTA: the purchased theme reserved only 130px. */
.header-nav-wrapper {
  box-shadow: 0 12px 32px rgb(1 77 68 / 12%);
}

[data-nav-contact] {
  top: 0.375rem;
  right: 0.375rem;
}

[data-nav-status="inactive"] {
  max-width: 45rem;
}

[data-nav-status="inactive"] [data-nav-links] {
  padding-right: 11.25rem;
}

[data-nav-status="active"] {
  max-width: 11.75rem;
}

.scroll-header-nav-wrapper {
  background: rgb(29 82 74 / 96%);
  border-color: rgb(220 225 135 / 24%);
  box-shadow: 0 16px 42px rgb(1 45 40 / 24%);
}

@media (min-width: 64rem) and (max-width: 74.999rem) {
  .header-scroll [data-header-shell] {
    gap: 0.75rem;
  }

  .site-logo-stage--desktop {
    width: 8rem;
  }

  [data-nav-item] {
    padding-inline: 0.55rem;
  }

  [data-nav-status="inactive"] {
    max-width: 40.5rem;
  }

  [data-nav-status="inactive"] [data-nav-links] {
    padding-right: 10.25rem;
  }

  [data-nav-contact] {
    padding-inline: 0.75rem;
  }

  [data-nav-status="active"] {
    max-width: 10.75rem;
  }
}

/* Brand colour hierarchy: display headings are green; body copy remains ink/black. */
main h2.text-black,
main h3.text-black {
  color: #1d524a;
}

.spring-service-icon {
  width: 4.75rem;
  height: 4.75rem;
  flex: 0 0 auto;
  border-radius: 1.5rem;
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    rotate 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

article:hover > div .spring-service-icon {
  transform: translateY(-0.3rem);
  rotate: -2deg;
}

/* Client case gallery */
.spring-case-study {
  width: min(1880px, calc(100% - 1.25rem));
  margin-inline: auto;
  padding-block: clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  border-radius: clamp(2rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 92% 8%, rgb(220 225 135 / 14%), transparent 28rem),
    #1d524a;
}

.spring-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}

.spring-case-kicker {
  display: inline-flex;
  border: 1px solid rgb(220 225 135 / 32%);
  border-radius: 999px;
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.8rem;
  color: #dce187;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spring-case-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.spring-case-facts li {
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: #f4f0e8;
  color: #1d524a;
  font-size: 0.8rem;
}

.spring-case-note {
  max-width: 36rem;
  margin-top: 1.25rem;
  color: rgb(255 255 255 / 48%);
  font-size: 0.75rem;
  line-height: 1.6;
}

.spring-case-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: #dce187;
  color: #172523;
  font-size: 0.9rem;
  transition: transform 300ms ease;
}

.spring-case-link:hover {
  transform: translateY(-0.2rem);
}

.spring-case-gallery {
  min-width: 0;
}

.spring-case-swiper {
  overflow: hidden;
  border-radius: clamp(1.5rem, 4vw, 3rem);
}

.spring-case-slide {
  position: relative;
  overflow: hidden;
  background: #014d44;
}

.spring-case-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.spring-case-slide figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  background: rgb(1 45 40 / 76%);
  color: #f4f0e8;
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

.spring-case-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
}

.spring-case-pagination {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.spring-case-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 0.2rem;
  margin: 0 !important;
  border-radius: 999px;
  background: rgb(244 240 232 / 28%);
  opacity: 1;
  transition: width 300ms ease, background 300ms ease;
}

.spring-case-pagination .swiper-pagination-bullet-active {
  width: 3rem;
  background: #dce187;
}

.spring-case-arrows {
  display: flex;
  gap: 0.5rem;
}

.spring-case-arrows button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(244 240 232 / 28%);
  border-radius: 50%;
  color: #f4f0e8;
  transition: background 250ms ease, color 250ms ease;
}

.spring-case-arrows button:hover {
  background: #f4f0e8;
  color: #1d524a;
}

@media (max-width: 63.999rem) {
  .spring-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 39.999rem) {
  .spring-case-study {
    width: calc(100% - 0.75rem);
  }

  .spring-service-icon {
    width: 4rem;
    height: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spring-service-icon,
  .spring-case-link {
    transition: none;
  }
}


/* STEP 2 — CTA typography only.
   Keeps navigation, accordion controls and theme motion untouched. */
a[data-button-split-text],
a[class*="group/statement"],
.spring-case-link,
button[class*="group/subscribe"],
[data-homepage-film] a[href="#service-directory"] {
  font-family: "Oswald", "Inter Tight", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

[data-homepage-film] h1 {
  letter-spacing: -0.04em;
}

[data-homepage-film] h1 > span {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 0.98;
}

/* Hero CTA colour hierarchy — Spring brand palette only. */
[data-homepage-film] a[href="contact.html"][data-button-split-text] {
  color: #1d524a;
}

[data-homepage-film] a[href="contact.html"][data-button-split-text] > span,
[data-homepage-film] a[href="contact.html"][data-button-split-text] > div {
  background: #dce187;
}

[data-homepage-film] a[href="contact.html"][data-button-split-text] path {
  stroke: #1d524a;
}


/* STEP 3 — restrained visual polish only. No layout/scroll/section changes. */
/* Keep the hero in the theme's Satoshi family: medium + regular, never synthetic bold. */
[data-homepage-film] h1 {
  font-family: var(--font-satoshi);
  font-weight: 500;
  letter-spacing: -0.035em;
}

[data-homepage-film] h1 > span {
  font-family: var(--font-satoshi);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

/* Give CTAs enough horizontal air without changing the theme's button mechanics. */
[data-homepage-film] a[href="contact.html"][data-button-split-text] > div {
  padding-inline: 1.55rem;
}

[data-homepage-film] a[href="#service-directory"] {
  padding-inline: 1.65rem !important;
}

[data-nav-contact] {
  padding-inline: 1.25rem !important;
}

.spring-case-link {
  padding-inline: 1.35rem;
}

/* Softer bespoke header geometry: rounded rectangle, not a tech capsule. */
.header-nav-wrapper {
  border-radius: 1.45rem !important;
}

[data-nav-contact] {
  border-radius: 1rem !important;
}

/* Slightly stronger initial brand presence; scroll-state behaviour remains untouched. */
.site-logo-primary {
  height: 4rem;
}

.site-logo-stage--desktop {
  width: 10.5rem;
  height: 4.35rem;
}

.site-logo-mark {
  height: 3.25rem;
}

@media (min-width: 80rem) {
  .site-logo-primary {
    height: 4.35rem;
  }

  .site-logo-stage--desktop {
    width: 11.25rem;
    height: 4.6rem;
  }
}


/* STEP 4 — focused typography/UI refinement. No section or scroll architecture changes. */
[data-homepage-film] [data-hero-kicker] > span {
  font-family: "Oswald", "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

[data-homepage-film] [data-hero-kicker] > span:first-child {
  font-size: 0.72rem;
  line-height: 1.2;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  font-size: 0.66rem;
  line-height: 1.15;
}

/* One family, two deliberate weights: Regular + Bold. */
[data-homepage-film] h1 {
  font-family: var(--font-satoshi);
  font-weight: 400 !important;
}

[data-homepage-film] h1 > span {
  font-family: var(--font-satoshi);
  font-weight: 500 !important;
  font-style: normal !important;
}

[data-client-strip-title] {
  font-family: "Oswald", "Inter Tight", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
  line-height: 1.25;
}

/* More breathing room in the theme's existing CTA mechanics. */
a[data-button-split-text] > div.relative.overflow-hidden.rounded-full {
  padding-inline: 1.8rem !important;
}

[data-nav-contact] {
  padding-inline: 1.45rem !important;
}

/* Softer, single-piece header shape during scroll. */
.header-nav-wrapper,
.scroll-header-nav-wrapper {
  border-radius: 2.15rem !important;
  background-clip: padding-box;
}

[data-nav-contact] {
  border-radius: 1.65rem !important;
}

/* Brand all actual button surfaces; no black UI buttons on the homepage. */
button.bg-background-4,
.accordion-icon {
  background-color: #1d524a !important;
}

/* Keep light-section second-line emphasis in Spring deep green. */
main h2 .text-\[\#1D524A\] {
  color: #1d524a !important;
}

/* Case gallery: calm editorial movement rather than a fast carousel. */
.spring-case-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}


/* STEP 5 — final typography + brand-icon cleanup requested 19 Aug.
   No structural, section-order, video, Lenis/GSAP or scroll logic changes. */
[data-homepage-film] [data-hero-kicker] > span,
[data-client-strip-title],
a[data-button-split-text],
a[class*="group/statement"],
.spring-case-link,
button[class*="group/subscribe"] {
  font-family: var(--font-satoshi) !important;
}

[data-homepage-film] [data-hero-kicker] {
  gap: 0.35rem;
  padding: 0.35rem 0.4rem 0.35rem 0.85rem;
}

[data-homepage-film] [data-hero-kicker] > span {
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.035em !important;
  text-transform: none !important;
  color: #1d524a !important;
}

[data-homepage-film] [data-hero-kicker] > span:first-child {
  font-size: 0.76rem;
  line-height: 1.25;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  background: #1d524a !important;
  color: #dce187 !important;
  font-size: 0.68rem;
  line-height: 1.15;
}

[data-client-strip-title] {
  color: #1d524a !important;
  font-size: 0.72rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.105em !important;
  line-height: 1.25;
  text-transform: uppercase;
}

main .text-is-heading-4,
main .md\:text-is-heading-2,
main .md\:text-is-heading-3,
main .xl\:text-is-heading-1,
main .xl\:text-is-heading-2 {
  font-family: var(--font-satoshi) !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

main .spring-editorial-italic {
  font-family: var(--font-instrument-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #1d524a !important;
}

main h2.text-black,
main h3.text-black,
main h2 .text-black,
main h3 .text-black {
  color: #1d524a !important;
}

a[data-button-split-text],
a[class*="group/statement"],
.spring-case-link,
button[class*="group/subscribe"] {
  font-weight: 500 !important;
  letter-spacing: 0.018em !important;
}

a[data-button-split-text].text-black,
a[class*="group/statement"].text-black {
  color: #1d524a !important;
}

a[data-button-split-text] > span.rounded-full.bg-white {
  background: #1d524a !important;
}

a.bg-background-4,
button.bg-background-4,
button[class*="bg-background-4"] {
  background-color: #1d524a !important;
}

.spring-sparkle-icon {
  display: inline-grid;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 1.55rem;
  place-items: center;
  color: #dce187;
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spring-sparkle-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.spring-sparkle-main { fill: currentColor; }
.spring-sparkle-mini { fill: #f3a6b8; }
.spring-sparkle-mini--small { fill: currentColor; opacity: 0.9; }

a:hover .spring-sparkle-icon,
button:hover .spring-sparkle-icon {
  transform: rotate(8deg) scale(1.08);
}

[data-nav-contact] .spring-sparkle-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-basis: 1.35rem;
  color: #1d524a;
}

.scroll-header-nav-wrapper[data-nav-status="active"] {
  max-width: 10.8rem !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.scroll-header-nav-wrapper[data-nav-status="active"] [data-nav-contact] {
  top: 0.25rem !important;
  right: 0.25rem !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 4px #1d524a, 0 10px 28px rgb(1 45 40 / 16%);
}

.header-nav-wrapper[data-nav-status="inactive"] {
  border-radius: 1.8rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .spring-sparkle-icon { transition: none; }
}

/* STEP 5.2 — locked type roles: Oswald on every visible CTA/button surface and micro-label.
   Normal navigation links, accordion questions, headings and body copy remain in the theme type system. */
[data-homepage-film] [data-hero-kicker] > span,
[data-client-strip-title],
.spring-case-kicker,
.shadow-1.text-tagline-3,
a[data-button-split-text],
a[class*="group/statement"],
.spring-case-link,
[data-homepage-film] a[href="#service-directory"],
button[class*="group/subscribe"],
button.btn-primary {
  font-family: "Oswald", "Arial Narrow", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
}

/* Keep the two hero kicker chips legible while retaining their existing colour/shape system. */
[data-homepage-film] [data-hero-kicker] > span:first-child {
  letter-spacing: 0.045em !important;
}
[data-homepage-film] [data-hero-kicker] > span:last-child {
  letter-spacing: 0.035em !important;
}

/* STEP 5.2 HOTFIX — preserve original split-button motion.
   Header CTA remains the original lime/yellow. Only the hero primary CTA changes to Spring deep green. */
[data-homepage-film] a[href="contact.html"][data-button-split-text] {
  color: #ffffff !important;
}
[data-homepage-film] a[href="contact.html"][data-button-split-text] > span,
[data-homepage-film] a[href="contact.html"][data-button-split-text] > div {
  background-color: #1D524A !important;
}
[data-homepage-film] a[href="contact.html"][data-button-split-text] .spring-sparkle-icon {
  color: #DCE187 !important;
}


/* HERO MICRO-POLISH — scoped only to the homepage hero.
   Keeps template mechanics/scroll untouched. */

/* Move the left hero copy upward for better vertical balance. */
[data-homepage-film] .main-container > div > div:first-child {
  transform: translateY(-42px);
}

/* More breathing room between kicker and headline. */
[data-homepage-film] .main-container > div > div:first-child {
  row-gap: 0 !important;
}
[data-homepage-film] [data-hero-kicker] {
  margin-bottom: 1.55rem;
}

/* Softer, less tech-like kicker surface. */
[data-homepage-film] [data-hero-kicker] {
  background: rgba(248, 245, 238, 0.94) !important;
  border: 1px solid rgba(29, 82, 74, 0.12);
  box-shadow: none !important;
  padding: 0.42rem 0.48rem 0.42rem 0.9rem !important;
}

/* Smaller subtitle-like service labels with real spacing between words. */
[data-homepage-film] .spring-hero-kicker-services {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  font-size: 0.64rem !important;
  line-height: 1;
  letter-spacing: 0.055em !important;
  color: rgba(29, 82, 74, 0.82) !important;
  white-space: nowrap;
}

[data-homepage-film] .spring-kicker-sparkle {
  font-family: var(--font-satoshi) !important;
  font-size: 0.48rem;
  line-height: 1;
  color: #D8B8C4;
  letter-spacing: 0 !important;
  transform: translateY(-0.02rem);
}

/* Keep Greater London distinct but soft rather than techy. */
[data-homepage-film] [data-hero-kicker] > span:last-child {
  margin-left: 0.18rem;
  padding: 0.36rem 0.72rem !important;
  background: #1D524A !important;
  color: #DCE187 !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.045em !important;
}

/* Slightly more air under the headline and a touch more readable support copy. */
[data-homepage-film] h1 {
  margin-bottom: 1.15rem;
}
[data-homepage-film] h1 + p {
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Hero primary CTA: deep green, original split-button motion retained. */
[data-homepage-film] a[href="contact.html"][data-button-split-text] > span,
[data-homepage-film] a[href="contact.html"][data-button-split-text] > div {
  background-color: #1D524A !important;
}
[data-homepage-film] a[href="contact.html"][data-button-split-text] {
  color: #ffffff !important;
}

/* Mobile/tablet: lift less so content never crowds the top. */
@media (max-width: 1023px) {
  [data-homepage-film] .main-container > div > div:first-child {
    transform: translateY(-18px);
  }
}
@media (max-width: 640px) {
  [data-homepage-film] .spring-hero-kicker-services {
    gap: 0.42rem;
    font-size: 0.58rem !important;
  }
  [data-homepage-film] .spring-kicker-sparkle {
    font-size: 0.42rem;
  }
  [data-homepage-film] [data-hero-kicker] {
    margin-bottom: 1.1rem;
  }
}


/* STEP 5.2 — HERO BALANCE
   Scoped only to the homepage hero. No section/scroll/button mechanics changed. */

/* Kicker: warm, editorial, properly spaced — not a tech filter. */
[data-homepage-film] [data-hero-kicker] {
  gap: 0.7rem !important;
  padding: 0.5rem 0.55rem 0.5rem 1.15rem !important;
  margin-bottom: 1.65rem !important;
  background: rgba(247, 243, 235, 0.96) !important;
  border: 1px solid rgba(29, 82, 74, 0.08) !important;
  box-shadow: none !important;
}

[data-homepage-film] .spring-hero-kicker-services {
  gap: 0.72rem !important;
  color: rgba(29, 82, 74, 0.72) !important;
  font-size: 0.63rem !important;
  line-height: 1 !important;
  letter-spacing: 0.10em !important;
}

[data-homepage-film] .spring-kicker-sparkle {
  color: #d9a9b8 !important;
  font-size: 0.42rem !important;
  opacity: 0.78;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  margin-left: 0.15rem !important;
  padding: 0.47rem 0.82rem !important;
  border-radius: 999px !important;
  background: #2a6259 !important;
  color: #dce187 !important;
  font-size: 0.59rem !important;
  letter-spacing: 0.095em !important;
  line-height: 1 !important;
}

/* Hero headline: genuine Regular / Bold contrast using an already-loaded family. */
[data-homepage-film] h1 {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.96 !important;
}

[data-homepage-film] h1 > span {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.96 !important;
}

/* Restore balance below the headline after lifting the hero block. */
[data-homepage-film] h1 + p {
  margin-top: 1.35rem !important;
  max-width: 39rem !important;
  font-size: 1.08rem !important;
  line-height: 1.48 !important;
  color: rgba(255,255,255,0.88) !important;
  letter-spacing: -0.01em;
}

/* Desktop: keep the lift, but not so high that the support copy feels detached. */
@media (min-width: 1024px) {
  [data-homepage-film] .main-container > div > div:first-child {
    transform: translateY(-36px) !important;
  }
}

@media (max-width: 767px) {
  [data-homepage-film] [data-hero-kicker] {
    padding: 0.45rem 0.48rem 0.45rem 0.78rem !important;
    gap: 0.42rem !important;
  }
  [data-homepage-film] .spring-hero-kicker-services {
    gap: 0.4rem !important;
    font-size: 0.55rem !important;
    letter-spacing: 0.075em !important;
  }
  [data-homepage-film] [data-hero-kicker] > span:last-child {
    padding: 0.4rem 0.62rem !important;
    font-size: 0.53rem !important;
    letter-spacing: 0.07em !important;
  }
  [data-homepage-film] h1 + p {
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
    margin-top: 1rem !important;
  }
}


/* HERO ELEGANT TYPE — only hero headline hierarchy + kicker tone. */

/* Reveal animation creates nested spans: keep the first line truly Regular. */
[data-homepage-film] h1,
[data-homepage-film] h1 span {
  font-family: "Inter Tight", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

/* Restrained bold: visible hierarchy without a heavy display look. */
[data-homepage-film] h1 .spring-hero-emphasis,
[data-homepage-film] h1 .spring-hero-emphasis span {
  font-weight: 560 !important;
}

/* Softer, airier micro subtitle. */
[data-homepage-film] .spring-hero-kicker-services {
  gap: 0.9rem !important;
  color: rgba(29, 82, 74, 0.54) !important;
  letter-spacing: 0.13em !important;
}

[data-homepage-film] .spring-kicker-sparkle {
  color: #d7aab8 !important;
  opacity: 0.52 !important;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  color: rgba(220, 225, 135, 0.92) !important;
  background: rgba(42, 98, 89, 0.90) !important;
}

@media (max-width: 767px) {
  [data-homepage-film] .spring-hero-kicker-services {
    gap: 0.58rem !important;
    letter-spacing: 0.095em !important;
  }
}


/* HERO COPY BALANCE — only support copy + micro-kicker spacing. */

/* Make the support line read as part of the hero, not as a footnote. */
[data-homepage-film] h1 + p {
  margin-top: 0.9rem !important;
  max-width: 43rem !important;
  font-size: 1.16rem !important;
  line-height: 1.42 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  letter-spacing: -0.006em !important;
}

/* More editorial air in the micro subtitle. */
[data-homepage-film] .spring-hero-kicker-services {
  gap: 1.02rem !important;
  letter-spacing: 0.155em !important;
  color: rgba(29, 82, 74, 0.50) !important;
}

[data-homepage-film] .spring-kicker-sparkle {
  margin-inline: 0.03rem;
  opacity: 0.44 !important;
}

/* Greater London should breathe too, but stay secondary. */
[data-homepage-film] [data-hero-kicker] > span:last-child {
  letter-spacing: 0.12em !important;
  padding-inline: 0.94rem !important;
}

@media (max-width: 767px) {
  [data-homepage-film] h1 + p {
    font-size: 1rem !important;
    line-height: 1.48 !important;
    max-width: 31rem !important;
  }

  [data-homepage-film] .spring-hero-kicker-services {
    gap: 0.62rem !important;
    letter-spacing: 0.11em !important;
  }
}


/* HERO HELVETICA MODERN — hero only.
   Keeps the elegant Regular / Medium hierarchy without a heavy display bold. */

[data-homepage-film] h1,
[data-homepage-film] h1 span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
}

[data-homepage-film] h1 .spring-hero-emphasis,
[data-homepage-film] h1 .spring-hero-emphasis span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.038em !important;
}

[data-homepage-film] h1 .spring-hero-emphasis {
  font-size: 1.025em !important;
  margin-top: 0.055em !important;
}

/* Keep the supporting sentence visually connected to the headline. */
[data-homepage-film] h1 + p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  margin-top: 0.88rem !important;
  max-width: 43rem !important;
  font-size: 1.16rem !important;
  line-height: 1.42 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  letter-spacing: -0.008em !important;
}

/* Micro-kicker: lighter colour + more breathing room. */
[data-homepage-film] .spring-hero-kicker-services {
  gap: 1.05rem !important;
  letter-spacing: 0.16em !important;
  color: rgba(29, 82, 74, 0.48) !important;
}

[data-homepage-film] .spring-kicker-sparkle {
  opacity: 0.42 !important;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  letter-spacing: 0.12em !important;
  padding-inline: 0.95rem !important;
}

@media (max-width: 767px) {
  [data-homepage-film] h1 + p {
    font-size: 1rem !important;
    line-height: 1.48 !important;
  }

  [data-homepage-film] .spring-hero-kicker-services {
    gap: 0.64rem !important;
    letter-spacing: 0.115em !important;
  }
}


/* HERO TITLE ONLY — restore theme typography; Oswald and all other UI untouched. */
[data-homepage-film] h1,
[data-homepage-film] h1 span {
  font-family: var(--font-satoshi) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
}

/* One editorial gesture only: the core promise. */
[data-homepage-film] h1 .spring-hero-editorial,
[data-homepage-film] h1 .spring-hero-editorial span {
  font-family: var(--font-instrument-serif) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: -0.025em !important;
  line-height: 0.96 !important;
}

[data-homepage-film] h1 .spring-hero-editorial {
  font-size: 1.02em !important;
  margin-top: 0.04em !important;
}


/* HERO SINGLE-WORD ITALIC — only “properly”; all other hero title words stay Satoshi Medium. */
[data-homepage-film] h1 .spring-hero-emphasis,
[data-homepage-film] h1 .spring-hero-emphasis span:not(.spring-hero-word-italic) {
  font-family: var(--font-satoshi) !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

[data-homepage-film] h1 .spring-hero-word-italic,
[data-homepage-film] h1 .spring-hero-word-italic span {
  font-family: var(--font-instrument-serif) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: -0.018em !important;
}


/* HERO REAL THEME ITALIC — force the actual Instrument Serif through blur-text nested spans. */
[data-homepage-film] h1 .spring-hero-emphasis .spring-hero-word-italic,
[data-homepage-film] h1 .spring-hero-emphasis .spring-hero-word-italic span,
[data-homepage-film] h1 .spring-hero-emphasis .spring-hero-word-italic * {
  font-family: var(--font-instrument-serif) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: -0.018em !important;
}


/* HERO ALIGNMENT FINAL — only the two approved optical fixes. */

/* Give Specialist → Greater London a clear visual pause and keep the badge breathable. */
[data-homepage-film] [data-hero-kicker] {
  gap: 0.95rem !important;
}

[data-homepage-film] [data-hero-kicker] > span:last-child {
  margin-left: 0 !important;
  padding-left: 0.88rem !important;
  padding-right: 0.88rem !important;
}

/* Optically align the CTA group with the support copy instead of the hero bottom edge. */
@media (min-width: 1024px) {
  [data-homepage-film] .main-container > div > div:last-child {
    transform: translateY(-22px);
  }
}


/* TOP MICRO-FINAL — only approved nav readability + header CTA sparkle.
   No typography, hero layout, colour system or button mechanics changed. */

/* Make the glass navigation readable without losing the light/translucent character. */
.header-nav-wrapper {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  box-shadow: 0 12px 32px rgba(1, 77, 68, 0.12);
}

.header-nav-wrapper [data-nav-item] > a {
  color: rgba(255, 255, 255, 0.79) !important;
}

.header-nav-wrapper [data-nav-item]:hover > a {
  color: rgba(255, 255, 255, 1) !important;
}

.spring-inner-page .header-scroll:not(.scroll-header) .header-nav-wrapper {
  background: rgba(29, 82, 74, 0.97) !important;
  border-color: rgba(220, 225, 135, 0.20) !important;
  box-shadow: 0 16px 38px rgba(1, 45, 40, 0.20) !important;
}

.spring-inner-page .header-scroll:not(.scroll-header) .header-nav-wrapper [data-nav-item] > a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.spring-inner-page .header-scroll:not(.scroll-header) .header-nav-wrapper [data-nav-item]:hover > a {
  color: #ffffff !important;
}

.spring-inner-page .header-scroll:not(.scroll-header) .logo-updated-bg,
.spring-inner-page .header-scroll:not(.scroll-header) .logo-updated-bg.invert {
  filter: none !important;
}

.spring-inner-page .header-scroll:not(.scroll-header) [data-mobile-menu-toggle] {
  background: #1D524A !important;
}

/* Header GET A QUOTE: two tiny cleaning-like glints, then a long pause. */
[data-nav-contact] .spring-sparkle-main {
  transform-box: fill-box;
  transform-origin: center;
  animation: spring-nav-glint-main 4.8s ease-in-out infinite;
}

[data-nav-contact] .spring-sparkle-mini {
  transform-box: fill-box;
  transform-origin: center;
  animation: spring-nav-glint-mini 4.8s ease-in-out infinite;
}

[data-nav-contact] .spring-sparkle-mini--small {
  animation-delay: 0.16s;
}

@keyframes spring-nav-glint-main {
  0%, 68%, 100% { opacity: 1; transform: scale(1); }
  73% { opacity: 0.58; transform: scale(0.92); }
  77% { opacity: 1; transform: scale(1.10); }
  81% { opacity: 0.74; transform: scale(0.97); }
  85% { opacity: 1; transform: scale(1); }
}

@keyframes spring-nav-glint-mini {
  0%, 72%, 100% { opacity: 0.88; transform: scale(1); }
  77% { opacity: 0.35; transform: scale(0.82); }
  81% { opacity: 1; transform: scale(1.18); }
  86% { opacity: 0.66; transform: scale(0.94); }
  90% { opacity: 0.9; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  [data-nav-contact] .spring-sparkle-main,
  [data-nav-contact] .spring-sparkle-mini {
    animation: none !important;
  }
}


/* LOCATION BADGE — only Greater London micro-detail. */
[data-homepage-film] .spring-location-badge {
  gap: 0.48rem !important;
  padding-left: 1.08rem !important;
  padding-right: 1.08rem !important;
}

[data-homepage-film] .spring-location-pin {
  width: 0.82rem;
  height: 0.82rem;
  flex: 0 0 0.82rem;
  color: #DCE187;
  overflow: visible;
}

@media (max-width: 767px) {
  [data-homepage-film] .spring-location-badge {
    gap: 0.4rem !important;
    padding-left: 0.82rem !important;
    padding-right: 0.82rem !important;
  }

  [data-homepage-film] .spring-location-pin {
    width: 0.72rem;
    height: 0.72rem;
    flex-basis: 0.72rem;
  }
}


/* SERVICE CARD ICON REFINEMENT — scoped only to the service directory. */
#service-directory .spring-service-icon {
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 0 !important;
  object-fit: contain;
  transform-origin: center;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease;
}

#service-directory article:hover .spring-service-icon {
  transform: translateY(-0.16rem) scale(1.025);
  rotate: 0deg;
}

#service-directory .spring-service-title {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

#service-directory .spring-service-title-sparkle {
  display: inline-grid;
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 0.72rem;
  place-items: center;
  color: rgba(207, 188, 164, 0.52);
  transform: translateY(-0.08em);
  transition:
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 280ms ease;
}

#service-directory .spring-service-title-sparkle svg {
  width: 100%;
  height: 100%;
}

#service-directory article:hover .spring-service-title-sparkle {
  opacity: 0.82;
  transform: translateY(-0.08em) scale(1.12) rotate(6deg);
}

@media (max-width: 639px) {
  #service-directory .spring-service-icon {
    width: 3.7rem;
    height: 3.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #service-directory .spring-service-icon,
  #service-directory .spring-service-title-sparkle {
    transition: none !important;
  }
}


/* PIN + SERVICE MICRO DETAILS — scoped only to approved elements. */
[data-homepage-film] .spring-location-badge {
  gap: 0.58rem !important;
  padding-left: 1.08rem !important;
  padding-right: 1.12rem !important;
}

[data-homepage-film] .spring-location-pin {
  width: 0.74rem !important;
  height: 0.92rem !important;
  flex: 0 0 0.74rem !important;
  color: #DCE187 !important;
}

/* Restore the tiny warm-beige completion sparkle beside service titles. */
#service-directory .spring-service-title-sparkle {
  color: rgba(199, 181, 158, 0.58) !important;
  opacity: 1 !important;
}

/* Tiny soft-beige symbol for every service line — no heavy bullet styling. */
#service-directory article ul li {
  position: relative;
  padding-left: 0.82rem;
}

#service-directory article ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.08em;
  font-size: 0.42rem;
  line-height: 1.6;
  color: rgba(199, 181, 158, 0.48);
}

/* Keep the preferred descriptive icons clean and light. */
#service-directory .spring-service-icon {
  width: 4.1rem;
  height: 4.1rem;
}


/* MIDPAGE EDITORIAL PASS — scoped to About, service visuals and client experience.
   Hero, navigation, service cards and global typography remain untouched. */

.spring-editorial-heading .spring-editorial-italic {
  font-family: var(--font-instrument-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #1D524A !important;
}

.spring-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.spring-about-copy {
  max-width: 780px;
}

.spring-about-lead {
  margin-top: 2rem;
  max-width: 720px;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.48;
  letter-spacing: -0.018em;
  color: rgba(29, 82, 74, 0.92);
  font-weight: 500;
}

.spring-about-body {
  margin-top: 1.65rem;
  margin-bottom: 2rem;
  max-width: 680px;
  display: grid;
  gap: 0.9rem;
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(29, 82, 74, 0.67);
}

.spring-about-figure {
  width: min(100%, 430px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  overflow: hidden;
  border-radius: 44px;
}

.spring-project-figure {
  max-width: 100%;
}

.spring-project-hero-intro {
  max-width: 610px;
  line-height: 1.45 !important;
  text-wrap: balance;
}

/* Projects selected work: image-led cards with the copy panel tucked into the image. */
.spring-project-work-card {
  position: relative;
}

.spring-project-work-image {
  display: block;
  width: 100%;
  height: clamp(260px, 21vw, 340px);
  object-fit: cover;
  overflow: hidden;
  border-radius: clamp(2rem, 3.2vw, 3.75rem);
  box-shadow: 0 18px 42px rgba(29, 82, 74, 0.08);
}

.spring-project-work-copy {
  position: relative;
  z-index: 1;
  margin: clamp(-3.5rem, -4.2vw, -2.4rem) clamp(0.9rem, 1.8vw, 1.5rem) 0;
  padding: clamp(1.45rem, 2vw, 2rem);
  border: 1px solid rgba(29, 82, 74, 0.06);
  border-radius: clamp(1.8rem, 2.7vw, 3rem);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 40px rgba(29, 82, 74, 0.09);
  backdrop-filter: blur(10px);
}

.spring-project-work-copy p {
  margin-top: 0.85rem;
}

.spring-project-work-copy .spring-case-link {
  margin-top: 1.25rem;
}

.spring-project-support-grid {
  align-items: stretch;
}

.spring-project-support-card {
  min-height: clamp(300px, 22vw, 360px);
  justify-content: space-between !important;
  gap: 2rem !important;
  overflow: hidden;
  border-radius: 32px !important;
  padding: clamp(2rem, 2.4vw, 2.5rem) !important;
  box-shadow: 0 18px 42px rgba(29, 82, 74, 0.12);
}

.spring-project-support-head {
  display: grid;
  gap: 1.35rem;
  align-content: start;
}

.spring-project-support-icon {
  display: block;
  width: clamp(3.7rem, 4.15vw, 4.75rem);
  height: clamp(3.7rem, 4.15vw, 4.75rem);
  flex: 0 0 auto;
  border-radius: 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(1, 30, 27, 0.1));
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spring-project-support-card:hover .spring-project-support-icon {
  transform: translateY(-0.3rem) rotate(-2deg);
}

.spring-project-support-head h3 {
  line-height: 1.08 !important;
}

.spring-project-support-text {
  max-width: 27ch;
  line-height: 1.55 !important;
}

@media (max-width: 1023px) {
  .spring-project-support-card {
    min-height: 300px !important;
  }
}

@media (max-width: 639px) {
  .spring-project-support-card {
    min-height: 280px !important;
    border-radius: 32px !important;
  }

  .spring-project-support-head {
    gap: 1.15rem;
  }
}

.spring-project-quote-section {
  padding-top: clamp(4.5rem, 7vw, 7rem) !important;
  padding-bottom: clamp(5.5rem, 8vw, 8rem) !important;
}

.spring-project-quote-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.spring-project-quote-copy {
  max-width: 620px;
}

.spring-project-quote-copy p {
  max-width: 560px;
  line-height: 1.5 !important;
}

@media (max-width: 1023px) {
  .spring-project-quote-copy {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .spring-project-quote-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.82fr);
  }

  .spring-project-quote-copy {
    padding-top: 3.35rem;
  }
}

/* The original artwork is useful proof, but it no longer dominates the viewport. */
@media (min-width: 1024px) {
  .spring-project-figure {
    max-width: 96%;
    margin-inline: auto;
  }
}

/* Text-led testimonial/client-experience layout: template mechanics retained, image reduced. */
.spring-client-slide {
  margin-inline: auto;
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: 0.5rem 0 1rem;
}

.spring-client-copy {
  max-width: 720px;
}

.spring-client-copy [data-testimonial-quote] {
  font-family: var(--font-satoshi);
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  line-height: 1.32;
  letter-spacing: -0.026em;
  font-weight: 500;
  color: #1D524A;
}

.spring-client-meta {
  position: relative;
  margin-top: 1.65rem;
  padding-left: 3rem;
}

.spring-client-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 2.25rem;
  height: 1px;
  background: rgba(29, 82, 74, 0.55);
}

.spring-client-meta h3 {
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1D524A;
}

.spring-client-meta p {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(29, 82, 74, 0.55);
}

.spring-client-image {
  width: 230px;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border-radius: 34px;
  background: #F4F0E8;
}

@media (max-width: 900px) {
  .spring-about-grid {
    grid-template-columns: 1fr;
  }

  .spring-about-figure {
    justify-self: start;
    width: min(75vw, 420px);
    aspect-ratio: 4 / 4.6;
  }

  .spring-client-slide {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .spring-client-image {
    width: min(52vw, 220px);
  }
}

@media (max-width: 640px) {
  .spring-about-lead {
    margin-top: 1.4rem;
    font-size: 1.08rem;
  }

  .spring-about-figure {
    width: 100%;
    aspect-ratio: 4 / 3.6;
    border-radius: 28px;
  }

  .spring-client-image {
    width: 160px;
    border-radius: 26px;
  }
}


/* MIDPAGE VISUAL REFINE — only Services in Focus + About CTA. */

.spring-focus-section {
  background: #F4F0E8;
}

.spring-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.6rem);
  align-items: start;
}

.spring-focus-card {
  min-width: 0;
}

.spring-focus-card--offset {
  padding-top: 2.2rem;
}

.spring-focus-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 34px;
  background: #ebe5dc;
}

.spring-focus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spring-focus-card:hover .spring-focus-image img {
  transform: scale(1.025);
}

.spring-focus-caption {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  padding: 1.05rem 0.35rem 0;
}

.spring-focus-sparkle {
  flex: 0 0 auto;
  margin-top: 0.34rem;
  font-size: 0.52rem;
  line-height: 1;
  color: rgba(199, 181, 158, 0.68);
}

.spring-focus-caption h3 {
  font-family: var(--font-satoshi);
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  line-height: 1.25;
  font-weight: 500;
  color: #1D524A;
  letter-spacing: -0.018em;
}

.spring-focus-caption p {
  margin-top: 0.38rem;
  max-width: 28ch;
  font-size: 0.82rem;
  line-height: 1.48;
  color: rgba(29, 82, 74, 0.58);
}

/* About split CTA: visible Spring surfaces, original split motion retained. */
.spring-about-cta > div.relative.overflow-hidden.rounded-full {
  background: #DCE187 !important;
}

.spring-about-cta > div.relative.overflow-hidden.rounded-full span {
  color: #1D524A !important;
}

.spring-about-cta > span.rounded-full {
  background: #1D524A !important;
}

.spring-about-cta .spring-sparkle-icon {
  color: #DCE187 !important;
}

@media (max-width: 1023px) {
  .spring-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spring-focus-card--offset {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .spring-focus-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .spring-focus-image {
    aspect-ratio: 4 / 4.2;
    border-radius: 28px;
  }

  .spring-focus-caption {
    padding-top: 0.85rem;
  }
}


/* COMPACT MOTION PASS — scoped to the latest approved middle-page fixes. */

/* Warm the light canvas. Explicit white/dark section surfaces remain untouched. */
body,
main {
  background-color: #F7F1E8 !important;
}

.spring-about-section,
.spring-focus-section,
#service-directory,
.spring-client-experience,
.spring-compact-light {
  background-color: #F7F1E8 !important;
}

/* Restore the original deep-green navigation surface after scrolling.
   The unscrolled hero glass nav remains unchanged. */
.header-nav-wrapper.scroll-header-nav-wrapper {
  background: rgba(29, 82, 74, 0.97) !important;
  border-color: rgba(220, 225, 135, 0.20) !important;
  box-shadow: 0 16px 38px rgba(1, 45, 40, 0.20) !important;
}

.header-nav-wrapper.scroll-header-nav-wrapper [data-nav-item] > a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.header-nav-wrapper.scroll-header-nav-wrapper [data-nav-item]:hover > a {
  color: #ffffff !important;
}

/* Less empty vertical space through the long homepage. */
.spring-about-section {
  padding-top: 5.25rem !important;
  padding-bottom: 4rem !important;
}

.spring-focus-section {
  padding-top: 4.75rem !important;
  padding-bottom: 5rem !important;
}

.spring-compact-light {
  padding-top: 5rem !important;
  padding-bottom: 3.75rem !important;
}

.spring-process-section {
  padding-top: 5.25rem !important;
  padding-bottom: 3.5rem !important;
}

.spring-solutions-section {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

/* Services in Focus: more air between heading and media, subtle motion only. */
.spring-focus-section .spring-focus-grid {
  margin-top: 1.4rem;
}

.spring-focus-image {
  position: relative;
}

.spring-focus-image img,
.spring-focus-image .spring-focus-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.015);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spring-focus-card:hover .spring-focus-image img,
.spring-focus-card:hover .spring-focus-image .spring-focus-media {
  transform: scale(1.04) translateY(-0.4%);
}

.spring-focus-card:nth-child(2),
.spring-focus-card:nth-child(4) {
  transform: translateY(1.6rem);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spring-focus-card:nth-child(2):hover,
.spring-focus-card:nth-child(4):hover {
  transform: translateY(1.15rem);
}

/* Dark section: exactly two concise lines on desktop. */
.spring-solutions-section h2 {
  max-width: 620px;
  line-height: 1.03 !important;
}

.spring-solutions-heading-line {
  margin-top: 0.08em;
}

/* Replace the generic rotating motif with an ownable cleaning motion mark. */
.spring-cleaning-motion-mark {
  pointer-events: none;
  position: absolute;
  left: -3.5rem;
  bottom: -4.5rem;
  width: min(38vw, 470px);
  opacity: 0.36;
}

.spring-cleaning-motion-mark svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.spring-wipe-trail {
  fill: none;
  stroke: rgba(220, 225, 135, 0.24);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-dasharray: 310 190;
  animation: spring-wipe-trail 5.8s ease-in-out infinite;
}

.spring-squeegee {
  transform-box: fill-box;
  transform-origin: center;
  animation: spring-squeegee-wipe 5.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.spring-squeegee-blade {
  fill: none;
  stroke: #00251D;
  stroke-width: 34;
  stroke-linecap: round;
}

.spring-squeegee-handle,
.spring-squeegee-grip {
  fill: none;
  stroke: #00251D;
  stroke-width: 24;
  stroke-linecap: round;
}

.spring-cleaning-glint {
  fill: #DCE187;
  transform-box: fill-box;
  transform-origin: center;
  animation: spring-cleaning-glint 5.8s ease-in-out infinite;
}

.spring-cleaning-glint--two {
  fill: #F3B6C8;
  animation-delay: 0.22s;
}

@keyframes spring-squeegee-wipe {
  0%, 14%, 82%, 100% { transform: translate3d(-10px, 8px, 0) rotate(-1deg); }
  42% { transform: translate3d(20px, -4px, 0) rotate(1.2deg); }
  62% { transform: translate3d(8px, 1px, 0) rotate(0deg); }
}

@keyframes spring-wipe-trail {
  0%, 14%, 100% { stroke-dashoffset: 120; opacity: 0.16; }
  45% { stroke-dashoffset: -42; opacity: 0.52; }
  72% { stroke-dashoffset: -90; opacity: 0.22; }
}

@keyframes spring-cleaning-glint {
  0%, 44%, 100% { opacity: 0.18; transform: scale(0.78); }
  52% { opacity: 0.88; transform: scale(1.08); }
  59% { opacity: 0.34; transform: scale(0.92); }
}

/* Keep the long service page rhythm tighter after removing the redundant side copy. */
#service-directory .main-container {
  row-gap: 2.8rem !important;
}

/* Process cards: preserve structure, trim unnecessary height. */
.spring-process-section [data-how-its-cards-align-item] {
  height: 320px !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

@media (max-width: 1023px) {
  .spring-focus-card:nth-child(2),
  .spring-focus-card:nth-child(4),
  .spring-focus-card:nth-child(2):hover,
  .spring-focus-card:nth-child(4):hover {
    transform: none;
  }

  .spring-cleaning-motion-mark {
    width: 330px;
    left: -7rem;
    bottom: -3rem;
    opacity: 0.28;
  }
}

@media (max-width: 640px) {
  .spring-about-section,
  .spring-focus-section,
  .spring-compact-light,
  .spring-process-section {
    padding-top: 3.75rem !important;
    padding-bottom: 3rem !important;
  }

  .spring-solutions-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .spring-cleaning-motion-mark {
    width: 250px;
    left: -7rem;
    bottom: -2rem;
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spring-squeegee,
  .spring-wipe-trail,
  .spring-cleaning-glint {
    animation: none !important;
  }

  .spring-focus-card,
  .spring-focus-image img,
  .spring-focus-image .spring-focus-media {
    transition: none !important;
  }
}


/* CONTENT + COHESION PASS — grounded service language, warmer light system, controlled two-line titles. */
:root {
  --spring-warm-chalk: #F3EBDD;
  --spring-warm-chalk-soft: #F7F1E8;
  --spring-pastel-blue: #C6DDF0;
  --spring-pastel-pink: #F3B6C8;
}

body,
main,
.spring-about-section,
.spring-focus-section,
#service-directory,
.spring-client-experience,
.spring-compact-light {
  background-color: var(--spring-warm-chalk) !important;
}

/* Desktop editorial system: each principal heading is consciously two lines. */
.spring-title-line { display:block; }
@media (min-width:1024px) {
  h2 .spring-title-line { white-space: nowrap; }
  .spring-about-section h2,
  .spring-focus-section h2,
  .spring-solutions-section h2,
  #service-directory h2,
  .spring-compact-light h2,
  .spring-process-section h2 {
    max-width: 760px;
    font-size: clamp(48px, 4vw, 64px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
  }
  .spring-about-copy { max-width: 850px !important; }
  .spring-about-grid { grid-template-columns: minmax(0,1.55fr) minmax(300px,.65fr) !important; }
}

/* About: warmer and more compact, with copy treated as service content rather than consultancy copy. */
.spring-about-section { padding-top: 4.6rem !important; padding-bottom: 4.8rem !important; }
.spring-about-lead {
  font-size: clamp(1.15rem, 1.45vw, 1.38rem) !important;
  line-height: 1.48 !important;
  max-width: 730px !important;
  margin-top: 1.75rem !important;
}
.spring-about-body { color: rgba(29,82,74,.68) !important; }

/* Services in focus: real air between headline and imagery, more editorial movement. */
.spring-focus-section { padding-top: 4.6rem !important; padding-bottom: 5.2rem !important; }
.spring-focus-section .mx-auto.mb-12 { margin-bottom: 4rem !important; }
.spring-focus-grid { gap: clamp(1.25rem,2vw,2rem) !important; }
.spring-focus-card:nth-child(2), .spring-focus-card:nth-child(4) { transform: translateY(1.35rem) !important; }
.spring-focus-image { background:#EDE2D3 !important; }
.spring-focus-caption p { color: rgba(29,82,74,.65) !important; }

/* Dark services section: two-line title must hold at desktop widths. */
@media (min-width:1024px) {
  .spring-solutions-section .main-container { grid-template-columns: minmax(470px,.95fr) minmax(520px,1.05fr) !important; }
  .spring-solutions-section h2 { max-width: 610px !important; font-size: clamp(46px,3.8vw,62px) !important; }
}

/* Service directory: warmer grouping and richer, still compact. */
#service-directory { padding-top: 4.8rem !important; padding-bottom: 4rem !important; }
#service-directory article { min-height: 330px !important; }
#service-directory article ul li { color: rgba(29,82,74,.62) !important; }
.spring-local-travel-note {
  display:flex; align-items:center; gap:1rem;
  max-width: 900px; margin: 1.3rem auto 0;
  padding: 1rem 1.25rem;
  border:1px solid rgba(29,82,74,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: rgba(29,82,74,.68);
  font-size:.82rem; line-height:1.45;
}
.spring-local-travel-note strong { color:#1D524A; font-weight:600; }
.spring-local-bike { width:44px; flex:0 0 44px; color:#1D524A; }
.spring-local-bike svg { width:100%; height:auto; }
.spring-local-bike svg circle, .spring-local-bike svg path { stroke:#1D524A; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.spring-local-bike svg rect { fill:#DCE187; stroke:#1D524A; stroke-width:1.5; }

/* Why Spring: flat pastel icon language connects the service cards to the trust story. */
.spring-why-icon { width:54px; height:54px; display:block; }
.spring-why-icon svg { width:100%; height:100%; fill:none; stroke:#F7F1E8; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.spring-why-icon .accent { fill:#F3B6C8; stroke:none; }
.spring-why-icon--plan .accent { fill:#F3B6C8; }
.spring-why-icon--contact circle.accent { fill:#C6DDF0; stroke:none; }
.spring-why-icon--schedule .accent { stroke:#DCE187; fill:none; }
.spring-why-icon--cover .accent { stroke:#F3B6C8; }

/* Process: compact and readable across residential + commercial contexts. */
.spring-process-section { background:#FFFDF9 !important; padding-top:4.8rem !important; padding-bottom:3.8rem !important; }
.spring-process-section .space-y-16 { row-gap:2.6rem !important; }
.spring-process-section [data-how-its-cards-align-item] { height:285px !important; }

/* FAQ gets a small cleaning gesture instead of another generic corporate block. */
.spring-faq-cleaning-mark { width:112px; margin: .2rem 0 1.35rem; opacity:.82; }
.spring-faq-cleaning-mark svg { width:100%; height:auto; }
.spring-faq-cleaning-mark .faq-wipe-line { stroke:#D7C5AF; stroke-width:5; stroke-linecap:round; }
.spring-faq-cleaning-mark .faq-wiper { stroke:#1D524A; stroke-width:4; stroke-linecap:round; }
.spring-faq-cleaning-mark .faq-star { fill:#F3B6C8; }
.spring-compact-light .accordion-item { border:1px solid rgba(29,82,74,.06); box-shadow:none !important; }

/* Softer section transitions: same warm family rather than white/grey/beige jumping. */
.spring-compact-light + .spring-process-section,
.spring-process-section + .spring-compact-light { margin-top: 1.25rem; }

@media (max-width:1023px) {
  .spring-focus-section .mx-auto.mb-12 { margin-bottom:2.5rem !important; }
  .spring-local-travel-note { border-radius:28px; align-items:flex-start; }
}
@media (max-width:640px) {
  .spring-local-travel-note { margin-top:.75rem; padding:.9rem 1rem; }
  .spring-local-bike { width:38px; flex-basis:38px; }
}


/* STEP 5.3 — UNIFIED BRAND PASS
   Applies the approved system without changing hero/header mechanics or the service-card grid. */

:root {
  --spring-warm-beige: #F5EBDD;
  --spring-warm-paper: #FBF7F0;
  --spring-deep-green: #1D524A;
  --spring-lime: #DCE187;
  --spring-pink: #F3B6C8;
  --spring-blue: #C6DDF0;
  --spring-beige-detail: #D7C5AF;
}

/* The light homepage now reads intentionally warm, not cool grey. */
body,
main,
.spring-about-section,
.spring-focus-section,
#service-directory,
.spring-residential-detail,
.spring-compact-light,
.spring-client-experience,
.spring-faq-section {
  background-color: var(--spring-warm-beige) !important;
}
.spring-process-section { background: var(--spring-warm-paper) !important; }

/* Oswald CTA text: one pixel quieter. */
a[data-button-split-text],
a[class*="group/statement"],
.spring-case-link,
[data-homepage-film] a[href="#service-directory"],
button[class*="group/subscribe"],
button.btn-primary,
[data-nav-contact] {
  font-size: 14px !important;
}

/* One micro-label language everywhere: smaller Oswald + Spring sparkle. */
main .shadow-1.text-tagline-3 {
  position: relative;
  gap: .48rem !important;
  padding: .3rem .82rem !important;
  font-size: 12px !important;
  letter-spacing: .045em !important;
  color: var(--spring-deep-green) !important;
  background: rgba(255,255,255,.76) !important;
}
main .shadow-1.text-tagline-3::before {
  content: "✦";
  display: inline-block;
  color: var(--spring-pink);
  font-size: .48rem;
  line-height: 1;
  transform: translateY(-.02em);
}

/* Keep every principal desktop title as a deliberate two-line composition. */
@media (min-width:1024px) {
  .spring-title-line { display:block; white-space:nowrap !important; }
  .spring-about-section h2,
  .spring-focus-section h2,
  .spring-solutions-section h2,
  #service-directory h2,
  .spring-residential-detail h2,
  .spring-compact-light h2,
  .spring-process-section h2,
  .spring-faq-section h2 {
    max-width: 820px !important;
    font-size: clamp(46px, 3.75vw, 61px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.038em !important;
  }
}

/* ABOUT — three-image editorial story rather than one generic room. */
.spring-about-grid {
  grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr) !important;
  gap: clamp(3rem,6vw,6.5rem) !important;
}
.spring-about-collage {
  position: relative;
  width: min(100%, 570px);
  height: 520px;
  justify-self: end;
}
.spring-about-collage figure {
  position:absolute;
  overflow:hidden;
  background:#EADFCC;
  box-shadow: 0 18px 46px rgba(29,82,74,.08);
}
.spring-about-collage img,
.spring-about-collage video { width:100%; height:100%; object-fit:cover; display:block; }
.spring-about-collage-main {
  width: 67%; height: 78%; right:0; top:0;
  border-radius: 44px;
  animation: spring-collage-float-main 8s ease-in-out infinite;
}
.spring-about-collage-action {
  width: 42%; height: 52%; left:0; top:10%;
  border-radius: 34px;
  transform: rotate(-2.2deg);
  animation: spring-collage-float-action 7s ease-in-out infinite;
}
.spring-about-collage-detail {
  width: 34%; height: 35%; right:10%; bottom:0;
  border-radius: 28px;
  transform: rotate(2.4deg);
  animation: spring-collage-float-detail 7.6s ease-in-out infinite;
}
.spring-about-collage-spark {
  position:absolute; color:var(--spring-lime); line-height:1;
  filter: drop-shadow(0 5px 8px rgba(29,82,74,.08));
}
.spring-about-collage-spark--one { left:39%; top:2%; font-size:1rem; }
.spring-about-collage-spark--two { right:2%; bottom:25%; font-size:.62rem; color:var(--spring-pink); }
@keyframes spring-collage-float-main { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
@keyframes spring-collage-float-action { 0%,100%{transform:rotate(-2.2deg) translateY(0)} 50%{transform:rotate(-1.5deg) translateY(7px)} }
@keyframes spring-collage-float-detail { 0%,100%{transform:rotate(2.4deg) translateY(0)} 50%{transform:rotate(1.6deg) translateY(-6px)} }

/* Focus cards keep their rhythm but get a little more air after the headline. */
.spring-focus-section .mx-auto.mb-12 { margin-bottom: 5rem !important; }

/* RESIDENTIAL DETAILS — a compact visual proof strip, not another giant section. */
.spring-residential-detail { padding: 5.1rem 0 5.4rem; }
.spring-residential-detail-head {
  display:grid; grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);
  gap:3rem; align-items:end; margin-bottom:3.2rem;
}
.spring-residential-detail-intro {
  max-width:430px; justify-self:end;
  font-size:1rem; line-height:1.6; color:rgba(29,82,74,.62);
}
.spring-residential-detail-grid {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem;
}
.spring-residential-detail-card figure {
  aspect-ratio:4/4.6; overflow:hidden; border-radius:30px; background:#EADFCC;
}
.spring-residential-detail-card img,
.spring-residential-detail-card video { width:100%; height:100%; object-fit:cover; display:block; transition:transform .8s cubic-bezier(.22,1,.36,1); }
.spring-residential-detail-card:hover img,
.spring-residential-detail-card:hover video { transform:scale(1.035); }
.spring-residential-detail-card--lift { transform:translateY(1.45rem); }
.spring-residential-detail-card > div { display:flex; gap:.55rem; align-items:center; padding:.9rem .2rem 0; }
.spring-residential-detail-card > div span { color:var(--spring-beige-detail); font-size:.5rem; }
.spring-residential-detail-card h3 { color:var(--spring-deep-green); font-size:1rem; font-weight:500; line-height:1.35; }

/* Why Spring: same geometry, warmer micro-details and less empty-card feeling. */
.spring-compact-light [data-etc-animate].bg-background-5 {
  border:1px solid rgba(220,225,135,.14);
  box-shadow:0 16px 38px rgba(29,82,74,.06);
}
.spring-why-icon {
  padding:.55rem; border-radius:18px;
  background:rgba(245,235,221,.08);
}

/* Process: branded visual steps instead of template numbers. */
.spring-process-mark {
  width:48px; height:48px; display:inline-grid; place-items:center;
  border-radius:17px; background:var(--spring-warm-beige); color:var(--spring-deep-green);
}
.spring-process-mark svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.spring-process-mark .accent-fill { fill:var(--spring-pink); stroke:none; }
.spring-process-mark .accent-stroke { stroke:var(--spring-lime); stroke-width:2.4; }
.spring-process-mark--scope { background:#F7E6EA; }
.spring-process-mark--calendar { background:#E4EFF7; }
.spring-process-mark--review { background:#EEF1C8; }
.spring-process-section [data-how-its-cards-align-item] { height:265px !important; padding-top:2.15rem !important; padding-bottom:2.2rem !important; }
.spring-process-section [data-how-its-cards-align-item] h3 { color:var(--spring-deep-green) !important; }

/* FAQ: warmer, recognisably Spring, no generic white accordion wall. */
.spring-faq-section { position:relative; overflow:hidden; }
.spring-faq-section::after {
  content:""; position:absolute; left:-120px; bottom:-120px; width:340px; height:340px;
  border:1px solid rgba(29,82,74,.055); border-radius:50%; box-shadow:0 0 0 48px rgba(243,182,200,.035),0 0 0 96px rgba(198,221,240,.035); pointer-events:none;
}
.spring-faq-section .accordion-item {
  position:relative; overflow:hidden;
  background:rgba(255,253,249,.80) !important;
  border:1px solid rgba(29,82,74,.055) !important;
}
.spring-faq-section .accordion-item::before {
  content:"✦"; position:absolute; left:1.05rem; top:1.2rem;
  font-size:.42rem; color:rgba(215,197,175,.72);
}
.spring-faq-section .accordion-action { padding-left:.75rem; }
.spring-faq-section .accordion-icon { background:var(--spring-deep-green) !important; color:var(--spring-lime) !important; }
.spring-faq-cleaning-mark .faq-wipe-line { stroke:var(--spring-beige-detail) !important; }

/* FOOTER — Spring-specific, useful and verified. */
.spring-footer { background:var(--spring-deep-green) !important; padding:0 !important; }
.spring-footer-inner { padding-top:4.5rem; padding-bottom:2.2rem; }
.spring-footer-lead {
  display:grid; grid-template-columns:150px minmax(0,1fr) auto; gap:2.4rem; align-items:end;
}
.spring-footer-logo { width:125px; height:auto; align-self:start; }
.spring-footer-kicker,
.spring-footer-label {
  font-family:"Oswald","Arial Narrow",sans-serif; text-transform:uppercase;
  font-size:13px; letter-spacing:.055em; font-weight:600; color:rgba(255,255,255,.62);
}
.spring-footer-kicker { display:flex; align-items:center; gap:.55rem; margin-bottom:.85rem; }
.spring-footer-kicker span { color:var(--spring-pink); font-size:.52rem; }
.spring-footer-lead h2 { color:white; font-size:clamp(34px,3.2vw,52px); line-height:1.03; letter-spacing:-.035em; font-weight:500; }
.spring-footer-lead h2 span { display:block; }
.spring-footer-lead h2 em { font-family:var(--font-instrument-serif); font-weight:400; color:var(--spring-lime); }
.spring-footer-cta {
  display:inline-flex; align-items:center; gap:.55rem; padding:.8rem 1.15rem; border-radius:999px;
  background:var(--spring-lime); color:var(--spring-deep-green); white-space:nowrap;
}
.spring-footer-cta .spring-sparkle-icon { color:var(--spring-deep-green); width:1.25rem; }
.spring-footer-rule { height:1px; background:rgba(255,255,255,.13); margin:3.5rem 0 2.6rem; }
.spring-footer-grid { display:grid; grid-template-columns:1.15fr .8fr 1.2fr 1.35fr; gap:2.5rem; }
.spring-footer-grid ul { margin-top:1rem; display:grid; gap:.55rem; }
.spring-footer-grid li,
.spring-footer-grid a,
.spring-footer-copy { color:rgba(255,255,255,.62); font-size:.92rem; line-height:1.5; transition:color .25s ease; }
.spring-footer-grid a:hover { color:white; }
.spring-footer-copy { margin-top:1rem; max-width:30ch; }
.spring-footer-email { display:inline-block; margin-top:1rem; color:white !important; overflow-wrap:anywhere; }
.spring-footer-copy--small { font-size:.78rem; color:rgba(255,255,255,.42); }
.spring-footer-bottom { margin-top:3rem; padding-top:1.35rem; border-top:1px solid rgba(255,255,255,.09); display:flex; justify-content:space-between; gap:1.5rem; color:rgba(255,255,255,.42); font-size:.78rem; }
.spring-footer-bottom div { display:flex; gap:1.25rem; }
.spring-footer-bottom a { color:inherit; }

@media (max-width:1023px) {
  .spring-about-grid { grid-template-columns:1fr !important; }
  .spring-about-collage { justify-self:start; margin-top:1rem; width:min(100%,620px); }
  .spring-residential-detail-head { grid-template-columns:1fr; gap:1.2rem; }
  .spring-residential-detail-intro { justify-self:start; }
  .spring-residential-detail-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .spring-residential-detail-card--lift { transform:none; }
  .spring-footer-lead { grid-template-columns:120px 1fr; }
  .spring-footer-cta { grid-column:2; justify-self:start; }
  .spring-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
  a[data-button-split-text], a[class*="group/statement"], [data-nav-contact] { font-size:13px !important; }
  main .shadow-1.text-tagline-3 { font-size:12px !important; }
  .spring-about-collage { height:400px; }
  .spring-about-collage-main { width:72%; height:72%; border-radius:30px; }
  .spring-about-collage-action { width:45%; height:48%; border-radius:24px; }
  .spring-about-collage-detail { width:38%; height:31%; border-radius:22px; }
  .spring-residential-detail { padding:3.8rem 0 4rem; }
  .spring-residential-detail-grid { grid-template-columns:1fr 1fr; gap:.85rem; }
  .spring-residential-detail-card figure { border-radius:22px; }
  .spring-residential-detail-card h3 { font-size:.88rem; }
  .spring-footer-inner { padding-top:3.4rem; }
  .spring-footer-lead { grid-template-columns:1fr; }
  .spring-footer-logo { width:105px; }
  .spring-footer-cta { grid-column:auto; }
  .spring-footer-grid { grid-template-columns:1fr; gap:2rem; }
  .spring-footer-bottom { flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) {
  .spring-about-collage-main,.spring-about-collage-action,.spring-about-collage-detail { animation:none !important; }
}


/* STEP 5.5 — FINAL CONTENT + VISUAL PASS
   Keeps the strong structure, restores editorial image behaviour and aligns CTA tone. */

/* About collage: bring back the floating editorial composition. */
.spring-about-collage {
  position: relative !important;
  width: min(100%, 560px) !important;
  height: 520px !important;
  justify-self: end;
  display:block !important;
}
.spring-about-collage figure {
  position:absolute !important;
  overflow:hidden;
  background:#EADFCC;
  box-shadow:0 20px 54px rgba(29,82,74,.10);
  border:1px solid rgba(29,82,74,.06);
  animation:none !important;
}
.spring-about-collage-main {
  width: 68% !important;
  height: 82% !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 42px !important;
  transform: rotate(2deg) !important;
  z-index: 2;
}
.spring-about-collage-action {
  width: 42% !important;
  height: 49% !important;
  left: 2% !important;
  top: 12% !important;
  border-radius: 30px !important;
  transform: rotate(-5deg) !important;
  z-index: 3;
}
.spring-about-collage-detail {
  width: 36% !important;
  height: 30% !important;
  left: 14% !important;
  bottom: 3% !important;
  border-radius: 24px !important;
  transform: rotate(4deg) !important;
  z-index: 4;
}
.spring-about-collage img,
.spring-about-collage video { width:100%; height:100%; object-fit:cover; display:block; }
.spring-about-collage-main img { object-position:center center; }
.spring-about-collage-action video { object-position:58% center; }
.spring-about-collage::before,
.spring-about-collage::after {
  content:"✦";
  position:absolute;
  line-height:1;
  font-size:.72rem;
  filter: drop-shadow(0 10px 14px rgba(29,82,74,.08));
}
.spring-about-collage::before { color:#F3B6C8; left:48%; top:7%; z-index:5; }
.spring-about-collage::after { color:#DCE187; right:2%; bottom:11%; z-index:5; }
.spring-media-cue { display:none !important; }

/* Process cards: keep the icon family but make the cards feel less template-tech. */
.spring-process-section [data-how-its-cards-align] {
  gap: 0 !important;
}
.spring-process-section [data-how-its-cards-align-item] {
  height: 290px !important;
  padding-top: 2.1rem !important;
  padding-bottom: 2.25rem !important;
  border-top: 1px solid rgba(29,82,74,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 100%);
}
.spring-process-section [data-how-its-cards-align-item] h3 { color:var(--spring-deep-green) !important; }
.spring-process-icon {
  width:56px; height:56px; object-fit:contain; display:block;
  transform-origin:center;
  transition:transform .45s cubic-bezier(.22,1,.36,1), filter .45s ease;
  filter: drop-shadow(0 10px 16px rgba(29,82,74,.06));
}
.spring-process-section [data-how-its-cards-align-item]:hover .spring-process-icon { transform:translateY(-3px) rotate(-2deg); }
.spring-process-section [data-how-its-cards-align-item]:nth-child(1){border-top-color:rgba(243,182,200,.42)}
.spring-process-section [data-how-its-cards-align-item]:nth-child(2){border-top-color:rgba(220,225,135,.58)}
.spring-process-section [data-how-its-cards-align-item]:nth-child(3){border-top-color:rgba(198,221,240,.75)}
.spring-process-section [data-how-its-cards-align-item]:nth-child(4){border-top-color:rgba(243,182,200,.35)}

/* FAQ toggle: Spring star that visibly changes state. */
.spring-faq-toggle {
  color:var(--spring-deep-green);
  border:1px solid rgba(29,82,74,.12);
  border-radius:50%;
  background:rgba(220,225,135,.52);
  transition:background .35s ease, transform .45s cubic-bezier(.22,1,.36,1), color .35s ease, border-color .35s ease;
}
.spring-faq-toggle svg { width:20px; height:20px; transition:transform .55s cubic-bezier(.22,1,.36,1), scale .35s ease; }
.accordion-action:hover .spring-faq-toggle { background:var(--spring-lime); transform:translateY(-1px); }
.accordion-action[data-state="open"] .spring-faq-toggle { background:var(--spring-deep-green); color:var(--spring-lime); border-color:transparent; }
.accordion-action[data-state="open"] .spring-faq-toggle svg { transform:rotate(45deg) scale(.84); }
.accordion-item:has(.accordion-action[data-state="open"]) { border-color:rgba(29,82,74,.12) !important; }
.spring-faq-toggle::before,.spring-faq-toggle::after{display:none !important;content:none !important;}

/* Brand statement: angled, label-free, editorial. */
.spring-statement-section {
  min-height: 700px;
  display:flex;
  align-items:center;
}
.spring-statement-media-cluster {
  position:absolute;
  inset:0;
  pointer-events:none;
}
.spring-statement-media {
  position:absolute;
  overflow:hidden;
  border-radius:34px;
  background:#EADFCC;
  box-shadow:0 22px 60px rgba(29,82,74,.12);
  border:1px solid rgba(29,82,74,.06);
}
.spring-statement-media img,
.spring-statement-media video { width:100%;height:100%;object-fit:cover;display:block; }
.spring-statement-media--action {
  left: 7%;
  top: 18%;
  width: 260px;
  height: 350px;
  transform: rotate(-4.5deg);
}
.spring-statement-media--home {
  right: 7%;
  top: 15%;
  width: 245px;
  height: 320px;
  transform: rotate(3.6deg);
}
.spring-statement-media--detail {
  right: 16%;
  bottom: 11%;
  width: 170px;
  height: 170px;
  border-radius: 26px;
  transform: rotate(-5deg);
}
.spring-statement-chip { display:none !important; }
.spring-statement-section .main-container { position:relative; z-index:2; }
.spring-statement-section h2 { max-width: 820px; }
.spring-statement-section p { max-width: 690px; }

/* CTA / footer. */
.spring-footer-lead {
  display:grid; grid-template-columns:150px minmax(0,1fr) auto; gap:2.4rem; align-items:end;
}
.spring-footer-cta {
  display:inline-flex; align-items:center; gap:.55rem; padding:.82rem 1.15rem; border-radius:999px;
  background:var(--spring-lime); color:var(--spring-deep-green); white-space:nowrap;
}

@media(max-width:1023px){
  .spring-about-collage{height:470px !important; max-width:620px;}
  .spring-statement-section{min-height:auto;}
  .spring-statement-media--action{left:2%; top:12%; width:165px; height:220px;}
  .spring-statement-media--home{right:2%; top:18%; width:160px; height:215px;}
  .spring-statement-media--detail{right:12%; bottom:12%; width:110px; height:110px;}
}
@media(max-width:700px){
  .spring-about-collage{height:390px !important; width:min(100%,420px) !important;}
  .spring-about-collage-main{width:70% !important; height:75% !important;}
  .spring-about-collage-action{width:42% !important; height:44% !important; left:0 !important; top:13% !important;}
  .spring-about-collage-detail{width:37% !important; height:25% !important; left:10% !important; bottom:0 !important;}
  .spring-statement-media{display:none;}
}
@media(prefers-reduced-motion:reduce){
  .spring-process-icon,.spring-faq-toggle,.spring-faq-toggle svg{transition:none!important;}
}


/* APPROVED HERO MICRO-TYPOGRAPHY — 2026-08-28. Scoped to hero kicker only. */
[data-homepage-film] .spring-hero-kicker-services,
[data-homepage-film] .spring-hero-kicker-services * {
  letter-spacing: 0.15em !important;
}

[data-homepage-film] .spring-location-badge > span {
  font-family: var(--font-instrument-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}


/* LOCKED MICRO-UPDATE — requested 2026-08-28. Scope: hero kicker + approved theme-arrow CTAs only. */
[data-homepage-film] .spring-hero-kicker-services,
[data-homepage-film] .spring-hero-kicker-services * {
  font-size: calc(0.76rem + 1pt) !important;
  letter-spacing: 0.12em !important;
}

[data-homepage-film] .spring-location-badge > span {
  font-family: var(--font-instrument-serif) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 1.02rem !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
}


.spring-footer-cta.spring-theme-arrow-button {
  padding:0 !important;
  gap:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}

/* FAQ UX REFINEMENT — 2026-08-28
   Scope locked to Questions, clearly answered. Content and all other sections remain untouched. */
.spring-faq-section .accordion {
  display:grid;
  gap:10px;
}
.spring-faq-section .accordion > * + * { margin-top:0 !important; }

.spring-faq-section .accordion-item {
  border-radius:22px !important;
  padding-left:1.35rem !important;
  padding-right:1.35rem !important;
  background:rgba(255,253,249,.78) !important;
  border:1px solid rgba(29,82,74,.075) !important;
  box-shadow:0 8px 24px rgba(29,82,74,0) !important;
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    background-color .28s ease,
    border-color .28s ease,
    box-shadow .32s ease !important;
}
.spring-faq-section .accordion-item::before { display:none !important; }

@media (hover:hover) {
  .spring-faq-section .accordion-item:not([data-state="open"]):hover {
    transform:translateY(-2px);
    background:rgba(255,255,255,.94) !important;
    border-color:rgba(29,82,74,.12) !important;
    box-shadow:0 12px 28px rgba(29,82,74,.055) !important;
  }
}

.spring-faq-section .accordion-item[data-state="open"] {
  background:#fff !important;
  border-color:rgba(29,82,74,.16) !important;
  box-shadow:0 15px 36px rgba(29,82,74,.065) !important;
}

.spring-faq-section .accordion-action,
.spring-faq-section .accordion-action[data-state="closed"],
.spring-faq-section .accordion-action[data-state="open"] {
  padding:1.35rem 0 !important;
  min-height:74px;
  align-items:center !important;
  gap:1.25rem !important;
}
.spring-faq-section .accordion-action > span:first-child {
  transition:color .25s ease, transform .32s cubic-bezier(.22,1,.36,1);
}
@media (hover:hover) {
  .spring-faq-section .accordion-action:hover > span:first-child {
    color:var(--spring-deep-green) !important;
    transform:translateX(3px);
  }
}
.spring-faq-section .accordion-action[data-state="open"] > span:first-child {
  color:var(--spring-deep-green) !important;
}

/* Replace the decorative star with an unmistakable plus/minus control. */
.spring-faq-section .spring-faq-toggle {
  position:relative;
  width:38px !important;
  height:38px !important;
  min-width:38px;
  border-radius:999px;
  background:rgba(220,225,135,.42) !important;
  color:var(--spring-deep-green) !important;
  border:1px solid rgba(29,82,74,.10) !important;
  transform:none;
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    background-color .28s ease,
    border-color .28s ease !important;
}
.spring-faq-section .spring-faq-toggle svg { display:none !important; }
.spring-faq-section .spring-faq-toggle::before,
.spring-faq-section .spring-faq-toggle::after {
  content:"" !important;
  display:block !important;
  position:absolute;
  left:50%; top:50%;
  width:13px; height:1.5px;
  border-radius:999px;
  background:currentColor;
  transform:translate(-50%,-50%);
  transition:transform .32s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.spring-faq-section .spring-faq-toggle::after {
  transform:translate(-50%,-50%) rotate(90deg);
}
@media (hover:hover) {
  .spring-faq-section .accordion-action:hover .spring-faq-toggle {
    transform:translateY(-1px) scale(1.04);
    background:var(--spring-lime) !important;
  }
}
.spring-faq-section .accordion-action[data-state="open"] .spring-faq-toggle {
  background:var(--spring-deep-green) !important;
  color:var(--spring-lime) !important;
  border-color:var(--spring-deep-green) !important;
}
.spring-faq-section .accordion-action[data-state="open"] .spring-faq-toggle::after {
  transform:translate(-50%,-50%) rotate(90deg) scaleX(0);
  opacity:0;
}

.spring-faq-section .accordion-content {
  transform:translateY(-4px);
  transition:
    height .42s cubic-bezier(.22,1,.36,1),
    opacity .24s ease,
    transform .32s cubic-bezier(.22,1,.36,1) !important;
}
.spring-faq-section .accordion-content[data-state="open"] { transform:translateY(0); }
.spring-faq-section .accordion-content p {
  max-width:58ch;
  padding:0 3.9rem 1.35rem 0 !important;
  line-height:1.62;
}

@media (max-width:640px) {
  .spring-faq-section .accordion { gap:8px; }
  .spring-faq-section .accordion-item {
    border-radius:18px !important;
    padding-left:1.05rem !important;
    padding-right:1.05rem !important;
  }
  .spring-faq-section .accordion-action,
  .spring-faq-section .accordion-action[data-state="closed"],
  .spring-faq-section .accordion-action[data-state="open"] {
    min-height:66px;
    padding:1.05rem 0 !important;
    gap:.9rem !important;
  }
  .spring-faq-section .accordion-action > span:first-child {
    font-size:1.08rem !important;
    line-height:1.35 !important;
  }
  .spring-faq-section .spring-faq-toggle {
    width:34px !important; height:34px !important; min-width:34px;
  }
  .spring-faq-section .accordion-content p {
    padding:0 2.8rem 1.05rem 0 !important;
  }
}

/* Scroll logo CONTINUOUS CLEAN TWINKLE — tiny four-point stars around the dark-green mark. */
.spring-scroll-logo-sparkle {
  position: absolute;
  left: -0.32rem;
  top: 50%;
  width: 4.1rem;
  height: 4.1rem;
  z-index: 40;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(-50% + 0.05rem));
}
.site-logo-stage--mobile .spring-scroll-logo-sparkle {
  left: -0.28rem;
  width: 3.45rem;
  height: 3.45rem;
}
.spring-scroll-logo-glint {
  transform-box: fill-box;
  transform-origin: center;
  opacity: .18;
  fill: #fffef7;
  filter: drop-shadow(0 0 2px rgba(255,254,247,.85)) drop-shadow(0 0 5px rgba(220,225,135,.55));
}
.spring-scroll-logo-glint--two,
.spring-scroll-logo-glint--four {
  fill: #dce187;
  filter: drop-shadow(0 0 2px rgba(255,254,247,.68)) drop-shadow(0 0 6px rgba(220,225,135,.64));
}
.scroll-header .spring-scroll-logo-sparkle {
  opacity: 1;
}
.scroll-header .spring-scroll-logo-glint {
  animation: spring-scroll-clean-twinkle 4.6s ease-in-out infinite;
}
.scroll-header .spring-scroll-logo-glint--one { animation-delay: 0s; }
.scroll-header .spring-scroll-logo-glint--two { animation-delay: 1.1s; }
.scroll-header .spring-scroll-logo-glint--three { animation-delay: 2.2s; }
.scroll-header .spring-scroll-logo-glint--four { animation-delay: 3.3s; }

@keyframes spring-scroll-clean-twinkle {
  0%, 10%, 100% {
    opacity: .12;
    transform: scale(.82) rotate(0deg);
  }
  16% {
    opacity: .92;
    transform: scale(1.34) rotate(4deg);
  }
  22% {
    opacity: .34;
    transform: scale(.92) rotate(-4deg);
  }
  28% {
    opacity: .10;
    transform: scale(.72) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spring-scroll-logo-sparkle { display: none !important; }
}

/* Inner services page brand pass: replace template-black surfaces with Spring green. */
body.spring-inner-page {
  --color-background-4: #1D524A;
}

.spring-inner-page main h1.text-black,
.spring-inner-page main h4.text-black {
  color: #1D524A !important;
}

.spring-inner-page main .bg-black,
.spring-inner-page main button.bg-black {
  background-color: #1D524A !important;
}

.spring-inner-page main button.bg-black:hover {
  background-color: rgba(29, 82, 74, 0.86) !important;
}

.spring-inner-page main .stroke-black {
  stroke: #ffffff !important;
}

.spring-inner-page main .fill-\[\#12161F\] {
  fill: #1D524A !important;
}

.spring-inner-page main [class*="rgba(0,0,0,0.40)"] {
  background: linear-gradient(0deg, rgba(29, 82, 74, 0.42) 0%, rgba(29, 82, 74, 0.42) 100%) !important;
}

.spring-inner-page .modal-overlay {
  background: rgba(29, 82, 74, 0.96) !important;
}

/* Inner-page heading hierarchy: match the homepage's compact editorial spacing. */
.spring-inner-page main h1,
.spring-inner-page main h1 *:not(.spring-editorial-italic) {
  font-family: var(--font-satoshi) !important;
  letter-spacing: -0.035em !important;
  line-height: 0.98 !important;
  word-spacing: normal !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.spring-inner-page main h2 {
  max-width: 820px !important;
}

.spring-inner-page main h2,
.spring-inner-page main h2 * {
  font-size: clamp(46px, 3.75vw, 61px) !important;
  letter-spacing: -0.038em !important;
  line-height: 1.03 !important;
  word-spacing: normal !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.spring-inner-page main h3,
.spring-inner-page main h3 * {
  letter-spacing: -0.018em !important;
  line-height: 1.16 !important;
  word-spacing: normal !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.spring-inner-page main h4,
.spring-inner-page main h4 * {
  letter-spacing: 0 !important;
  line-height: 1.28 !important;
  word-spacing: normal !important;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.spring-inner-page main .spring-services-hero-title {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(48px, 5vw, 84px) !important;
}

@media (max-width: 767px) {
  .spring-inner-page main .spring-services-hero-title {
    font-size: 3rem !important;
    line-height: 1.02 !important;
  }
}

/* Contact page. */
.spring-contact-page .spring-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 11.5rem 0 5.5rem;
  color: #1D524A;
}

.spring-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.spring-contact-hero-copy {
  max-width: 780px;
}

.spring-contact-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(29, 82, 74, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(29, 82, 74, 0.06);
  color: #1D524A;
  font-family: var(--font-inter-tight);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.58rem 1rem;
  text-transform: uppercase;
}

.spring-contact-hero-title {
  color: #1D524A;
  font-size: clamp(46px, 3.75vw, 61px) !important;
  font-weight: 500;
  line-height: 1.03 !important;
  max-width: 720px;
}

.spring-contact-hero-title .spring-editorial-italic,
.spring-contact-form-intro .spring-editorial-italic,
.spring-contact-trust-head .spring-editorial-italic {
  color: #7E8744;
}

.spring-contact-hero-text {
  color: rgba(29, 82, 74, 0.68);
  font-family: var(--font-inter-tight);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
  margin-top: 1.35rem;
  max-width: 650px;
}

.spring-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.spring-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  border-radius: 999px;
  font-family: var(--font-inter-tight);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.9rem 1.15rem;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, color 0.25s ease;
}

.spring-contact-button svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.spring-contact-button--primary {
  background: #1D524A;
  color: #FFFFFF;
}

.spring-contact-button--soft {
  background: #DCE187;
  color: #1D524A;
}

.spring-contact-button--ghost {
  border: 1px solid rgba(29, 82, 74, 0.18);
  background: rgba(255, 255, 255, 0.58);
  color: #1D524A;
}

.spring-contact-button:hover {
  transform: translateY(-2px);
}

.spring-contact-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
  max-width: 620px;
}

.spring-contact-proof div {
  border-top: 1px solid rgba(29, 82, 74, 0.14);
  padding-top: 1rem;
}

.spring-contact-proof dt {
  color: #1D524A;
  font-family: var(--font-inter-tight);
  font-size: 0.92rem;
  font-weight: 700;
}

.spring-contact-proof dd {
  color: rgba(29, 82, 74, 0.62);
  font-family: var(--font-inter-tight);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 0.35rem;
}

.spring-contact-hero-panel {
  position: relative;
  min-height: 560px;
}

.spring-contact-hero-image {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 2rem;
  background: #EADFCC;
  box-shadow: 0 28px 70px rgba(29, 82, 74, 0.14);
}

.spring-contact-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spring-contact-response-card {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: min(82%, 320px);
  border: 1px solid rgba(29, 82, 74, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 45px rgba(29, 82, 74, 0.14);
  color: #1D524A;
  padding: 1.2rem;
}

.spring-contact-card-label {
  color: #7E8744;
  font-family: var(--font-inter-tight);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.spring-contact-response-card ol,
.spring-contact-side-note ul {
  display: grid;
  gap: 0.5rem;
  color: rgba(29, 82, 74, 0.72);
  font-family: var(--font-inter-tight);
  font-size: 0.95rem;
  line-height: 1.38;
  padding-left: 1.1rem;
}

.spring-contact-channels {
  padding: 1rem 0 5rem;
}

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

.spring-contact-channel {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 7rem;
  border: 1px solid rgba(29, 82, 74, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.66);
  color: #1D524A;
  padding: 1.25rem;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, background-color 0.25s ease;
}

.spring-contact-channel:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 82, 74, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.spring-contact-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 1rem;
  background: #DCE187;
  color: #1D524A;
}

.spring-contact-channel-icon svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.spring-contact-channel strong,
.spring-contact-channel small {
  display: block;
  font-family: var(--font-inter-tight);
}

.spring-contact-channel strong {
  font-size: 1rem;
  font-weight: 700;
}

.spring-contact-channel small {
  color: rgba(29, 82, 74, 0.62);
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.28rem;
  overflow-wrap: anywhere;
}

.spring-contact-form-section {
  background: #1D524A;
  color: #FFFFFF;
  padding: 6rem 0;
}

.spring-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.spring-contact-form-intro {
  position: sticky;
  top: 7rem;
}

.spring-contact-form-intro .spring-contact-pill {
  background: rgba(220, 225, 135, 0.12);
  border-color: rgba(220, 225, 135, 0.18);
  box-shadow: none;
  color: #DCE187;
}

.spring-contact-form-intro h2,
.spring-contact-trust-head h2 {
  color: inherit;
  font-size: clamp(46px, 3.75vw, 61px) !important;
  font-weight: 500;
  line-height: 1.03 !important;
  max-width: 820px;
}

.spring-contact-form-intro p {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-inter-tight);
  font-size: 1rem;
  line-height: 1.58;
  margin-top: 1.25rem;
  max-width: 520px;
}

.spring-contact-side-note {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 2.2rem;
  padding-top: 1.4rem;
}

.spring-contact-side-note .spring-contact-card-label {
  color: #DCE187;
}

.spring-contact-side-note ul {
  color: rgba(255, 255, 255, 0.68);
}

.spring-contact-form {
  display: grid;
  gap: 1rem;
  border-radius: 2rem;
  background: #FFFFFF;
  box-shadow: 0 28px 74px rgba(1, 30, 27, 0.22);
  color: #1D524A;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.spring-contact-field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.spring-contact-form label {
  display: grid;
  gap: 0.45rem;
  font-family: var(--font-inter-tight);
  font-size: 0.92rem;
  font-weight: 700;
  color: #1D524A;
}

.spring-contact-form input,
.spring-contact-form select,
.spring-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 82, 74, 0.08);
  border-radius: 0.8rem;
  background: #F4F0E8;
  color: #1D524A;
  font-family: var(--font-inter-tight);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.35;
  outline: none;
  padding: 0.95rem 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.spring-contact-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.spring-contact-form input::placeholder,
.spring-contact-form textarea::placeholder {
  color: rgba(29, 82, 74, 0.48);
}

.spring-contact-form input:focus,
.spring-contact-form select:focus,
.spring-contact-form textarea:focus {
  background: #FFFFFF;
  border-color: rgba(29, 82, 74, 0.36);
  box-shadow: 0 0 0 4px rgba(220, 225, 135, 0.5);
}

.spring-contact-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.25rem;
}

.spring-contact-submit-row button {
  min-height: 3rem;
  border-radius: 999px;
  background: #1D524A;
  color: #FFFFFF;
  font-family: var(--font-inter-tight);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.95rem 1.2rem;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease;
}

.spring-contact-submit-row button:hover {
  background: #014D44;
  transform: translateY(-2px);
}

.spring-contact-submit-row p {
  color: rgba(29, 82, 74, 0.58);
  font-family: var(--font-inter-tight);
  font-size: 0.82rem;
  line-height: 1.4;
  max-width: 260px;
  text-align: right;
}

.spring-contact-trust-section {
  padding: 6rem 0 7rem;
}

.spring-contact-trust-head {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 2.2rem;
  color: #1D524A;
}

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

.spring-contact-trust-grid article {
  min-height: 17rem;
  border: 1px solid rgba(29, 82, 74, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.62);
  color: #1D524A;
  padding: 1.5rem;
}

.spring-contact-trust-grid article:nth-child(2) {
  background: rgba(220, 225, 135, 0.28);
}

.spring-contact-trust-grid article:nth-child(3) {
  background: rgba(198, 221, 240, 0.28);
}

.spring-contact-trust-grid h3 {
  color: #1D524A;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.08;
  margin-top: 1.1rem;
}

.spring-contact-trust-grid p:not(.spring-contact-card-label) {
  color: rgba(29, 82, 74, 0.64);
  font-family: var(--font-inter-tight);
  font-size: 0.98rem;
  line-height: 1.55;
  margin-top: 1rem;
}

.spring-contact-coverage-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-top: 1rem;
  border-radius: 1.6rem;
  background: #1D524A;
  color: #FFFFFF;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.spring-contact-coverage-band .spring-contact-card-label {
  color: #DCE187;
}

.spring-contact-coverage-band h3 {
  color: #FFFFFF;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.08;
}

.spring-contact-coverage-band p {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-inter-tight);
  font-size: 1rem;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .spring-contact-page .spring-contact-hero {
    padding-top: 9.5rem;
  }

  .spring-contact-hero-grid,
  .spring-contact-form-grid,
  .spring-contact-coverage-band {
    grid-template-columns: 1fr;
  }

  .spring-contact-hero-panel,
  .spring-contact-hero-image {
    min-height: 430px;
  }

  .spring-contact-form-intro {
    position: static;
  }

  .spring-contact-channel-grid,
  .spring-contact-trust-grid {
    grid-template-columns: 1fr;
  }

  .spring-contact-trust-grid article {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .spring-contact-page .spring-contact-hero {
    padding: 8.5rem 0 3.75rem;
  }

  .spring-contact-hero-title {
    font-size: 2.75rem !important;
    line-height: 1.04 !important;
  }

  .spring-contact-form-intro h2,
  .spring-contact-trust-head h2 {
    font-size: 2.75rem !important;
    line-height: 1.04 !important;
  }

  .spring-contact-actions,
  .spring-contact-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .spring-contact-button,
  .spring-contact-submit-row button {
    justify-content: center;
    width: 100%;
  }

  .spring-contact-proof,
  .spring-contact-field-pair {
    grid-template-columns: 1fr;
  }

  .spring-contact-response-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .spring-contact-hero-panel,
  .spring-contact-hero-image {
    min-height: auto;
  }

  .spring-contact-hero-image {
    aspect-ratio: 4 / 5;
  }

  .spring-contact-form-section,
  .spring-contact-trust-section {
    padding: 4rem 0;
  }

  .spring-contact-submit-row p {
    max-width: none;
    text-align: left;
  }
}
