@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Raleway:wght@100;300;400;700;800&display=swap");

:root {
  --purple: #280735;
  --white: #ffffff;
  --ruler: 1200px;
  --font-raleway: "Raleway", Arial, sans-serif;
  --font-montserrat: "Montserrat", Arial, sans-serif;
}

/* Contact page */
.contact-page {
  overflow-x: clip;
  background: #e8e8e8;
}

.contact-page .site-header,
.contact-page .site-header.is-scrolled {
  background: #000000;
}

.contact-page-main {
  padding-top: 0;
}

.contact-page-hero {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  align-items: center;
  padding: 100px 0;
  background: #080608 url("./contato/bg-contato-page.png") center / cover no-repeat;
  color: #ffffff;
  isolation: isolate;
}

.contact-page-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: var(--hero-content-opacity, 1);
  transform: translate3d(0, var(--hero-content-shift, 0), 0);
  transition: opacity 80ms linear;
  will-change: opacity, transform;
}

.contact-page-hero h1,
.contact-page-hero p {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
}

.contact-title-break {
  display: none;
}

.contact-page-hero h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.contact-page-hero p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-page-hero h1.motion-title,
.contact-page-details h2.motion-title {
  transition-duration: 1600ms, 1600ms, 1800ms, 1800ms;
  transition-timing-function:
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-page-section {
  position: relative;
  z-index: 2;
  padding: 100px 0 110px;
  background: #e8e8e8;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.5fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: start;
}

.contact-page-details h2 {
  margin: 0;
  color: #000000;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.contact-page-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 42px;
  font-style: normal;
}

.contact-page-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  color: #5e5e5e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.contact-page-item > img {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-page-item:hover > img {
  transform: translateY(-2px) scale(1.05);
}

.contact-page-address strong {
  display: block;
  font-weight: 500;
}

.contact-page-address p {
  margin: 4px 0 0;
  font-weight: 300;
  line-height: 1.5;
}

.contact-page-form {
  width: 100%;
  padding-top: 16px;
}

body.contact-page .contact-page-form input,
body.contact-page .contact-page-form textarea,
body.contact-page .contact-page-form input:focus,
body.contact-page .contact-page-form textarea:focus,
body.contact-page .contact-page-form input:focus-visible,
body.contact-page .contact-page-form textarea:focus-visible {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42) !important;
  border-left: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
}

body.contact-page .contact-page-form input:focus,
body.contact-page .contact-page-form textarea:focus,
body.contact-page .contact-page-form input:focus-visible,
body.contact-page .contact-page-form textarea:focus-visible {
  border-bottom-color: #000000 !important;
}

body.contact-page .contact-page-form input::placeholder,
body.contact-page .contact-page-form textarea::placeholder {
  color: #000000 !important;
  opacity: 1;
}

body.contact-page .contact-page-form input:-webkit-autofill,
body.contact-page .contact-page-form input:-webkit-autofill:hover,
body.contact-page .contact-page-form input:-webkit-autofill:focus,
body.contact-page .contact-page-form textarea:-webkit-autofill,
body.contact-page .contact-page-form textarea:-webkit-autofill:hover,
body.contact-page .contact-page-form textarea:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #e8e8e8 inset !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
}

body.contact-page .contact-page-form button.contact-button {
  min-width: 142px;
  border-color: #000000 !important;
  color: #000000 !important;
  transition:
    color 250ms ease,
    background-color 250ms ease,
    transform 250ms ease;
}

body.contact-page .contact-page-form button.contact-button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

body.contact-page .contact-page-form .contact-status {
  color: #5e5e5e;
}

body.contact-page .contact-page-form .contact-status.is-success {
  color: #28613b;
}

body.contact-page .contact-page-form .contact-status.is-error {
  color: #9f2424;
}

@media (max-width: 900px) {
  .contact-page-layout {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 52px;
  }
}

@media (max-width: 767px) {
  .contact-page-main {
    padding-top: 0;
  }

  .contact-page-hero {
    min-height: 280px;
    padding: 100px 0;
    background-position: left center;
  }

  .contact-page-hero h1 {
    font-size: clamp(30px, 9.2vw, 37px);
  }

  .contact-title-break {
    display: initial;
  }

  .contact-page-hero p {
    margin-top: 10px;
  }

  .contact-page-section {
    padding: 70px 0 80px;
  }

  .contact-page-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-page-details h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .contact-page-list {
    gap: 20px;
    margin-top: 32px;
  }

  .contact-page-item {
    overflow-wrap: anywhere;
  }

  .contact-page-form {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-hero-content,
  .contact-page-item > img,
  body.contact-page .contact-page-form button.contact-button {
    transition: none;
  }
}

/* Página Portfólio */
.portfolio-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #e8e8e8;
}

.portfolio-page .site-header,
.portfolio-page .site-header.is-scrolled {
  background: #000000;
}

.portfolio-page .site-header,
.portfolio-page .site-header.is-scrolled {
  background: #000000;
}

.portfolio-page.is-lightbox-open {
  overflow: hidden;
}

.portfolio-main {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 90px;
  background: #e8e8e8;
}

.portfolio-segments {
  padding: 28px 0 0;
}

.portfolio-segments .portfolio-segments-ruler,
.portfolio-gallery-section > .content-ruler {
  width: min(1400px, calc(100% - 32px));
}

.portfolio-segments-track {
  display: flex;
  width: 100%;
  height: 455px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.16);
}

.portfolio-segment {
  position: relative;
  min-width: 0;
  overflow: hidden;
  flex: 1 1 0;
  padding: 0;
  border: 0;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  isolation: isolate;
  transition:
    flex-grow 650ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 350ms ease;
}

.portfolio-segment::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.78) 100%),
    rgba(0, 0, 0, 0.2);
  content: "";
  transition: background-color 350ms ease;
}

.portfolio-segment::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 2px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 280ms ease;
}

.portfolio-segment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 500ms ease,
    transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-segment span {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 68px;
  left: 10px;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.portfolio-segment:hover,
.portfolio-segment:focus-visible,
.portfolio-segment.is-active {
  flex-grow: 1.35;
}

.portfolio-segment:hover img,
.portfolio-segment:focus-visible img,
.portfolio-segment.is-active img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.portfolio-segment.is-active::before {
  border-color: transparent;
}

.portfolio-gallery-section {
  padding: 42px 0 100px;
}

.portfolio-contact-section {
  padding: 0 0 100px;
}

.portfolio-contact-section .portfolio-contact-panel {
  display: grid;
  width: min(1400px, calc(100% - 32px));
  min-height: 320px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: 90px;
  padding: 68px 9.5%;
  border-radius: 12px;
  background: #0b090b url("./portfolio/bg-fale-conosco.png") center / cover no-repeat;
  color: #ffffff;
}

.portfolio-contact-heading h2 {
  margin: 0;
  font-family: var(--font-raleway);
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.18;
  text-transform: uppercase;
}

.portfolio-contact-heading p {
  margin: 24px 0 0;
  font-family: var(--font-raleway);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.portfolio-contact-copy p {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}

.portfolio-contact-button {
  min-width: 220px;
  margin-top: 28px;
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.portfolio-item {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #160021;
  cursor: zoom-in;
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
  transition-property: opacity, transform;
  transition-duration: 520ms, 700ms;
  transition-timing-function: ease, cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0ms;
}

.portfolio-item.is-item-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: var(--portfolio-item-delay, 0ms);
}

.portfolio-item.is-item-leaving {
  transition-duration: 180ms, 240ms;
  transition-delay: var(--portfolio-exit-delay, 0ms);
}

.portfolio-item-video {
  cursor: pointer;
}

.portfolio-item::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.portfolio-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-item:hover::after,
.portfolio-item:focus-visible::after {
  opacity: 1;
}

.portfolio-item:hover img,
.portfolio-item:focus-visible img {
  transform: scale(1.055);
}

.portfolio-lightbox {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
}

.portfolio-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(5px);
}

.portfolio-lightbox-content {
  display: grid;
  max-height: calc(100dvh - 48px);
  place-items: center;
}

.portfolio-lightbox-image,
.portfolio-lightbox-video {
  display: none;
  max-width: 100%;
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
}

.portfolio-lightbox-image.is-visible,
.portfolio-lightbox-video.is-visible {
  display: block;
  animation: portfolio-lightbox-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.portfolio-lightbox-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000000;
}

.portfolio-lightbox-close {
  position: absolute;
  z-index: 2;
  top: -46px;
  right: 0;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 8px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.portfolio-lightbox-close img {
  width: 100%;
  height: 100%;
}

@keyframes portfolio-lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .portfolio-main {
    padding-top: 74px;
  }

  .portfolio-segments {
    padding-top: 20px;
  }

  .portfolio-segments .portfolio-segments-ruler,
  .portfolio-gallery-section > .content-ruler {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
  }

  .portfolio-segments-track {
    display: grid;
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .portfolio-segment,
  .portfolio-segment:hover,
  .portfolio-segment:focus-visible,
  .portfolio-segment.is-active {
    width: 100%;
    min-width: 0;
    aspect-ratio: 1.25 / 1;
    flex: none;
  }

  .portfolio-segment span {
    right: 4px;
    bottom: 7px;
    left: 4px;
    font-size: clamp(8px, 2.35vw, 10px);
    line-height: 1.04;
  }

  .portfolio-gallery-section {
    padding: 28px 0 70px;
  }

  .portfolio-contact-section {
    padding: 0 0 70px;
  }

  .portfolio-contact-section .portfolio-contact-panel {
    display: flex;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 48px 24px;
    border-radius: 10px;
    background-position: 22% center;
    text-align: center;
  }

  .portfolio-contact-heading,
  .portfolio-contact-copy {
    width: 100%;
  }

  .portfolio-contact-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .portfolio-contact-copy p br {
    display: none;
  }

  .portfolio-contact-heading h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .portfolio-contact-heading p {
    margin-top: 18px;
    font-size: 18px;
  }

  .portfolio-contact-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .portfolio-contact-button {
    min-width: 190px;
    margin-top: 24px;
    align-self: center;
  }

  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .portfolio-item {
    aspect-ratio: 4 / 3;
  }

  .portfolio-lightbox {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 72px);
  }

  .portfolio-lightbox-image,
  .portfolio-lightbox-video {
    max-height: calc(100dvh - 72px);
  }

  .portfolio-lightbox-close {
    top: -48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-segment,
  .portfolio-segment img,
  .portfolio-gallery,
  .portfolio-item,
  .portfolio-item img,
  .portfolio-lightbox-image,
  .portfolio-lightbox-video {
    animation: none !important;
    transition: none !important;
  }

  .portfolio-item {
    opacity: 1;
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.is-programmatic-scroll {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--white);
  font-family: var(--font-raleway);
}

body.menu-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.content-ruler {
  width: min(var(--ruler), calc(100% - 80px));
  margin-inline: auto;
}

.section-three-content h2.content-ruler {
  text-align: center;
  text-transform: uppercase;
  font-size: 33px;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  padding: 15px 0;
  background: transparent;
  transition:
    background-color 500ms ease,
    box-shadow 500ms ease,
    backdrop-filter 500ms ease,
    padding 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(40, 7, 53, 0.88);
  box-shadow: 0 10px 30px rgba(12, 0, 20, 0.18);
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  width: 168px;
  border-radius: 4px;
  outline-offset: 7px;
  transform-origin: left center;
  transition: opacity 250ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled .brand {
  transform: scale(0.95);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.header-icon {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 1px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  outline-offset: 5px;
  transition: opacity 200ms ease, transform 200ms ease;
}

.header-icon img {
  width: 27px;
  height: 27px;
}

.menu-button {
  border-radius: 4px;
}

.menu-button img {
  width: 26px;
  height: 26px;
}

.header-icon:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.menu-backdrop {
  position: fixed;
  z-index: 30;
  inset: 0;
  background: rgba(7, 0, 13, 0.14);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 350ms ease, visibility 350ms ease;
}

.menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.site-menu {
  position: fixed;
  z-index: 40;
  inset: 0 0 0 auto;
  display: flex;
  width: 300px;
  min-height: 100vh;
  padding: 90px 48px 48px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: -20px 0 45px rgba(5, 0, 12, 0.22);
  backdrop-filter: blur(5px);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 420ms ease;
}

.site-menu.is-open {
  transform: translateX(0);
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: 28px;
  right: 34px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  outline-offset: 3px;
  transition: transform 200ms ease, opacity 200ms ease;
}

.menu-close:hover {
  opacity: 0.72;
  transform: rotate(90deg);
}

.menu-close img {
  width: 26px;
  height: 26px;
  margin: auto;
}

.menu-nav {
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  gap: 18px;
}

.menu-link {
  position: relative;
  z-index: 0;
  padding: 3px 0;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
  isolation: isolate;
}

.menu-link:hover {
  color: var(--white);
}

.menu-link::after {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 50%;
  width: calc(100% + 20px);
  height: 7px;
  background: #8d26b5;
  content: "";
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.menu-link:hover::after,
.menu-link:focus-visible::after {
  transform: translateX(-50%) scaleX(1);
}

.hero {
  position: sticky;
  z-index: 1;
  top: 0;
  display: grid;
  width: 100%;
  height: 100vh;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #0b0017;
  isolation: isolate;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: -2;
  object-fit: cover;
  transform: translate3d(var(--hero-pointer-x, 0), var(--hero-pointer-y, 0), 0)
    scale(var(--hero-video-scale, 1.015));
  transform-origin: center;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(12, 0, 24, 0.32) 0%,
      rgba(15, 0, 28, 0.08) 45%,
      rgba(11, 0, 23, 0.34) 100%
    ),
    radial-gradient(
      circle at center,
      rgba(20, 0, 35, 0) 18%,
      rgba(11, 0, 22, 0.28) 100%
    );
}

.hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 54px;
  text-align: center;
  opacity: var(--hero-content-opacity, 1);
  transform: translate3d(0, var(--hero-content-shift, 0), 0);
  transition: opacity 80ms linear;
  will-change: opacity, transform;
}

.hero h1 {
  max-width: 1100px;
  margin: 0;
  font-size: 65px;
  font-weight: 100;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 strong {
  font-weight: 800;
}

.hero p {
  max-width: 970px;
  margin: 26px 0 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.5;
  text-align: center;
}

.hero-button {
  display: inline-grid;
  min-width: 142px;
  min-height: 49px;
  margin-top: 30px;
  padding: 12px 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  outline-offset: 5px;
  transition: color 250ms ease, background-color 250ms ease, transform 250ms ease;
}

.hero-button:hover {
  color: #121212;
  background: var(--white);
  transform: translateY(-2px);
}

.next-section-link {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 50%;
  outline-offset: 4px;
  animation: float-arrow 2.4s ease-in-out infinite;
}

.next-section-link img {
  width: 40px;
  height: 40px;
}

.section-two {
  position: relative;
  z-index: 2;
  padding: 100px 0 0;
  overflow: hidden;
  background: #e8e8e8;
  color: #111111;
  scroll-margin-top: 112px;
}

.section-two-copy {
  display: grid;
  grid-template-columns: minmax(270px, 390px) minmax(520px, 680px);
  grid-template-areas:
    "title text"
    "button text";
  align-items: start;
  justify-content: space-between;
  column-gap: 80px;
}

.section-two h2 {
  grid-area: title;
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 50px;
  text-transform: uppercase;
}

.section-two-text {
  grid-area: text;
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.section-two-button {
  grid-area: button;
  justify-self: start;
  margin-top: 28px;
  border-color: #111111;
  color: #111111;
  background: transparent;
  cursor: pointer;
}

.section-two-button:hover {
  color: #ffffff;
  background: #111111;
}

.section-two-media {
  --media-scale: 0.7;
  width: min(var(--ruler), calc(100% - 80px));
  margin: 100px auto 0;
  overflow: hidden;
  border-radius: 24px;
  transform: scale(var(--media-scale));
  transform-origin: center top;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.section-two-media picture,
.section-two-media img {
  display: block;
  width: 100%;
}

.section-two-media img {
  height: auto;
  object-fit: cover;
}

.section-three {
  --section-three-color-start: calc(100px + clamp(280px, 27vw, 420px));
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 150px;
  background: #e8e8e8;
}

.section-three::before {
  position: absolute;
  z-index: 0;
  top: var(--section-three-color-start);
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(102, 0, 128, 0.24), transparent 32%),
    linear-gradient(145deg, #31003d 0%, #17001f 45%, #050006 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 140px));
  content: "";
}

.section-three .section-two-media {
  position: relative;
  z-index: 2;
}

.section-three-content {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.section-three h2 {
  margin-top: 0;
  margin-bottom: 50px;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
}

.services-carousel {
  position: relative;
  padding-bottom: 42px;
}

.services-viewport {
  overflow: hidden;
  padding-top: 5px;
}

.services-track {
  display: flex;
  gap: 14px;
  transform: translate3d(0, 0, 0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.service-card {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 42px) / 4);
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 5px solid transparent;
  border-radius: 18px;
  background: #ffffff;
  background-clip: padding-box;
  color: #111111;
  transition: border-color 220ms ease;
}

.service-card:hover {
  border-color: #8d26b5;
}

.service-card-image {
  overflow: hidden;
  aspect-ratio: 1.1467 / 1;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.035);
}

.service-card-body {
  position: relative;
  flex: 1;
  padding: 50px 20px 30px;
  background: #ffffff;
}

.service-card-icon {
  position: absolute;
  top: 0;
  left: 20px;
  width: 58px;
  height: 58px;
  transform: translateY(-50%);
}

.service-card h3 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.service-card p {
  margin: 14px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 42px);
  display: grid;
  width: 55px;
  height: 55px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: opacity 200ms ease, transform 200ms ease;
}

.carousel-arrow:hover:not(:disabled) {
  transform: scale(1.08);
}

.carousel-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel-arrow img {
  width: 55px;
  height: 55px;
}

.carousel-arrow-prev {
  left: -72px;
}

.carousel-arrow-next {
  right: -80px;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .services-carousel.content-ruler {
    width: min(1060px, calc(100% - 160px));
  }

  .carousel-arrow-prev {
    left: -72px;
  }

  .carousel-arrow-next {
    right: -80px;
  }

  .service-card-body {
    padding: 44px 16px 28px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.carousel-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.carousel-dot.is-active {
  background: #ffffff;
  transform: scale(1.18);
}

.services-track.is-jumping {
  transition: none;
}

.segments-section {
  position: relative;
  z-index: 4;
  padding: 95px 0 100px;
  background: #e8e8e8;
  color: #121212;
}

.segments-section h2 {
  margin: 0 0 50px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.segments-track {
  display: flex;
  width: 100%;
  height: 455px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.16);
}

.segment-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  transition: flex-grow 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.segment-card:hover,
.segment-card:focus-within {
  flex-grow: 11.5;
}

.segment-image {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  transition: flex-basis 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.segment-card:hover .segment-image,
.segment-card:focus-within .segment-image {
  flex-basis: 20%;
}

.segment-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.78) 100%);
  content: "";
}

.segment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.segment-image h3,
.segment-details h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.08;
}

.segment-image h3 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(100% - 105px);
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
  transform: none;
  transition: opacity 220ms ease 1150ms;
}

.segments-track:has(.segment-card:hover) .segment-image h3,
.segments-track:has(.segment-card:focus-within) .segment-image h3 {
  opacity: 0;
  transition-delay: 0ms;
}

.segment-details {
  display: flex;
  min-width: 0;
  width: 0;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  opacity: 0;
  transition: width 700ms cubic-bezier(0.22, 1, 0.36, 1), padding 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.segment-card:hover .segment-details,
.segment-card:focus-within .segment-details {
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  opacity: 1;
  transition-delay: 0ms, 0ms, 260ms;
}

.segment-details h3 {
  margin: 0;
  white-space: nowrap;
}

.segment-details p {
  max-width: 610px;
  margin: 22px 0 28px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.segment-button {
  align-self: flex-start;
  min-width: 136px;
  min-height: 44px;
  border-color: #ffffff;
  color: #ffffff;
}

.segments-dots {
  display: none;
}

@keyframes float-arrow {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 7px);
  }
}

@media (max-width: 1199px) {
  .content-ruler {
    width: min(1000px, calc(100% - 64px));
  }

  .site-header {
    height: 96px;
  }

  .brand {
    width: 150px;
  }

  .hero h1 {
    font-size: clamp(58px, 6.3vw, 72px);
  }

  .hero p {
    max-width: 850px;
    font-size: 18px;
  }

  .section-two {
    scroll-margin-top: 96px;
  }

  .section-two-copy {
    grid-template-columns: minmax(250px, 340px) minmax(480px, 600px);
    column-gap: 60px;
  }

  .section-two-media {
    width: min(1000px, calc(100% - 64px));
  }

  .services-carousel.content-ruler {
    width: min(860px, calc(100% - 160px));
  }

  .carousel-arrow-prev {
    left: -72px;
  }

  .carousel-arrow-next {
    right: -80px;
  }

}

@media (max-width: 767px) {
  .content-ruler {
    width: 100%;
    padding-inline: 20px;
  }

  .hero {
    height: 100dvh;
    min-height: 100dvh;
  }

  .site-header {
    height: 60px;
  }

  .brand {
    width: 139px;
  }

  .header-actions {
    gap: 12px;
  }

  .header-icon,
  .header-icon img {
    width: 24px;
    height: 24px;
  }

  .menu-button img {
    width: 23px;
    height: 23px;
  }

  .site-menu {
    width: 230px;
    padding: 78px 32px 38px;
    backdrop-filter: blur(5px);
  }

  .menu-nav .menu-link {
    font-size: 18px;
  }

  .menu-close {
    top: 18px;
    right: 18px;
  }

  .menu-nav {
    gap: 16px;
  }

  .hero-content {
    justify-content: center;
    padding-top: 28px;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(39px, 11.2vw, 52px);
    letter-spacing: -0.055em;
    line-height: 1.03;
  }

  .hero p {
    max-width: 540px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .desktop-break {
    display: none;
  }

  .hero-button {
    min-width: 132px;
    min-height: 46px;
    font-size: 14px;
  }

  .next-section-link {
    bottom: 22px;
    width: 34px;
    height: 34px;
  }

  .next-section-link img {
    width: 34px;
    height: 34px;
  }

  .section-two {
    padding: 68px 0 0;
    scroll-margin-top: 82px;
  }

  .section-two-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "button";
    row-gap: 0;
  }

  .section-two h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-two-text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-two-button {
    margin-top: 28px;
  }

  .section-two-media {
    width: 100vw;
    margin: 50px 0 0 calc(50% - 50vw);
    border-radius: 0;
    opacity: 0;
    transform: translateY(42px);
    transition: opacity 750ms ease, transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .section-two-media.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .section-two-media img {
    width: 100%;
  }

  .section-three {
    --section-three-color-start: calc(50px + 74vw);
    padding-bottom: 74px;
  }

  .section-three::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 54px));
  }

  .section-three-content {
    margin-top: 100px;
  }

  .section-three h2 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .services-carousel.content-ruler {
    width: calc(100% - 20px);
    margin-right: 0;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
  }

  .services-viewport {
    overflow: hidden;
  }

  .services-track {
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: none !important;
    transition: none;
    user-select: none;
    will-change: auto;
    -webkit-user-select: none;
  }

  .services-track::-webkit-scrollbar {
    display: none;
  }

  .services-track::after {
    flex: 0 0 calc(100% - 68vw + 24px);
    content: "";
    scroll-snap-align: none;
  }

  .services-track.is-jumping {
    scroll-behavior: auto !important;
    scroll-snap-type: none;
  }

  .service-card {
    flex-basis: calc((100vw - 50px) * 0.68);
    border-width: 5px;
    border-radius: 14px;
    scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent;
  }

  .service-card:hover {
    border-color: transparent;
    transform: none;
  }

  .service-card:hover .service-card-image img {
    transform: none;
  }

  .service-card.is-active,
  .service-card.is-active:hover {
    border-color: #8d26b5;
  }

  .service-card-body {
    padding: 30px 10px 20px;
  }

  .service-card-icon {
    left: 10px;
    width: 44px;
    height: 44px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .carousel-arrow {
    display: none;
  }

  .carousel-dots {
    justify-content: center;
  }

  .segments-section {
    padding: 70px 0;
  }

  .segments-section > .content-ruler {
    padding-inline: 20px;
  }

  .segments-section h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .segments-carousel {
    overflow: hidden;
  }

  .segments-track {
    height: 430px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    background: transparent;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .segments-track.is-jumping {
    scroll-behavior: auto !important;
    scroll-snap-type: none;
  }

  .segments-track::-webkit-scrollbar {
    display: none;
  }

  .segment-card,
  .segment-card:hover,
  .segment-card:focus-within {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .segment-image,
  .segment-card:hover .segment-image,
  .segment-card:focus-within .segment-image {
    flex: 0 0 28%;
  }

  .segment-image::after,
  .segment-image h3 {
    display: none;
  }

  .segment-details,
  .segment-card:hover .segment-details,
  .segment-card:focus-within .segment-details {
    width: auto;
    padding: 36px 22px;
    opacity: 1;
    transition: none;
  }

  .segment-details h3 {
    font-size: 18px;
    white-space: normal;
  }

  .segment-details p {
    margin: 18px 0 24px;
    font-size: 13px;
    line-height: 1.5;
  }

  .segment-button {
    min-width: 112px;
    min-height: 38px;
    font-size: 12px;
  }

  .segments-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
  }

  .segments-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #bcbcbc;
    cursor: pointer;
  }

.segments-dot.is-active {
    background: #121212;
  }
}

.social-section {
  position: relative;
  z-index: 4;
  padding: 100px 0;
  background: #e8e8e8;
}

.social-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--ruler), calc(100% - 80px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.2) 12%, rgba(18, 18, 18, 0.2) 88%, transparent);
  content: "";
  transform: translateX(-50%);
}

.social-panel {
  position: relative;
  display: flex;
  min-height: 335px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 54px 40px;
  border-radius: 24px;
  background: #280735 url("./home/social-section-bg.png") center / cover no-repeat;
  color: #ffffff;
  isolation: isolate;
  text-align: center;
}

.social-panel::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.14) 48%, transparent 68%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-115%, 0, 0);
}

.social-panel > * {
  position: relative;
  z-index: 1;
}

.social-panel.motion-reveal .social-logo,
.social-panel.motion-reveal .social-copy,
.social-panel.motion-reveal .social-button {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.social-panel.is-motion-visible .social-logo,
.social-panel.is-motion-visible .social-copy,
.social-panel.is-motion-visible .social-button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.social-panel.is-motion-visible .social-logo {
  transition-delay: 180ms;
}

.social-panel.is-motion-visible .social-copy {
  transition-delay: 300ms;
}

.social-panel.is-motion-visible .social-button {
  transition-delay: 420ms;
}

.social-panel.is-motion-visible::before {
  animation: social-light-sweep 1600ms 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes social-light-sweep {
  0% {
    opacity: 0;
    transform: translate3d(-115%, 0, 0);
  }

  28% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
    transform: translate3d(115%, 0, 0);
  }
}

.social-logo {
  display: flex;
  width: min(360px, 72%);
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.social-logo-symbol {
  width: 16.36%;
  height: auto;
  flex: 0 0 16.36%;
  transform-origin: 50% 50%;
  animation: social-symbol-spin 16s linear infinite;
  will-change: transform;
}

.social-logo-wordmark {
  width: auto;
  min-width: 0;
  height: auto;
  flex: 1 1 auto;
}

@keyframes social-symbol-spin {
  to {
    transform: rotate(1turn);
  }
}

.social-copy {
  margin: 30px 0 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.social-button {
  margin-top: 30px;
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

@media (max-width: 767px) {
  .social-section {
    padding: 70px 0;
  }

  .social-section::before {
    width: calc(100% - 40px);
  }

  .social-panel.content-ruler {
    width: calc(100% - 40px);
    min-height: 430px;
    padding: 50px 20px;
    border-radius: 18px;
    background-position: center;
  }

  .social-logo {
    width: min(290px, 90%);
  }

  .social-copy {
    max-width: 520px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 22px;
  }

  .social-copy br {
    display: none;
  }

  .social-button {
    margin-top: 28px;
  }
}

.differentials-section {
  position: relative;
  z-index: 5;
  background: #070606;
  color: #f2f2f2;
  padding-top: 50px;
}

.differentials-inner {
  padding-top: 80px;
  padding-bottom: 34px;
}

.differentials-section h2 {
  margin: 0 0 50px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.differentials-section h2 strong {
  font-weight: 800;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px 0;
}

.differential-item {
  min-height: 150px;
  padding: 0 40px;
}

.differential-item + .differential-item {
  border-left: 1px solid rgba(242, 242, 242, 0.14);
}

.differential-item img {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
}

.differential-item h3 {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.differential-item p {
  margin: 12px 0 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.differentials-button {
  display: flex;
  width: fit-content;
  min-width: 100px;
  min-height: 42px;
  margin: 50px auto 0;
  padding-right: 43px;
  padding-left: 43px;
  border-color: #f2f2f2;
  color: #f2f2f2;
  font-size: 13px;
}

.differentials-divider {
  height: 1px;
  margin-top: 48px;
  background: linear-gradient(90deg, transparent, rgba(242, 242, 242, 0.22) 14%, rgba(242, 242, 242, 0.22) 86%, transparent);
}

@media (max-width: 767px) {
  .differentials-inner {
    padding-top: 52px;
    padding-bottom: 30px;
  }

  .differentials-section h2 {
    max-width: 280px;
    margin-inline: auto;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.25;
  }

  .differentials-grid {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .differential-item {
    min-height: 0;
    padding: 0 0 34px;
  }

  .differential-item + .differential-item {
    padding-top: 34px;
    border-top: 1px solid rgba(242, 242, 242, 0.14);
    border-left: 0;
  }

  .differential-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .differential-item h3 {
    font-size: 20px;
  }

  .differential-item p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .differentials-break {
    display: none;
  }

  .differentials-button {
    margin-top: 4px;
  }

  .differentials-divider {
    margin-top: 34px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-section {
  position: relative;
  z-index: 5;
  min-height: 520px;
  background: #0a0a0a url("./home/bg-contato.png") center / cover no-repeat;
  color: #f2f2f2;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  min-height: 520px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-copy {
  flex: 0 1 390px;
}

.contact-copy h2 {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}

.contact-copy p {
  margin: 20px 0 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.contact-form {
  display: grid;
  flex: 0 1 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.contact-form label,
.contact-form input,
.contact-form textarea {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  display: block;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(242, 242, 242, 0.48);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 200ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ffffff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact-message {
  grid-column: 1 / -1;
}

.contact-form textarea {
  min-height: 92px;
  resize: vertical;
}

.contact-button {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 142px;
  margin-top: 0;
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
  padding: 8px 0;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
}

.contact-button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.contact-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: rgba(242, 242, 242, 0.8);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.contact-status:empty {
  display: none;
}

.contact-status.is-success {
  color: #ffffff;
}

.contact-status.is-error {
  color: #ff9b9b;
}

@media (max-width: 767px) {
  .contact-section {
    min-height: 760px;
    background-image: url("./home/bg-contato-mobile.png");
  }



  .contact-inner {
    display: block;
    min-height: 760px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-copy h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-copy p {
    max-width: 360px;
    margin-top: 18px;
  }

  .contact-break {
    display: none;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 62px;
  }

  .contact-message,
  .contact-button,
  .contact-status {
    grid-column: 1;
  }

  .contact-form textarea {
    min-height: 92px;
  }

  .contact-button {
    justify-self: center;
    margin-top: 0;
  }
}

.section-anchor {
  position: absolute;
  top: 0;
}

.site-footer {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: #160021;
  color: #ffffff;
  isolation: isolate;
  padding-top: 50px;
}

.footer-video,
.footer-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer-video {
  z-index: -2;
  object-fit: cover;
}

.footer-overlay {
  z-index: -1;
  background: rgba(11, 0, 18, 0.12);
}

.footer-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 58px;
}

.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-list li {
  display: flex;
  align-items: center;
}

.footer-nav-list li:not(:last-child)::after {
  margin: 0 20px;
  color: #ffffff;
  content: "•";
}

.footer-nav-list a {
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.footer-nav-list a:hover,
.footer-social a:hover,
.footer-contact a:hover {
  opacity: 0.68;
}

.footer-divider {
  height: 1px;
  margin-top: 30px;
  background: linear-gradient(90deg, transparent, rgba(242, 242, 242, 0.28) 14%, rgba(242, 242, 242, 0.28) 86%, transparent);
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: auto;
}

.footer-contact {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-style: normal;
}

.footer-contact a {
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.footer-social img {
  width: 20px;
  height: 20px;
}

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

  .footer-inner {
    align-items: center;
    padding-top: 52px;
    padding-bottom: 38px;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1px 38px;
    justify-content: center;
  }

  .footer-nav-list li {
    position: relative;
    justify-content: center;
  }

  .footer-nav-list li:not(:last-child)::after {
    position: absolute;
    right: -22px;
    margin: 0;
  }

  .footer-nav-list li:nth-child(3)::after {
    display: none;
  }

  .footer-nav-list a {
    font-size: 14px;
  }

  .footer-divider {
    width: 100%;
  }

  .footer-bottom,
  .footer-contact {
    align-items: center;
    width: 100%;
  }

  .footer-contact a {
    font-size: 14px;
    text-align: center;
  }

  .footer-social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 5px;
    margin-top: 16px;
  }

  .footer-social a {
    font-size: 10px;
  }
}

/* Motion test layer: inspired by the reference sites and removable as one block. */
.motion-reveal {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 46px, 0);
  transition:
    opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 850ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 950ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-reveal.is-motion-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.motion-reveal.is-motion-visible.differentials-button:hover {
  transform: translateY(-2px);
}

.differentials-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.differentials-button::before {
  position: absolute;
  z-index: -1;
  top: -60%;
  bottom: -60%;
  left: -45%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  content: "";
  transform: translate3d(-180%, 0, 0) rotate(14deg);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.differentials-button:hover::before,
.differentials-button:focus-visible::before {
  transform: translate3d(620%, 0, 0) rotate(14deg);
}

.differential-item.is-motion-visible img {
  animation: motion-icon-arrival 850ms calc(var(--motion-delay, 0ms) + 180ms) cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes motion-icon-arrival {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(-18deg);
  }

  65% {
    transform: scale(1.08) rotate(3deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

/* Technology motion system: titles, cards, segments and differentials. */
.motion-title {
  position: relative;
  opacity: 0;
  filter: blur(4px);
  clip-path: inset(-24px -24px 100% -24px);
  transform: translate3d(0, 38px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 920ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--title-delay, 0ms);
  will-change: opacity, transform, clip-path;
}

.motion-title.is-title-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(-24px);
  transform: translate3d(0, 0, 0);
}

.motion-title strong {
  text-shadow: 0 0 0 rgba(166, 52, 205, 0);
  transition: text-shadow 900ms ease calc(var(--title-delay, 0ms) + 360ms);
}

.motion-title.is-title-visible strong {
  text-shadow: 0 0 24px rgba(166, 52, 205, 0.2);
}

.hero h1.motion-title {
  transition-duration: 1600ms, 1600ms, 1800ms, 1800ms;
  transition-timing-function:
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1);
}

.hero h1.motion-title strong {
  transition-duration: 1600ms;
}

.service-card {
  isolation: isolate;
}

.service-card-icon {
  z-index: 2;
  transition: filter 350ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) and (hover: hover) {
  .service-card:hover .service-card-icon,
  .service-card:focus-within .service-card-icon {
    filter: drop-shadow(0 8px 12px rgba(141, 38, 181, 0.24));
    transform: translateY(calc(-50% - 4px)) rotate(5deg) scale(1.04);
  }
}

.segment-image img {
  transition: filter 650ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.segment-details h3,
.segment-details p {
  opacity: 0;
  transform: translate3d(18px, 0, 0);
  transition: opacity 420ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) and (hover: hover) {
  .segment-card:hover .segment-image img,
  .segment-card:focus-within .segment-image img {
    filter: contrast(1.04) saturate(1.08);
    transform: scale(1.025);
  }

  .segment-card:hover .segment-details h3,
  .segment-card:focus-within .segment-details h3,
  .segment-card:hover .segment-details p,
  .segment-card:focus-within .segment-details p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .segment-card:hover .segment-details h3,
  .segment-card:focus-within .segment-details h3 {
    transition-delay: 250ms;
  }

  .segment-card:hover .segment-details p,
  .segment-card:focus-within .segment-details p {
    transition-delay: 320ms;
  }
}

.differential-item {
  position: relative;
}

.differential-item + .differential-item {
  border-left: 0;
}

.differential-item + .differential-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0;
  background: linear-gradient(180deg, transparent, rgba(242, 242, 242, 0.2) 22%, rgba(242, 242, 242, 0.36) 50%, rgba(242, 242, 242, 0.2) 78%, transparent);
  content: "";
  opacity: 0;
  transition:
    top 900ms cubic-bezier(0.22, 1, 0.36, 1),
    height 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease;
  transition-delay: calc(var(--motion-delay, 0ms) + 180ms);
}

.differential-item.is-motion-visible + .differential-item::before,
.differential-item.is-motion-visible::before {
  top: 0;
  height: 100%;
  opacity: 1;
}

@media (hover: hover) {
  .differential-item img {
    transition: filter 350ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .differential-item:hover img {
    filter: drop-shadow(0 0 12px rgba(180, 66, 222, 0.38));
    transform: translateY(-3px) rotate(5deg) scale(1.06);
  }
}

@media (max-width: 767px) {
  .motion-title {
    transform: translate3d(0, 26px, 0);
    transition-duration: 620ms, 620ms, 720ms, 720ms;
  }

  .hero h1.motion-title {
    transition-duration: 1100ms, 1100ms, 1250ms, 1250ms;
  }

  .segment-details h3,
  .segment-details p {
    opacity: 1;
    transform: none;
  }

  .differential-item + .differential-item {
    border-top: 0;
  }

  .differential-item + .differential-item::before {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 242, 242, 0.2) 22%, rgba(242, 242, 242, 0.36) 50%, rgba(242, 242, 242, 0.2) 78%, transparent);
    transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
  }

  .differential-item.is-motion-visible + .differential-item::before,
  .differential-item.is-motion-visible::before {
    top: 0;
    width: 100%;
    height: 1px;
  }
}

/* Refined technology interactions */
@media (min-width: 768px) and (hover: hover) {
  .service-card-image img {
    transform: translate3d(0, 0, 0) scale(1.12);
    transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
  }

  .service-card:hover .service-card-image img,
  .service-card:focus-within .service-card-image img {
    transform: translate3d(0, 0, 0) scale(1.14);
  }

  .differentials-section h2,
  .differentials-section h2 strong,
  .differential-item h3,
  .differential-item p {
    transition: color 450ms ease, text-shadow 450ms ease;
  }

  .differentials-section h2:hover,
  .differentials-section h2:hover strong {
    color: #fffaff;
    text-shadow:
      0 0 12px rgba(224, 148, 255, 1),
      0 0 36px rgba(186, 77, 230, 0.9),
      0 0 70px rgba(141, 38, 181, 0.68);
  }

  .differential-item:hover h3,
  .differential-item:hover p {
    color: #f7eaff;
    text-shadow: 0 0 7px rgba(191, 81, 235, .72), 0 0 18px rgba(141, 38, 181, .5);
  }

  .differential-item:hover img {
    filter: drop-shadow(0 0 8px rgba(191, 81, 235, .82)) drop-shadow(0 0 20px rgba(141, 38, 181, .58));
  }
}

@media (min-width: 768px) {
  .segments-track {
    container-type: inline-size;
  }

  .segments-track .segment-card {
    display: grid;
    grid-template-columns: minmax(0, calc(12.5cqw + 1px)) minmax(0, 1fr);
    transition: flex-grow 1150ms cubic-bezier(.45, 0, .55, 1);
  }

  .segments-track .segment-card:hover,
  .segments-track .segment-card:focus-within {
    flex-grow: 8.5;
  }

  .segments-track .segment-image,
  .segments-track .segment-card:hover .segment-image,
  .segments-track .segment-card:focus-within .segment-image {
    min-width: 0;
    width: calc(12.5cqw + 1px);
    flex-basis: auto;
    transition: none;
  }

  .segments-track .segment-details {
    width: auto;
    transition: padding 1150ms cubic-bezier(.45, 0, .55, 1), opacity 480ms ease;
  }

  .segments-track .segment-card:hover .segment-details,
  .segments-track .segment-card:focus-within .segment-details {
    transition-delay: 0ms, 360ms;
  }
}

@media (min-width: 1400px) {
  .segments-section > .content-ruler,
  .social-panel.content-ruler {
    width: min(1400px, calc(100% - 80px));
  }

  .social-section::before {
    width: min(1400px, calc(100% - 80px));
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .social-section::before {
    width: min(1000px, calc(100% - 64px));
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .hero p {
    font-size: 15px;
  }
}

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

  .next-section-link {
    animation: none;
  }

  .site-header,
  .header-icon,
  .hero-button,
  .menu-backdrop,
  .site-menu,
  .menu-close,
  .menu-link::after {
    transition: none;
  }

  .services-track,
  .service-card,
  .service-card-image,
  .service-card-image img,
  .carousel-dot,
  .segment-card,
  .segment-image,
  .segment-details {
    transition: none;
  }

  .section-two-media {
    --media-scale: 1;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-reveal,
  .motion-reveal.is-motion-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .social-panel::before {
    animation: none !important;
  }

  .social-logo-symbol {
    animation: none;
  }

  .social-panel.motion-reveal .social-logo,
  .social-panel.motion-reveal .social-copy,
  .social-panel.motion-reveal .social-button,
  .social-panel.is-motion-visible .social-logo,
  .social-panel.is-motion-visible .social-copy,
  .social-panel.is-motion-visible .social-button {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-title,
  .motion-title.is-title-visible {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .hero-content {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-video {
    transform: scale(1.015);
    transition: none;
  }

  .differential-item.is-motion-visible img {
    animation: none;
  }

  .differentials-button::before {
    display: none;
  }
}

/*
 * Compatibilidade com os estilos globais do WordPress.
 * O tema da página publicada aplica regras genéricas em títulos e botões
 * depois deste arquivo; estas regras preservam o visual definido no projeto.
 */

/*
 * Impede que o overflow global do tema transforme o body em outro contêiner
 * de rolagem e desative o position: sticky da Hero.
 */
body {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.menu-open {
  overflow: hidden !important;
}

/*
 * Raleway: estrutura, navegação, títulos, textos, formulário e rodapé.
 * O !important impede que Titillium Web, Lato ou Roboto do tema substituam
 * a tipografia definida para esta página.
 */
body,
body .site-header,
body .site-menu,
body main,
body .site-footer,
body .menu-link,
body .hero h1,
body .hero h1 strong,
body .hero p,
body .section-two h2,
body .section-two-text,
body .section-three h2,
body .segments-section h2,
body .segment-image h3,
body .segment-details h3,
body .segment-details p,
body .differentials-section h2,
body .differentials-section h2 strong,
body .differential-item h3,
body .differential-item p,
body .contact-copy h2,
body .contact-copy p,
body .contact-form input,
body .contact-form textarea,
body .contact-status,
body .footer-nav-list a,
body .footer-contact a,
body .footer-social a {
  font-family: var(--font-raleway) !important;
}

/* Montserrat: botões de ação e conteúdo dos cards tecnológicos. */
body .hero-button,
body .section-two-button,
body .service-card h3,
body .service-card p,
body .segment-button,
body .differentials-button,
body .contact-button {
  font-family: var(--font-montserrat) !important;
}

body .hero-button,
body .section-two-button,
body .segment-button,
body .differentials-button,
body .contact-button {
  text-transform: none !important;
}

body .hero h1,
body .hero h1 strong {
  color: #ffffff !important;
}

body .section-two h2,
body .segments-section h2 {
  color: #121212 !important;
}

body .service-card h3 {
  color: #000000 !important;
}

body .carousel-dots,
body .segments-dots {
  align-items: center !important;
  justify-content: center !important;
}

body button.carousel-dot,
body button.segments-dot {
  appearance: none !important;
  position: static !important;
  display: block !important;
  flex: 0 0 7px !important;
  width: 7px !important;
  min-width: 7px !important;
  max-width: 7px !important;
  height: 7px !important;
  min-height: 7px !important;
  max-height: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

body button.carousel-dot {
  background: rgba(255, 255, 255, 0.32) !important;
}

body button.carousel-dot.is-active {
  background: #ffffff !important;
}

body button.segments-dot {
  background: #bcbcbc !important;
}

body button.segments-dot.is-active {
  background: #121212 !important;
}

body .segment-image h3 {
  top: calc(100% - 105px) !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #ffffff !important;
  text-align: center !important;
  transform: none !important;
}

body .segment-details h3 {
  color: #ffffff !important;
}

body .differentials-section h2,
body .differentials-section h2 strong,
body .differential-item h3 {
  color: #ffffff !important;
}

@media (min-width: 768px) and (hover: hover) {
  body .differentials-section h2:hover,
  body .differentials-section h2:hover strong {
    color: #fffaff !important;
  }
}

body .contact-copy h2 {
  color: #ffffff !important;
}

body .contact-form input,
body .contact-form textarea,
body .contact-form input:focus,
body .contact-form textarea:focus,
body .contact-form input:focus-visible,
body .contact-form textarea:focus-visible {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(242, 242, 242, 0.48) !important;
  border-left: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
}

body .contact-form input:-webkit-autofill,
body .contact-form input:-webkit-autofill:hover,
body .contact-form input:-webkit-autofill:focus,
body .contact-form textarea:-webkit-autofill,
body .contact-form textarea:-webkit-autofill:hover,
body .contact-form textarea:-webkit-autofill:focus {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  transition: background-color 9999s ease-out 0s !important;
}

body .contact-form button.contact-button {
  position: static !important;
  margin: 0 !important;
  border: 1px solid #f2f2f2 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #f2f2f2 !important;
}

body .header-actions {
  display: flex !important;
  align-items: center !important;
}

body .header-actions .header-icon {
  position: static !important;
  display: grid !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 1px !important;
  place-items: center !important;
  line-height: 0 !important;
  background: transparent !important;
}

body .header-actions .header-icon img {
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  body .header-actions .header-icon {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
  }
}

/* Página Sobre */
.about-page {
  background: #0a0a0a;
}

.about-page .site-header,
.about-page .site-header.is-scrolled {
  background: #000000;
}

.about-hero {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #0a0a0a;
  color: #ffffff;
  isolation: isolate;
}

.about-hero-content {
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 80px;
  padding-top: 20vh;
  padding-bottom: 18vh;
  opacity: var(--hero-content-opacity, 1);
  transform: translate3d(0, var(--hero-content-shift, 0), 0);
  transition: opacity 80ms linear;
  will-change: opacity, transform;
}

.about-heading {
  align-self: start;
}

.about-heading,
.about-eyebrow,
.about-heading h1,
.about-copy {
  margin: 0;
}

.about-eyebrow {
  margin-bottom: 22px;
  font-family: var(--font-raleway);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-heading h1 {
  font-family: var(--font-raleway);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.about-copy {
  align-self: end;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-align: right;
}

.about-heading h1.motion-title {
  transition-duration: 1600ms, 1600ms, 1800ms, 1800ms;
  transition-timing-function:
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1);
}

.about-services {
  position: relative;
  z-index: 2;
  padding: 50px 0 100px;
  background: #e8e8e8;
}

.about-services-showcase {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
  background: #23032f;
}

.about-service-slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 105%, 0);
  transition:
    opacity 440ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.about-service-slide.is-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-service-slide.is-leaving {
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, -105%, 0);
}

.about-service-image {
  position: absolute;
  display: block;
  object-fit: cover;
}

.about-service-image-left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 100%;
}

.about-service-image-center {
  top: 64px;
  left: 50%;
  width: 212px;
  height: 292px;
  transform: translateX(-50%);
}

.about-service-image-right {
  top: 42px;
  right: 64px;
  width: 238px;
  height: 328px;
}

.about-service-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: min(360px, calc(100% - 40px));
  min-height: 50px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.79);
  transform: translate(-50%, -50%);
}

.about-service-label img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.about-service-label h2 {
  margin: 0;
  color: #222222;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
}

.about-service-title-rotator {
  position: relative;
  height: 23px;
  overflow: hidden;
  flex: 1;
}

.about-service-title {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, 115%, 0);
  transition:
    opacity 380ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.about-service-title.is-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-service-title.is-leaving {
  opacity: 0;
  transform: translate3d(0, -115%, 0);
}

.about-values {
  margin-top: 92px;
  color: #121212;
}

.about-values-title {
  margin: 0;
  font-family: var(--font-raleway);
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.about-values-viewport {
  margin-top: 52px;
  outline-offset: 8px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-value-card {
  display: flex;
  min-height: 340px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 42px 26px 38px;
  border-radius: 32px;
  background: #f5f5f5;
  box-shadow:
    0 22px 34px rgba(26, 18, 29, 0.14),
    0 5px 12px rgba(26, 18, 29, 0.09);
  text-align: center;
}

.about-value-icon {
  width: 82px;
  height: 82px;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-value-card h3 {
  margin: 26px 0 22px;
  color: #111111;
  font-family: var(--font-montserrat);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.about-value-card p {
  margin: 0;
  color: #222222;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

@media (hover: hover) {
  .about-value-card:hover .about-value-icon,
  .about-value-card:focus-within .about-value-icon {
    transform: translate3d(0, -6px, 0) rotate(-2deg) scale(1.035);
  }
}

@media (max-width: 1199px) {
  .about-hero-content {
    column-gap: 60px;
  }

  .about-services-showcase {
    height: 36vw;
    min-height: 340px;
  }

  .about-service-image-left {
    width: 24%;
  }

  .about-service-image-center {
    top: 12%;
    width: 18%;
    height: 76%;
  }

  .about-service-image-right {
    top: 10%;
    right: 5%;
    width: 20%;
    height: 80%;
  }

  .about-values-grid {
    gap: 18px;
  }

  .about-value-card {
    min-height: 320px;
    padding-inline: 20px;
  }

  .about-value-card p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    height: auto;
    min-height: 100dvh;
  }

  .about-hero-content {
    grid-template-columns: 1fr;
    align-content: center;
    row-gap: 34px;
    padding-top: 104px;
    padding-bottom: 64px;
  }

  .about-heading,
  .about-copy {
    align-self: auto;
  }

  .about-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .about-heading h1 {
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: -0.02em;
  }

  .about-heading .desktop-break {
    display: none !important;
  }

  .about-copy {
    font-size: 16px;
    line-height: 1.57;
    text-align: left;
  }

  .about-services {
    padding: 50px 0 100px;
  }

  .about-services-showcase {
    height: clamp(168px, 50vw, 220px);
    min-height: 0;
    border-radius: 6px;
  }

  .about-service-image-left,
  .about-service-image-center,
  .about-service-image-right {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-service-image-left {
    top: 0;
    bottom: auto;
    width: 116px;
    height: 42px;
    object-position: center 22%;
  }

  .about-service-image-center {
    top: 50%;
    width: 78px;
    height: 70px;
    transform: translate(-50%, -50%);
  }

  .about-service-image-right {
    top: auto;
    right: auto;
    bottom: 0;
    width: 104px;
    height: 42px;
    object-position: center 34%;
  }

  .about-service-label {
    width: min(190px, calc(100% - 36px));
    min-height: 36px;
    gap: 9px;
    padding: 8px 13px;
  }

  .about-service-label img {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }

  .about-service-label h2 {
    font-size: 11px;
  }

  .about-service-title-rotator {
    height: 15px;
  }

  .about-values {
    margin-top: 64px;
  }

  .about-values-title {
    font-size: 28px;
    line-height: 1.22;
  }

  .about-values-viewport {
    width: calc(100% + 20px);
    margin-top: 34px;
    overflow: hidden;
  }

  .about-values-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 12px 20px 30px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .about-values-grid::-webkit-scrollbar {
    display: none;
  }

  .about-value-card {
    min-height: 330px;
    flex: 0 0 min(82vw, 300px);
    padding: 38px 24px 34px;
    border-radius: 28px;
    scroll-snap-align: start;
  }

  .about-value-icon {
    width: 72px;
    height: 72px;
  }

  .about-value-card h3 {
    margin-top: 23px;
    font-size: 20px;
  }

  .about-value-card p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-service-slide {
    display: none;
    transition: none;
  }

  .about-service-slide:first-child {
    display: block;
    opacity: 1;
    transform: none;
  }

  .about-service-title {
    display: none;
    transition: none;
  }

  .about-service-title:first-child {
    display: flex;
    opacity: 1;
    transform: none;
  }

  .about-value-icon {
    transition: none;
  }
}

/* Processo da página Sobre */
.process-section {
  position: relative;
  z-index: 2;
  height: calc(340vh + 100px);
  min-height: 2400px;
  padding: 50px 0;
  background: #0d0014 url("./sobre/bg-processos.png") center / cover no-repeat;
  color: #ffffff;
  isolation: isolate;
}

.process-sticky {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  overflow: hidden;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(330px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 54px;
}

.process-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-raleway);
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.28;
  text-transform: uppercase;
  white-space: nowrap;
}

.process-copy > p {
  max-width: 290px;
  margin: 34px 0 0;
  color: #ffffff;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.process-button {
  min-width: 224px;
  margin-top: 30px;
  padding-inline: 24px;
}

.process-stage {
  position: relative;
  height: 124px;
  perspective: 1000px;
  perspective-origin: center center;
  transform-style: preserve-3d;
}

.process-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 82px 180px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 124px;
  padding: 22px 34px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(20, 0, 29, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 230px, -222px) rotateX(-88deg) scale(1.222);
  transform-origin: center;
  backface-visibility: hidden;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  will-change: opacity, filter, transform;
}

.process-card:first-child {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0);
}

.process-card:nth-child(2) {
  opacity: 0;
  transform: translate3d(0, 171px, -76px) rotateX(-48deg) scale(1.076);
}

.process-card img {
  width: auto;
  max-width: 77px;
  height: 44px;
  margin-inline: auto;
}

.process-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.process-card p {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-raleway);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .process-layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 44px;
  }

  .process-card {
    grid-template-columns: 72px 145px minmax(0, 1fr);
    gap: 15px;
    padding-inline: 26px;
  }

  .process-copy h2 {
    font-size: 30px;
  }

  .process-card h3 {
    font-size: 21px;
  }

  .process-card p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .process-section {
    height: auto;
    min-height: 0;
    padding: 50px 0;
    background-position: 58% center;
  }

  .process-sticky {
    position: static;
    height: auto;
    overflow: visible;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .process-copy h2 {
    font-size: 30px;
    line-height: 1.22;
    white-space: normal;
  }

  .process-copy h2 .desktop-break {
    display: none !important;
  }

  .process-copy > p {
    max-width: 100%;
    margin-top: 26px;
  }

  .process-button {
    margin-top: 26px;
  }

  .process-stage {
    display: grid;
    height: auto;
    gap: 20px;
    perspective: none;
  }

  .process-card,
  .process-card:first-child {
    position: relative;
    inset: auto;
    display: flex;
    min-height: 250px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 34px 24px;
    border-radius: 28px;
    opacity: 0;
    text-align: center;
    transform: translate3d(0, 42px, 0);
    transition:
      opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .process-card.is-mobile-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .process-card img {
    margin: 0 0 24px;
  }

  .process-card h3 {
    margin: 0 0 20px;
    font-size: 24px;
  }

  .process-card p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-section {
    height: auto;
    min-height: 0;
  }

  .process-sticky {
    position: static;
    height: auto;
    overflow: visible;
  }

  .process-layout {
    align-items: start;
  }

  .process-stage {
    display: grid;
    height: auto;
    gap: 20px;
    perspective: none;
  }

  .process-card,
  .process-card:first-child {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Ajustes responsivos reforçados da página Sobre */
.about-values-controls {
  display: none;
}

@media (max-width: 1024px) {
  .about-hero {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 100svh !important;
  }

  .about-hero-content {
    display: flex !important;
    width: min(100% - 40px, 1180px) !important;
    height: auto !important;
    min-height: 100svh !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 50px !important;
    padding-top: 92px !important;
    padding-bottom: 48px !important;
  }

  .about-heading,
  .about-copy {
    width: 100% !important;
    max-width: 620px !important;
    align-self: center !important;
    margin: 0 auto !important;
  }

  .about-heading {
    text-align: left !important;
  }

  .about-copy {
    text-align: right !important;
  }

  .about-eyebrow {
    margin-bottom: 18px !important;
    text-align: left !important;
  }

  .about-heading h1 {
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(28px, 7.5vw, 34px) !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .about-heading .desktop-break {
    display: none !important;
  }

  .about-copy {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .about-values-viewport {
    width: 100% !important;
    margin-top: 34px !important;
    overflow: hidden !important;
  }

  .about-values-grid {
    display: flex !important;
    width: 100% !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    overflow-x: auto !important;
    padding: 12px 0 30px !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .about-values-grid::-webkit-scrollbar {
    display: none;
  }

  .about-value-card {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 330px !important;
    flex: 0 0 100% !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    box-shadow:
      0 10px 22px rgba(26, 18, 29, 0.08),
      0 2px 6px rgba(26, 18, 29, 0.05) !important;
  }

  .about-values-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .about-values-arrow {
    display: grid !important;
    position: static !important;
    width: 48px !important;
    height: 48px !important;
    place-items: center;
    transform: none !important;
  }

  .about-values-arrow:hover:not(:disabled) {
    transform: scale(1.06) !important;
  }

  .about-values-arrow img {
    width: 48px !important;
    height: 48px !important;
  }

  .process-section {
    height: auto !important;
    min-height: 0 !important;
    padding: 50px 0 !important;
  }

  .process-sticky {
    position: static !important;
    top: auto !important;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .process-layout {
    display: flex !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 40px !important;
  }

  .process-copy,
  .process-stage {
    width: 100% !important;
  }

  .process-copy h2 {
    font-size: 30px !important;
    line-height: 1.22 !important;
    white-space: normal !important;
  }

  .process-copy h2 .desktop-break {
    display: none !important;
  }

  .process-stage {
    position: static !important;
    display: grid !important;
    height: auto !important;
    gap: 16px !important;
    perspective: none !important;
  }

  .process-card,
  .process-card:first-child,
  .process-card:nth-child(2) {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    row-gap: 18px !important;
    padding: 24px 20px !important;
    border-radius: 22px !important;
    opacity: 0;
    filter: none !important;
    text-align: left !important;
    transform: translate3d(0, 32px, 0) !important;
    transition:
      opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 800ms cubic-bezier(0.22, 1, 0.36, 1) !important;
    backface-visibility: visible;
  }

  .process-card.is-mobile-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) !important;
  }

  .process-card img {
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
  }

  .process-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    font-size: 22px !important;
  }

  .process-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}
