.page-home .site-header .brand img {
  width: 4.2rem;
  height: 4.2rem;
}

.site-page.page-home .section-1 {
  min-height: clamp(42rem, calc(100svh - 8rem), 52rem);
  padding-block: clamp(4.5rem, 8vw, 7rem);
  align-items: stretch;
  color: var(--light);
  background: #343839;
}

.site-page.page-home .section-1::before {
  position: absolute;
  inset: -1rem;
  z-index: 0;
  background-image: url("/assets/logos/marco-digital-logo-pattern.webp");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: clamp(4.75rem, 6.5vw, 6.75rem) auto;
  content: "";
  filter: grayscale(1) brightness(0.46) contrast(0.92);
  opacity: 0.56;
  pointer-events: none;
}

.site-page.page-home .section-1 > .home-hero-logo-frame {
  display: grid;
  align-self: center;
  min-width: 0;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: visible;
  place-items: center;
  padding: clamp(2.25rem, 5vw, 4.5rem);
  background: transparent;
  border-radius: var(--site-radius-card);
}

.page-home .home-hero-logo-mark {
  position: relative;
  display: grid;
  width: min(82%, 26rem);
  place-items: center;
}

.page-home .home-hero-logo-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 34%;
  aspect-ratio: 1;
  background: #f3f4f1;
  border-radius: 20%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-home .home-hero-logo-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.page-home .section-1 > .content-inner,
.page-home .section-1 > .content-inner > .content-grid,
.page-home .section-1 .content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .section-1 > .content-inner {
  align-self: stretch;
}

.page-home .section-1 > .content-inner > .content-grid {
  flex: 1;
}

.page-home .section-1 .content-item {
  align-items: flex-start;
  gap: 22px;
}

.page-home .home-hero-heading {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 4.5rem);
  line-height: 0.96;
  text-wrap: balance;
}

.page-home .section-1 p,
.page-home .section-1 .page-button {
  margin: 0;
}

.page-home .section-1 p {
  line-height: 1;
}

.page-home .section-1 .page-button {
  color: #1d3225;
  background: var(--light);
  box-shadow: 0 0.7rem 1.6rem rgba(7, 35, 42, 0.2);
}

.page-home .home-section-heading {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
}

.page-home .content-section:not(.section-5) p {
  font-size: clamp(1.08rem, 2vw, 1.4375rem);
  line-height: 1.5;
}

.page-home .home-service-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--site-radius-card);
}

.page-home .home-service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .section-2 .content-card {
  height: 100%;
}

.page-home .section-2 .content-card > .content-inner,
.page-home .section-2 .content-card > .content-inner > .content-grid {
  height: 100%;
}

.page-home .section-2 .content-card > .content-inner > .content-grid {
  align-content: start;
}

.page-home .section-4 {
  margin-top: clamp(0.65rem, 1.2vw, 1.1rem);
  padding-top: var(--site-section);
  border-radius: var(--site-radius-panel);
}

.page-home .section-4 > .content-inner > .content-grid {
  align-items: stretch;
}

.page-home .section-4 .home-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .section-4 .home-story-portrait {
  display: grid;
  align-content: center;
  justify-items: center;
}

.page-home .section-4 .home-story-portrait {
  align-content: stretch;
}

.page-home .home-portrait-frame {
  position: relative;
  display: grid;
  width: min(100%, 24rem);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  place-items: center;
  background: var(--mint);
  border-radius: var(--site-radius-card);
}

.page-home .home-portrait-frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.page-home .home-testimonials-heading {
  width: min(100%, 82rem);
  margin: 0 auto var(--testimonial-layout-gap);
  text-align: center;
}

.page-home .home-testimonials-heading .home-section-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
}

.page-home .section-5 {
  --testimonial-layout-gap: clamp(1.25rem, 3vw, 2.5rem);
  --testimonial-card-indent: clamp(0.35rem, 1.5vw, 0.75rem);
  --testimonial-image-size: clamp(5.5rem, 14vw, 7rem);
  padding-bottom: var(--testimonial-layout-gap);
}

.page-home .section-5 .testimonial-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: var(--testimonial-layout-gap);
}

.page-home .section-5 .testimonial-column,
.page-home .section-5 .testimonial-final-row {
  display: contents;
}

.page-home .section-5 .testimonial-column > .content-card,
.page-home .section-5 .testimonial-final-row > .content-card {
  display: grid;
  height: auto;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-radius: var(--site-radius-card);
}

.page-home .section-5 .testimonial-column > .content-card {
  width: calc(100% - var(--testimonial-card-indent));
}

.page-home .section-5 .testimonial-card--gayle,
.page-home .section-5 .testimonial-card--andre {
  justify-self: start;
}

.page-home .section-5 .testimonial-card--jan,
.page-home .section-5 .testimonial-card--elizabeth {
  justify-self: end;
}

.page-home .section-5 .testimonial-card--gayle {
  order: 1;
}

.page-home .section-5 .testimonial-card--jan {
  order: 2;
}

.page-home .section-5 .testimonial-card--andre {
  order: 3;
}

.page-home .section-5 .testimonial-card--elizabeth {
  order: 4;
}

.page-home .section-5 .testimonial-final-row > .content-card {
  order: 5;
}

.site-page.page-home .section-5 .testimonial-card--mint {
  background: var(--mint);
}

.site-page.page-home .section-5 .testimonial-card--teal {
  background: var(--teal);
}

.page-home .section-5 blockquote {
  grid-template-rows: none;
  height: auto;
  align-content: start;
}

.page-home .section-5 blockquote > div:not(.testimonial-attribution) {
  display: none;
}

.page-home .section-5 blockquote > p {
  margin-bottom: 0;
}

.page-home .section-5 .testimonial-final-row blockquote,
.page-home .section-5 .testimonial-final-row blockquote > p {
  width: 100%;
  max-width: none;
}

.page-home .testimonial-attribution {
  display: grid;
  grid-template-columns: var(--testimonial-image-size) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}

.page-home .testimonial-portrait {
  display: block;
  width: var(--testimonial-image-size);
  height: var(--testimonial-image-size);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 20%;
  background: var(--light);
  border-radius: var(--site-radius-small);
}

@media (min-width: 60rem) {
  .page-home .section-5 {
    --testimonial-card-indent: clamp(0.65rem, 1vw, 1rem);
    --testimonial-jan-rise: clamp(1rem, 2vw, 2rem);
  }

  .page-home .section-5 .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .page-home .section-5 .testimonial-column {
    display: grid;
    min-width: 0;
    gap: var(--testimonial-layout-gap);
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
  }

  .page-home .section-5 .testimonial-column > .content-card:last-child {
    height: 100%;
  }

  .page-home .section-5 .testimonial-column--right {
    padding-top: var(--testimonial-jan-rise);
  }

  .page-home .section-5 .testimonial-column--right > .testimonial-card--jan {
    margin-top: calc(-1 * var(--testimonial-jan-rise));
    padding-bottom: calc(clamp(1.25rem, 2.5vw, 2rem) + var(--testimonial-jan-rise));
  }

  .page-home .section-5 .testimonial-card--andre blockquote {
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0;
    align-content: stretch;
  }

  .page-home .section-5 .testimonial-card--andre blockquote > p {
    grid-row: 1;
  }

  .page-home .section-5 .testimonial-card--andre .testimonial-attribution {
    grid-row: 3;
    margin-top: 1.5rem;
  }

  .page-home .section-5 .testimonial-column--left > .content-card:first-child,
  .page-home .section-5 .testimonial-column--right > .content-card:last-child {
    justify-self: start;
  }

  .page-home .section-5 .testimonial-column--left > .content-card:last-child,
  .page-home .section-5 .testimonial-column--right > .content-card:first-child {
    justify-self: end;
  }

  .page-home .section-5 .testimonial-final-row {
    grid-column: 1 / -1;
    display: grid;
    min-width: 0;
  }

  .page-home .section-5 .testimonial-final-row > .content-card {
    order: initial;
    width: 100%;
  }
}

@media (min-width: 60rem) and (max-width: 74.99rem) {
  .page-home .section-5 .testimonial-column--right > .content-card {
    width: calc(100% - clamp(1.25rem, 2.5vw, 1.75rem));
  }
}

@media (min-width: 75rem) {
  .page-home .section-5 {
    --testimonial-jan-rise: clamp(2rem, 3vw, 3rem);
  }
}

.page-home .section-6 {
  padding-block: clamp(4rem, 7vw, 6rem);
}

.page-home .section-6 > .content-inner > .content-grid {
  display: block;
}

.page-home .section-6 .content-item {
  width: min(100%, 54rem);
  margin-inline: auto;
  text-align: center;
}

.page-home .section-6 .content-item h3,
.page-home .section-6 .content-item p {
  margin-inline: auto;
}

.page-home .section-6 .cta-actions {
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  margin-top: 1.25rem;
}

.page-home .section-6 .cta-actions .page-button {
  min-height: 4.1rem;
  margin-top: 0;
  padding: 1rem clamp(1.5rem, 3vw, 2.25rem);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.page-home .section-8 > .content-inner > .content-grid {
  align-items: start;
}

.page-home .home-faq-categories {
  display: grid;
  gap: 0.85rem;
}

.page-home .home-accordion-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--mint);
  border: 0;
  border-radius: var(--site-radius-card);
}

.page-home .home-accordion-item:nth-child(even) {
  background: var(--light);
}

.page-home .home-accordion-heading {
  margin: 0 !important;
}

.page-home .home-accordion-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.5rem;
  gap: 1rem;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  text-transform: lowercase;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.page-home .home-accordion-trigger:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: -5px;
}

.page-home .home-accordion-icon {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
}

.page-home .home-accordion-icon::before,
.page-home .home-accordion-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.page-home .home-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.page-home .home-accordion-trigger[aria-expanded="true"] .home-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.page-home .home-accordion-panel {
  overflow: hidden;
}

.page-home .home-accordion-panel-inner {
  padding: 0 clamp(1.15rem, 2.5vw, 1.6rem) clamp(1.4rem, 3vw, 2rem);
}

.page-home .home-accordion-panel-inner h3 {
  max-width: none;
  margin-top: 1.5rem;
  margin-bottom: 0.45rem;
  font-family: var(--font-body);
  font-size: clamp(1.08rem, 2vw, 1.4375rem);
  font-weight: 750;
  line-height: 1.45;
  text-transform: none;
}

.page-home .home-accordion-panel-inner h3:first-child,
.page-home .home-accordion-panel-inner p:first-child {
  margin-top: 0;
}

.page-home .home-accordion-panel-inner p:last-child {
  margin-bottom: 0;
}

.page-home .home-question-grid {
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.page-home .home-question-photo {
  width: min(84%, 27rem);
  margin: 0 auto;
}

.page-home .home-question-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: clamp(2rem, 4vw, 3.5rem);
}

.page-home .home-question-copy {
  justify-self: center;
}

.page-home .home-question-links {
  display: contents;
}

.page-home .home-question-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  width: fit-content;
  padding: 0.85rem 0.35rem;
  color: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* Strategy-inspired wayfinding and linework for the Home page. */
.page-home {
  --home-route-line: rgba(58, 90, 64, 0.48);
  --home-route-line-soft: rgba(58, 90, 64, 0.2);
}

.page-home .home-scroll-route,
.page-home .home-service-image::after,
.page-home .home-story-portrait::before,
.page-home .home-story-portrait::after,
.page-home .section-5::before,
.page-home .section-6::before,
.page-home .section-6::after,
.page-home .contact-section::before {
  pointer-events: none;
}

.site-page.page-home .section-1 {
  isolation: isolate;
}

.site-page.page-home .section-1 > .home-hero-logo-frame {
  position: relative;
  z-index: 1;
}

.page-home .home-hero-heading {
  position: relative;
}

.page-home .home-hero-heading::before {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0 1.25rem 0.15rem;
  background: var(--teal);
  border-radius: 0.24rem;
  box-shadow: 1.55rem -1.55rem 0 rgba(179, 232, 195, 0.48);
  content: "";
  transform: rotate(45deg);
}

.page-home .section-2 {
  isolation: isolate;
}

.page-home .home-scroll-route {
  --home-route-clearance: clamp(0.75rem, 1.5vw, 1.25rem);
  --home-route-corner: clamp(1.25rem, 2.5vw, 2rem);
  position: absolute;
  top: max(0.75rem, calc(var(--site-section) - var(--home-route-clearance)));
  bottom: max(0.75rem, calc(var(--site-section) - var(--home-route-clearance)));
  left: 50%;
  z-index: 0;
  width: min(
    calc(100% - 1rem),
    calc(100% - var(--site-inline) - var(--site-inline) + var(--home-route-clearance) + var(--home-route-clearance)),
    calc(82rem + var(--home-route-clearance) + var(--home-route-clearance))
  );
  overflow: visible;
  transform: translateX(-50%);
}

.page-home .home-scroll-route::before {
  position: absolute;
  inset: 0;
  border-top: 1px solid var(--home-route-line);
  border-left: 1px solid var(--home-route-line);
  border-top-left-radius: var(--home-route-corner);
  content: "";
}

.page-home .home-scroll-route-horizontal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-radius: 999px;
}

.page-home .home-scroll-route-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  border-radius: 999px;
}

.page-home .home-route-diamond {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--green);
  border-radius: 0.23rem;
}

.page-home .home-route-diamond-horizontal {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-home .home-route-diamond-vertical {
  top: 0;
  left: 50%;
  background: var(--mint);
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-home .home-service-image {
  position: relative;
}

.page-home .home-service-image::after {
  position: absolute;
  inset: clamp(0.6rem, 1.4vw, 0.9rem);
  border: 1px solid rgba(236, 238, 238, 0.78);
  border-radius: calc(var(--site-radius-card) - 0.55rem);
  content: "";
}

.page-home .section-2 .content-card:nth-child(2) .home-service-image::after {
  border-color: rgba(58, 90, 64, 0.52);
}

.page-home .section-4 .home-story-portrait {
  position: relative;
  isolation: isolate;
}

.page-home .section-4 .home-story-portrait::before {
  position: absolute;
  z-index: 0;
  inset: 0.8rem -0.65rem -0.65rem 0.65rem;
  border: 2px solid rgba(58, 90, 64, 0.7);
  border-radius: var(--site-radius-card);
  content: "";
  transform: rotate(2.2deg);
}

.page-home .section-4 .home-story-portrait::after {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  z-index: 0;
  width: clamp(4.5rem, 10vw, 8rem);
  aspect-ratio: 1;
  background: rgba(174, 234, 195, 0.72);
  border-radius: 32%;
  content: "";
  transform: rotate(45deg);
}

.page-home .section-4 .home-portrait-frame {
  z-index: 1;
}

.page-home .section-4 .home-section-heading,
.page-home .contact-copy .home-section-heading {
  position: relative;
  padding-left: 1.6rem;
}

.page-home .section-4 .home-section-heading::before,
.page-home .contact-copy .home-section-heading::before {
  position: absolute;
  top: 0.28em;
  left: 0.12rem;
  width: 0.78rem;
  height: 0.78rem;
  background: var(--green);
  border-radius: 0.2rem;
  content: "";
  transform: rotate(45deg);
}

.page-home .section-4 .home-story-copy p strong {
  padding: 0.08em 0.22em;
  color: var(--light);
  background: var(--green);
  border-radius: 0.35rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.page-home .section-5 {
  isolation: isolate;
}

.page-home .section-5::before {
  position: absolute;
  top: clamp(1rem, 2.5vw, 1.75rem);
  right: clamp(1rem, 2.5vw, 1.75rem);
  width: clamp(7rem, 16vw, 13rem);
  aspect-ratio: 1;
  border: 2px solid rgba(132, 189, 182, 0.72);
  border-radius: 50%;
  content: "";
}

.page-home .section-5 .quote-region {
  position: relative;
  z-index: 1;
}

.page-home .home-testimonials-heading {
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) auto minmax(1rem, 1fr);
  gap: clamp(0.8rem, 2.5vw, 1.75rem);
  align-items: center;
}

.page-home .home-testimonials-heading .home-section-heading {
  width: auto;
}

.page-home .home-testimonials-heading::before,
.page-home .home-testimonials-heading::after {
  height: 1px;
  background: var(--home-route-line);
  content: "";
}

.page-home .section-5 .content-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-home .section-5 .content-card::before {
  position: absolute;
  top: -0.18em;
  left: 0.04em;
  z-index: 0;
  color: rgba(58, 90, 64, 0.11);
  font-size: clamp(8rem, 15vw, 12rem);
  line-height: 1;
  content: none;
}

.page-home .section-5 .content-card:nth-child(even)::before {
  color: rgba(236, 238, 238, 0.24);
}

.page-home .section-5 blockquote {
  position: relative;
  z-index: 1;
}

.page-home .section-6 {
  isolation: isolate;
}

.page-home .section-6::before,
.page-home .section-6::after {
  position: absolute;
  top: 50%;
  width: clamp(8rem, 18vw, 15rem);
  aspect-ratio: 1;
  border: 2px solid var(--home-route-line-soft);
  border-radius: 25%;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.page-home .section-6::before {
  left: clamp(2rem, 8vw, 8rem);
}

.page-home .section-6::after {
  right: clamp(2rem, 8vw, 8rem);
}

.page-home .section-8 {
  isolation: isolate;
}

.page-home .home-accordion-item {
  border-left: 0.35rem solid var(--green);
}

.page-home .contact-section::before {
  content: none;
}

@media (min-width: 48rem) {
  .page-home .section-2 .content-card:nth-child(2) > .content-inner {
    padding-top: 1.25rem;
  }

  .page-home .section-4 .home-story-portrait .home-portrait-frame {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: clamp(30rem, 46vw, 38rem);
    aspect-ratio: auto;
  }

  .page-home .section-8 > .content-inner > .content-grid {
    grid-template-columns: minmax(10rem, 0.32fr) minmax(0, 1fr);
  }

  .page-home .home-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 63.99rem) {
  .site-page.page-home .section-1 {
    min-height: 0;
  }

  .page-home .section-1 > .content-inner {
    min-height: clamp(24rem, 55vw, 32rem);
  }
}

@media (min-width: 64rem) {
  .page-home .home-hero-heading {
    font-size: 72px;
  }

  .page-home .home-section-heading {
    font-size: 60px;
  }

  .page-home .home-testimonials-heading .home-section-heading {
    white-space: nowrap;
  }

  .page-home .content-section:not(.section-5) p,
  .page-home .home-accordion-panel-inner h3 {
    font-size: 23px;
    line-height: 1.5;
  }
}

@media (max-width: 47.99rem) {
  .site-page.page-home .section-1 {
    min-height: 0;
    padding-block: clamp(2.5rem, 10vw, 4rem);
  }

  .page-home .section-1 > .content-inner {
    min-height: clamp(22rem, 82vw, 27rem);
  }

  .page-home .home-hero-heading {
    max-width: 9ch;
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .page-home .testimonial-attribution {
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }

  .page-home .testimonial-portrait {
    width: 5.5rem;
    height: 5.5rem;
  }

  .page-home .section-6 .cta-actions .page-button {
    width: 100%;
  }

  .page-home .section-4 .home-story-portrait::before {
    inset: 0.55rem -0.35rem -0.35rem 0.35rem;
  }

  .page-home .section-4 .home-story-portrait::after {
    right: -0.4rem;
  }

  .page-home .section-5::before {
    opacity: 0.55;
  }

  .page-home .section-6::before {
    left: -4rem;
  }

  .page-home .section-6::after {
    right: -4rem;
  }

  .page-home .home-question-copy {
    width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
  }

  .page-home .home-question-copy h2,
  .page-home .home-question-copy p {
    max-width: 100%;
  }

  .page-home .home-question-copy h2 {
    font-size: clamp(2rem, 9.3vw, 2.5rem);
    white-space: nowrap;
  }

  .page-home .home-question-links {
    display: flex;
    gap: 0.5rem 1.25rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.75rem;
  }

  .page-home .home-question-links .page-button,
  .page-home .home-question-link {
    width: auto;
    margin: 0;
  }
}


.home-motion-enabled .page-home .testimonial-portrait,
.home-motion-enabled .page-home .home-question-photo img {
  will-change: transform;
  transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-accordion-icon::before,
  .page-home .home-accordion-icon::after {
    transition: none;
  }
}

/* Final display-font pass: keep accordion labels lowercase. */
.page-home .home-accordion-trigger {
  text-transform: lowercase;
}
