@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("tipografias/AlteHaasGroteskRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("tipografias/AlteHaasGroteskBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #0c0c0c;
  --white: #eaeaea;
  --orange: #fa7935;
  --parallax-background: 0px;
  --parallax-arc: 0px;
  --parallax-content: 0px;
  --parallax-clients: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: "Alte Haas Grotesk", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: relative;
  min-height: 100svh;
  height: max(609px, 56.39vw);
  max-height: 900px;
  overflow: hidden;
  isolation: isolate;
  background: #0c0c0c;
}

.header-background {
  position: absolute;
  z-index: -3;
  inset: -12% 0 -12%;
  transform: translate3d(0, var(--parallax-background), 0);
  background: linear-gradient(
    to bottom,
    #0d0d0d 0%,
    #0d0d0d 24%,
    #100e0c 31%,
    #1c130e 45%,
    #24150e 55%,
    #2d190e 65%,
    #3a1d0f 79%,
    #120701 91%,
    #050201 100%
  );
  will-change: transform;
}

.orange-arc {
  position: absolute;
  z-index: -2;
  top: 65%;
  left: -20%;
  width: 140%;
  height: 69%;
  border-radius: 50% 50% 0 0 / 28% 28% 0 0;
  transform: translate3d(0, var(--parallax-arc), 0);
  background: radial-gradient(
    ellipse 70% 100% at 50% 100%,
    #010100 0%,
    #010100 50%,
    #070200 66%,
    #0d0301 73%,
    #170801 80%,
    #2c1003 87%,
    #541d08 93%,
    #80300b 100%
  );
  box-shadow: 0 -1px 9px rgba(255, 91, 15, 0.32);
  will-change: transform;
}

.navigation {
  position: absolute;
  z-index: 5;
  top: clamp(38px, 8.7vh, 54px);
  left: 4.55%;
  right: 4.55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, var(--parallax-content), 0);
}

.brand {
  display: block;
  width: clamp(62px, 5.95vw, 86px);
  line-height: 0;
}

.brand img,
.top-cta img,
.hero-actions img {
  display: block;
  width: 100%;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  flex: 1;
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 5.65vw, 82px);
  margin: 0 auto;
  padding-left: clamp(82px, 8.4vw, 121px);
}

.menu-links a {
  position: relative;
  padding: 8px 0;
  font-size: clamp(11px, 1.03vw, 15px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.menu-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.menu-links a:hover::after,
.menu-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.top-cta {
  width: clamp(87px, 8.1vw, 117px);
  line-height: 0;
  transition: transform 220ms ease, filter 220ms ease;
}

.top-cta:hover,
.top-cta:focus-visible,
.hero-actions a:hover,
.hero-actions a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px 9px;
  border: 1px solid rgba(234, 234, 234, 0.7);
  border-radius: 50%;
  background: rgba(12, 12, 12, 0.35);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 33.6%;
  right: 4%;
  left: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate3d(0, var(--parallax-content), 0);
  will-change: transform;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(29px, 3.18vw, 48px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.hero-content p {
  margin: clamp(15px, 1.8vh, 21px) 0 0;
  font-size: clamp(15px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.08;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 26px);
  margin-top: clamp(28px, 4.65vh, 38px);
}

.hero-actions a {
  display: block;
  width: clamp(218px, 20.1vw, 290px);
  line-height: 0;
  transition: transform 220ms ease, filter 220ms ease;
}

.clients {
  position: absolute;
  z-index: 3;
  top: calc(65% + clamp(92px, 10.2vw, 110px));
  right: 21.5%;
  bottom: auto;
  left: 21.5%;
  overflow: hidden;
  transform: translate3d(0, var(--parallax-clients), 0);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  will-change: transform;
}

.clients-track {
  display: flex;
  width: max-content;
  animation: client-carousel 32s linear infinite;
  will-change: transform;
}

.clients:hover .clients-track {
  animation-play-state: paused;
}

.clients-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(55px, 5.3vw, 76px);
  padding-right: clamp(55px, 5.3vw, 76px);
}

.clients-set img {
  width: clamp(78px, 7.2vw, 104px);
  height: clamp(40px, 4.1vw, 59px);
  object-fit: contain;
  opacity: 0.28;
}

.clients-set img[alt="Segovia"],
.clients-set img[src$="segovia.svg"] {
  width: clamp(32px, 3vw, 43px);
}

@keyframes client-carousel {
  to {
    transform: translateX(-50%);
  }
}

main {
  position: relative;
  z-index: 2;
  background: #030303;
}

.feature-video-section,
.services-section,
.booking-section,
.content-showcase {
  background: #030303;
}

.section-shell {
  width: min(86%, 1180px);
  margin: 0 auto;
}

.section-shell h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.75vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.feature-video-section {
  padding: clamp(32px, 4.5vw, 68px) 0 clamp(54px, 7.5vw, 105px);
}

.feature-video-section h2 {
  margin-bottom: clamp(30px, 3.2vw, 48px);
}

.vimeo-frame {
  position: relative;
  overflow: hidden;
  background: #181818;
}

.vimeo-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vimeo-frame--wide {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-template-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(76px, 9vw, 120px);
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #696969;
  transform: translate(-50%, -50%);
}

.video-template-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 9%;
  border-top: clamp(16px, 1.8vw, 25px) solid transparent;
  border-bottom: clamp(16px, 1.8vw, 25px) solid transparent;
  border-left: clamp(24px, 2.8vw, 38px) solid #f4f4f4;
}

.services-section {
  padding: clamp(72px, 8vw, 118px) 0 clamp(86px, 10vw, 145px);
  scroll-margin-top: 24px;
}

.section-shell--services {
  width: min(92%, 1320px);
}

.section-shell--services > h2 {
  margin-bottom: clamp(36px, 4.5vw, 66px);
}

.services-interface {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  min-height: clamp(590px, 51vw, 710px);
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.13);
  background: #0a0a0a;
}

.services-menu {
  position: relative;
  z-index: 3;
  display: flex;
  padding: clamp(22px, 2.5vw, 34px) 0 clamp(22px, 2.5vw, 34px) clamp(18px, 2.1vw, 30px);
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  background: #080808;
}

.service-tab {
  position: relative;
  display: grid;
  width: calc(100% + 1px);
  min-height: clamp(72px, 6.5vw, 88px);
  grid-template-columns: 31px 42px minmax(0, 1fr) 22px;
  gap: clamp(10px, 1.3vw, 18px);
  align-items: center;
  padding: 11px clamp(18px, 2vw, 28px) 11px clamp(15px, 1.7vw, 23px);
  border: 0;
  border-left: 2px solid transparent;
  background: #121212;
  color: rgba(234, 234, 234, 0.54);
  font: inherit;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  transition: color 300ms ease, background 300ms ease, border-color 300ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-tab::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -2px;
  width: clamp(72px, 26%, 126px);
  height: 8px;
  background: inherit;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.service-tab:hover,
.service-tab:focus-visible {
  z-index: 2;
  color: var(--white);
  background: #1b1714;
  transform: translateX(9px);
}

.service-tab:focus-visible {
  outline: 1px solid var(--orange);
  outline-offset: -3px;
}

.service-tab.is-active {
  z-index: 1;
  border-left-color: var(--orange);
  background: #21150f;
  color: var(--white);
  transform: translateX(15px);
}

.service-tab__number {
  color: rgba(234, 234, 234, 0.3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 300ms ease;
}

.service-tab img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.52;
  filter: grayscale(1) brightness(2.2);
  transition: opacity 300ms ease, filter 300ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-tab:hover img,
.service-tab:focus-visible img,
.service-tab.is-active img {
  opacity: 1;
  filter: brightness(0) invert(1);
  transform: scale(1.06);
}

.service-tab.is-active .service-tab__number {
  color: var(--orange);
}

.service-tab__title {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.service-tab__indicator {
  position: relative;
  width: 18px;
  height: 18px;
}

.service-tab__indicator::before,
.service-tab__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: background 300ms ease, transform 350ms ease;
}

.service-tab__indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-tab.is-active .service-tab__indicator::before,
.service-tab.is-active .service-tab__indicator::after {
  background: var(--orange);
}

.service-tab.is-active .service-tab__indicator::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.service-panel {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: inherit;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.service-media,
.service-image,
.service-media__orange,
.service-media__shade {
  position: absolute;
  inset: 0;
}

.service-media {
  overflow: hidden;
  background: #15100d;
}

.service-image {
  width: calc(100% + 34px);
  height: calc(100% + 34px);
  max-width: none;
  margin: -17px;
  object-fit: cover;
  opacity: 0;
  transform: translate3d(var(--service-shift-x, 0), var(--service-shift-y, 0), 0) scale(1.075);
  filter: saturate(0.86) contrast(1.04);
  will-change: transform, opacity;
  transition: opacity 650ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-image.is-active {
  opacity: 1;
}

.service-media__orange {
  z-index: 2;
  background: var(--orange);
  mix-blend-mode: multiply;
  opacity: 0.72;
  pointer-events: none;
}

.service-media__shade {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.28), transparent 42%),
    linear-gradient(0deg, rgba(3, 3, 3, 0.94) 0%, rgba(3, 3, 3, 0.32) 48%, rgba(3, 3, 3, 0.08) 100%);
  pointer-events: none;
}

.service-panel__copy {
  position: relative;
  z-index: 4;
  width: min(82%, 650px);
  padding: clamp(34px, 4.6vw, 64px);
  color: var(--white);
  transition: opacity 190ms ease, transform 190ms ease;
}

.service-panel.is-changing .service-panel__copy {
  opacity: 0;
  transform: translateY(12px);
}

.service-panel__eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-panel__copy h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(30px, 4.1vw, 60px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.service-panel__description {
  max-width: 590px;
  margin: clamp(20px, 2.2vw, 30px) 0 0;
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.25;
}

.booking-section {
  padding: 0 0 clamp(62px, 8vw, 110px);
}

.section-shell--booking {
  width: min(92%, 1320px);
}

.section-shell--booking h2,
.section-shell--showcase h2 {
  margin-bottom: clamp(30px, 4.2vw, 58px);
  text-align: center;
}

#calendly-widget {
  width: 100%;
  min-width: 0;
  min-height: 700px;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
}

#calendly-widget .calendly-inline-widget,
#calendly-widget iframe {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 700px;
  overflow-y: hidden !important;
  border: 0 !important;
  background: transparent !important;
}

.content-showcase {
  padding: 0 0 clamp(90px, 11vw, 160px);
}

.site-footer {
  border-top: 2px solid #111;
  background: #eeeeee;
  color: #7c7c7c;
}

.footer-shell {
  display: flex;
  width: min(92%, 2200px);
  margin: 0 auto;
  padding: clamp(42px, 4.2vw, 72px) 0 clamp(48px, 5vw, 82px);
  flex-direction: column;
  align-items: center;
}

.footer-brand {
  display: block;
  width: clamp(72px, 5.9vw, 92px);
  line-height: 0;
  transition: opacity 220ms ease, transform 250ms ease;
}

.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand:hover,
.footer-brand:focus-visible {
  opacity: 0.72;
  transform: translateY(-2px);
}

.footer-services {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(20px, 2.8vw, 54px);
  align-items: center;
  margin-top: clamp(30px, 3.1vw, 48px);
}

.footer-services a,
.footer-navigation a {
  color: #7c7c7c;
  text-align: center;
  transition: color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-services a {
  font-size: clamp(11px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.12;
  white-space: nowrap;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin: clamp(28px, 2.8vw, 42px) 0 clamp(20px, 2vw, 30px);
  background: #cfcfcf;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px clamp(68px, 9.2vw, 140px);
}

.footer-navigation a {
  font-size: clamp(12px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1;
}

.footer-services a:hover,
.footer-services a:focus-visible,
.footer-navigation a:hover,
.footer-navigation a:focus-visible {
  color: #202020;
  transform: translateY(-2px);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: clamp(25px, 2.4vw, 37px);
}

.footer-social__icon {
  display: flex;
  width: 18px;
  height: 20px;
  align-items: center;
  justify-content: center;
  transition: opacity 220ms ease, transform 250ms ease;
}

.footer-social__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social__icon:first-child img {
  width: 12px;
}

.footer-social__icon:hover {
  opacity: 0.66;
  transform: translateY(-2px);
}

.footer-copyright {
  margin: clamp(18px, 1.8vw, 27px) 0 0;
  color: #7c7c7c;
  font-size: clamp(11px, 1vw, 15px);
  line-height: 1.2;
  text-align: center;
}

.section-shell--showcase {
  width: min(94%, 1320px);
}

.video-carousel {
  position: relative;
  isolation: isolate;
}

.video-carousel::before,
.video-carousel::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: clamp(58px, 11vw, 170px);
  pointer-events: none;
}

.video-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 22%, rgba(3, 3, 3, 0) 100%);
}

.video-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #030303 0%, rgba(3, 3, 3, 0.96) 22%, rgba(3, 3, 3, 0) 100%);
}

.video-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.video-carousel__track {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  padding: 42px 14%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.video-carousel__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.video-carousel__track.is-parallaxing {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.video-carousel__track::-webkit-scrollbar {
  display: none;
}

.vimeo-frame--vertical {
  width: clamp(230px, 25vw, 320px);
  aspect-ratio: 9 / 16;
  flex: 0 0 auto;
  scroll-snap-align: center;
  z-index: var(--carousel-depth, 1);
  opacity: var(--carousel-opacity, 0.56);
  filter: brightness(var(--carousel-brightness, 0.68));
  transform: translateY(var(--carousel-offset, 28px)) scale(var(--carousel-scale, 0.8));
  transform-origin: center center;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, filter 220ms ease;
  will-change: transform, opacity, filter;
}

.vimeo-frame--vertical:nth-child(even) {
  width: clamp(230px, 25vw, 320px);
}

.vimeo-frame--vertical .video-template-play {
  width: clamp(66px, 7vw, 94px);
}

.vimeo-frame--vertical .video-template-play span {
  border-top-width: clamp(13px, 1.5vw, 19px);
  border-bottom-width: clamp(13px, 1.5vw, 19px);
  border-left-width: clamp(20px, 2.2vw, 29px);
}

.vimeo-frame--vertical iframe {
  pointer-events: none;
}

.vimeo-frame--vertical.is-active iframe {
  pointer-events: auto;
}

@media (max-width: 860px) {
  .site-header {
    min-height: 720px;
    height: 100svh;
    max-height: none;
  }

  .navigation {
    top: 30px;
    right: 6%;
    left: 6%;
  }

  .brand {
    width: 70px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

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

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

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

  .menu {
    position: absolute;
    top: -12px;
    right: -10px;
    display: flex;
    min-width: 250px;
    padding: 75px 28px 28px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(234, 234, 234, 0.18);
    border-radius: 22px;
    background: rgba(12, 12, 12, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    transition: opacity 180ms ease, visibility 180ms ease, transform 220ms ease;
  }

  .menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .menu-links {
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 22px;
    padding: 0;
    flex-direction: column;
  }

  .menu-links a {
    font-size: 17px;
  }

  .top-cta {
    width: 118px;
  }

  .hero-content {
    top: 27%;
    right: 7%;
    left: 7%;
  }

  .hero-content h1 {
    max-width: 720px;
    font-size: clamp(36px, 6vw, 54px);
    line-height: 0.98;
    white-space: normal;
  }

  .hero-content p {
    font-size: clamp(17px, 2.55vw, 21px);
    line-height: 1.12;
  }

  .hero-actions a {
    width: clamp(220px, 31vw, 278px);
  }

  .orange-arc {
    top: 67%;
    left: -44%;
    width: 188%;
  }

  .clients {
    top: calc(67% + 84px);
    right: 8%;
    bottom: auto;
    left: 8%;
  }

  .section-shell {
    width: min(88%, 760px);
  }

  .section-shell--showcase {
    width: 100%;
  }

  .video-carousel__track {
    overflow-x: auto;
    padding-right: 14%;
    padding-left: 14%;
  }

  .services-interface {
    grid-template-columns: 1fr;
  }

  .services-menu {
    padding: 26px 18px 18px;
  }

  .service-tab {
    min-height: 68px;
    grid-template-columns: 27px 36px minmax(0, 1fr) 20px;
  }

  .service-tab img {
    width: 34px;
    height: 34px;
  }

  .service-tab.is-active {
    transform: translateX(8px);
  }

  .service-panel {
    min-height: min(78vw, 610px);
  }

  .section-shell--booking {
    width: 96%;
  }

  #calendly-widget,
  #calendly-widget .calendly-inline-widget,
  #calendly-widget iframe {
    min-height: 860px;
  }

  .footer-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 680px;
  }

  .navigation {
    top: 24px;
  }

  .brand {
    width: 64px;
  }

  .hero-content {
    top: 23%;
    right: 6%;
    left: 6%;
  }

  .hero-content h1 {
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 0.96;
  }

  .hero-content p {
    max-width: 390px;
    font-size: 16px;
    line-height: 1.15;
  }

  .hero-content p br {
    display: none;
  }

  .hero-actions {
    width: min(82vw, 310px);
    gap: 12px;
    margin-top: 29px;
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .orange-arc {
    top: 69%;
    left: -90%;
    width: 280%;
    height: 53%;
    border-radius: 50% 50% 0 0 / 21% 21% 0 0;
  }

  .clients {
    top: calc(69% + 62px);
    right: 0;
    bottom: auto;
    left: 0;
  }

  .clients-set {
    gap: 46px;
    padding-right: 46px;
  }

  .clients-set img {
    width: 88px;
    height: 50px;
  }

  .feature-video-section {
    padding-top: 28px;
  }

  .section-shell h2 {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.02;
  }

  .feature-video-section h2 {
    text-align: left;
  }

  .vimeo-frame--vertical,
  .vimeo-frame--vertical:nth-child(even) {
    width: min(74vw, 300px);
  }

  .video-carousel__track {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-carousel__viewport {
    overflow: hidden;
  }

  .video-carousel::before,
  .video-carousel::after {
    width: clamp(34px, 10vw, 64px);
  }

  .services-section {
    padding-top: 66px;
  }

  .section-shell--services {
    width: 92%;
  }

  .services-menu {
    gap: 9px;
    padding: 24px 12px 16px;
  }

  .service-tab {
    min-height: 61px;
    grid-template-columns: 24px 30px minmax(0, 1fr) 18px;
    gap: 9px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .service-tab img {
    width: 29px;
    height: 29px;
  }

  .service-tab__title {
    font-size: 12px;
  }

  .service-panel {
    min-height: 112vw;
  }

  .service-panel__copy {
    width: 94%;
    padding: 28px 24px;
  }

  .booking-section {
    padding-bottom: 64px;
  }

  .section-shell--booking {
    width: 100%;
  }

  .section-shell--booking h2 {
    padding-right: 6%;
    padding-left: 6%;
  }

  #calendly-widget,
  #calendly-widget .calendly-inline-widget,
  #calendly-widget iframe {
    min-height: 1040px;
  }

  .footer-shell {
    width: 90%;
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .footer-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }

  .footer-services a {
    white-space: normal;
  }

  .footer-navigation {
    max-width: 340px;
    gap: 18px 36px;
  }
}

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

  .clients-track {
    animation-play-state: paused;
  }

  .menu,
  .menu-toggle span,
  .top-cta,
  .hero-actions a,
  .menu-links a::after {
    transition: none;
  }

  .service-tab,
  .service-tab img,
  .service-tab__indicator::before,
  .service-tab__indicator::after,
  .service-image,
  .service-panel__copy {
    transition: none;
  }

  .footer-brand,
  .footer-services a,
  .footer-navigation a,
  .footer-social__icon {
    transition: none;
  }
}
