.nav-label {
  letter-spacing: -0.01em;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  color: #111827;
  font-weight: 500;
}

.nav-button, .testimonial-carousel__nav {
  border: none;
  background: none;
  color: #6b7280 !important;
  font-family: "Sohne", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.nav-button:hover, .testimonial-carousel__nav:hover, .nav-button:focus-visible, .testimonial-carousel__nav:focus-visible {
  color: #3f5a36;
  transform: translateY(-3px);
  text-decoration: none;
}
.nav-button:focus-visible, .testimonial-carousel__nav:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 4px;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
p {
  font-family: "Sohne", sans-serif;
  font-weight: 400;
}

blockquote {
  font-family: "Sohne", sans-serif;
  font-weight: 400;
}

.index-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body:has(.index-flow) {
  scroll-snap-type: none;
  scroll-padding-top: 0;
  scroll-padding-bottom: 0;
  scroll-behavior: auto;
}

.scroll-stage {
  position: relative;
  min-height: auto;
  display: block;
}

.scroll-stage__inner {
  position: relative;
  min-height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transform: none;
  transition: none;
}

.scroll-stage--hero {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at var(--bg1-pos-animated), rgba(var(--bg1-rgb), var(--bg1-alpha)) 0%, transparent 50%), radial-gradient(circle at var(--bg2-pos-animated), rgba(var(--bg2-rgb), var(--bg2-alpha)) 0%, transparent 50%), radial-gradient(circle at var(--bg3-pos-animated), rgba(var(--bg3-rgb), var(--bg3-alpha)) 0%, transparent 60%), radial-gradient(ellipse 120% 80% at var(--bg4-pos-animated), rgba(var(--bg4-rgb), var(--bg4-alpha)) 0%, transparent 50%), linear-gradient(var(--bg-linear-angle-animated), var(--bg-linear-1) 0%, var(--bg-linear-2) 25%, var(--bg-linear-3) 45%, var(--bg-linear-4) 75%, var(--bg-linear-5) 100%);
  background-size: 100% 100%;
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .scroll-stage--hero {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media (max-height: 500px) {
  .scroll-stage--hero {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.scroll-stage--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  width: 100%;
  background: radial-gradient(ellipse 100% 80% at var(--bg4-pos-animated), rgba(var(--bg3-rgb), 0.5) 0%, transparent 50%), radial-gradient(circle at var(--bg1-pos-animated), rgba(var(--bg1-rgb), 0.35) 0%, transparent 40%), radial-gradient(circle at var(--bg2-pos-animated), rgba(var(--bg2-rgb), 0.35) 0%, transparent 40%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}
.scroll-stage--hero .scroll-stage__inner {
  min-height: 100vh;
  min-height: 100svh;
  height: auto;
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}
@media (max-width: 767.98px) {
  .scroll-stage--hero .scroll-stage__inner {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .scroll-stage--hero .scroll-stage__inner {
    min-height: auto;
  }
}
@media (max-height: 500px) {
  .scroll-stage--hero .scroll-stage__inner {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .scroll-stage--hero .scroll-stage__inner {
    justify-content: center;
    gap: 0;
  }
}

.scroll-stage--bio-testimonials .scroll-stage__inner {
  gap: clamp(2rem, 5vw, 3.5rem);
}

.scroll-stage__label {
  position: absolute;
  top: clamp(0.25rem, 1vw, 0.75rem);
  left: 0;
  display: inline-flex;
  font-family: "Canela", serif !important;
  font-weight: 300;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  font-size: 2.5rem;
  color: rgba(17, 24, 39, 0.65);
  pointer-events: none;
  z-index: 2;
}
.scroll-stage__label .scroll-stage__label-highlight {
  color: #111827;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.scroll-stage__label::after {
  content: "";
  width: clamp(2rem, 6vw, 3rem);
  height: 1px;
  background: rgba(17, 24, 39, 0.35);
}

.scroll-stage__inner--footer {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  row-gap: clamp(1rem, 3vw, 2.5rem);
}

.scroll-stage__content {
  width: 100%;
}

.scroll-stage__content > section {
  width: 100%;
}

.index-footer {
  width: 100%;
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  padding-bottom: 2rem;
  color: rgba(17, 24, 39, 0.7);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-align: center;
}

.index-footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  flex-wrap: nowrap;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .index-footer__content {
    flex-wrap: wrap;
  }
}

.index-footer__content > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.index-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.index-footer__social .social-circle {
  border: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.index-footer__brand {
  font-family: "AGaramondPro", serif !important;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.index-footer__brand a {
  color: #111827 !important;
  text-decoration: none;
}
.index-footer__brand a:hover {
  color: #111827 !important;
  opacity: 0.7;
  text-decoration: underline;
}

.index-footer__legal {
  letter-spacing: 0.18em;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-footer__social .social-circle--footer {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #111827;
  transition: transform 0.2s ease;
}
.index-footer__social .social-circle--footer svg,
.index-footer__social .social-circle--footer img {
  width: 16px;
  height: 16px;
}
.index-footer__social .social-circle--footer svg {
  color: currentColor;
}
.index-footer__social .social-circle--footer i {
  font-size: 16px;
  color: currentColor;
}
.index-footer__social .social-circle--footer img {
  filter: brightness(0);
}

body:has(.content-page--services) .index-footer,
body:has(.content-page--faq) .index-footer {
  color: rgba(252, 250, 243, 0.7);
}

body:has(.content-page--services) .index-footer__brand a,
body:has(.content-page--faq) .index-footer__brand a {
  color: #FCFAF3 !important;
}
body:has(.content-page--services) .index-footer__brand a:hover,
body:has(.content-page--faq) .index-footer__brand a:hover {
  color: #FCFAF3 !important;
  opacity: 0.7;
}

body:has(.content-page--services) .index-footer__social .social-circle--footer,
body:has(.content-page--faq) .index-footer__social .social-circle--footer {
  color: #FCFAF3;
}
body:has(.content-page--services) .index-footer__social .social-circle--footer svg,
body:has(.content-page--services) .index-footer__social .social-circle--footer img,
body:has(.content-page--faq) .index-footer__social .social-circle--footer svg,
body:has(.content-page--faq) .index-footer__social .social-circle--footer img {
  width: 16px;
  height: 16px;
}
body:has(.content-page--services) .index-footer__social .social-circle--footer svg,
body:has(.content-page--faq) .index-footer__social .social-circle--footer svg {
  color: #FCFAF3;
}
body:has(.content-page--services) .index-footer__social .social-circle--footer i,
body:has(.content-page--faq) .index-footer__social .social-circle--footer i {
  font-size: 16px;
  color: #FCFAF3;
}
body:has(.content-page--services) .index-footer__social .social-circle--footer img,
body:has(.content-page--faq) .index-footer__social .social-circle--footer img {
  filter: brightness(0) invert(1);
}

body:has(.content-page--services) .index-footer__legal,
body:has(.content-page--faq) .index-footer__legal {
  color: #FCFAF3;
}
body:has(.content-page--services) .index-footer__legal p,
body:has(.content-page--faq) .index-footer__legal p {
  color: #FCFAF3;
}

body:has(.content-page--about) .index-footer {
  color: rgba(252, 250, 243, 0.7);
}

body:has(.content-page--about) .index-footer__brand a {
  color: #FCFAF3 !important;
}
body:has(.content-page--about) .index-footer__brand a:hover {
  color: #FCFAF3 !important;
  opacity: 0.7;
}

body:has(.content-page--about) .index-footer__social .social-circle--footer {
  color: #FCFAF3;
}
body:has(.content-page--about) .index-footer__social .social-circle--footer svg,
body:has(.content-page--about) .index-footer__social .social-circle--footer img {
  width: 16px;
  height: 16px;
}
body:has(.content-page--about) .index-footer__social .social-circle--footer svg {
  color: #FCFAF3;
}
body:has(.content-page--about) .index-footer__social .social-circle--footer i {
  font-size: 16px;
  color: #FCFAF3;
}
body:has(.content-page--about) .index-footer__social .social-circle--footer img {
  filter: brightness(0) invert(1);
}

body:has(.content-page--about) .index-footer__legal {
  color: #FCFAF3;
}
body:has(.content-page--about) .index-footer__legal p {
  color: #FCFAF3;
}

body:has(.content-page--contact) .index-footer {
  color: rgba(252, 250, 243, 0.7);
}

body:has(.content-page--contact) .index-footer__brand a {
  color: #FCFAF3 !important;
}
body:has(.content-page--contact) .index-footer__brand a:hover {
  color: #FCFAF3 !important;
  opacity: 0.7;
}

body:has(.content-page--contact) .index-footer__social .social-circle--footer {
  color: #FCFAF3;
}
body:has(.content-page--contact) .index-footer__social .social-circle--footer svg,
body:has(.content-page--contact) .index-footer__social .social-circle--footer img {
  width: 16px;
  height: 16px;
}
body:has(.content-page--contact) .index-footer__social .social-circle--footer svg {
  color: #FCFAF3;
}
body:has(.content-page--contact) .index-footer__social .social-circle--footer i {
  font-size: 16px;
  color: #FCFAF3;
}
body:has(.content-page--contact) .index-footer__social .social-circle--footer img {
  filter: brightness(0) invert(1);
}

body:has(.content-page--contact) .index-footer__legal {
  color: #FCFAF3;
}
body:has(.content-page--contact) .index-footer__legal p {
  color: #FCFAF3;
}

body:has(.whats-new-page) .index-footer {
  color: rgba(252, 250, 243, 0.8);
}

body:has(.whats-new-page) .index-footer__brand a {
  color: #FCFAF3 !important;
}
body:has(.whats-new-page) .index-footer__brand a:hover {
  color: #FCFAF3 !important;
  opacity: 0.7;
}

body:has(.whats-new-page) .index-footer__social .social-circle--footer {
  color: #FCFAF3;
}
body:has(.whats-new-page) .index-footer__social .social-circle--footer svg,
body:has(.whats-new-page) .index-footer__social .social-circle--footer img {
  width: 16px;
  height: 16px;
}
body:has(.whats-new-page) .index-footer__social .social-circle--footer svg {
  color: #FCFAF3;
}
body:has(.whats-new-page) .index-footer__social .social-circle--footer i {
  font-size: 16px;
  color: #FCFAF3;
}
body:has(.whats-new-page) .index-footer__social .social-circle--footer img {
  filter: brightness(0) invert(1);
}

body:has(.whats-new-page) .index-footer__legal {
  color: #FCFAF3;
}
body:has(.whats-new-page) .index-footer__legal p {
  color: #FCFAF3;
}

.index-hero__container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .index-hero__container {
    gap: 0;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__container {
    gap: 1rem;
    justify-content: center;
  }
}
@media (max-height: 500px) {
  .index-hero__container {
    gap: 0.75rem;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .index-hero__container {
    justify-content: center;
    gap: 0;
  }
}

.index-hero {
  margin-bottom: 0;
  flex: 0.5 1 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .index-hero {
    margin-bottom: 0;
    flex: 0 0 auto;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .index-hero {
    margin-top: 2rem;
  }
}

.index-hero__call-to-action {
  margin-top: auto;
}

.index-hero__cta {
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
  display: flex;
  justify-content: center;
  width: 100%;
}

.scroll-stage--hero .index-hero__content-inner {
  max-width: 70%;
  transform: none;
  transition: none;
}
@media (max-width: 767.98px) {
  .scroll-stage--hero .index-hero__content-inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.scroll-stage--hero .index-hero__image-wrapper-inner {
  transform: none;
  transition: none;
}

.index-hero__logos {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .index-hero__logos {
    margin-top: 0;
  }
}

.index-hero__image-wrapper {
  display: flex;
  justify-items: stretch;
  margin-top: 0;
}

.index-hero__image {
  width: 100%;
  height: auto;
  margin-top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  display: block;
  justify-self: center;
  max-width: 70%;
  filter: brightness(1.2) contrast(0.75) saturate(0.95);
  -webkit-filter: brightness(1.2) contrast(0.75) saturate(0.95);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 168px), rgba(0, 0, 0, 0.9) calc(100% - 140px), rgba(0, 0, 0, 0.7) calc(100% - 112px), rgba(0, 0, 0, 0.5) calc(100% - 84px), rgba(0, 0, 0, 0.3) calc(100% - 56px), rgba(0, 0, 0, 0.15) calc(100% - 35px), rgba(0, 0, 0, 0) calc(100% - 14px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 168px), rgba(0, 0, 0, 0.9) calc(100% - 140px), rgba(0, 0, 0, 0.7) calc(100% - 112px), rgba(0, 0, 0, 0.5) calc(100% - 84px), rgba(0, 0, 0, 0.3) calc(100% - 56px), rgba(0, 0, 0, 0.15) calc(100% - 35px), rgba(0, 0, 0, 0) calc(100% - 14px), rgba(0, 0, 0, 0) 100%);
}
@media (max-height: 668px) {
  .index-hero__image {
    max-width: 200px;
  }
}
@media (min-height: 669px) {
  .index-hero__image {
    max-width: 280px;
  }
}
@media (min-height: 669px) and (max-width: 400px) {
  .index-hero__image {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .index-hero__image {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .index-hero__image {
    max-width: 375px;
  }
}
@media (min-width: 1200px) {
  .index-hero__image {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__image {
    display: none;
  }
}
@media (max-height: 500px) {
  .index-hero__image {
    max-width: 240px;
  }
}

.index-hero__content {
  display: flex;
  margin-top: 0;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .index-hero__content {
    height: auto;
    justify-content: flex-start;
    margin-top: 3.5rem;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .index-hero__content {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__content {
    margin-top: 3.5rem;
  }
}
@media (max-height: 500px) {
  .index-hero__content {
    margin-top: 3rem;
  }
}

.index-hero__title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  font-family: "AGaramondPro", serif !important;
  line-height: 0.9 !important;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em !important;
}
.index-hero__title * {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
@media (max-width: 375px) {
  .index-hero__title {
    font-size: 2rem !important;
  }
}
@media (max-width: 400px) {
  .index-hero__title {
    font-size: 2.7rem !important;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__title {
    font-size: 2rem !important;
    margin-bottom: 0.35rem;
  }
}
@media (max-height: 500px) {
  .index-hero__title {
    font-size: 1.8rem !important;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 576px) {
  .index-hero__title {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 768px) {
  .index-hero__title {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .index-hero__title {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1024px) {
  .index-hero__title {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .index-hero__title {
    font-size: 6rem !important;
  }
}

.index-hero__byline {
  color: #1f2937;
  margin: 0 0 1.25rem;
  font-size: clamp(0.9rem, 1.7vw, 1.6rem);
  line-height: 1.2;
  font-weight: 400;
  font-family: "Sohne", sans-serif;
}
@media (max-width: 400px) {
  .index-hero__byline {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .index-hero__byline {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .index-hero__byline {
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__byline {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
}
@media (max-height: 500px) {
  .index-hero__byline {
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
  }
}
.index-hero__byline p {
  margin: 0;
}
.index-hero__byline .ql-font-canela {
  font-family: "Canela", serif;
}
.index-hero__byline .ql-font-sohne {
  font-family: "Sohne", sans-serif;
}

.index-hero__subtitle {
  color: #374151;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", sans-serif;
}
@media (max-width: 400px) {
  .index-hero__subtitle {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .index-hero__subtitle {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-height: 500px) {
  .index-hero__subtitle {
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
  }
}
@media (min-width: 576px) {
  .index-hero__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .index-hero__subtitle {
    margin-bottom: 0.35rem;
  }
}
@media (min-width: 768px) {
  .index-hero__subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .index-hero__subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .index-hero__subtitle {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.logotype-carousel {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  padding: 0rem 0;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media (max-width: 767.98px) {
  .logotype-carousel {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .logotype-carousel {
    transform: scale(0.8);
    transform-origin: center;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .logotype-carousel {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    transform: scale(0.65);
  }
}
@media (max-height: 500px) {
  .logotype-carousel {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    transform: scale(0.6);
  }
}
.logotype-carousel__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 80px;
  animation: logotypeScroll 60s linear infinite;
  gap: 2rem;
  padding: 0 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .logotype-carousel__track {
    gap: 4rem;
    padding: 0 2rem;
  }
}
.logotype-carousel__track:hover {
  animation-play-state: paused;
}
.logotype-carousel__item {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logotype-carousel__item img {
  max-width: 140px;
  width: 100%;
  max-height: 60px;
  filter: grayscale(10%) brightness(0) opacity(0.7);
  transition: filter 0.3s ease, transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .logotype-carousel__item img {
    max-width: 200px;
    max-height: 80px;
  }
}
.logotype-carousel__item img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
  transform: scale(1.1);
}
.logotype-carousel__item--scaled img {
  max-width: 120px;
  max-height: 48px;
}
.logotype-carousel__item--extra-scaled img {
  max-width: 80px;
  max-height: 32px;
}
.logotype-carousel__item--offset-down-1 {
  transform: translateY(3px);
}
.logotype-carousel__item--offset-down-2 {
  transform: translateY(6px);
}

@keyframes logotypeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.project-carousel {
  margin-top: clamp(1rem, 4vw, 2.5rem);
  margin-bottom: clamp(0.25rem, 5vw, 4rem);
  overflow-x: visible;
  overflow-y: visible;
}
.project-carousel a,
.project-carousel img,
.project-carousel video {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.project-carousel__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  text-align: left;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
.project-carousel__shell {
  position: relative;
  margin-top: clamp(2rem, 6vw, 4rem);
  overflow: visible;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.project-carousel__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}
.project-carousel__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-bottom: 1rem;
  touch-action: pan-y;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black clamp(4rem, 10vw, 8rem), black calc(100% - clamp(4rem, 10vw, 8rem)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black clamp(4rem, 10vw, 8rem), black calc(100% - clamp(4rem, 10vw, 8rem)), transparent 100%);
}
.project-carousel__track {
  display: flex;
  gap: clamp(2rem, 4vw, 4rem);
  padding: 0.8rem 0 1.6rem 0;
  will-change: transform;
  align-items: flex-start;
}
.project-carousel__nav {
  display: none;
}
.project-carousel__progress {
  display: none;
}
.project-carousel__progress-bar {
  display: none;
}

.project-card {
  list-style: none;
  flex: 0 0 auto;
  min-width: clamp(256px, 56vw, 340px);
  max-width: 400px;
  opacity: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  isolation: isolate;
}
.project-card--wide {
  max-width: 500px;
}
.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: clamp(1.6rem, 4vw, 2.6rem);
  outline: none;
  cursor: pointer;
}
.project-card__link:focus-visible {
  outline: 2px solid rgba(26, 74, 74, 0.6);
  outline-offset: 6px;
}
.project-card__glass {
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 2.2vw, 1.2rem);
  align-items: stretch;
  position: relative;
}
.project-card__media {
  border-radius: clamp(1.6rem, 3.4vw, 2.6rem);
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4/3;
  min-height: clamp(192px, 42vw, 256px);
  position: relative;
  background: #f3f4f6;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  pointer-events: none;
  transition: transform 0.35s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.project-card__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-card__media video + .project-card__fallback-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card__media--tall {
  aspect-ratio: 1/1.15;
}
.project-card__media--wide {
  aspect-ratio: 16/9;
  min-height: auto;
}
.project-card__media--tall--wide {
  aspect-ratio: 16/10;
  min-height: auto;
}
.project-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1.6vw, 0.9rem);
  flex: 1 1 auto;
  align-items: flex-start;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-card__content p {
  margin: 0;
  color: inherit;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-card__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.95rem;
  border: 1px solid #111827;
  border-radius: 999px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #111827;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.project-card__blurb {
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-family: "Sohne", sans-serif !important;
  font-weight: 400;
  color: black !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-card__link:hover .project-card__media img, .project-card__link:hover .project-card__media video {
  transform: scale(1.03);
}
.project-card--wide {
  width: clamp(320px, 70vw, 720px);
}

@media (max-width: 1024px) {
  .project-carousel__shell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .project-carousel__track {
    padding-left: clamp(1rem, 5vw, 1.75rem);
    padding-right: clamp(1rem, 5vw, 1.75rem);
  }
  .project-card {
    width: min(70.4vw, 416px);
  }
}
@media (max-width: 767.98px) {
  .project-carousel {
    --carousel-card-width: clamp(256px, 73.6vw, 400px);
  }
  .project-carousel__viewport {
    mask-image: none;
    -webkit-mask-image: none;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    cursor: auto;
    scrollbar-width: none;
  }
  .project-carousel__viewport::-webkit-scrollbar {
    display: none;
  }
  .project-carousel__track {
    gap: 0.8rem;
    padding-left: calc((100vw - var(--carousel-card-width)) / 2);
    padding-right: calc((100vw - var(--carousel-card-width)) / 2);
  }
  .project-card {
    width: var(--carousel-card-width);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .project-card__glass {
    gap: 0.75rem;
  }
  .project-card__media {
    min-height: 200px;
  }
  .project-card__pill {
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }
}
.project-carousel__viewport {
  cursor: grab;
}
.project-carousel__viewport:active {
  cursor: grabbing;
}

.section-block {
  --section-max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 1.75rem);
  width: 100%;
}

.section-block__header,
.section-block__content {
  width: 100%;
  max-width: var(--section-max-width);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.section-block__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  text-align: left;
}
.section-block__header .section-heading {
  margin: 0;
}

.bio-block {
  margin-top: clamp(3rem, 8vw, 5rem);
  margin-bottom: clamp(3.5rem, 9vw, 5rem);
  --section-max-width: 1100px;
}

.bio {
  margin-top: 0;
  width: 100%;
}
.bio__glass {
  width: 100%;
  max-width: var(--section-max-width);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: none;
  box-shadow: none;
}
.bio__glass h2,
.bio__glass .bio__heading {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 3rem;
  font-family: "Sohne", sans-serif !important;
  color: #111827 !important;
}
.bio__glass p {
  color: #111827 !important;
  margin-bottom: 1rem;
  font-family: "Sohne", sans-serif !important;
  font-weight: 400 !important;
  color: #111827 !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .bio__glass p {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .bio__glass p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .bio__glass p {
    font-size: 1.5rem;
  }
}
.bio__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: #6b7280;
}
.bio__cta {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  margin-bottom: clamp(2.5rem, 6vw, 8rem);
}
.bio__cta .section-heading {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #111827;
  margin: 0;
}
.bio__cta-button {
  display: flex;
  justify-content: center;
}

.mark-substack-callout {
  max-width: 745px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(2.5rem, 6vw, 8rem);
  background: #003399;
  border-radius: 1.5rem;
  overflow: hidden;
}

.mark-substack-callout__inner {
  max-width: 745px;
  margin: 0;
}

.mark-substack-callout__image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}

.mark-substack-callout__content {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  color: #f9fafb;
}

.mark-substack-callout__title {
  margin: 0;
  color: #fde68a;
  font-size: 2.6rem;
  font-weight: 600;
}

.mark-substack-callout__link {
  color: #f9fafb;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
.mark-substack-callout__link:hover, .mark-substack-callout__link:focus {
  color: #fde68a;
}
.mark-substack-callout__link:visited {
  color: #f3f4f6;
}

body:has(.content-page--services) .mark-substack-callout__link,
body:has(.content-page--faq) .mark-substack-callout__link {
  color: #FCFAF3;
}
body:has(.content-page--services) .mark-substack-callout__link:hover, body:has(.content-page--services) .mark-substack-callout__link:focus,
body:has(.content-page--faq) .mark-substack-callout__link:hover,
body:has(.content-page--faq) .mark-substack-callout__link:focus {
  color: #FCFAF3;
  opacity: 0.7;
}
body:has(.content-page--services) .mark-substack-callout__link:visited,
body:has(.content-page--faq) .mark-substack-callout__link:visited {
  color: #FCFAF3;
}

@media (max-width: 767.98px) {
  .mark-substack-callout {
    max-width: 300px;
  }
  .mark-substack-callout__image {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.testimonial-section {
  margin-bottom: clamp(3rem, 7vw, 8rem);
  --section-max-width: 1100px;
  gap: 0.75rem;
}

.testimonial-section__count {
  font-family: "Sohne", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 500;
  color: #111827;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.testimonial-carousel {
  position: relative;
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-left: clamp(2rem, 5vw, 3.5rem);
  padding-right: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  max-width: var(--section-max-width);
}
.testimonial-carousel__viewport {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
}
.testimonial-carousel__track {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-carousel__controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.testimonial-carousel__nav {
  color: #111827 !important;
}
.testimonial-carousel__nav--prev {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}
.testimonial-carousel__nav--prev.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.testimonial-carousel__nav--prev.is-visible:hover, .testimonial-carousel__nav--prev.is-visible:focus-visible {
  transform: translateY(-3px);
}

.testimonial-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-card.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.testimonial-card figure {
  margin: 0;
  color: #111827;
}
.testimonial-card blockquote {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
  color: #111827;
  font-weight: 400;
  font-family: "Sohne", sans-serif;
}
.testimonial-card blockquote p {
  margin: 0 0 1rem;
  color: #111827 !important;
  font-family: "Sohne", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4;
  letter-spacing: -0.01em !important;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .testimonial-card blockquote p {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .testimonial-card blockquote p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .testimonial-card blockquote p {
    font-size: 1.5rem;
  }
}
.testimonial-card blockquote p:last-child {
  margin-bottom: 0;
}
.testimonial-card figcaption {
  margin-top: 1.5rem;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  color: #111827;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Sohne", sans-serif;
}
.testimonial-card figcaption p {
  margin: 0;
  display: inline;
}

.contact-card {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.contact-card__glass {
  width: 100%;
  max-width: 720px;
  padding: clamp(1.75rem, 5vw, 3rem);
  border-radius: 2.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  text-align: center;
}
.contact-card__glass h3 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}
.contact-card__glass p {
  color: #4b5563;
  margin-bottom: 1.5rem;
}
.contact-card__glass ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-card__glass ul a {
  color: #111827;
  font-weight: 600;
  text-decoration: none;
}
.contact-card__glass ul a:hover, .contact-card__glass ul a:focus-visible {
  text-decoration: underline;
}
.contact-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .testimonial-carousel {
    padding-left: clamp(1.25rem, 6vw, 2rem);
    padding-right: clamp(1.25rem, 6vw, 2rem);
  }
}/*# sourceMappingURL=index.css.map */