/* OMF services overview — intentionally scoped to this page. */

.services-page {
  overflow-x: clip;
  background: var(--paper-light);
}

.services-page main {
  overflow: clip;
}

.services-page .nav-overview[aria-current="page"]::after,
.services-page .mobile-overview[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.services-hero {
  position: relative;
  display: flex;
  min-height: max(44rem, 100svh);
  align-items: center;
  overflow: hidden;
  padding: clamp(7.5rem, 13vh, 9.25rem) 4vw 6.5rem;
  color: var(--white);
  background: var(--forest-deep);
  isolation: isolate;
}

.services-hero__media,
.services-hero__shade,
.services-hero__glow {
  position: absolute;
  inset: 0;
}

.services-hero__media {
  z-index: -3;
  overflow: hidden;
}

.services-hero__media img {
  height: calc(100% + 7rem);
  object-fit: cover;
  object-position: center 46%;
  transform: translate3d(0, var(--services-hero-shift, 0px), 0) scale(1.035);
  will-change: transform;
}

.services-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 24, 19, 0.92) 0%, rgba(4, 24, 19, 0.72) 42%, rgba(4, 24, 19, 0.22) 76%, rgba(4, 24, 19, 0.08)),
    linear-gradient(0deg, rgba(3, 20, 16, 0.74) 0%, rgba(3, 20, 16, 0.06) 55%, rgba(3, 20, 16, 0.24));
}

.services-hero__glow {
  z-index: -1;
  background: radial-gradient(circle 360px at var(--cursor-x, 50%) var(--cursor-y, 45%), rgba(218, 255, 121, 0.13), transparent 72%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.services-hero__content {
  width: min(100%, 68rem);
  opacity: 0;
  transform: translateY(2rem);
  animation: services-rise 900ms 120ms var(--ease) forwards;
}

.services-hero h1,
.service-index h2,
.service-ownership h2,
.services-finale h2 {
  margin: 0;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.services-hero h1 {
  max-width: 15ch;
  margin-top: 1.1rem;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--public-hero-heading);
  font-weight: 560;
  letter-spacing: -0.066em;
  line-height: 0.9;
}

.services-hero h1 em,
.service-index h2 em,
.service-ownership h2 em,
.services-finale h2 em {
  font-family: "OMF Serif", serif;
  font-style: italic;
  font-weight: 400;
}

.services-hero h1 em {
  color: var(--acid);
  font-size: 0.9em;
}

.services-hero__intro {
  display: grid;
  width: min(100%, 58rem);
  margin-top: clamp(1.65rem, 3.5vh, 2.5rem);
  padding-top: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.services-hero__intro > p {
  max-width: 27rem;
  color: rgba(255, 253, 248, 0.78);
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.5;
}

.services-hero__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.services-primary,
.service-browser__visual > button,
.services-finale__copy > button {
  display: inline-flex;
  min-height: 50px;
  padding: 0.5rem 0.55rem 0.5rem 1.1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--forest);
  background: var(--acid);
  border: 0;
  border-radius: 0.55rem;
  cursor: pointer;
  font-family: "OMF Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.services-primary i,
.service-browser__visual > button i,
.services-finale__copy > button i {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  font-style: normal;
  transition: transform 240ms var(--ease);
}

.services-primary:hover i,
.service-browser__visual > button:hover i,
.services-finale__copy > button:hover i {
  transform: rotate(45deg);
}

.services-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 253, 248, 0.78);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.services-secondary span {
  color: var(--acid);
}

.services-hero__proof {
  position: absolute;
  right: 4vw;
  bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(7.5rem, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  margin: 0;
}

.services-hero__proof div {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.2rem;
}

.services-hero__proof dt {
  max-width: 9rem;
  color: rgba(255, 253, 248, 0.57);
  font-size: 0.62rem;
  line-height: 1.35;
}

.services-hero__proof dd {
  margin: 0;
  font-family: "OMF Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 650;
}

.service-index {
  padding: clamp(6.5rem, 9vw, 9rem) 4vw clamp(7rem, 10vw, 10rem);
  background: var(--paper-light);
}

.service-index__heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.48fr) minmax(0, 1.45fr) minmax(16rem, 0.65fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
  margin-bottom: clamp(4rem, 6vw, 6rem);
}

.service-index__heading h2 {
  max-width: 15ch;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
}

.service-index__heading h2 em {
  color: var(--orange);
}

.service-index__heading > p:last-child {
  max-width: 23rem;
  padding-bottom: 0.4rem;
  color: rgba(9, 37, 29, 0.64);
  font-size: 0.84rem;
  line-height: 1.7;
}

.service-browser {
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.service-browser__visual {
  position: sticky;
  top: 6.5rem;
}

.service-browser__visual figure {
  position: relative;
  min-height: min(44rem, calc(100svh - 9rem));
  overflow: hidden;
  background: var(--forest);
}

.service-browser__visual figure > img {
  position: absolute;
  inset: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  object-fit: cover;
  transition: opacity 220ms ease, transform 900ms var(--ease), filter 220ms ease;
}

.service-browser__visual figure > img.is-changing {
  opacity: 0.22;
  filter: blur(4px);
  transform: scale(1.035);
}

.service-browser__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 22, 17, 0.88), rgba(3, 22, 17, 0.04) 64%);
}

.service-browser__visual figcaption {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
  display: grid;
  color: var(--white);
}

.service-browser__visual figcaption > span {
  margin-bottom: 0.85rem;
  color: var(--acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-browser__visual figcaption > strong {
  max-width: 13ch;
  font-family: "OMF Serif", serif;
  font-size: var(--secondary-editorial-heading);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.service-browser__visual figcaption > p {
  max-width: 28rem;
  margin-top: 0.8rem;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

.service-browser__visual > button {
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.55rem;
}

.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.service-row {
  position: relative;
  display: grid;
  min-height: 6.5rem;
  padding: 1.05rem 0;
  grid-template-columns: 2.5rem minmax(0, 1fr) 2.2rem;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  border-top: 1px solid var(--line);
  transition: color 220ms ease, padding 320ms var(--ease);
}

.service-row::before {
  position: absolute;
  inset: 0 -1.25rem;
  z-index: -1;
  content: "";
  background: var(--acid);
  opacity: 0;
  transform: scaleY(0.78);
  transition: opacity 220ms ease, transform 320ms var(--ease);
}

.service-row.is-active::before,
.service-row:hover::before,
.service-row:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.service-row__number {
  align-self: start;
  padding-top: 0.2rem;
  color: rgba(9, 37, 29, 0.45);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-row__copy {
  display: grid;
  gap: 0.48rem;
}

.service-row__copy strong {
  max-width: 25ch;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-component-heading);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.service-row__copy small {
  color: rgba(9, 37, 29, 0.57);
  font-size: 0.68rem;
  line-height: 1.45;
}

.service-row__arrow {
  display: grid;
  width: 2.2rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
  font-size: 0.8rem;
  transition: transform 260ms var(--ease);
}

.service-row:hover .service-row__arrow,
.service-row:focus-visible .service-row__arrow {
  transform: rotate(45deg);
}

.service-row:focus-visible,
.service-browser__visual > button:focus-visible,
.services-primary:focus-visible,
.services-secondary:focus-visible,
.services-finale__copy > button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}

.service-ownership {
  display: grid;
  padding: clamp(7rem, 9vw, 9.5rem) 4vw;
  grid-template-columns: minmax(0, 0.86fr) minmax(20rem, 0.62fr) minmax(20rem, 0.58fr);
  align-items: center;
  gap: clamp(2.5rem, 4.5vw, 5rem);
  color: var(--white);
  background: var(--forest-deep);
}

.service-ownership__copy h2 {
  max-width: 12ch;
  margin-top: 1.5rem;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
}

.service-ownership__copy h2 em {
  color: var(--acid);
}

.service-ownership__copy > p:last-of-type {
  max-width: 34rem;
  margin-top: 1.6rem;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.84rem;
  line-height: 1.65;
}

.service-ownership__copy > a {
  display: inline-flex;
  min-height: 44px;
  margin-top: 1.8rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-ownership__image {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
}

.service-ownership__image img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.service-ownership__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 22, 17, 0.76), transparent 58%);
}

.service-ownership__image figcaption {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  bottom: 1.5rem;
  left: 1.6rem;
  color: rgba(255, 253, 248, 0.82);
  font-family: "OMF Serif", serif;
  font-size: 1.18rem;
  font-style: italic;
  line-height: 1.2;
}

.service-ownership__steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.service-ownership__steps li {
  display: grid;
  padding: 1.25rem 0;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.service-ownership__steps li > span {
  padding-top: 0.22rem;
  color: var(--acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
}

.service-ownership__steps strong {
  font-family: "OMF Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 620;
}

.service-ownership__steps p {
  margin-top: 0.65rem;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.76rem;
  line-height: 1.55;
}

.service-testimonial {
  padding: clamp(6rem, 8vw, 8.5rem) 4vw;
  background: var(--acid);
}

.service-testimonial blockquote {
  display: grid;
  width: min(100%, 110rem);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3rem;
}

.service-testimonial blockquote > p {
  max-width: 21ch;
  font-family: "OMF Serif", serif;
  font-size: var(--secondary-editorial-heading);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.97;
}

.service-testimonial blockquote footer {
  display: grid;
  padding-bottom: 0.7rem;
  font-family: "OMF Sans", sans-serif;
  text-align: right;
}

.service-testimonial blockquote footer strong {
  font-size: 0.8rem;
}

.service-testimonial blockquote footer span {
  margin-top: 0.35rem;
  font-size: 0.65rem;
  opacity: 0.58;
}

.services-finale {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: 8rem 7vw 7rem;
  color: var(--white);
  background: var(--forest-deep);
}

.services-finale > figure,
.services-finale__shade {
  position: absolute;
  inset: 0;
}

.services-finale > figure img {
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.services-finale__shade {
  background: linear-gradient(90deg, rgba(5, 25, 20, 0.94) 0%, rgba(5, 25, 20, 0.52) 55%, rgba(5, 25, 20, 0.14)), linear-gradient(0deg, rgba(5, 25, 20, 0.52), transparent 60%);
}

.services-finale__copy {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.services-finale__copy h2 {
  max-width: 13ch;
  margin-top: 1.5rem;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
}

.services-finale__copy h2 em {
  color: var(--acid);
}

.services-finale__copy > p:last-of-type {
  max-width: 32rem;
  margin: 1.8rem 0 2.4rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Keep the final conversion action in the same soft-square family as the main CTA. */
.services-finale__copy > button {
  border-radius: 0.55rem;
}

.services-finale__proof {
  position: absolute;
  z-index: 1;
  right: 4vw;
  bottom: 2.4rem;
  left: 4vw;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  color: rgba(255, 253, 248, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Shared legal footer treatment */
.services-page .site-footer--legal {
  display: flex;
  min-height: min(960px, calc(100svh - 3rem));
  margin: clamp(0.75rem, 1.6vw, 1.5rem);
  padding: clamp(3rem, 6vw, 6rem) clamp(1.4rem, 4.5vw, 4.5rem) clamp(1.5rem, 3vw, 2.5rem);
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(1rem, 2vw, 2rem);
  background: radial-gradient(circle at 8% 8%, rgba(207, 235, 127, 0.09), transparent 27rem), var(--forest-deep);
  color: #fffdf8;
}

.site-footer--legal > .footer-main,
.site-footer--legal > .footer-legal {
  width: min(100%, 1440px);
  margin-inline: auto;
  align-items: initial;
}

.site-footer--legal > .footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.65fr) repeat(3, minmax(120px, 0.55fr));
  gap: clamp(2rem, 4vw, 5rem);
}

.site-footer--legal .footer-branding {
  align-items: flex-start;
}

.site-footer--legal .footer-brand {
  width: clamp(240px, 23vw, 360px);
}

.site-footer--legal .footer-brand img {
  width: 100%;
  filter: none;
}

.site-footer--legal .footer-branding > p {
  margin-top: clamp(1.4rem, 3vh, 2.5rem);
  font-family: "OMF Serif", serif;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-style: italic;
  line-height: 0.98;
  white-space: nowrap;
}

.site-footer--legal .footer-regulation {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-footer--legal .footer-regulation i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--acid);
}

.site-footer--legal .footer-links,
.site-footer--legal .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72rem;
  font-family: "OMF Sans", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
}

.site-footer--legal .footer-links h2,
.site-footer--legal .footer-contact h2 {
  margin: 0 0 0.75rem;
  color: rgba(255, 253, 248, 0.46);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer--legal .footer-links a,
.site-footer--legal .footer-contact > a:not(.privacy-policy-link) {
  padding: 0.15rem 0;
  transition: color 250ms ease;
}

.site-footer--legal .footer-links a:hover,
.site-footer--legal .footer-contact a:hover {
  color: var(--acid);
}

.site-footer--legal .privacy-policy-link {
  width: 100%;
  min-height: 44px;
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--acid);
  font-weight: 700;
}

.site-footer--legal .privacy-policy-link i {
  font-size: 1rem;
  font-style: normal;
  transition: transform 250ms var(--ease);
}

.site-footer--legal .privacy-policy-link:hover i {
  transform: translate(2px, -2px);
}

.site-footer--legal > .footer-legal {
  margin-top: clamp(4rem, 8vh, 7rem);
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 2rem clamp(2rem, 5vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 253, 248, 0.58);
  font-family: "OMF Sans", sans-serif;
  font-size: clamp(0.67rem, 0.75vw, 0.76rem);
  line-height: 1.65;
}

.site-footer--legal .footer-disclosure-primary,
.site-footer--legal .footer-disclosure-secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.site-footer--legal .footer-risk {
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(207, 235, 127, 0.35);
  border-radius: 0.45rem;
  background: rgba(207, 235, 127, 0.07);
  color: rgba(255, 253, 248, 0.9);
  font-weight: 700;
}

.site-footer--legal .footer-copyright {
  align-self: center;
  justify-self: end;
  color: rgba(255, 253, 248, 0.42);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes services-rise {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .site-footer--legal > .footer-main {
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(110px, 0.6fr));
  }

  .services-hero__intro,
  .service-index__heading {
    grid-template-columns: 1fr;
  }

  .services-hero__intro {
    width: min(100%, 44rem);
    align-items: start;
    gap: 1.6rem;
  }

  .services-hero__proof {
    display: none;
  }

  .service-index__heading {
    align-items: start;
    gap: 1.5rem;
  }

  .service-index__heading > p:last-child {
    max-width: 34rem;
  }

  .service-browser {
    grid-template-columns: minmax(18rem, 0.76fr) minmax(0, 1.24fr);
    gap: 3.5rem;
  }

  .service-ownership {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
  }

  .service-ownership__steps {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .service-ownership__steps li {
    padding-right: 1.5rem;
  }
}

@media (max-width: 820px) {
  .services-page .site-footer--legal {
    min-height: auto;
    padding: 3.5rem 1.25rem 1.5rem;
  }

  .site-footer--legal > .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer--legal .footer-branding,
  .site-footer--legal .footer-contact {
    grid-column: 1 / -1;
  }

  .site-footer--legal .footer-brand {
    width: 170px;
  }

  .site-footer--legal > .footer-legal {
    grid-template-columns: 1fr;
  }

  .site-footer--legal .footer-copyright {
    justify-self: start;
  }

  .services-hero {
    min-height: 100svh;
    padding: 6.5rem 1.25rem 4.75rem;
  }

  .services-hero__media img {
    object-position: 58% center;
  }

  .services-hero__shade {
    background: linear-gradient(0deg, rgba(4, 24, 19, 0.94) 0%, rgba(4, 24, 19, 0.58) 65%, rgba(4, 24, 19, 0.2));
  }

  .services-hero h1 {
    max-width: 10ch;
    font-size: var(--public-hero-heading);
    line-height: 0.92;
  }

  .services-hero__intro {
    margin-top: 1.8rem;
    padding-top: 1rem;
  }

  .services-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .services-primary {
    width: 100%;
  }

  .service-index {
    padding: 5.8rem 1.25rem 6.25rem;
  }

  .service-index__heading {
    margin-bottom: 3rem;
  }

  .service-index__heading h2 {
    font-size: var(--secondary-section-heading);
  }

  .service-browser {
    grid-template-columns: 1fr;
    gap: 2.7rem;
  }

  .service-browser__visual {
    position: relative;
    top: auto;
  }

  .service-browser__visual figure {
    min-height: 27rem;
  }

  .service-browser__visual figcaption {
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .service-row {
    min-height: 6.25rem;
    grid-template-columns: 2rem minmax(0, 1fr) 2.4rem;
    gap: 0.9rem;
  }

  .service-row::before {
    right: -0.75rem;
    left: -0.75rem;
  }

  .service-row__copy strong {
    font-size: var(--secondary-component-heading);
  }

  .service-row__copy small {
    font-size: 0.68rem;
  }

  .service-ownership {
    padding: 5.8rem 1.25rem 6.25rem;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .service-ownership__copy h2 {
    font-size: var(--secondary-section-heading);
  }

  .service-ownership__image {
    min-height: 25rem;
  }

  .service-ownership__steps {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .service-testimonial {
    padding: 5.8rem 1.25rem;
  }

  .service-testimonial blockquote {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .service-testimonial blockquote > p {
    font-size: var(--secondary-editorial-heading);
  }

  .service-testimonial blockquote footer {
    text-align: left;
  }

  .services-finale {
    min-height: 100svh;
    padding: 6.5rem 1.25rem 5.5rem;
  }

  .services-finale__shade {
    background: linear-gradient(0deg, rgba(5, 25, 20, 0.94), rgba(5, 25, 20, 0.42) 75%, rgba(5, 25, 20, 0.12));
  }

  .services-finale__copy h2 {
    font-size: var(--secondary-section-heading);
  }

  .services-finale__proof {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-footer--legal > .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem 1.5rem;
  }

  .site-footer--legal .footer-brand {
    width: min(100%, 300px);
  }

  .site-footer--legal .footer-branding > p {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .services-hero__content .micro-label,
  .service-index__heading .micro-label,
  .service-ownership__copy .micro-label,
  .services-finale__copy .micro-label {
    font-size: 0.58rem;
  }

  .services-hero h1 {
    font-size: var(--public-hero-heading);
  }

  .services-primary,
  .service-browser__visual > button,
  .services-finale__copy > button {
    width: 100%;
  }

  .service-browser__visual figure {
    min-height: 24rem;
  }

  .service-row {
    grid-template-columns: 1.5rem minmax(0, 1fr) 2.2rem;
  }

  .service-row__arrow {
    width: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero__content {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .services-hero__media img,
  .service-browser__visual figure > img,
  .service-row,
  .service-row::before,
  .service-row__arrow {
    transition-duration: 0.01ms !important;
  }
}

/* Compact footer refinement shared with the main page. */
.services-page .site-footer--legal {
  min-height: 0;
  margin: 0;
  padding: clamp(2rem, 3vw, 2.75rem) 4vw clamp(1.25rem, 2vw, 1.75rem);
  display: block;
  border: 0;
  border-radius: 0;
  background: var(--forest-deep);
}

.site-footer--legal > .footer-main {
  grid-template-columns: minmax(210px, 1fr) repeat(3, minmax(110px, 0.55fr));
  gap: clamp(1.5rem, 2.5vw, 3rem);
}

.site-footer--legal .footer-branding {
  width: min(100%, 280px);
}

.site-footer--legal .footer-brand {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  overflow: hidden;
}

.site-footer--legal .footer-brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer--legal .footer-branding > p {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.35rem;
  line-height: 1.1;
  white-space: nowrap;
}

.site-footer--legal .footer-regulation {
  margin-top: 0.85rem;
  gap: 0.4rem;
  font-size: 0.55rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.site-footer--legal .footer-links,
.site-footer--legal .footer-contact {
  gap: 0.4rem;
  font-size: 0.72rem;
}

.site-footer--legal .footer-links h2,
.site-footer--legal .footer-contact h2 {
  margin-bottom: 0.4rem;
  font-size: 0.56rem;
}

.site-footer--legal .privacy-policy-link {
  min-height: 36px;
  margin-top: 0.45rem;
  padding-top: 0.55rem;
}

.site-footer--legal > .footer-legal {
  margin-top: clamp(1.35rem, 2vw, 1.75rem);
  padding-top: clamp(1rem, 1.5vw, 1.25rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem clamp(2rem, 3vw, 3rem);
  font-size: clamp(0.57rem, 0.62vw, 0.64rem);
  line-height: 1.5;
}

.site-footer--legal .footer-disclosure-primary,
.site-footer--legal .footer-disclosure-secondary {
  gap: 0.55rem;
}

.site-footer--legal .footer-risk {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 253, 248, 0.7);
}

.site-footer--legal .footer-copyright {
  font-size: 0.56rem;
}

@media (max-width: 820px) {
  .services-page .site-footer--legal {
    padding: 2.75rem 1.25rem 1.5rem;
  }

  .site-footer--legal > .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .site-footer--legal .footer-branding,
  .site-footer--legal .footer-contact {
    grid-column: 1 / -1;
  }

  .site-footer--legal .footer-brand {
    width: 100%;
  }

  .site-footer--legal .footer-branding > p {
    margin-top: 0.75rem;
    font-size: 1.1rem;
    white-space: nowrap;
  }

  .site-footer--legal .footer-branding {
    width: min(100%, 240px);
  }

  .site-footer--legal > .footer-legal {
    grid-template-columns: 1fr;
  }
}
